.tabs {
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;	/*alice delete "width: 960px;"*/
}

.tabs input { /*按鈕作用範圍*/
	z-index: 1000;
	width: auto;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{ /*按鈕作用範圍*/
	left: 220px;
}
.tabs input#tab-3{
	left: 440px;
}
.tabs input#tab-4{
	left: 660px;
}


.tabs label { /*TAB TITLE文字大小和按鈕顏色*/
	background: #5B8CA4;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#FFFFFF));
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%);
	background: linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%);


	font-size: 10px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
	float: left;
	display: block;
	width: 180px;
	color: #384A5C;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	border-radius: 3px 3px 0 0 ;
	box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs input:hover + label { /*滑鼠滑過TAB按鈕的顏色*/
	background: #7BDBF4;
}

.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
	z-index: 2;
}

.tab-label-3 {
	z-index: 3;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #cee9ff;
background: -moz-linear-gradient(top, #cee9ff 0%, #ffffff 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #cee9ff), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(top, #cee9ff 0%, #ffffff 100%);
background: -o-linear-gradient(top, #cee9ff 0%, #ffffff 100%);
background: -ms-linear-gradient(top, #cee9ff 0%, #ffffff 100%);
background: linear-gradient(to bottom, #cee9ff 0%, #ffffff 100%);


	z-index: 6;
	
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
}

.clear-shadow {
	clear: both;
}

.content {
	background: #fff;
	display:block;
	position: relative;
	width: 100%;
	text-align:left;
	padding-bottom: 100%;
	height: 2100px;					
	z-index: 5;
	box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
	border-radius: 3px;
}

.content div {
	position: absolute;
	top: 1px;
	padding-top: 70px;		/*alice*/
	padding-right: 70px;	/*alice*/
	padding-left: 70px;		/*alice*/
	padding-bottom: 70px;	/*alice*/
	z-index: 1;
	opacity: 0;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	transition: all linear 0.3s;
	left: 2px;
	width: 1080px;
	height: 938px;
}

.content-1 {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.content-2 {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.content-3 {
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.content-4 {
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 100;
	width:100%;
	height:auto;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}

.content div h2,
.content div h3{
	color: #395F80;
}
.content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
}

@keyframes "page" {
 0% {
    left: 0;
 }
 50% {
    left: 10px;
 }
 100% {
    left: 0;
 }

}

@-moz-keyframes page {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@media(max-width:425px) {
	.content div {
		padding-left: 0px;
		padding-right: 0px;
	}
}