
/* -- Universal Setting
--------------------------------------------------*/
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


:focus { outline:none !important;}

.clear-both{
	clear: both;
}

.center{
	text-align: center;
}

ul {
	margin: 0px;
}

.floatright {
	float: right!important;
}

.floatleft {
	float: left;
}

.bordernone{
	border:none!important;
}

.textcenter {
	text-align: center!important;
}

.vertical-up{
	vertical-align: text-top;
}

.listnone {
	list-style-type: none;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.pointer {
	cursor: pointer;
}

a {
	text-decoration: none;
}

.margin-none {
	margin:0px!important;
}

.blue4table{
	background-color: #74a6ff;
	color:#ffffff;
}

sup {
	font-size: 10px!important;
}


/* -- TextColor 
----------------------------------------*/
.dark-red{ color: #c00e0f;}
.red{ color:#db2531;}

.light-pink{ color: #f1e8e8;}
.pink{ color: #db444f;}

.y-brown{ color: #d5762c;}
.brown{ color: #954b11;}
.intro-brown{ color:#b26223;}
.light-brown{ color: #c69c6d;}
.dark-brown{ color:#6a3906;}

.light-blue{ color :#04cdff;}
.dark-blue{ color: #0096bb;}


/* -- FontFace 
----------------------------------------*/
.entypo {
	font-family: 'entypo';
	font-size: 30px;
}

/* -- header
----------------------------------------*/

.header4all {
	width: 100%;
	height:160px;
	position: relative;
	background-color:#0096d6;
}

.social-media-wrap {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

.social-media {
	width: 980px;
	height: 40px;
	margin:0px auto;
	margin-top: 0px;
}

.social-media-icon {
	width:25px;
	margin-top: 8px;
	opacity:0.7;
	margin-right: 7px;
	transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

/*.twitter {
	margin-right: 10px;
}*/

.social-media-icon:hover {
	opacity: 1.0;
	transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}


.navi {
	width:980px;
	height:120px;
	margin: 0px auto;
	background-color:#0096d6;
}

.upperofnavi {
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
}

.navi .logoofpage {
	width:240px;
	height: 35px;
	float: left;
	cursor: pointer;
}

.navi .logoofpage:hover{
	opacity: 0.9;
}


.navi ul {
	list-style-type: none;
	width:980px;
	bottom:0px;
	position: absolute;
	height: 40px;
}

.navi ul li {
	width: 139px;
	height: 34px;
	float: left;
	color:#ffffff;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

.navi ul li.active{
	border-bottom: 6px solid #c1c1c1;
	color:#c1c1c1;
}

#first-li {
	
	/*transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;*/
	transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;

	
}

.navi ul li:hover {
	border-bottom: 6px solid #c1c1c1;
	color:#c1c1c1;
	transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
/*	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;*/
}



.navi ul .line4navi {
	width: 1px;
	height: 40px;
	background-color: #ffffff;
}




/*-------------
SEARCH
-------------*/

a:link, 
a:visited {
text-decoration:none; 
color:#416CE5; 
}


#search {

}

#search input[type="text"] {
    margin-right: 3px;
    background: url(../images/header/search-white.png) no-repeat  #fcfcfc;
	background-position: right;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 100px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
   
    
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
    box-shadow: 0px 0px 10px #fff60b;
    -webkit-box-shadow: 0px 0px 10px #fff60b;
    -moz-box-shadow: 0px 0px 10px #fff60b;
    }


/* -- index Slider
----------------------------------------*/

.slider-wrap {
	width: 100%;
	overflow: hidden;
	min-height: 400px;
	/*background-color: orange;*/
	text-align: center;
	margin: 20px auto;
	position: relative;
}

.slider-wrap .fake-slide-wrap{
	width: 110px;
	margin: 8px 0px;
	box-shadow: #999 0px 0px 8px;
	height: 374px;
	background: #e5e5e5;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.slider-wrap .fake-slide-wrap img{
	width: 980px !important;
	max-width: 980px;
}

.fake-slide-wrap-l img{
	position: absolute;
	right: 0px;
}

.fake-slide-wrap-r img{
	position: absolute;
	left: 0px;
}

.slider-wrap .fade-slide-wrap{
	height: 374px;
	width: 40px;
	position: absolute;
	top: 0px;
	z-index: 2;
}

.fade-slide-wrap-l{
	left: 0px;
}

.fade-slide-wrap-r{
	right: 0px;
}

.slider-wrap .fade-slide-wrap img{
	width: 100%;
	height: 394px;
}

.slider-wrap .sprout-slide-container{
	width: 980px;
	display: inline-block;
	vertical-align: top;
}


#slider-video-1{
	opacity: 1.0;
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}



#slider-video-1:hover {
	opacity: 0.9;
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}




/* -- index(首頁)
----------------------------------------*/
.category-wrap {
	width: 980px;
	height: 280px;
	margin: 0px auto;
	border-top: 1px solid #e7e7e7;
}

.category-sec {
	width: 310px;
	height: 250px;
	float: left;
	margin:0px 8px;
	background-color: #fff;
	margin-top: 20px;
	box-shadow: 0px 0px 15px #aaa;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}

.category-sec a{
	color: #333;
}

.category-sec-upper {
	width: 100%;
	overflow: hidden;
	float: left;
}
.category-sec-upper:hover
.category-sec-pic {
	opacity: 0.8;
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.category-sec-title{
	width: 100%;
	float: left;
	margin: 10px 15px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}

.category-sec-title a{
	color: #04cdff;
}

.category-sec-title a:hover{
	color: #999999;
	text-decoration: none;
}



/*.category-news ul li {
	color:red;
}
*/

.category-sec-pic {
	width: 100%;
	height: 75px;
	float: left;
	cursor: pointer;
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.category-news-pic {
	background-image: url(../images/index/category-news-pic.png);
}

.category-product-pic {
	background-image: url(../images/index/category-product-pic.png);
}

.category-support-pic {
	background-image: url(../images/index/category-support-pic.png);
}

.category-sec ul li {
	padding-top: 5px;
}
/*
.category-sec table {
	margin-left: 15px;
	float: left;
	margin-top: 5px;
}

.category-sec table tr{
	cursor: pointer;
}

.category-sec table tr:hover {
	color:#999999;
}*/

.category-news-txt {
	width: 90%;
	overflow: hidden;
	/*
	margin-left: 15px;
	margin-top: 5px;*/
	padding:5%;
	/*float: left;*/
	/*cursor: pointer;*/
}

.category-sec ul{
	list-style-type: none;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
}

.category-sec ul li {
	cursor: pointer;
}

.category-sec ul li:hover {
	color:#999999;
}

.category-news ul li {
	color:#c0c0c0;
	cursor: text;
}

.category-news ul li:hover {
	color: #c0c0c0;
}


.pdf-table {
	margin-left:15px;
	margin-top: 5px;
	float: left;


}

.pdf-table tr td {
	height: 25px!important;
}

.pdf-table tr td a:hover {
	color:#999999;
}


/* -- Footer 
----------------------------------------*/

footer {
	margin-top: 10px;
	width:100%;
	overflow: hidden;
	background-color: #0096d6;
	padding-bottom: 10px;
}

.footer-sec-up {
	width: 980px;
	height: 120px;
	margin:0px auto;
	margin-top: 0px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-align: center;
}

.footer-sec-up img {
	margin-top: 10px;
}

.footer-sec-down {
	width: 940px;
	height: 120px;
	margin: 0px auto;
	color: #ffffff;
}	

.footer-sec-down ul {
	list-style-type: none;
	width: 420px;
	overflow: hidden;
	margin-top: 8px;
}

.footer-sec-down ul li {
	overflow: hidden;
	float: left;
	border-right: 1px solid #c2cee3;
	margin-right: 10px;
	padding-right: 15px;
	cursor: pointer;
	font-size: 13px;
	line-height: 12px;
	color:#ffffff;
}

.footer-sec-down ul li:hover {
	color:#c0c0c0;
}

.footer-sec-down p {
	height: 70px;
	margin-top: 8px;
	font-size:12px;
	line-height: 16px;
	font-weight: lighter;
	letter-spacing: 1px;
	color:#c0c0c0;
}




/* -- about(關於我們) 
----------------------------------------*/

.page-main-wrap {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

.page-main-cont {
	width: 980px;
	margin: 0px auto;

}

.about-title {
	width: 100%;
	overflow: hidden;
	margin:10px auto;
	color:#04ccff;
}

.about-title span {
	color:#04ccff;
}

.about-subtitle {
	width: 100%;
	overflow: hidden;
	float: left;

}

.about-subtitle span {
	width: 337px;
	float: left;
	color:#04ccff;
}

.about-subtitle .lastspan {
	width: 100px!important;
	float: left;
	margin-left: 0px!important;
}

.about-cont-upper-title{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}


.about-cont {
	width: 100%;
	float: right;
}

.about-cont-upper {
	height: 240px;
}

.about-cont-upper-info {
	width: 612px;
	height: 205px;
	padding-top: 15px;
	padding-left: 30px;
	box-shadow: 0px 0px 10px #999999;
}

.about-cont-upper-txt {
	width: 95%;
	line-height: 1.8;
	margin-top: 5px;
}


.about-cont-down {
	width: 100%;
	overflow: hidden;
}

.about-cont-pic-wrap {
	width: 100%;
	height: 180px;
}

.about-cont-pic-wrap ul li {
	float: left;

}

.hr {
	width:100%;
	height: 1px;
	margin-bottom: 15px;
	background-color: #e6e6e6;
}

.absolute {
	position: absolute;
}

/* -- product(產品主頁) 
----------------------------------------*/

.product-cover {
	width:100%;
	overflow: hidden;
}

.product-cover p {
	font-size: 18px;
	line-height: 1.5;
}

.product-cover-title {
	width: 294px;
	height: 201px;
	background-color: #00c485;
	line-height: 1.2;
	padding-left: 20px;
	padding-top: 20px;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;

}

.product-cover-title p {
	width: 95%;
	overflow: hidden;
	font-size: 20px;

}


.product-sec {
	width: 100%;
	overflow: hidden;

}

.product-sec-item {
	width: 306px;
	height: 410px;
	margin-right: 30px;
	cursor: pointer;
	transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    color: #333;
}

.product-sec-item:hover {
	opacity: 0.8;
	transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.product-sec-title {
	font-size: 24px;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#0096bb;
}


.product-sec-pic {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.newlabel {
	top:-5px;
	left:-5px;
}

.kick-sticker {
	right: 20px;
	top:130px;
}

.product-sec-cont {
	width: 100%;
	overflow: hidden;
}

.product-sec-cont p {
	margin-bottom: 0px!important;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 16px;
	word-spacing: 2px;
}


/* -- ICExPC(產品內頁) 
----------------------------------------*/
.page-title {
	color:#04ccff;
	font-size: 12px;
}

.page-title span {
	margin-right: 5px;
}

.page-title .pointer:hover{
	color:#999999;
}

.xPC-navi {
	width: 100%;
	height: 60px;
	box-shadow: 0px 0px 10px #999999;
	 -moz-box-shadow: 0px 0px 10px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;
	-o-box-shadow: 0px 0px 10px #999999;
	margin-bottom: 20px;
	clear: both;
}

.xPC-navi ul {
	width: 60%;
	height: 60px;
	margin-left: 2px;
}

.xPC-navi ul li {
	float: left;
	margin-right: 100px;
	cursor: pointer;
	font-size: 16px;
	color:#04ccff;
	margin-top: 22px;
	letter-spacing: 1px;
	transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}


.xPC-navi ul li:hover {
	color:#999999;
	transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.product-colorbox {
	width: 100%;
	overflow: hidden;
}

.product-colorbox p {
	float: left;
	margin-right: 20px;
	width: 230px;
	transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.product-colorbox p:hover {
	opacity: 0.8;
	transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.xPC-direct {
	top:60px;
	cursor: pointer;
}

.xPC-direct:hover {
	opacity: 0.7;
}

.xPC-direct-pre {
	left: -50px;
}

.xPC-direct-next {
	right: -50px;
}

.quote {
	width: 100%;
	height: 180px;
	background-color: #fff;
	font-size: 26px;
	color: #000000;
	word-spacing: 1px;
}

.quote p {
	width: 80%;
	overflow: hidden;
	margin-left: 160px;
	line-height: 1.3;
	word-spacing: 4px;
	letter-spacing: 1px;
	margin-top: 40px;
}

.word-sec {
	width: 100%;
	overflow: hidden;

}

.word-sec .word-wrap{
	width: 95%;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 25px;
	padding-bottom: 10px;
}

.word-wrap table {
	margin-top: 20px;
}

.word-wrap table tr td {
	text-align: center;
}


.detail-sentences {
	width: 100%;
	overflow: hidden;
}

/* --  FAQs 
----------------------------------------*/
.faq-content h3{
	font-size: 24px!important
}
.faq-content p{
	color: rgb(18, 26, 13);
	font-size: 16px;
	line-height: 24px;
}



/* --  Download
----------------------------------------*/
.download-table {
	width:80%;
	overflow:hidden;
	margin: 50px auto;
	box-shadow: 0px 0px 10px #999999;
}

.download-table-title {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size:30px;
	color:#0096bb;
}


.download-table-subtitle {
	font-size: 18px;
	line-height: 1.4;
}


/* --  Contact
----------------------------------------*/
.contact-info-wrap {
	width: 90%;
	margin: 0px auto;


}
.contact-info {
	width: 50%;
	float: left;
	overflow: hidden;
}

.contact-info ul li {
	margin-top: 5px;
}



