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

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b1b0b0;
	font-size: 12px;
}
/*-------上面logo------------*/
#header {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	height: 71px;
}
#logo {
	float: left;position: relative;
	width: 203px;opacity: 0;top:-10px;
}
#logo a{
    width: 203px;
    display: block;
    float: left;
    margin-top: 7px;
}
/*-----上面左邊語系------------*/
#language {
	float: left;
	padding-left: 328px;
	color: #c4c4c4;
	width: 240px;
	padding-top: 38px;
}
#language ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#language li {
	color: #c4c4c4;
	float: left;
	text-decoration: none;
	width: 75px;
}
#language a {
	color:#c4c4c4;
	text-decoration: none;
	padding-right: 10px;
}
#language a:hover {
	color:#FFF;
	text-decoration: none;
}
/*-----上面左邊搜尋------------*/
#search {
	float: right;
	padding-top: 32px;
	background-image: url(../images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 127px;
	padding-left: 25px;
	padding-bottom: 3px;
}
#search_t {
	float: left;
	width: 100px;
}
#search_btn {
	float: right;
	padding-right: 5px;
	padding-top: 3px;
}
/*------選單---------*/
#menu {
    clear: both;
    width: 921px;
    margin-right: auto;
    margin-left: auto;
    height: 36px;
    border-top: 1px solid #565553;
    border-left: 1px solid #565553;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
    border-right: 1px solid #565553;
}
#menu .menu{
    float: left;
    width: 152px;
    position: relative;
    height: 36px;
    border-right: 1px solid #565553;cursor: pointer;
    font-family: 微軟正黑體;
}
#menu .menu.last{
	border-right: 0;width: 155px;
}
#menu .menu .word{
	    position: relative;
    width: 100%;
    height: 100%;
    z-index: 50;
    text-align: center;
    line-height: 36px;
    color: white;
    font-weight: bold;
        -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
    transition:all .2s ease;
}
#menu .menu2 .word{
    color: yellow;
}

#menu .menu:hover .word{
	margin-top: -36px;
}
#menu .menu .word span{
	    position: relative;
    width: 100%;
    height: 36px;
    float: left;

}
#menu .menu .word .w1{
	
}
#menu .menu .word .w2{
	color: #ebb800;
}

#menu .menu2 .word .w2{
	color: #ebb800;
}
#menu .menu .bg{
	
}



/*------廣告---------*/
#banner {
	width: 921px;
	margin-right: auto;
	margin-left: auto;
	height: 374px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4d4d4d;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4d4d4d;
}

#banner .bg{
	width: 100%;opacity: 0;
}






/*------內容---------*/
#content {
	width: 921px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4d4d4d;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4d4d4d;
	background-attachment: scroll;
	background-image: url(../images/index_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 31px;
	position: relative;
	height: 210px;
}
/*------內容_公司----------*/
#company {
	float: left;
	width: 685px;
	padding-left: 26px;
	margin-top: -10px;
}
#text_company {
	height: 71px;
	width: 593px;
	float:left;
	padding-left: 20px;
	padding-right: 0px;
}
.in_pro{
	float:left;
	width:136px;
	min-height:150px;
	margin-right:10px;
}
.in_pro_img{
	border: 1px solid #8a8a8a;
}
.in_pro_tit{
	text-align:center;
	padding-top:10px;
	color:#B1B0B0;
	font-weight:bolder;
}
.in_pro_tit a{
	color:#B1B0B0;
	text-decoration: none;
}
.in_pro_tit a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
#company_p {
	width: 70px;
	float: left;
	border: 1px solid #8a8a8a;
}
#company_t {
	float: left;
	width: 163px;
	padding-left: 18px;
}
/**/
/*原始物件*/
._item{
  position:relative;
  display:block;
  width:136px;
  height:187px;
  border:1px solid #8a8a8a;
}
/*滑鼠滑過去時的邊框*/
._item_border_mask{
  position:absolute;
  top:0px;
  left:0px;
  border:2px solid #ba9d6e;
  width:132px; /*原始物件的寬度 - (線寬*2) */
  height:183px; /*原始物件的高度 - (線寬*2) */
  cursor:pointer;
  z-index:999;
}
/*------內容_消息----------*/
#news {
	width: 418px;
	padding-left: 14px;
	float: left;
}
#tit_news {
	padding-bottom: 13px;
}
#text_news {
	height: 80px;
	font-size: 11px;
}
#news_li {
	height: 20px;
	clear: both;
}
#news_li ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#news_li li {
	color: #f02c30;
	float: left;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 14px;
}
#news_li a {
	color:#B1B0B0;
	text-decoration: none;
	padding-right: 11px;
	font-size: 12px;
}
#news_li a:hover {
	color:#FFF;
	text-decoration: none;
}
/*------內容_產品----------*/
#product {
	width: 168px;
	padding-left: 16px;
	float: right;
	padding-right: 26px;
	margin-top: -10px;
}
#tit_product {
	padding-bottom: 13px;
}
#text_product {
	height:90px;
	border: 1px solid #434343;
	width: 162px;
}
/*------圓弧底圖----------*/
#bottom {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	height: 29px;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/index_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/*------footer----------*/
#footer {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 22px;
	height: 89px;
	font-size: 11px;
}
/*------footer_logo----------*/
#footer_logo {
	width: 116px;
	padding-left: 19px;
	float: left;
}
/*------footer_中間----------*/
#footer_text {
	float: left;
	width: 480px;
	padding-left: 50px;
}
/*------選單----------*/
#footer_list {
	padding-bottom: 15px;
	height: 9px;
}
#footer_list ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#footer_list li {
	color: #7b7b7b;
	float: left;
	text-decoration: none;
	font-size: 11px;
}
#footer_list a {
	color:#7b7b7b;
	text-decoration: none;
}
#footer_list a:hover {
	color:#FFF;
	text-decoration: none;
}
#footer_address {
	padding-bottom: 8px;
}
#footer_copyright {
	height: 9px;
	padding-bottom: 8px;
}
#footer_mail {
	height: 9px;
	padding-bottom: 8px;
}
/*------footer右邊----------*/
#footer_right {
	float: right;
	width: 255px;
}
/*-----fb--------*/
#fb{
	text-align:right;
	padding-bottom: 13px;
}
#world {
	font-size: 10px;
	text-align: right;
}
/*------共用css--------------*/
/*----搜尋-----*/
.search_box{
	background-color:#c1c1c1;
	color:#6f6f6f;
	border:1px #c1c1c1 solid;
	width:100px;
	height:15px;
}
/*------copyright-------*/
.copy{
	color:#ebb800;
}
/*------mail--------*/
.mail A:link,.mail A:visited{
	color: #9e9e9e;
	text-decoration: none;
}
.mail A:hover,.mail A:active{
	color: #ffffff;
	text-decoration: none;
}
/*------world--------*/
.world A:link,.world A:visited{
	font-size:10px;
	color: #c2c2c2;
	text-decoration: underline;
}
.world A:hover,.world A:active{
	color: #ffffff;
	text-decoration: none;
}
