@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體", Arial, helvetica;
	line-height: 130%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體", Arial, helvetica;
	line-height: 130%;
	position: relative;
}
a {
	outline: none;
	hlbr: expression(this.onFocus=this.blur());
	text-decoration: none;
}
img, a img {
	border: none;
	vertical-align: middle;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.mobile {
	display: none;
}
.body_m {
	overflow: hidden;
}
.header_m {
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}
header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

/*-----header-----*/
header {
	width: 100%;
}
.addon {
	background: #29a5df;
	text-align: right;
}
.addon_inside {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}
.addon_inside a {
	color: #fff;
	margin: 0 20px;
	padding: 0 0 0 30px;
}
.index {
	background: url(../images/index.png) no-repeat left center;
}
.addon_inside a.sitemap {
	background: url(../images/sitemap.png) no-repeat left center;
	padding: 0 0 0 45px;
}
.fb {
	background: url(../images/fb.png) no-repeat left center;
}
.header_inside {
	margin: 15px auto;
	width: 1200px;
}
.logo {
	float: left;
	width: 15%;
}
.mobile_btn {
	display: none;
}
.menu {
	float: right;
	width: 85%;
	text-align: right;
}
.menu a {
	font-size: 19px;
	font-weight: bold;
	color: #29a5df;
	padding: 10px 40px;
	display: inline-block;
}
.menu a:hover{
	background: #f7f7f7;
}
.menu a.ghost:hover{
}
.menu a  i.material-icons{
	font-size: 37px;
	color: #29a5df;
	display: block;
	margin: 5px auto;
	text-align: center;
}
.menu a  i.material-icons.ghost{
	padding: 25px 40px 10px 40px;
	background: url(../images/ghost.png) no-repeat top center;
}
/*-----banner-----*/
.banner {
	height: 700px;
}
.banner img {
	width: 100%;
	height: auto;
}
.artical {
	background: #e7eff0;
	position: relative;
}
.ghost_pic {
	position: absolute;
	bottom: 0;
	left: 85%;
}
.unit_bg {
	background: #fff url(../images/bg.png) no-repeat;
	background-size: cover;
}
.unit {
	margin: 20px auto 0 auto;
	padding: 20px 0 60px 0;
	clear: both;
	width: 1200px;
}
.unit_title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #29a5df;
	margin: 30px 0;
}
.unit_L {
	float: left;
	width: 49%;
}
.unit_R {
	float: right;
	width: 49%;
}
.bd1 {
	width: 100%;
	height: 100%;
	line-height: 200px;
	padding: 10px;
	text-align: center;
	position: relative;
}
.box {
	margin: 10px;
	height: 350px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.box p {
	color: #fff;
	text-align: center;
	position: absolute;
	padding: 0 40px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	margin: auto;
	font-size: 45px;
	letter-spacing: 0.5em;
}
.box::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.box:hover {
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.bd1 {
	width: 100%;
	height: 100%;
	line-height: 200px;
	padding: 10px;
	text-align: center;
	position: relative;
}
.bd div {
	background: #FFF;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bd div.bdT {
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
}
.bd div.bdB {
	width: 100%;
	height: 2px;
	bottom: 0;
	right: 0;
}
.bd div.bdR {
	height: 100%;
	width: 2px;
	right: 0;
	top: 0;
}
.bd div.bdL {
	height: 100%;
	width: 2px;
	left: 0;
	bottom: 0;
}
.box:hover .bd1 div.bdT {
	width: 0;
}
.box:hover .bd1 div.bdB {
	width: 0;
}
.box:hover .bd1 div.bdR {
	height: 0;
}
.box:hover .bd1 div.bdL {
	height: 0;
}
.box.ghost {
	background: url('../images/ghost.jpg') center center no-repeat;
	background-size: cover;
}
.box.run {
	background: url('../images/run.jpg') center center no-repeat;
	background-size: cover;
}
.text {
	padding: 10px 20px;
	margin: 10px 0;
	font-size: 21px;
	line-height: 150%;
}
.btn a{
	width: 50%;
	background: #EB6767;
	text-align: center;
	color: #fff;
	font-size: 19px;
	margin: 0 20px;
	padding: 10px;
	float: right;
	display: block;
}
.pic {
	clear: both;
	margin: 0;
	overflow: hidden;
}

.pic img {
	width: 25%;
	float: left;
}
.pic img {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.pic img:hover  {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
/*-----news-----*/
.news {
	width: 1200px;
	margin: 40px auto;
}
.news_title {
	color: #333333;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 30px;
}
.item {
	margin: 40px 0;
}
.list {
	width: 31.5%;
	float: left;
	margin: 0 32px 0 0;
}
.list:hover {
	position: relative;
	left: 1px;
	top: 1px;
	-moz-box-shadow: 4px 4px 12px -2px rgba(20%, 20%, 40%, 0.5);
	-webkit-box-shadow: 4px 4px 12px -2px rgba(20%, 20%, 40%, 0.5);
	box-shadow: 4px 4px 12px -2px rgba(20%, 20%, 40%, 0.5);
}
.list:last-child {
	margin: 0;
}
.img {
	width: 100%;
	position: relative;
}
.img img {
	width: 100%;
}
.n_text {
	background: #fff;
	padding: 20px;
}
.date {
	color: #EB6767;
	font-size: 17px;
	letter-spacing: 0.3em;
	margin: 5px 0;
}
.n_text span {
	font-size: 21px;
	color: #29a5df;
	font-weight: bold;
	margin: 0 0 10px 0;
	display: block;
}
.n_text p {
	font-size: 17px;
	line-height: 150%;
	color: #333333;
}
.new {
	position: absolute;
	z-index: 100;
	top: -27px;
	left: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 54px;
	font-weight: bold;
	background: #eb6877;
	text-align: center;
	width: 54px;
	height: 54px;
	border-radius: 27px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
}
/*-----near-----*/
.near {
	background: #fff;
	padding: 30px 0;
}
.near_inside {
	width: 1200px;
	margin: 0 auto;
}
.near_title {
	color: #EB6767;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.near_item {
	margin: 30px 0 0 0;
}
.near_list {
	width: 400px;
	float: left;
	background: #F6DF6F;
	padding: 42px 10px;
}
.en {
	display: block;
	color: #fff;
	font-size: 60px;
	text-align: center;
	font-family: "Helvetica";
	font-weight: bold;
}
.cn {
	display: block;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 60px;
	text-align: center;
}
.near_list p {
	text-align: center;
	color: #333333;
	font-size: 19px;
}
.near_btn {
	width: 60%;
	display: block;
	margin: 30px auto;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 17px;
	background: #333333;
}
.near_btn:hover {
	text-decoration: none;
	-moz-transform: translateX(-5px) translateY(-5px);
	-ms-transform: translateX(-5px) translateY(-5px);
	-webkit-transform: translateX(-5px) translateY(-5px);
	transform: translateX(-5px) translateY(-5px);
	box-shadow: 5px 5px 0 0 #EB6767;
}
.near_img {
	width: 400px;
	float: left;
}
.bg_ghost {
	width: 100%;
	margin: 0 0 90px 0;
	height: 250px;
}
/*-----footer-----*/

footer {
	width: 100%;
	border-top: 3px solid #e5ca77;
	padding: 30px 0;
	background: #29a5df;
}

.footer_inside {
	width: 1200px;
	margin: 0 auto;
}

.footer_logo {
	float: left;
	margin: 40px 0 0 0;
}

.footer_menu {
	float: left;
	margin: 40px 0 0 60px;
	padding: 0 100px 0 0;
	border-right: 1px solid #ffffff;
}

.footer_menu a {
	display: block;
	color: #ffffff;
	font-size: 17px;
	margin: 0 0 20px 0;
}

.ghost_info {
	float: left;
	margin: 80px 0 0 48px;
	color: #fff;
}

.ghost_info div {
	margin: 0 0 40px 0;
}

.add {
	background: url(../images/home.png) no-repeat left center;
	padding: 0 0 0 40px;
}

.phone {
	background: url(../images/phone.png) no-repeat left center;
	padding: 0 0 0 40px;
}

.mail {
	background: url(../images/mail.png) no-repeat left center;
	padding: 0 0 0 40px;
}
.facebook {
	float: right;
	margin: 40px 0 0 0;
}
#iframe_facebook {
	width: 336px;
	height: 268px;
	display: none;
}
/*-----內頁-----*/
.ins_banner {
	position: relative;
	background: #f9f9f9;
	padding: 20px 0;
	height: 145px;
	text-align: center;
}
.title {
	font-size: 36px;
	font-weight: bold;
	color: #29a5df;
	margin: 30px 0 0 0;
}
.title span {
	font-size: 26px;
	color: #EB6767;
}
.content {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.L {
	float: left;
	width: 56%;
}
.R {
	float: right;
	width: 38%;
}
.yellow {
	background: #F7E7A1;
}
.blue{
	background: #29A5DF;
	color:#fff;	
}
.top {
	background: url(../images/room_bg_top.png) no-repeat top center;
	background-size: contain;
}
.top_ghost {
	background: url(../images/ghost_bg_top.png) no-repeat top center;
	background-size: contain;
}
.bottom_ghost {
	background: url(../images/ghost_bg.png) no-repeat bottom center;
	background-size: contain;
}
/*-----密室逃脫-----*/
.note {
	margin: 30px 0 0 0;
}
.note_tit {
	display: block;
	color: #333333;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #333333;
}
.blue .note_tit {
	color: #F6DF6F;
	border-bottom: 2px solid #F6DF6F;
}
.num {
	padding: 0 8px;
	margin-right: 10px;
	background-color: #333333;
	color: #fff;
}
.blue .num{
	background-color: #F6DF6F;
	color: #ffffff;	
}
.note p {
	margin: 5px 0;
	font-size: 17px;
	line-height: 150%;
}
.container {
	margin: 30px 0;
}
.main-timeline {
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.main-timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #333333;
	position: absolute;
	top: 0;
	left: 50%;
}
.blue .main-timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #F6DF6F;
	position: absolute;
	top: 0;
	left: 50%;
}
.main-timeline .timeline {
	margin-bottom: 50px;
	position: relative;
}
.main-timeline .timeline:before, .main-timeline .timeline:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.main-timeline .timeline-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #333333;
	color: #ffffff;
	overflow: hidden;
	margin-left: -23px;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
}
.blue .main-timeline .timeline-icon{
	background: #F6DF6F;
	color: #333333;	
}
.main-timeline .timeline-content {
	width: 45%;
	padding: 20px;
	border-radius: 5px;
	background: #ffffff;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before {
	content: "";
	border-left: 7px solid #333333;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	left: 45%;
	top: 20px;
}
.blue .main-timeline .timeline-content:before {
	border-left: 7px solid #F6DF6F;
}
.main-timeline .title {
	font-size: 30px;
	font-weight: 300;
	color: #ffffff;
	padding: 10px;
	background: #333333;
	border-radius: 3px 3px 0 0;
	margin: -20px -20px 10px;
}
.blue .main-timeline .title{
	background: #F6DF6F;
		color: #333333;
}
.main-timeline .description {
	font-size: 16px;
	line-height: 150%;
	color: #726f77;
}

.main-timeline .timeline-content.right {
	float: right;
}

.main-timeline .timeline-content.right:before {
	content: "";
	right: 45%;
	left: inherit;
	border-left: 0;
	border-right: 7px solid #333333;
}
.blue .main-timeline .timeline-content.right:before {
	content: "";
	right: 45%;
	left: inherit;
	border-left: 0;
	border-right: 7px solid #F6DF6F;
}
.note p.ticket {
	font-size: 19px;
}
.note p.ticket b {
	font-size: 30px;
	color: #EB6767;
}
.blue .note p.ticket b{
	color:#F6DF6F;
}
.note ul {
	list-style: none;
}

.note ul li {
	line-height: 150%;
	margin: 10px 0;
	font-size: 17px;
}

.pic_banner {
	clear: both;
	height: 405px;
	border: 20px solid #ffffff;
	border-radius: 4px;
	margin: 40px 0;
}
/*-----關於我們-----*/
.about p{
	line-height: 150%;
	font-size: 19px;
}
/*-----聯絡我們-----*/
.contact {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}
.contact p {
	margin: 15px 0 0 0;
	font-size: 19px;
	line-height: 150%;
}
.contact p a {
	color: #EB6767;
}
.contact b {
	width: 100px;
	color: #29a5df;
	font-weight: bold;
	display: inline-block;
}
.map {
	margin: 40px 0 20px 0;
}
#map {
	width: 100%;
	height: 400px;
}
.help{
	list-style: none;
}
.help_word{
	font-size: 17px;
	font-weight: bold;
}
.help li{
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
	border:1px solid #000;
	padding: 10px;
	margin: 10px 0;
}
.help li:hover{
	background: #000;
	color: #fff;
}

@media screen and (max-width:1024px) {
.header_inside {
	width: 1000px;
}
.menu a {
	padding: 20px 30px;
}
.banner {
	height: 412px;
}
.unit {
	width: 1000px;
}
.unit_bg {
	background: #fff;
}
.news {
	width: 1000px;
}
.list {
	width: 32%;
	margin: 0 20px 0 0;
}
.footer_inside {
	width: 1000px;
}
.addon_inside {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}
.footer_logo {
	float: left;
	margin: 40px 0 0 0;
	width: 20%;
}
.footer_logo img {
	width: 100%;
}
.footer_menu {
	float: left;
	margin: 40px 0 0 60px;
	padding: 0 60px 0 0;
	border-right: 1px solid #ffffff;
}
.ghost_info {
	width: 20%;
}
.facebook {
	width: 336px;
}
/*-----內頁-----*/
.content {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}
.top_ghost, .bottom_ghost {
	background: none;

}
/*-----密室逃脫-----*/
.note {
	margin: 30px 0 0 0;
}
.main-timeline .title {
	font-size: 25px;
}
.main-timeline .timeline-content::before {
	top: 16px;
}
/*-----聯絡我們-----*/
.contact {
	width: 1000px;
}
.contact p {
	margin: 15px 0 0 0;
}
}
@media screen and (max-width:768px) {
.addon_inside {
	width: 100%
}
.logo {
	margin: 5px 0;
}
.header_inside {
	width: 100%;
	margin: 0;
	height: 50px;
}
.menu a {
	font-size: 17px;
	padding: 10px 15px;
}
.logo img {
	width: 100%;
}
.banner {
	height: 308px;
}
.unit {
	width: 100%
}
.unit_bg {
	background: #fff;
}
.pic img {
	width: 50%;
	float: left;
}
.news {
	width: 100%
}
.item {
	margin: 40px 15px;
}
.list, .list:last-child {
	width: 48%;
	margin: 0 28px 20px 0;
}
.list:nth-child(even) {
	margin: 0 0 20px 0;
}
.footer_inside {
	width: 100%
}
.footer_logo {
	margin: 40px 0 0 20px;
	width: 15%;
}
.footer_logo img {
	width: 100%;
}
.footer_menu {
	margin: 40px 0 0 20px;
	padding: 0 40px 0 0;
}
.ghost_info {
	margin: 60px 0 0 20px;
}
.facebook {
	width: 35%;
	margin: 40px 0 0 40px;
	float: left;
}
#iframe_facebook {
	width: 100%;
	height: 268px;
}
/*-----內頁-----*/
.content {
	width: 100%;
	margin: 0 auto;
	padding: 40px 15px;
}
.L, .R {
	float: none;
	width: 100%;
}
/*-----密室逃脫-----*/
.note {
	margin: 30px 0 0 0;
}
.main-timeline .title {
	font-size: 25px;
}
.main-timeline .timeline-content::before {
	top: 16px;
}
.pic_banner {
	height: 236px;
}
.pic_banner img {
	width: 100%;
}
/*-----聯絡我們-----*/
.contact {
	width: 100%;
	padding: 0 15px;
}
.contact p {
	margin: 15px 0 0 0;
}
}
@media screen and (max-width:767px) {
.mobile {
	display: block;
}
.computer {
	display: none;
}
.addon {
	display: none;
}
header {
	background: #29a5df;
}
.header_inside {
	width: 100%;
	margin: 0;
}
.menu_mobile {
	display: none;
	padding: 10px 0;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	border-top: 3px solid #fff;
}
.mobile_btn {
	position: absolute;
	left: 20px;
	top: 15px;
	cursor: pointer;
	z-index: 2;
	display: block;
	width: 35px;
	height: 28px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari å’Œ Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
	overflow: hidden;
}
.mobile_btn li {
	width: 35px;
	height: 2px;
	background: #fff;
	margin: 6px 0 0px 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.mobile_btn #btn_m {
	width: 35px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.mobile_btn #btn_t {
	width: 35px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.mobile_btn li.btn_t {
	-webkit-transform: translate(0, 36px);
	-ms-transform: translate(0, 36px);
	transform: translate(0, 55px);
}
.mobile_btn li.btn_m {
	-webkit-transform: translate(0, 36px);
	-ms-transform: translate(0, 36px);
	transform: translate(0, 55px);
}
.mobile_btn li.btn_b {
	-webkit-transform: translate(0, 36px);
	-ms-transform: translate(0, 36px);
	transform: translate(0, 55px);
}
.mobile_btn div {
	width: 35px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
div.close_l {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari å’Œ Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	margin: -100px 0 0 -4px;
}
div.close_r {
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	/* IE 9 */
	-moz-transform: rotate(135deg);
	/* Firefox */
	-webkit-transform: rotate(135deg);
	/* Safari å’Œ Chrome */
	-o-transform: rotate(135deg);
	/* Opera */
	margin: -2px 0 0 -4px;
}
.mobile_btn div.close_click_l {
	margin: -14px 0 0 -5px;
}
.logo {
	width: 180px;
	display: block;
	margin: 3px auto;
	float: none;
}
.menu {
	float: none;
	width: 100%;
	margin: 0;
	text-align: right;
}
.menu a {
	font-size: 19px;
	margin: 10px 0;
	display: block;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
.menu a  i.material-icons,.menu a  i.material-icons.ghost{
	background: none;
	display: none;
}
.m_footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 52px;
	background: #fff;
	border-top: 5px solid #E5CA77;
}
.m_footer a.index {
	background: url(../images/index_blue.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	background-size: auto 26px;
}
.m_footer a.sitemap {
	background: url(../images/sitemap_blue.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	background-size: auto 26px;
}
.m_footer a.fb {
	background: url(../images/fb_blue.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	background-size: auto 26px;
}
.m_footer a {
	color: #29a5df;
	width: 33%;
	line-height: 60px;
	display: block;
	float: left;
	text-align: center;
	border-right: none;
	padding: 8px 0 8px;
	margin: 0;
}
footer {
	width: 100%;
	border-top: 3px solid #e5ca77;
	padding: 30px;
	background: #29a5df;
}
.banner {
	height: 308px;
}
.unit_bg {
	padding: 0 15px;
}
.unit_L {
	float: left;
	width: 100%;
}
.unit_R {
	float: right;
	width: 100%;
	margin: 20px 0 0 0;
}
.box {
	margin: 10px;
	height: 250px;
}
.pic img {
	width: 100%;
	float: left;
}
.btn a{
	width: 100%;
	background: #EB6767;
	text-align: center;
	color: #fff;
	font-size: 19px;
	margin: 0;
	padding: 10px;
	float: none;
	display:block;
}
.list, .list:last-child {
	width: 100%;
	margin: 0 0 20px 0;
}
.ghost_pic {
	position: absolute;
	bottom: 0;
	right: 5%;
}
.footer_logo {
	margin: 40px 15px 0 0;
	width: 30%;
}
.footer_menu {
	display: none;
}
.ghost_info {
	margin: 20px 0 0 0px;
	width: 60%;
}
.ghost_info div {
	line-height: 150%;
	margin: 0 0 20px 10px;
}
.ghost_pic {
	position: absolute;
	bottom: 0;
	left: 70%;
}
.facebook {
	width: 100%;
	margin: 0;
	padding: 0 15px;
	float: left;
}
.bg_ghost {
	display: none;
}
.main-timeline {
	margin-left: 20px;
}
.main-timeline:before {
	left: 0;
}
.main-timeline .timeline-content {
	width: 90%;
	float: right;
}
.main-timeline .timeline-content:before, .main-timeline .timeline-content.right:before {
	left: 10%;
	right: inherit;
	margin-left: -6px;
	border-left: 0;
	border-right: 7px solid #333333;
}
.main-timeline .timeline-icon {
	left: 0;
}
.pic_banner {
	height: 130px;
	border: 10px solid #ffffff;
}
.pic_banner img {
	max-width: 100%;
	width: auto;
	height: 178px;
}
/*-----password-----*/
.icon {
	text-align: center;
}
.icon i.material-icons {
    font-size: 100px;
}

}
@media only screen and (max-width: 479px) {
.main-timeline .timeline-content {
	width: 85%;
}
.main-timeline .timeline-content:before, .main-timeline .timeline-content.right:before {
	left: 15%;
}
.main-timeline .title {
	font-size: 20px;
}
.main-timeline .timeline-content:before {
	top: 13px;
}
}
@media screen and (max-width:375px) {
.banner {
	height: 280px;
}
.pic_banner {
	height: 130px;
	border: 10px solid #ffffff;
}
.pic_banner img {
	width: 100%;
	height: auto;
}
}
@media screen and (max-width:320px) {
.banner {
	height: 240px;
}
.pic_banner {
	height: 110px;
	border: 10px solid #ffffff;
}
.pic_banner img {
	width: 100%;
	height: auto;
}
}
