@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
/* CSS Document */
p, h1, h2, h3, h4, a {
	line-height: 160%;
}
a {
	color: #8FC31F;
}
a:hover {
	color: #4AD9D9;
}
input, textarea, select {
	font-family: 'Roboto', Arial, sans-serif; 
	font-size: 15px;
	padding: 3px;
	color: #222;
	/*避免select長度不一*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus {
	outline: none;
}
.red {
	color: #F00;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.bold {
	font-weight: bold;
}
.italic , .italic a{
	font-style: italic;
	color: #999;
	font-weight: normal;
}

.divider {
	width: auto;
	height: 10px;
	line-height: 10px;
}
ol.number {
	margin-left: 40px;
	list-style: decimal;
}
.btn {
	padding: 8px 20px;
	line-height: 155%;
	font-size: 19px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.btnStyle {
	background: #8FC31F;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border-width: 0 0 3px 0;
	border-color: #7DA01C;
	border-style: solid;
	border-radius: 5px;
}
.btnStyle:hover {
	background: #4AD9D9;
	color: #FFF;
	border-color: #26BFBF;
}
.imgFloatLeft {
	float: left;
	margin: 0 20px 20px 0
}
.imgFloatRight {
	float: right;
	margin: 0 0 20px 20px
}
.alert {
	border: 1px solid #F2C0B5;
	background: #FFF1F0;
	padding: 10px 15px;
	color: #D85030;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.alertBlue {
	border: 1px solid #B1CDDB;
	background: #EBF7FD;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nowrap {
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color:#999;
 font-family: 'Roboto', sans-serif;
}
:-ms-input-placeholder { /* WebKit browsers */
 color:#999;
 font-family: 'Roboto', sans-serif;
}
/*-------------table Display--------------------*/
.tableDisplay {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size: 15px;
}
.tableDisplay th {
	border: 1px solid #CCC;
	background: #eee;
	padding: 5px 6px;
	word-break: break-all;
}
.tableDisplay td {
	word-break: break-all;
	border: 1px solid #CCC;
	padding: 5px 6px;
}
.tableDisplayNoBroder, .tableDisplayNoBroder th, .tableDisplayNoBroder td {
	border: none;
	padding: 8px 6px;
}
.textStyle {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
}
.textStyle:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
/********************* round btn *********************/
ul#roundBtn li {
	width: auto;
	float: left;
	display: block;
	background: #4AD9D9;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-indent: -9999px;
}
ul#roundBtn li:hover {
	background: #8FC31F;
}
ul#roundBtn li a {
	display: block;
	width: 36px;
	height: 36px;
}
ul#roundBtn li a.FB {
	background: url(../images/iconFB.png) no-repeat center center;
}
ul#roundBtn li a.VN {
	background: url(../images/iconVN.png) no-repeat center center;
}
ul#roundBtn li a.expo {
	background:url(../images/iconShow.png) no-repeat 15px center;
	width:auto; color:#fff; line-height:36px;
	text-align:center;
	padding:0 15px 0 40px; text-decoration:none;
}
/*---------------------- toTop ------------------------*/
#toTop {
	position: fixed;
	right: 30px;
	bottom: 180px;
	width: 40px;
	height: 40px;
	background: url(../images/icon_top.png) no-repeat #bbb center center;
	cursor: pointer;
	display: none;
	z-index: 123;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#toTop:hover {
	background: url(../images/icon_top.png) no-repeat #8FC31F center center;
}
/*---------ExhibitProfile--------*/
#ExhibitProfile li p {
	padding: 10px 0 10px 35px;
	cursor: pointer;
	border-top: 1px solid #ddd;
	background-image: url(../images/openItem.jpg);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: left center;
}
#ExhibitProfile li:last-child p {
	border-bottom: 1px solid #ddd;
}
#ExhibitProfile li p.itemOpen {
	background-image: url(../images/closeItem.jpg);
	border-bottom: 1px solid #ddd;
}
#ExhibitProfile li span {
	padding: 10px 0 10px 35px;
	display: block;
	border-top: 1px solid #ddd;
}
.ProfileItem {
	overflow: auto;
	display: none;
	padding: 3% 0;
}
/*---------page--------*/
#page {
	color: #666;
	overflow: auto;
}
#page span {
	float: left;
	margin: 0 3px 6px 3px;
}
#page span a {
	color: #666;
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	border: 1px solid #C8C8C8;
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #EFEFEF 100%);
	background: linear-gradient(#FEFEFE, #EFEFEF);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#page span a:hover {
	color: #FFF;
	border: 1px solid #8FC31F;
	background: #8FC31F;
}
#page span.current a {
	background: none;
	border: #FFF 1px solid;
}
#page span.current a:hover {
	color: #666;
}
/*exhibitor news vip*/
b.vip {
	padding: 2px 5px;
	background: rgba(227,0,3,1.00);
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	border-radius: 3px;
}
/*inquury style*/
#footerLeft .textStyle {
	background: #707070;
	border: 2px solid #313131;
	color: #fff
}
#footerLeft .textStyle:focus {
	border: 2px solid #4AD9D9;
}
#footerLeft ::-webkit-input-placeholder { /* WebKit browsers */
 color:#ccc;
}
#footerLeft :-ms-input-placeholder { /* WebKit browsers */
 color:#ccc;
}
/*快速產業查詢*/
#qucikSerach { z-index:99; position:relative;
}
#qucikSerach li {
	float: left;
	height: 40px;
	display: block;
	line-height: 40px;
	border: 1px solid #e0e0e0;
	margin-right: 10px;
	position: relative;
	border-radius: 3px;
}
#qucikSerach li:hover {
	background: #eee;
}
#qucikSerach li.select {
	background: #333;
	border-color: #333;
	color: #fff;
}
#qucikSerach li.select a {
	color: #fff;
}
#qucikSerach li a {
	color: #333;
	cursor: pointer;
	padding: 0 10px;
}
#qucikSerach li ul li:hover {
	background: none;
}
#qucikSerach li ul li a {
	color: #fff;
	padding: 0;
}
#qucikSerach li ul li a:hover {
	color: #E84A4A;
}
#qucikSerach li ul span.close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	color: #fff;
	background-color: #E84A4A;
	background-repeat: no-repeat;
	background-image: url(../images/close.svg);
	background-position: center center;
	background-size: 60% 60%;
	cursor: pointer;
}
/*-----------------partner---------------*/
#partner {
	overflow: auto;
}
#partner li a div {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
}
#partner img {
	width: 100%;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------body-----------------------*/
