@charset "utf-8";
/* CSS Document */
@import url("reset.css") screen;
/**
 * 共用 + 預設部分
 -----------------------------*/
@font-face {
	font-family: "Berthold Akzidenz Grotesk BE Co Medium";
	src: url(../fonts/AkzidenzGroteskBE-MdCn.otf);
	src: url('../fonts/AkzidenzGroteskBE-MdCn.eot'); /* IE9 Compatibility mode */
	src: url('../fonts/AkzidenzGroteskBE-MdCn.eot?#iefix') format('embedded-opentype'),  url('../fonts/AkzidenzGroteskBE-MdCn.woff') format('woff'), /* Modern Browsers */  url('../fonts/AkzidenzGroteskBE-MdCn.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/AkzidenzGroteskBE-MdCn.svg#hank') format('svg'), /* Legacy iOS */  url('../fonts/AkzidenzGroteskBE-MdCn.otf') format('opentype');
}
@font-face {
	font-family: "Helvetica LT Std";
	src: url(../fonts/Helvetica-LT-Condensed-Light.ttf);
	src: url('../fonts/Helvetica-LT-Condensed-Light.eot'); /* IE9 Compatibility mode */
	src: url('../fonts/Helvetica-LT-Condensed-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica-LT-Condensed-Light.woff') format('woff'), /* Modern Browsers */  url('../fonts/Helvetica-LT-Condensed-Light.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/Helvetica-LT-Condensed-Light.svg#hank') format('svg'), /* Legacy iOS */  url('../fonts/Helvetica-LT-Condensed-Light.otf') format('opentype');
}
@font-face {
	font-family: "Helvetica Condensed";
	src: url(../fonts/Helvetica-LT-Compressed.ttf));
	src: url('../fonts/Helvetica-LT-Compressed.eot'); /* IE9 Compatibility mode */
	src: url('../fonts/Helvetica-LT-Compressed.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica-LT-Compressed.woff') format('woff'), /* Modern Browsers */  url('../fonts/Helvetica-LT-Compressed.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/Helvetica-LT-Compressed.svg#hank') format('svg'), /* Legacy iOS */  url('../fonts/Helvetica-LT-Compressed.otf') format('opentype');
}
@font-face {
	font-family: "Helvetica LT Narrow";
	src: url(../fonts/Helvetica-LT-Narrow.ttf);
	src: url('../fonts/Helvetica-LT-Narrow.eot'); /* IE9 Compatibility mode */
	src: url('../fonts/Helvetica-LT-Narrow.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica-LT-Narrow.woff') format('woff'), /* Modern Browsers */  url('../fonts/Helvetica-LT-Narrow.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/Helvetica-LT-Narrow.svg#hank') format('svg'), /* Legacy iOS */  url('../fonts/Helvetica-LT-Narrow.otf') format('opentype');
}
@font-face {
	font-family: HelveticaLight;
	src: url(../fonts/Helvetica-LT-Light.ttf);
	src: url('../fonts/Helvetica-LT-Light.eot'); /* IE9 Compatibility mode */
	src: url('../fonts/Helvetica-LT-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica-LT-Light.woff') format('woff'), /* Modern Browsers */  url('../fonts/Helvetica-LT-Light.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/Helvetica-LT-Light.svg#hank') format('svg'), /* Legacy iOS */  url('../fonts/Helvetica-LT-Light.otf') format('opentype');
}
body {
	background: #000;
	color: #fff;
	line-height: 22px;
	text-align: right;
}
.container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
/* ----- 上面 ----- */

