@charset "utf-8";
body,html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Microsoft JhengHei";
	font-size: 17px;
	line-height: 30px;
	font-weight: normal;
	color: #333333;
	height: 100%;
	max-height: auto;
	width: 100%;
	position: relative;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	behavior: url(ie-css3.htc);
}
img{
	max-width:100%;
	height:auto;
	min-height:auto;
	max-height:auto;
}
p, b, i, ul, ol, li, img, a, h1, h2{
	padding: 0;
	margin: 0;
	font-weight: normal;
	list-style: none;
	border-style: none;
	font-style: normal;
	border: 0px;
}
.layout-full {
	width: 100%;
	min-width: 1150px;
	float: left;
	position: relative;
	z-index: 1;
}
.layout-center {
	display: table;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	clear: both;
}
.layout-full.top {
	height: 105px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E50012;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	z-index: 3;
}
.layout-center.top {
	background-image: url(../images/bg-nav.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 137px;
}

.layout-full.banner {
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
}
.layout-full.slide {
	height: 430px;
}

#nav {
	float: left;
	width: 100%;
	height: 120px;
	position: relative;
	padding-top: 16px;
}
#nav a .logo {
	float: left;
}
#nav .icon {
	float: right;
}
#nav > .btns {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-bottom: 11px;
}
#nav > .btns li {
	float: left;
	width: 20%;	
	line-height: 22px;
	font-size: 16px;
	text-align: center;
	height: 22px;
	overflow: hidden;
}
#nav > .btns li:not(:last-of-type) {
	background-image: url(../images/bg-nav-btns.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav > .btns a {
	color: #000;
	text-decoration: none;
	display: block;
}
#nav > .btns a:after {
	content: attr(title);
	display: block;
}
#nav > .btns a:hover {
	margin-top: -22px;
}
.layout-full.bottom {
	background-color: #F2F2F2;
	height: 135px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E50012;
	text-align: center;
	margin-top: 30px;
}
#footer {
	padding-top: 32px;
	padding-bottom: 14px;
	font-size: 15px;
}
#footer img {
	vertical-align: middle;
}
#copyright {
	font-size: 15px;
	color: #666666;
}
#copyright a {
	color: #666666;
	text-decoration: none;
}
.block-title {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 56px;
	margin-bottom: 61px;
}
.block-title img {
	display: inline-block;
}
.block-title.home {
	margin-bottom: 30px;
}

#article {
	float: left;
	width: 100%;
	min-height:400px;
}
#contact {
	background-image: url(../images/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
}
#contact #table {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#contact #table .mark {
	color: #CE3511;
}
#contact #table .list {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	border: 1px solid #DCDDDD;
	line-height: 33px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
	position: relative;
}
#contact #table .titles {
	float: left;
	width: 90px;
	color: #333333;
	padding-left: 17px;
	font-size: 15px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCDDDD;
}
#contact #table .box {
	margin-left: 90px;
}
#contact #table .field {
	width: 100%;
	float: left;
	margin: 0px;
	line-height: 33px;
	height: 33px;
	border: none;
	background: transparent;
	padding: 3px;
}
#contact #table #message {
	height: 135px;
	overflow: hidden;
}
#contact #table .list.s {
	width: 515px;
}
#contact #table .list.r {
	float: right;
}

#contact #table #codekey {
	width: 80px;
	margin-right: 10px;
}
#contact #table .btns {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
#contact #table .btns a {
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	float: left;
	height: 35px;
	width: 165px;
	margin-right: 5px;
	background-image: url(../images/btns-contact-send-1.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 5px;
}
#contact #table .btns a:hover {
	background-image: url(../images/btns-contact-send-2.png);
}
#contact #table .btns .clear {
	background-image: url(../images/btns-contact-clear-1.png);
	width: 95px;
}
#contact #table .btns .clear:hover {
	background-image: url(../images/btns-contact-clear-2.png);
}
#contact .map {
	display: table;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}
