@charset "utf-8";
*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.story{
	min-width: 970px;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Home{
	height: 800px;
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
}

#Home-bk{
	color: white;
	height: 430px;
	padding: 0;
	position: absolute;
	z-index: 7011;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Home-center {
	height: 430px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#Home-logo{
	height: 430px;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 7012;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	margin-top: 0;
	margin-bottom: 0;
	display: none;
}

#Web_1 {
	position: absolute;
	z-index: 7081;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/index11.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#Web_2 {
	position: absolute;
	z-index: 7082;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/index12.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: none;
}
#Web_3 {
	position: absolute;
	z-index: 7083;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/index13.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: none;
}
#Web_4 {
	position: absolute;
	z-index: 7084;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/index14.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: none;
}
#Web_5 {
	position: absolute;
	z-index: 7085;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/index5.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: none;
}
#Home2 {
	height: 850px;
	width: 100%;
	background-image: url(../images/home2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	background-attachment: fixed;
}
#Home2Center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1000px;
	width: 970px;
}
#Home2CenterDesc {
	width: 575px;
	float: left;
	margin-top: 80px;
	margin-left: 10px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-left: 10px;
}
#Home2CenterDescTitle {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 5px;
}
#Home2CenterDesc p {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#Home2CenterDesc h2 {
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

#Home3 {
	height: 700px;
	width: 100%;
	background-image: url(../images/home3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	background-attachment: fixed;
}
#Home3Center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 700px;
	width: 970px;
}
#Home3CenterDesc {
	width: 520px;
	float: right;
	margin-top: 120px;
	margin-left: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #FFF;
	font-size: 15px;
}
#Home3CenterDesc h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}


#NavBar {
	height: 49px;
	width: 100%;
	background-color: #F5F5F5;
	position: absolute;
	top: 430px;
	display:block;
	box-shadow:1px 1px 10px #111;
	-webkit-box-shadow:1px 1px 10px #111;
}

#NavBar #nav{
	width: 810px;
	z-index: 9999;
	height: 49px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	display:block;
}

#NavBar #nav li{
	float: left;
	width: 135px;
	height: 49px;
	list-style-type: none;
}
#NavBar #nav li a {
	display: block;
	line-height: 28px;
	text-decoration: none;
	color: #000;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 10px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-color:  ;
	border-bottom-color: #F5F5F5;
	white-space: nowrap;
}
#NavBar #nav li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}


#NavBar2 {
	height: 49px;
	width: 100%;
	background-color: #F5F5F5;
	position: fixed;
	top: 0px;
	z-index: 8000;
	box-shadow:1px 1px 15px #111;
	-webkit-box-shadow:1px 1px 15px #111;
	display: none;
}

#NavBar2 #nav2{
	width: 810px;
	z-index: 9999;
	height: 49px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#NavBar2 #nav2 li{
	float: left;
	width: 135px;
	height: 49px;
	list-style-type: none;
}
#NavBar2 #nav2 li a {
	display: block;
	line-height: 28px;
	text-decoration: none;
	color: #000;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 10px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-color:  ;
	border-bottom-color: #F5F5F5;
	white-space: nowrap;
}

#NavBar2 #nav2 li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#About{
	background: url(../images/secondBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#About .bg{
	height: 800px;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 7021;
	margin-top: 200;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#AboutBGCenter {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

.abgne_product_arrow_silder {
	width: 970px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.abgne_product_arrow_silder ul, .abgne_product_arrow_silder ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.prev {
	width: 40px;
	height: 85px;
	position: absolute;
	left: -85px;	/* 先藏在左邊 */
	top: 351px;		/* (區塊高-圖片高) / 2 */
	z-index: 7029;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
}
.next {
	background:url(../images/next.png) no-repeat;
	width: 40px;
	height: 85px;
	position: absolute;
	right: -85px;	/* 先藏在右邊 */
	top: 351px;		/* (區塊高-圖片高) / 2 */
	z-index:7029;
}
.abgne_product_arrow_silder ul li {
	position: absolute;
	z-index: 1;
}
.abgne_product_arrow_silder ul li.selected {
	z-index: 7028;
}


#News{
	color: white;
	height: 800px;
	padding-top: 50px;
	background-image: url(../images/thirdBG.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#News .bg1{
	height: 650px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 7031;
}
.NewsPIC img {
	max-width: 400px;
}

#Works{
	color: white;
	height: 800px;
	background-attachment: fixed;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(../images/works.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}
#Works .bg1{
	height: 700px;
	position: absolute;
	width: 100%;
	z-index: 7041;
}

#abgne-block {
	width: 800px;	/* 框架圖片的寬 */
	height: 438px;	/* 框架圖片的高 */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
#abgne-block a.prev, #abgne-block a.next {
	position: absolute;
	top: 325px;
	display: block;
	width: 57px;	/* 左右鈕圖片的寬 */
	height: 101px;	/* 左右鈕圖片的高 */
	text-indent: -9999px;
}
 