html, body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	line-height: 155%;
	font-family: 'Roboto', Arial, sans-serif; 
	min-width: 980px;
}
.NoShowInPC {
	display: none;
}
/*------------------menu------------------------*/
#menuWrapper {
	width: 100%;
	top: 0;
	height: 60px;
	background: #3e3a39;
	position: fixed;
	z-index: 100;
	min-width: 980px;
}
#menuWrapper h4 {
	display: none;
}
#menu {
	width: auto;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	padding: 0 15px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}
#menu li.selected {
	background: #8FC31F;
}
#menu li a:hover {
	background: #000;
}
#menu li ul {
	position: absolute;
	width: 200px;
	display: none;
}
#menu li ul li {
	border: 0;
	position: relative;
	z-index: 995;
}
#menu li ul li a {
	width: 180px;
	background: #000;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	border-bottom: 1px solid #333;
}
#menu li ul li:last-child a {
	border-bottom: 0;
}
#menu li ul li a:hover {
	background: #444;
}
#menu li ul li.selected a {
	background: #444;
}
/*-----------------roundBtn---------------*/
ul#roundBtn {
	position: absolute;
	right: 20px;
	top: 12px;
}
ul#roundBtn li {
	margin-left: 10px;
}
/*-----------------header---------------*/
header {
	position: relative;
	margin: 60px auto 0 auto;
	height: 120px;
	min-width: 980PX;
	width: 80%
}
header h1 a {
	width:520px;
	height:80px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 20px;
}
header p {
	position: absolute;
	right: 0;
	bottom: 25px;
	line-height: 100%;
}
header p a {
	padding: 0px 2px;
}
/*----------------search----------------------------------*/
#search {
	position: absolute;
	top: 25px;
	right: 0;
}
#search .topsearchText {
	border: 0;
	width: 270px;
	height: 38px;
	border-radius: 50px;
	background: #eee;
	border: 1px solid #eee;
	text-indent: 10px;
	padding-right: 50px;
}
#search .topsearchText:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
#search .topsearchBtn {
	border: 0;
	width: 45px;
	border-radius: 50px;
	text-indent: -9999px;
	height: 30px;
	background-image: url(../images/iconSearch.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 65%;
	background-color: #999;
	margin-left: -54px;
}
#search .topsearchBtn:hover {
	background-color: #8FC31F;
	cursor: pointer;
}
/*----------------track----------------------------------*/
#track {
	color: #999;
	width: auto;
	margin-bottom: 25px;
	min-width: 980px;
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#track span {
	padding: 0 5px;
}
#track a {
	color: #999;
}
/*-------------content inner--------------------*/
#content {
	width: 80%;
	margin: 0 auto 30px auto;
	min-width: 980px;
}
#content h1 {
	font-size: 31px;
	line-height: 100%;
	font-weight: normal;
}
#content h3 {
	color: #8FC31F;
	font-size: 23px;
	font-weight: normal;
}
#content h3 span {
	font-size: 15px;
}
#left {
	float: left;
	width: 77%;
}
#right {
	float: right;
	width: 20%;
	overflow: hidden;
	min-width: 200px;
}
h4.openSubMenu {
	display: none;
}
/*-------------list--------------------*/
.list {
	width: auto;
}
.list li a {
	color: #555;
	line-height: 130%;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 15px;
	display: block;
	border-left: 4px solid #fff;
}
.list li:last-child a {
	margin-bottom: 0;
}
.list li a:hover {
	color: #8FC31F;
	border-left: 4px solid #8FC31F;
}
.list li.selected a {
	color: #8FC31F;
	font-weight: bold;
	border-left: 4px solid #8FC31F;
}
/*--------------------list news--------------------*/
ul.listNews li a:visited {
	color: #999;
}
ul.listNews {
	border-top: 1px solid #ddd;
}
ul.listNews li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 100%;
}
ul.listNews li:hover {
	background: #eee;
}
ul.listNews li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
ul.listNews li span {
	/*display: block;*/
	color: #999;
	padding-left: 10px;
	font-style: italic;
}
/*-----------Reg menu--------------*/
.step {
	width: 300px;
	display: inline-block;
	background:#C6CBE9;
	overflow: auto;
	margin-right:5px;
}
.step li {
	display: block;
	float: left;
	background:#3F51B5;
	height:4px;
	width:40px;
}
/*--------------sticky-------------------*/
#sidebar.sticky {
	float: none;
	position: fixed;
	top: 0;
	z-index: 6;
	left: auto;
}
/*-------------table form--------------------*/
.contentBox {
	width: 100%;
}
.maxText {
	width: 100%;
}
.largeText {
	width: 80%;
}
.smallText {
	width: 80px;
}
.midText {
	width: 40%;
}
/*----Exhibit Profile-----*/

