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

/*------------------------------------首頁-------------------------------------*/
#Index {
	background-position:left -65px;
}
#Index .container {
	width:700px;
	margin-right:auto;
	margin-left:auto;
}
/*--------------------------------header-------------------------------------*/
#Index .header {
	width:700px;
	height:150px;
	background-image:url(../images/header_bg_In-700.png);
	
	transition:width 0.4s;
	-moz-transition:width 0.4s;
	-webkit-transition:width 0.4s;
	-o-transition:width 0.4s;
	
	transition:height 0.4s;
	-moz-transition:height 0.4s;
	-webkit-transition:height 0.4s;
	-o-transition:height 0.4s;
}
/*----------------------logo--------------------------*/
.logo {}
.logo h1 {}
.logo h1 a {}
/*--------------------nav------------------------*/
.nav {
	width:700px;
	top:81px;
	
	transition:width 0.4s;
	-moz-transition:width 0.4s;
	-webkit-transition:width 0.4s;
	-o-transition:width 0.4s;
	
	transition:top 0.4s;
	-moz-transition:top 0.4s;
	-webkit-transition:top 0.4s;
	-o-transition:top 0.4s;
}
.nav ul {}
.nav li {}
.nav a {}
.nav a:hover, .nav .current a {}
/*----------------------------------英文---------------------------------*/
.en .nav .nav1 {
	width:102px;
}
.en .nav .nav1 a {
	width:102px;
	background-image:url(../languages_img/en/nav_In-700_1.png);
}
/*----------------------------------------*/
.en .nav .nav2 {
	width:98px;
}
.en .nav .nav2 a {
	width:98px;
	background-image:url(../languages_img/en/nav_In-700_2.png);
}
/*----------------------------------------*/
.en .nav .nav3 {
	width:142px;
}
.en .nav .nav3 a {
	width:142px;
	background-image:url(../languages_img/en/nav_In-700_3.png);
}
/*----------------------------------------*/
.en .nav .nav4 {
	width:114px;
}
.en .nav .nav4 a {
	width:114px;
	background-image:url(../languages_img/en/nav_In-700_4.png);
}
/*----------------------------------------*/
.en .nav .nav5 {
	width:130px;
}
.en .nav .nav5 a {
	width:130px;
	background-image:url(../languages_img/en/nav_In-700_5.png);
}
/*----------------------------------------*/
.en .nav6 {
	width:114px;
}
.en .nav6 a {
	width:114px;
	background-image:url(../languages_img/en/nav_In-700_6.png);
}
/*----------------------------------繁中---------------------------------*/
.tch .nav .nav1 {
	width:111px;
}
.tch .nav .nav1 a {
	width:111px;
	background-image:url(../languages_img/tch/nav_In-700_1.png);
}
/*----------------------------------------*/
.tch .nav .nav2 {
	width:111px;
}
.tch .nav .nav2 a {
	width:111px;
	background-image:url(../languages_img/tch/nav_In-700_2.png);
}
/*----------------------------------------*/
.tch .nav .nav3 {
	width:128px;
}
.tch .nav .nav3 a {
	width:128px;
	background-image:url(../languages_img/tch/nav_In-700_3.png);
}
/*----------------------------------------*/
.tch .nav .nav4 {
	width:111px;
}
.tch .nav .nav4 a {
	width:111px;
	background-image:url(../languages_img/tch/nav_In-700_4.png);
}
/*----------------------------------------*/
.tch .nav .nav5 {
	width:128px;
}
.tch .nav .nav5 a {
	width:128px;
	background-image:url(../languages_img/tch/nav_In-700_5.png);
}
/*----------------------------------------*/
.tch .nav .nav6 {
	width:111px;
}
.tch .nav .nav6 a {
	width:111px;
	background-image:url(../languages_img/tch/nav_In-700_6.png);
}
/*-----------------------------------簡中---------------------------------------*/
.sch .nav .nav1 {
	width:111px;
}
.sch .nav .nav1 a {
	width:111px;
	background-image:url(../languages_img/sch/nav_In-700_1.png);
}
/*----------------------------------------*/
.sch .nav .nav2 {
	width:111px;
}
.sch .nav .nav2 a {
	width:111px;
	background-image:url(../languages_img/sch/nav_In-700_2.png);
}
/*----------------------------------------*/
.sch .nav .nav3 {
	width:128px;
}
.sch .nav .nav3 a {
	width:128px;
	background-image:url(../languages_img/sch/nav_In-700_3.png);
}
/*----------------------------------------*/
.sch .nav .nav4 {
	width:111px;
}
.sch .nav .nav4 a {
	width:111px;
	background-image:url(../languages_img/sch/nav_In-700_4.png);
}
/*----------------------------------------*/
.sch .nav .nav5 {
	width:128px;
}
.sch .nav .nav5 a {
	width:128px;
	background-image:url(../languages_img/sch/nav_In-700_5.png);
}
/*----------------------------------------*/
.sch .nav .nav6 {
	width:111px;
}
.sch .nav .nav6 a {
	width:111px;
	background-image:url(../languages_img/sch/nav_In-700_6.png);
}
/*--------------------------------mainPage-------------------------------------*/
.mainPage {
	width:700px;
	
	transition:width 0.4s;
	-moz-transition:width 0.4s;
	-webkit-transition:width 0.4s;
	-o-transition:width 0.4s;
}
/*--------------------------------footer-------------------------------------*/
.footerBox {
	width:695px;
	
	transition:width 0.4s;
	-moz-transition:width 0.4s;
	-webkit-transition:width 0.4s;
	-o-transition:width 0.4s;
}
.footer {}
.footer address {}
.footer .address {}
.footer .address a {}
.footer .address a:hover {}
.footer .servicePhone {}
/*------------------iware-----------------------*/
.iware {}
.iware a {}
.iware a:hover {}
/*-----------------------------------輪播-------------------------------------*/
.bannerBox {
	width:700px;
	height:414px;
	background-image:url(../images/bannerBox_bg-700.png);
	
	transition:width 0.4s;
	-moz-transition:width 0.4s;
	-webkit-transition:width 0.4s;
	-o-transition:width 0.4s;
	
	transition:height 0.4s;
	-moz-transition:height 0.4s;
	-webkit-transition:height 0.4s;
	-o-transition:height 0.4s;
}
.bannerBox a {
	width:700px;
	height:414px;
	
	transition:width 0.4s;
	-moz-transition:width 0.4s;
	-webkit-transition:width 0.4s;
	-o-transition:width 0.4s;
	
	transition:height 0.4s;
	-moz-transition:height 0.4s;
	-webkit-transition:height 0.4s;
	-o-transition:height 0.4s;
}
.bannerBox a img {}
/*----------------------------------*/
.bannerBox .control {}
/*----------------------------------*/
.bannerBox_bg {
	width:708px;
	bottom:0px;
	left:1px;
	
	transition:width 0.4s;
	-moz-transition:width 0.4s;
	-webkit-transition:width 0.4s;
	-o-transition:width 0.4s;
	
}
.bannerBox_bg img {}
/*--------------------------------裝飾圖--------------------------------------*/
.decorateImg {
	width:1175px;
	top:430px;
	margin-right:-350px;
	
	transition:width 0.4s;
	-moz-transition:width 0.4s;
	-webkit-transition:width 0.4s;
	-o-transition:width 0.4s;
	
	transition:top 0.4s;
	-moz-transition:top 0.4s;
	-webkit-transition:top 0.4s;
	-o-transition:top 0.4s;
}
.decorateImg img {}
/*-----------------------------------------產品分類-----------------------------------------*/
.productsClassBox_In {
	width:696px;
	height:auto;
	padding-left:2px;
	padding-right:2px;
}
.productsClassBox_In:after {}
.productsClassBox_In .itemBox {
	margin-left:22px;
	margin-right:22px;
}
.productsClassBox_In .itemBox .imgBox {}
.productsClassBox_In .itemBox .imgBox a {}
.productsClassBox_In .itemBox .classImg_bg {}
.productsClassBox_In .itemBox .imgBox:hover .classImg_bg {}
.productsClassBox_In .itemBox p {}
.productsClassBox_In .itemBox p a {}
.productsClassBox_In .itemBox p a:hover {}
.productsClassBox_In .itemBox:hover a {}
/*-----------------------------------公司簡介-------------------------------------------*/
.container {
	width:700px;
	margin-right:auto;
	margin-left:auto;
}
/*--------------------------------body------------------------------------*/
body {
	background-position:left 60px;
}




















