#abgne-block .prev {
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	left: -28px;
}
 
#abgne-block .next {
	right: -28px;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
}
 
#abgne-block .slides {
	overflow: hidden;
	position: relative;
	top: 190px;
	left: 0px;
	width: 800px;	/* 框架中間區塊的寬 */
	height: 376px;	/* 框架中間區塊的高 */
}
 
#abgne-block .slides ul {
	position: absolute;
	width: 9990px;
	height: 100%;
}
 
#abgne-block .slides li {
	width: 860px;	/* 框架中間區塊的寬 */
	height: 100%;
	float: left;
}
.bar_box {
	background-color: #313131;
	height: 367px;
	width: 220px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	
}
.bar_box a {
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #313131;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;	
	/* [disabled]padding-top: 2px; */
}
.bar_box a:hover {
	background-color: #D7D7D7;
	color: #000;
}
.bar_box_img {
	height: 150px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.bar_box_name {
	font-size: 18px;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
.bar_box_desc {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	height: 145px;
	overflow: hidden;
}


#NewCase{
	height: 800px;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/newcase-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#NewCase .bg3{
	height: 800px;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 7051;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#NewCaseCenter {
	height: 620px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 200px;
}
#NewCasePIC {
	float: left;
	margin-left: 40px;
	width: 400px;
}
#NewCasePIC img {
	max-width: 400px;
}


#NewCaseCentent {
	float: left;
	color: #FFF;
	width: 400px;
	margin-left: 80px;
}
#NewCaseDate {
	font-size: 18px;
}
#NewCaseTitle {
	font-size: 22px;
	line-height: 22px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#NewCaseText {
	font-size: 15px;
	line-height: 26px;
}


#Contact{
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/ContactBG.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: fixed;
}
#ContentC {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
	background-attachment: fixed;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 756px;
}
#Contact_Content {
	height: 500px;
	width: 450px;
	float: right;
	margin-top: 200px;
	margin-right: 80px;
}
table tr td {
	font-size: 15px;
	color: #333;
	letter-spacing: 1px;
	height: 42px;
}
#select {
	height: 24px;
	width: 133px;
}

.InPutBox {
	height: 24px;
	width: 185px;
	border: 1px solid #999;
}

.InPutBox2 {
	height: 24px;
	width: 340px;
	border: 1px solid #999;
}

.InPutBox3 {
	height: 24px;
	width: 135px;
	border: 1px solid #999;
}
.TextareaBox {
	height: 153px;
	width: 340px;
	margin-bottom: 10px;
}
table tr td label {
	font-size: 13px;
}


#SendBut {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#SendData {
	float: left;
	height: 32px;
	width: 127px;
	margin-left: 80px;
	background-image: url(../images/contact_but.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	cursor: pointer;
}
#SendData:hover {
	background-position: 1px 1px;
}
#ResetData {
	float: right;
	height: 32px;
	width: 127px;
	margin-right: 80px;
	background-image: url(../images/contact_but.png);
	background-repeat: no-repeat;
	background-position: -129px 0px;
	text-indent: -9999px;
	cursor: pointer;
}
#ResetData:hover {
	background-position: -128px 1px;
}
#CheckNum {
	margin-left: 10px;
}


#FOOTER {
	height: 200px;
	width: 100%;
	position: relative;
	background-color: #2D2D2D;
}
.FOOTERCentent {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#medo-mark {
	float: right;
	color: #FFF;
	font-size: 12px;
	white-space: nowrap;
}
#medo-mark a {
	color: #FFF;
	text-decoration: none;
}
#medo-mark a:hover {
	color: #FC0;
	text-decoration: underline;
}


#FooterLogo {
	float: left;
	margin-top: 80px;
	margin-left: 50px;
}
#FooterLink {
	float: left;
	margin-top: 65px;
	margin-left: 80px;
	width: 600px;
}
#FooterLink1 {
	float: left;
	margin-right: 40px;
}
#FooterLink1 li a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	line-height: 28px;
}
#FooterLink1 li a:hover {
	text-decoration: underline;
}
#FooterLink2 {
	margin-top: 30px;
	color: #FFF;
}
#FooterLink2 li {
	float: left;
	/* [disabled]list-style-type: disc; */
}
#FooterLink2 li a {
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-right: 30px;
	width: 100%;
}
#FooterLink2 li a:hover {
	text-decoration: underline;
}
