@charset "UTF-8";
/* CSS Document */

#head {
	clear: both;
	padding: 10px;
}
#wrap {
	clear: both;
	width: 1250px;
	height: 720px;
	background-image: url(../img/frame.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#slidebtn {
	position: absolute;
	right: -20px;
	bottom: 100px;
	height: 102px;
	width: 22px;
}
#slidebtn p {
	padding: 0px;
}
#slider-next {
	background-image: url(../img/button_up.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 22px;
}
#slider-next:hover {
	background-image: url(../img/button_up_on.png);
	background-repeat: no-repeat;
}
#slider-prev {
	background-image: url(../img/button_down.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 22px;
}
#slider-prev:hover {
	background-image: url(../img/button_down_on.png);
	background-repeat: no-repeat;
}
a.bx-next {
	padding: 0px;
	text-indent: -9999px;
	height: 51px;
	width: 22px;
	display: block;
}
a.bx-prev {
	padding: 0px;
	text-indent: -9999px;
	height: 51px;
	width: 22px;
	display: block;
}
#slider {
	padding: 0px;
	overflow: hidden;
}
#nav {
	width: 1200px;
	height: 45px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#nav h2 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 165px;
	text-align: center;
}
#nav ul {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
#nav li {
	float: left;
	text-align: center;
	padding-top: 20px;
}
#nav li.logo {
	width: 129px;
}
#nav img02 {
	display: block;
	margin: 0px;
	padding: 0px;
}
#flash {
	clear: both;
}
.cont {
	padding: 0px;
	clear: both;
	position: relative;
	height: 658px;
	width: 1192px;
	background-image: url(../img/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.rocket {
	position: absolute;
	z-index: 200;
	right: 5px;
	top: 0px;
	height: 385px;
	width: 250px;
}
.f_2 {
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 0px;
}
.pc_cange {
	position: absolute;
	z-index: 5;
	bottom: 114px;
	right: -5px;
	-webkit-animation: blink 1.0s step-end infinite alternate;
	-moz-animation: blink 1.0s step-end infinite alternate;
	animation: blink 1.0s step-end infinite alternate;
}

/* 点滅 */
@-webkit-keyframes blink{
    34%,66%,100% {opacity:0;}
    0%,33%,67%,99% {opacity:1;}
}
@-moz-keyframes blink{
    34%,66%,100% {opacity:0;}
    0%,33%,67%,99% {opacity:1;}
}
@keyframes blink{
    34%,66%,100% {opacity:0;}
    0%,33%,67%,99% {opacity:1;}
}
.planes {
	position: absolute;
	top: 0px;
	left: 88px;
	height: 178px;
	width: 423px;
}
.planes02 {
	position: absolute;
	top: 137px;
	left: 0px;
	height: 213px;
	width: 392px;
}
.recruit {
	position: absolute;
	top: 341px;
	left: 337px;
	/* [disabled]height: 100px; */
	/* [disabled]width: 75px; */
	z-index: 20;
}
.topics {
	position: absolute;
	display: block;
	bottom: 0px;
	z-index: 60;
	right: 205px;
}
.topics_pos {
	position: absolute;
	top: 350px;
	display: block;
	z-index: 55;
	right: 370px;
}
.staff_l {
	position: absolute;
	z-index: 51;
	left: 10px;
	bottom: 90px;
}
.staff_l02 {
	position: absolute;
	z-index: 20;
	left: 0px;
	bottom: 0px;
}
.staff_l03 {
	position: absolute;
	z-index: 52;
	left: 10px;
	bottom: 10px;
}
.staff_c {
	position: absolute;
	z-index: 51;
	right: 410px;
	bottom: 80px;
}
 @-webkit-keyframes bounce {
 0% {
-webkit-transform:translate(0, 0) scale(0.99);
}
 50% {
-webkit-transform:translate(0, -10px) scale(1.0);
}
 100% {
-webkit-transform:translate(0, 0) scale(0.99);
}
}
@-moz-keyframes bounce {
 0% {
-moz-transform:translate(0, 0) scale(0.99);
}
 50% {
-moz-transform:translate(0, -10px) scale(1.0);
}
 100% {
-moz-transform:translate(0, 0) scale(0.99);
}
}

img.space_nofloat {
	top:0;
	position: absolute;
	margin: 0 auto;
	display: block;
	z-index: 5;
}
img.space_float01 {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -625px;
	z-index: 40;
	-webkit-animation: bounce 1800ms alternate infinite;
	-moz-animation-name: bounce;
	-moz-animation-duration: 18s;
	-moz-animation-iteration-count: infinite;
	/*-moz-animation-direction:alternate;*/
}
img.space_float02 {
	position: absolute;
	top: -30px;
	right:-10px;
	margin: 0 auto;
	z-index: 30;
	-webkit-animation: bounce 2400ms alternate infinite;
	-moz-animation-name: bounce;
	-moz-animation-duration: 24s;
	-moz-animation-iteration-count: infinite;/*-moz-animation-direction:alternate;*/
}
img.space_float03 {
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -645px;
	z-index: 20;
	-webkit-animation: bounce 2800ms alternate infinite;
	-moz-animation-name: bounce;
	-moz-animation-duration: 28s;
	-moz-animation-iteration-count: infinite;
	/*-moz-animation-direction:alternate;*/
}
.movie {
	position: absolute;
	height: 189px;
	width: 336px;
	left: 410px;
	top: 183px;
	z-index: 50;
	padding: 12px 12px 11px 15px;
}
.movie>iframe {
	border: none;
}
.movie02 {
	position: absolute;
	height: 189px;
	width: 336px;
	left: 418px;
	top: 190px;
	z-index: 50;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
}
.movie02>iframe {
	border: none;
}
.cont02 {
	padding: 0px;
	clear: both;
	position: relative;
	height: 659px;
	width: 1192px;
	background-image: url(../img/mainimage02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.lotate {
	left: 50%;
	top: 50%;
	margin-top: -600px;
	margin-left: -900px;
	z-index: 1000;
	position: absolute;
	height: 1200px;
	width: 1800px;
}
.nolotate {
	left: 0%;
	top: 0%;
	z-index: 10;
	position: absolute;
	height: 694px;
	width: 1192px;
}
#foot {
	clear: both;
	padding: 10px;
	text-align: center;
}
#co_wrap {
	text-align: left;
	clear: both;
	width: 880px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#co_wrap h3 {
	padding-bottom: 20px;
}
#company {
	background-image: url(../img/companybg.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000;
	height: 460px;
	overflow: auto;
	padding-right: 260px;
}
#company table {
	font-size: 12px;
	margin-bottom: 20px;
	width: 620px;
}
#company table th {
	width: 130px;
	background-image: url(../img/bg_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#company table td {
	padding-top: 10px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#vision {
	background-repeat: no-repeat;
	color: #000;
	clear: both;
	overflow-y: hidden;
}
#co_innner {
	color: #000;
	height: 460px;
	overflow: auto;
}
.midasi_20 {
	font-size: 20px;
	line-height: 28px;
	clear: both;
}
.midasi01 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	clear: both;
	margin-top: 15px;
	border-bottom: 1px solid #B5282C;
}
.midasi02 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
	margin-top: 15px;
	color: #B5282C;
}
.txt_R {
	text-align: right;
}
.tbl {
	font-size: 12px;
	margin-bottom: 20px;
	width: 720px;
}
.tbl th {
	width: 20%;
	background-image: url(../img/bg_square.gif);
	background-repeat: no-repeat;
	background-position: left 16px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	text-align: left;
	vertical-align: top;
}
.tbl td {
	padding-top: 10px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
.staffbox {
	display: inline-block;
	float: left;
	width: 280px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.staffbox a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.posi {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #535353;
}
.backlnk {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	background-color: #B5282C;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-radius: 3px;
	width: 200px;
	margin-top: 20px;
}