#ExhibitProfile li p, #ExhibitProfile li span {
	font-size: 18px;
}
.ProfileItem li {
	width: 47%;
	float: left;
	margin-left: 3%;
	list-style: disc;
}
/*----gallery-----*/
#gallery li {
	float: left;
	border: 2px solid #fff;
	background: #fff;
	width: auto;
	height: auto;
	margin: 0 6px 6px 0;
	display: block;
}
#gallery li:nth-child(4n) {
	margin-right: 0;
}
#gallery li:hover {
	border: 2px solid #4AD9D9;
}
#gallery li a {
	width: 100%;
	display: block;
	position: relative;
}
#gallery li a p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
}
#gallery li a p span {
	display: block;
	color: #ccc;
	font-weight: normal;
}
#gallery li div.hoverDesc {
	color: rgba(255,255,255,0);
	background-color: rgba(0, 0, 0,0);
	background-image: url(../images/iconEnlarge.png);
	background-repeat: no-repeat;
	background-size: 30% auto;
	background-position: center center;
	opacity: 0.0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
#gallery li:hover div.hoverDesc {
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
/*----------------product Tab / sort ----------------------------------*/
#tab {
}
#tab li {
	float: left;
	margin-right: 10px;
}
#tab li a {
	padding: 0 15px;
	border: 1px solid #C8C8C8;
	background: linear-gradient(#FEFEFE, #EFEFEF);
	width: auto;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	font-size: 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#tab li a:hover {
	border: 1px solid #BD3848;
	background: linear-gradient(#EC4458, #C31C3B);
	color: #FFF;
}
#tab li.active a {
	border: 1px solid #7EA744;
	background: linear-gradient(#9CD054, #71AE36);
	color: #FFF;
}
/*-------------calendar--------------------*/
#calendar {
}
#calendar li {
	padding: 20px 0;
	width: 90%;
	margin: 0 auto;
	display: block;
	vertical-align: middle;
	font-size: 17px;
	text-indent: 40px;
}
#calendar li span {
	font-size: 25px;
	margin-right: 15px;
}
/*-----------------partner---------------*/
#partner li {
	width: 15%;
	margin: 0 2% 2% 0;
	float: left;
}
#partner li:nth-child(6n) {
	margin-right: 0;
}
/*-----------------------css table----------------------*/
.css-table {
	display: table;
	border-top: 1px solid #ccc;
}
.css-table .thead {
	display: table-header-group;
}
.css-table .tbody {
	display: table-row-group;
}
.css-table .tr {
	display: table-row;
}
.css-table .th, .css-table .td {
	display: table-cell;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.css-table .th {
	background: #eee;
}
.css-table .center {
	text-align: center;
}
/*-------------subscript--------------------*/
#subscript {
	padding: 20px 0;
	background: #272626;
	text-align: center;
	color: #fff;
}
#subscriptText {
	border: 2px solid #ddd;
	background: #FFF;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 50%;
	text-indent: 10px;
	height: 45px;
	font-size: 17px;
	margin-right: 10px;
}
#subscriptText:focus {
	border: 2px solid #4AD9D9;
}
#subscriptBtn {
	vertical-align: middle;
	height: 45px;
	padding: 0 30px;
}
/*-------------media--------------------*/
#media a {
	display: block;
	float: left;
	margin-right: 10px;
}
.googleMap {
	width: 100%;
	height: 600px;
}
/*-------------footer--------------------*/
#footerWrapper {
	background: #383737;
}
#footer {
	min-width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	font-size: 14px;
	color: #CCC;
	width: 80%
}
#footer a {
	color: #FFF;
}
#footer h2 {
	font-weight: normal;
	font-size: 21px;
	color: #fff;
	line-height: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#footer div#footerLeft {
	float: left;
	width: 70%;
}
#footer div#footerRight {
	float: right;
	width: 27%;
}
/*------------------------- inquiry ------------------------*/
#inquiryLeft {
	width: 49%;
	float: left;
}
#inquiryRight {
	width: 49%;
	float: right;
}
.message {
	height: 250px;
	overflow: hidden;
}
/*-----------qucikSerach-------------*/
#qucikSerach li ul {
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	display: none;
	width: 400px;
	padding: 10px 20px;
	margin-top: 10px;
	color: #aaa;
}
#qucikSerach li ul li {
	border: 0;
	padding: 0;
	margin: 0 20px 0 0;
	height: 35px;
	line-height: 35px;
	display: block;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-----------------------body-----------------------*/
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
body {
	color: #333;
	line-height: 155%;
	font-size: 18px;
	font-family: 'Roboto', Arial, sans-serif; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-height: 100%;
}
.NoShowInMobile {
	display: none;
}
.btn {
	font-size: 21px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.btnSmall {
	padding: 5px 10px;
	font-size: 15px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.alignCenterMobile {
	text-align: center
}
input, textarea, select {
	font-size: 18px;
}
.picForMobile {
	width: 100%;
	height: auto;
}
.googleMap {
	width: 100%;
	height: 320px;
}
.hoverDesc {
	display: none;
}
/*------------------menu------------------------*/
#menuWrapper {
	width: 100%;
	height: 60px;
	background: #3e3a39;
	top: 0;
	position: relative;
	z-index: 700;
}
#menuWrapper h4 {
	display: block;
	position: absolute;
	width: 70px;
	height: 60px;
	top: 0;
	right: 0;
	border-left: 1px solid #666;
	background-image: url(../images/iconMenu.png);
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.gray {
	background-color: #666;
}
#menu {
	width: 70%;
	background: #666;
	position: absolute;
	top: 60px;
	right: 0;
	display: none;
}
#menu li {
	border-bottom: 1px solid #555;
}
#menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 20px;
}
#menu li ul {
	display: none;
}
#menu li ul li {
	border-bottom: 0;
	border-top: 1px solid #444;
}
#menu li ul li a {
	background: #000;
	padding-left: 35px;
}
#menu li ul li a:hover {
	background: #8FC31F;
}
/*-----------------roundBtn---------------*/
ul#roundBtn {
	position: absolute;
	left: 10px;
	top: 12px;
}
ul#roundBtn li {
	margin-right: 10px;
}
/*-----------------header---------------*/
header {
	margin: 20px;
	width: auto;
}
header h1 a {
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 15.4%;
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
header p a {
	padding: 0px 2px;
	line-height: 100%;
}
/*----------------search----------------------------------*/
#search {
	display:none;
}
/*----------------track----------------------------------*/
#track {
	color: #999;
	width: auto;
	margin: 0 20px;
	position: relative;
	padding: 7px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