.top {
    height: 87px;
}
.logo {
	width: 340px;
	float: left;
    margin-top: 8px;
}
.logo2 {
    margin-top: 20px;
	float: left;
}
.top2 {
	float: left;
	margin-top: 30px;
	margin-right: 30px;
}
.search {
	margin-right: 15px;
	float: left;
	width: 162px;
	height: 27px;
	line-height: 27px;
	background: url(../img/search.png) no-repeat left top;
}
.search input {
	width: 110px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 12px;
	background: none;
	border: none;
	float: left;
	font-family: "Helvetica LT Narrow";
	color: #333 !important;
}
#keyword {
	color:#333 !important;
}
.search img {
	float: left;
	margin-top: 3px;
}
.language {
	float: left;
	width: 130px;
	margin-top: 3px;
}
.language select {
	width: 130px;
}
.myac {
	margin-right: 15px;
	float: left;
	/*background: url(../img/account.png) no-repeat left bottom;*/
	font-size: 13px;
	height: 20px;
	font-family: "Helvetica LT Std";
	width: 100px;
	color: #fff;
}
.myac a {
	top: 5px;
	position: relative;
	text-decoration: none;
	color: #A7A7A9;
}
.myac ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
* html .myac ul {
	height: 20px;
}
.myac ul li {
	float: left;
}
* html .myac ul li {
	display: inline;
}
.myac ul li a {
	float: left;
	height: 30px;
	width: 100px;
	text-align: center;
}
.myac ul li ul {
	position: absolute;
	width: 250px;
	overflow: visible;
	clear: left;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -110px;
	background: #555;
	height: 100px;
	z-index: 10;
	padding: 20px 10px;
	visibility: hidden;
}
*:first-child+html .myac ul li ul {
	margin-top: 0;
}
* html .myac ul li ul {
	margin-top: 0;
}
.myac ul li ul li {
	float: none;
	text-align: center;
}
.myac ul li:hover ul {
	visibility: visible;
}
.myac input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #666;
	color: #999;
	padding: 5px;
	margin-bottom: 10px;
	background: #333;
	width: 90%;
	-moz-box-shadow: 1px 1px 1px #222 inset;               /* For Firefox3.6+ */
	-webkit-box-shadow: 1px 1px 1px #222 inset;            /* For Chrome5+, Safari5+ */
	box-shadow: 1px 1px 1px #222 inset;                    /* For Latest Opera */
}
input.myacbutton {
	font-size: 9px;
	margin-left: 10px;
	border: none;
	background: #4AAF33;
	color: #fff;
	width: 80px;
	padding-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: none;
	border-radius: 3px;
}
.myac ul li td a {
	float: none;
	height: 20px;
	width: 100px;
	text-align: center;
	position: relative;
	top: -1px;
	color: #ccc;
	padding: 0 5px;
}
.myac ul li td a:hover {
	color: #FFCB00;
}
.myac ul li td span {
	color: #ccc;
}
/* ----- banner -----*/
.banner {
	width: 100%;
	min-width: 1000px;
}
.banner img {
	z-index: 100;
	width: 100%;
}
/* ----- 下面 ----- */
.footer {
	float: left;
	background: url(../img/copy_bg.jpg) repeat-x top left;
	height: 232px;
	width: 100%;
	min-width: 1000px;
	padding-top: 20px;
	font-size: 13px;
	font-family:"Helvetica LT Narrow";
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.copy01 {
	width: 300px;
	height: 200px;
	float: left;
}
.copy01 ul li {
	width: 96%;
}
.copy02 {
	width: 690px;
	height: 200px;
	float: left;
}
.copy02 ul li {
	float: left;
	margin-top: 20px;
	width: 167px;
}
.copy02 ul ul {
	width: 65%;
	margin: 0 auto;
}
.copy02 ul li ul li {
	float: left;
	margin-top: 0px;
}
.copyline {
	width: 1px !important;
}
.copyright {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
}
/**
 * 頁面
 -----------------------------*/
.Inpage {
	min-height:280px;
	position: relative;
	margin-top: -10%;
	float: left;
	width: 100%;
	min-width: 1000px;
}
.Inpage2 {
	min-height:280px;
	background: #fff;
}
.Inpage3 {
	min-height:280px;
	position: relative;
	float: left;
	width: 100%;
	min-width: 1000px;
	background: url(../img/contentBG.jpg) repeat-x left top;
}
.Inpage4 {
	min-height:280px;
}
.Inpage5 {
	min-height:280px;
	position: relative;
	margin-top: -40px;
	background: #fff;
	float: left;
	width: 100%;
	min-width: 1000px;
	z-index: -10;
	padding: 30px 0;
}
.Inpage01 {
	height: 150px;
}
.bottom {
	border: 1px solid #F20;
}
.link {
	font-size: 14px;
	color: #333;
	height: 80px;
	line-height: 80px;
	font-family: "Helvetica Condensed";
	letter-spacing: 0.06em;
}
.link a {
	color: #333;
	text-decoration: none;
}
/* 文字 */
.green {
	font-family: "Berthold Akzidenz Grotesk BE Co Medium";
	color: #00694F;
}
.yellow {
	text-align: right;
	color: #FC0;
	font-size: 18px;
	text-decoration: none;
	font-family: "Myriad Pro";
}
.yellow a {
	text-decoration: none;
	color: #FC0;
	margin-right: 20px;
}
/**
 * 首頁
 -----------------------------*/
.index {
	font-weight: 100;
	background: url(../img/about/bottom.png) no-repeat right bottom;
	padding-bottom: 100px;
	font-family: "Helvetica LT Narrow";
	font-size: 17px;
}
.index_left {
	float: left;
	width: 220px;
}
.index_center {
	width: 500px;
	height: 20px;
	float: left;
	margin: 0 20px;
}
.index_center a {
	color: #006653;
}
.index_center h1 {
	font-size: 35px;
	padding-top: 15px;
}
.index_center p {
	font-size: 19px;
	padding-bottom: 15px;
}
.index_right {
	font-family: HelveticaLight;
	width: 230px;
	height: 20px;
	float: left;
}
.index_right p {
	margin-bottom: 10px;
}
.right_content {
	margin: 10px auto 0;
}
.nav_more {
	text-align: right;
	margin: 0 0 30px 0;
}
.nav_more a {
	text-decoration: none;
	color: #FC0;
}
.search01 {
	height: 30px;
	width: 240px;
	margin: 10px 0 10px 0;
	color: #999;
	font-family: HelveticaLight;
}
.submit {
	width: 240px;
	margin: 0 0 10px 0;
	text-align: right;
}
.index_submit {
	text-align: right;
	margin: 0 0 10px 0;
}
.index_submit input {
	font-size: 24px;
	color: #fff;
	background: url(../img/buttonBg.jpg) repeat-x top left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 155px;
	height: 39px;
	border: none;
	margin-top: 20px;
	text-align: center;
	font-family: "Helvetica LT Narrow";
	font-weight: normal;
}
.fb-uto {
	margin: 10px 0;
}
.fb-uto img {
	margin: 0 15px 0 0;
}
.tittle {
	margin: 10px 0;
}
.index_center {
	font-family: "Berthold Akzidenz Grotesk BE Co Medium";
}
.index_center video {
	width: 500px;
}
.index_center a {
	font-size: 40px;
	color: #006653;
	text-decoration: none;
	line-height: 30px;
}
.index_center a span {
	font-size: 23px;
}
.content1 {
	margin-top: -12%;
}
/**
 * 關於我們
 -----------------------------*/
.about {
	font-weight: 100;
	background: url(../img/about/bottom.png) no-repeat right bottom;
	padding-bottom: 100px;
	font-family: "Berthold Akzidenz Grotesk BE Co Medium";
	font-size: 27px;
	line-height: 30px;
}
.about p, .about img {
	margin-bottom: 20px;
}
.about01 {
	margin-right: 80px;
	float: left;
	width: 460px;
}
.about02 {
	float: left;
	width: 460px;
}
/**
 * 最新消息
 -----------------------------*/
.news {
	font-weight: 100;
	background: url(../img/news/bottom.png) no-repeat right bottom;
	padding-bottom: 100px;
	font-family: "Helvetica Condensed";
	font-size: 17px;
	line-height: 30px;
}
.tittle-news {
	color: #FFCA00;
	float: left;
	font-size: 22px;
	font-weight: 200;
	margin-bottom: 20px;
	font-family: "Myriad Pro";
	width: 100%;
}
.detail_img {
	float: left;
	text-align: center;
	padding: 0 0 50px 0;
}
.news_content {
	width: 700px;
	font-family: "Myriad Pro";
}
.Newscontent {
	color: #fff;
	border-bottom: 1px solid #FFF;
	text-align: justify;
	padding-bottom: 30px;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.content_news {
	margin: 0 0 30px 0;
}
.news {
	font-family: "Myriad Pro";
}
.news h1 {
	font-size: 21px;
	margin-bottom: 25px;
	color: #FFCB00;
}
.news h1 p {
	font-size: 13px;
	color: #fff;
	margin: 0;
}
.news p {
	margin-top: 15px;
}
/**
 * 產品介紹
 -----------------------------*/
.products {
	font-weight: 100;
	background: url(../img/products/bottom.png) no-repeat right bottom;
	padding-bottom: 100px;
}
.productsLeft {
	font-family: "Helvetica Condensed";
	letter-spacing: 0.03em;
	width: 230px;
	float: left;
	margin-right: 20px;
	line-height: 35px;
}
.productsTitle02 {
	background: #444444;
	color: #fff;
	padding-left: 15px;
}
.topnav {
	font-family: "Helvetica Condensed";
}
ul.topnav {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #ccc;
}
ul.topnav li {
	background: #DDDDDD;
	width: 230px;
	line-height: 40px;
}
ul.topnav li a {
	color: #000;
	display: block;
	text-decoration: none;
	background: url(../img/products/arrow.png) no-repeat left center;
	padding-left: 20px;
	color: #666;
	font-size: 14px;
	margin: 0 20px;
}
ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}
ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
ul.topnav ul li p {
	float: right;
	color: #666;
}
ul.topnav ul li a {
	outline: 0;
	color: #B20000;
	font-size: 15px;
	background: none;
	padding: 0px;
}
ul.topnav ul ul li a {
	color: silver;
	padding-left: 40px;
}
ul.topnav span {
	float: right;
}
ul.topnavleft2 li a {
	color: #666 !important;
}
.productsRight {
	float: left;
	width: 750px;
}
.productsTitle {
	color: #B20000;
	font-size: 18px;
	font-family: "Helvetica LT Std";
	letter-spacing: 0.06em;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 5px
}
.productsRight ul li {
	border: 1px solid #ccc;
	width: 238px;
	float: left;
	margin-bottom: 20px;
}
.productsRight ul li div {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	height: 60px;
}
.productsRight ul li a {
	text-decoration: none;
	font-size: 16px;
	font-family: "Helvetica LT Std";
	color: #333;
}
.productsC {
	margin: 0 15px;
}
/*---產品詳細頁---*/
.productsLeft2 {
	width: 390px;
	margin-right: 20px;
	float: left;
}
.productsRight2 {
	width: 580px;
	font-family: "Helvetica LT Std";
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.Right2Title {
	background: #EDEDED;
	padding: 10px 20px;
}
.Right2Title span {
	color: #666;
	font-size: 14px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.Right2Title h1 {
	font-size: 26px;
	color: #000;
	margin-bottom: 30px;
}
.productsRight2 h2 {
	padding: 20px 0;
	font-size: 26px;
	color: #666;
	font-weight: bold;
}
.productsf4 {
	background: #f4f4f4;
	padding: 10px 20px;
}
.productsf4 h1 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
}
.productsff {
	background: #fff;
	padding: 10px 20px;
}
.productsff h1 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
}
/**
 * 聯絡我們
 -----------------------------*/
.contact {
	font-family: "Berthold Akzidenz Grotesk BE Co Medium";
	font-weight: 100;
	background: #231815 url(../img/contact/bottom.png) no-repeat right bottom;
	background-size: contain;
	padding-bottom: 100px;
	color: #fff;
}
.contact p {
	font-size: 24px;
	margin-bottom: 15px;
}
.contact input {
	width: 375px;
	height: 20px;
	-webkit-box-shadow: 0 0 15px #656565;
	-moz-box-shadow: 0 0 15px #656565;
	box-shadow: 0 0 15px #656565;
	color: #666;
}
.contact textarea {
	width: 375px;
	height: 100px;
	-webkit-box-shadow: 0 0 15px #656565;
	-moz-box-shadow: 0 0 15px #656565;
	box-shadow: 0 0 15px #656565;
	color: #666;
}
.contact td {
	padding-left: 40px;
	padding-bottom: 25px;
}
input.point {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 26px;
	margin-top: -10px;
}
.contact span {
	font-size: 21px;
	margin-right: 15px;
}
.point2 {
	position: relative;
}
.point2 input {
	width: 15px;
	margin-left: -1px;
}
.contact2 {
	margin-top: 20px;
}
input.sign {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 21px;
	float: left;
}
input.submit {
	font-size: 24px;
	color: #fff;
	-webkit-box-shadow: 0 0 15px #656565;
	-moz-box-shadow: 0 0 15px #656565;
	box-shadow: 0 0 15px #656565;
	background: url(../img/buttonBg.jpg) repeat-x top left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 155px;
	height: 39px;
	font-weight: 100;
	border: none;
	margin-top: 20px;
	font-family: "Helvetica LT Narrow";
	text-align: center;
}
/*----item---*/
.item {
}
.item ul {
	padding-top: 40px
}
.item ul li {
	border: 1px solid #ccc;
	width: 238px;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}
.item ul li div {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	height: 60px;
}
.item ul li a {
	text-decoration: none;
	font-size: 16px;
	font-family: "Helvetica LT Std";
	color: #333;
}
.itemC {
	margin-right: 0px;
}
/*----mdeia---*/
.media {
	font-family: "Helvetica LT Std";
}
.media ul li {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.mediaTitle {
	color: #B20000;
	font-size: 18px;
	font-family: "Helvetica LT Std";
	letter-spacing: 0.06em;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.mediavideo {
	font-family: "Helvetica LT Std";
}
.content_wrapper iframe {
	width: 225px;
	padding-left: 3px;
	margin-bottom: 20px;
	float: left;
}
.mediavideo02 div {
	width: 225px;
	padding-left: 3px;
	margin-bottom: 20px;
	float: left;
}
.mediavideo02 img {
	float: left;
}
.mediavideo02 p {
	float: left;
	width: 100%;
	text-align: center;
}
.mediacatalogs ul li {
	float: left;
	width: 235px;
	margin-right: 20px;
	margin-bottom:30px;
	border-bottom:1px dotted #666;
	padding-bottom:30px;
}
.mediacatalogs {
	font-family: "Helvetica LT Std";
}
.mediacatalogs h1 {
	color:#333;
	padding:10px 0;
}
.mediacatalogs p {
	margin-top:10px;
	font-size:14px;
	color: #900;
}
.mediacatalogs span {
}
.mediacatalogs02 {
	margin-right: 0px !important;
}
/**
 * 忘記密碼
 -----------------------------*/
.forget {
	font-family: "Myriad Pro";
	background: #231815 url(../img/about/bottom.png) no-repeat right bottom;
	padding-top: 80px;
	padding-bottom: 100px;
	color: #fff;
	min-height: 450px;
}
.forget h1 {
	color: #FFCB00;
	font-size: 27px;
	margin-bottom: 50px;
}
.forget p {
	margin-bottom: 30px;
}
.forget span {
	margin-right: 15px;
	font-size: 13px;
}
.forgetsubmit input {
	font-size: 17px;
	color: #fff;
	-webkit-box-shadow: 0 0 15px #656565;
	-moz-box-shadow: 0 0 15px #656565;
	box-shadow: 0 0 15px #656565;
	background: url(../img/buttonBg.jpg) repeat-x top left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 125px;
	height: 30px;
	font-weight: 100;
	border: none;
	margin-top: 50px;
	font-family: "Helvetica LT Std";
	text-align: center;
}