#contact .map iframe {
	display: block;
}
#contact .info {
	width: 933px;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.categories {
	background-image: url(../images/bg-categories.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 240px;
	padding-top: 45px;
	padding-right: 5px;
	padding-left: 5px;
}
.categories .btns {
	color: #333333;
	text-decoration: none;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 22px;
	background-image: url(../images/categories-bg-1.png);
	background-position: 5px 11px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	font-size: 16px;
}
.categories .btns:hover,
.categories .btns.selected {
	background-image: url(../images/categories-bg-2.png);
}
.categories.tec {
	background-image: url(../images/bg-categories-tec.png);
}
.categories.no {
	background-image: none;
	padding-top: 0px;
}


.layout-r {
	float: right;
	width: 837px;
}
.layout-r.p15 {
	padding-left: 15px;
}

.category-title  {
	float: left;
	width: 822px;
	margin-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 20px;
	color: #000;
	background-image: url(../images/category-title-bg.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding-left: 24px;
	margin-bottom: 28px;
}
.products-list {
	float: left;
	height: 380px;
	width: 264px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	margin-left: 15px;
	margin-bottom: 53px;
}
.products-list .image {
	float: left;
	width: 100%;
	position: relative;
}
.products-list .image img {
	float: left;
	height: auto;
	width: 100%;
}
.products-list:hover .image:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 9;
	height: 100%;
	width: 100%;
}
.products-list .title {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-align: center;
}
.products-list .btns {
	display: block;
	height: 25px;
	width: 83px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ED1C24;
	font-size: 14px;
	line-height: 23px;
	color: #808080;
	text-align: center;
	clear: both;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.products-list:hover .btns {
	color: #FFF;
	background-color: #ED1C24;
}
#vp-imgs {
	float: left;
	width: 524px;
}
#vp-imgs .L {
	float: left;
	height: auto;
	width: 400px;
	border: 1px solid #CCCCCC;
}
#vp-imgs .S {
	float: right;
	width: 104px;
	margin-top: 22px;
}
#vp-imgs .S img {
	float: left;
	margin-bottom: 22px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
#vp-info {
	float: right;
	width: 533px;
	padding-bottom: 50px;
	position: relative;
	min-height:300px;
}
#vp-info #header {
	font-size: 24px;
	color: #000;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
#vp-info #category {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}


#vp-info .back {
	float: right;
	height: 25px;
	width: 83px;
	border: 1px solid #ED1C24;
	font-size: 14px;
	line-height: 23px;
	color: #808080;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#vp-info .back:hover {
	color: #FFF;
	background-color: #E50012;
}
.layout-full.vp-content {
	background-image: url(../images/vp-info-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 55px;
	margin-top: 35px;
}
.layout-center.home-ads {
	padding-top: 48px;
	text-align: center;
}
.layout-center.home-ads a img {
	display: inline-block;
	margin-right: 25px;
	margin-left: 25px;
	box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.5);
}


.layout-center.home-products {
	padding-right: 14px;
	padding-left: 14px;
}
.layout-center.home-products .products-list {
	height: 307px;
	width: 203px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 33px;
}
.layout-center.home-products .products-list .title {
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.layout-full.home-abouts {
	background-image: url(../images/home-abouts-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 500px;
	padding-top: 337px;
	margin-top: 40px;
}
.layout-center.authenticate {
	padding-bottom: 30px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.layout-center.authenticate .list {
	width: 216px;
	margin-right: 3px;
	margin-left: 3px;
	display: inline-block;
	float: left;
}
.layout-center.authenticate .list .image {
	float: left;
	height: 145px;
	width: 216px;
	border: 1px solid #CCCCCC;
	position: relative;
	margin-bottom: 20px;
}
.layout-center.authenticate .list .image img {
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.layout-center.authenticate .list .title {
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 20px;
}
.layout-center.authenticate .list .title .e {
	font-size: 12px;
	color: #ED1C24;
}
.technology-list {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.technology-list .title {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/category-title-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	margin-bottom: 25px;
}
.technology-list .content {
	float: left;
	width: 100%;
}
.left-ads {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.left-ads .list,
.left-ads .list a,
.left-ads .list a img,
.left-ads .info{
	float: left;
	width: 100%;
}
.left-ads .list {	
	background-image: url(../images/ads-left-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
}
.left-ads .list a{	
	border: 3px solid #EEEEEE;
}
.left-ads .info {
	margin-bottom: 35px;
	text-align: right;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
}
.left-ads .info .tag {
	display: block;
	margin-bottom: 12px;
}
.left-ads .info a {
	color: #666;
	text-decoration: none;
}























.layout-pn {
	float: left;
	width: 100%;
	padding-left: 15px;
	text-align: center;
	margin-top: 20px;
}
.layout-pn .Pagination {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
}
.layout-pn .Pagination .btns {
	float: left;
	height: 26px;
	width: 26px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.layout-pn .Pagination .btns:hover,
.layout-pn .Pagination .btns.selected {
	color: #FFF;
	background-color: #ED1C24;
}

.layout-pn .Pagination .pn {
	color: #666666;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	float: left;
}
.layout-pn .Pagination .pn:hover {
	color: #000;
}
.layout-pn .Pagination .spec {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}






































#background,
#content_send,
.flexslider *{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