#track span {
	padding: 0 5px;
}
/*-------------content index--------------------*/
.contentIndex {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.contentIndex h1 {
	font-size: 27px;
	color: #333;
	font-weight: normal;
	border-bottom: 2px solid #8FC31F;
	padding-bottom: 10px;
	text-align: center;
}
/*-------------content inner--------------------*/
.mobileContent {
	padding: 0 20px;
}
#content {
	width: 100%;
}
#content h1 {
	font-size: 27px;
	line-height: 100%;
	font-weight: normal;
}
#content h3 {
	/*color: #8FC31F;*/
	color: #8FC31F;
	font-size: 23px;
	font-weight: normal;
}
#content h3 span {
	font-size: 18px;
}
#left {
	float: none;
	width: auto;
	padding: 0 20px;
}
#right {
	display: none;
	width: 100%;
	background-color: #383737;
	position: relative;
	padding: 20px 20px 0 20px;
}
h4.openSubMenu {
	width: 75px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	background-image: url(../images/openSubMenu.png);
	background-size: 75px auto;
}
h4.closeSubMenu {
	background-image: url(../images/closeSubMenu.png);
}
/*--------------------list news--------------------*/
ul.listNews li a:visited {
	color: #999;
}
ul.listNews {
	border-top: 1px solid #ddd;
}
ul.listNews li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 100%;
}
ul.listNews li:hover {
	background: #eee;
}
ul.listNews li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
ul.listNews li span {
	display: block;
	color: #999;
	font-style: italic;
}
/*-------------list--------------------*/
.list {
	overflow: auto;
}
.list li {
	float: left;
	margin: 0 2% 2% 0;
	font-size: 15px;
	width: 49%;
}
.list li:nth-child(even) {
	margin-right: 0;
}
.list li a {
	width: auto;
	background: #8FC31F;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.list li a:hover {
	background: #666;
	color: #fff;
}
.list li.selected a {
	display: none;
}
/*-------------table form--------------------*/
.contentBox {
	width: 100%;
}
.maxText {
	width: 100%;
}
.largeText {
	width: 100%;
}
.smallText {
	width: 100px;
}
.midText {
	width: 100%;
}
/*----------------product Tab / sort ----------------------------------*/
#tab {
}
#tab li {
	float: left;
	margin-right: 10px;
}
#tab li a {
	padding: 0 15px;
	border: 1px solid #C8C8C8;
	background: linear-gradient(#FEFEFE, #EFEFEF);
	/*text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2);*/
	width: auto;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	font-size: 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#tab li a:hover {
	border: 1px solid #BD3848;
	background: linear-gradient(#EC4458, #C31C3B);
	color: #FFF;
}
#tab li.active a, #tab li.selected a {
	border: 1px solid #7EA744;
	background: linear-gradient(#9CD054, #71AE36);
	color: #FFF;
}
/*-----------------partner---------------*/
#partner li {
	width: 32%;
	margin: 0 2% 2% 0;
	float: left;
}
#partner li:nth-child(3n) {
	margin-right: 0;
}
/*--------------- css table -----------------*/
.css-table {
}
.css-table .thead {
	display: none;
}
.css-table .tr {
	border: 1px solid #ddd;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 3px;
	display: block;
}
.css-table .th {
	border: currentColor;
	width: 100%;
	display: inline-block;
}
.css-table .td {
	border: currentColor;
	width: 100%;
	display: inline-block;
}
.css-table .tdHeader {
	font-size: 19px;
	font-weight: bold;
}
/*----Exhibit Profile-----*/
.ProfileItem li {
	margin-left:20px;
	list-style: disc;
}
/*-------------subscript--------------------*/
#subscript {
	padding: 25px;
	background: #272626;
	text-align: center;
	color: #fff;
}
#subscriptText {
	border: 5px solid #ddd;
	background: #FFF;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	text-align: center;
}
#subscriptText:focus {
	border: 5px solid #4AD9D9;
}
#subscriptBtn {
	font-size: 21px;
	width: 100%;
	vertical-align: middle;
	height: 45px;
}
/*-------------media--------------------*/
#media a {
	display: block;
	float: left;
	margin-right: 10px;
}
/*----gallery-----*/
#gallery li {
	float: left;
	margin: 0 6px 6px 0;
	display: block;
}
#gallery li:nth-child(2n) {
	margin-right: 0;
}
#gallery li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
#gallery li a p {
	width: 100%;
	padding: 5px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	color: #FFF;
	font-size: 15px;
}
/*-------------footer--------------------*/
#footerWrapper {
	background: #383737;
}
#footer {
	width: 100%;
	padding: 20px;
	font-size: 13px;
	color: #ccc;
}
#footer a {
	color: #FFF;
}
#footerRight, #footerLeft {
	display: none;
}
#footerMobile {
	text-align: center;
	color: #ccc;
}
/*------------------toTop------------------------*/
#toTop {
	right: 10px;
	bottom: 60px;
	font-size: 13px;
}
/*-----------------*/
#qucikSerach {}
#qucikSerach li ul {
	position: absolute;
	background-color: rgba(0,0,0,0.8);right:0;
	display: none; 
	padding: 10px 20px;
	margin-top: 10px;
	color: #aaa;
}
#qucikSerach li:first-child ul{ left:0;}
#qucikSerach li ul li {
	border: 0;
	padding: 0;
	margin: 0 20px 0 0;
	height: 35px;
	line-height: 35px;
	display: block; float:none;
}
}
