/* -------------------------------------------
		general
------------------------------------------- */
html {
	height: 100%;
}

body {
	min-width:1010px;
	min-height: 100%;
	position: relative;
	line-height: 1.5;
	background: #f7f7f7;
}

body, input, select, textarea {
	font-family: 'Microsoft YaHei', '微软雅黑', SimSun, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.mod_navigation ul,
.mod_navigation ol,
.mod_navigation li {
	margin:0;
	padding:0;
	display: block;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p {
	margin-top: 0;
}

sup {
	position: relative;
	top:-0.5em;
}

.loading {
	background-image:url(https://www.keyontechs.com/tl_files/themes/image/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}


/*-------------------------------------------
		[ wrapper ]
------------------------------------------- */
#wrapper {
}

.header-fixed #wrapper {
	padding-top: 100px;
}
/*-------------------------------------------
		[ header ]
------------------------------------------- */
#header {
	position: relative;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	background: #fff;
	z-index: 500;
}
.ie6 #header,
.ie7 #header,
.ie8 #header {
	position: static;
	border-bottom:1px #ddd solid;
}

.hide-header-footer #header {
	display: none;
}

#header .inside {
	position: relative;
	width:1010px;
	height: 100px;
	margin:0 auto;
	overflow: hidden;
}

#header .logo {
	position: absolute;
	left:0;
	top:25px;
	display: block;
}
#header .logo img {
	display: block;
}

#header .corner {
	position: absolute;
	right:185px;
	top:1em;
	color:#99a6b0;
	font-size:12px;
}

#header .corner .sep {
	margin:0 10px;
}

#header .corner a {
	color:#99a6b0;
	cursor: pointer;
}

#header .corner .stock-code {
	color:#000;
}

body.logged-out .for-logged-in {
	display:none;
}
body.logged-in .for-logged-out {
	display:none;
}

#header .corner a.lang-curr {
	color:#2879a4;
}

#header .mod_form_search {
	position: absolute;
	right:0;
	top:15px;
	width:180px;
	height: 30px;
}

#header .mod_form_search input.text {
	position: absolute;
	right:0;
	top:0;
	padding:0 0 0 5px;
	height: 2em;
	line-height: 2em;
}
.ie6 #header .mod_form_search input.text {
	height: 26px;
}

#header .mod_form_search input.submit {
	position: absolute;
	right:1px;
	top:1px;
	width:26px;
	height:26px;
	box-sizing: border-box;
	border:0;
	margin:0;
	padding:0;
	cursor: pointer;
	background: url(../image/icon-search.png) center center no-repeat;
	color:transparent;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 99em;
}



.header-fixed #header {
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:54px;
}
.header-fixed #header .inside {
	height: 54px;
}
.header-fixed #header .logo,
.header-fixed #header .corner,
.header-fixed #header .mod_form_search
{
	display: none;
}

/*-------------------------------------------
		[ custom area ]
------------------------------------------- */
.custom {

}

.hide-header-footer .custom {
	display: none;
}

/*-------------------------------------------
		[ popup bar ]
------------------------------------------- */
#popupbar {
	display: none;
	position: absolute;
	z-index: 199;
	width:100%;
	height:200px;
	box-sizing:border-box;
	border-bottom: 1px #bbb solid;
	background: rgba(255, 255, 255, 0.85);
	z-index: 499;
}
.lang-en #popupbar {
	height:290px;
}
.ie7 #popupbar,
.ie8 #popupbar {
	background: url(../image/white-opacity-85.png) repeat;
}
.ie6 #popupbar {
	background: #fff;
	filter:alpha(opacity=85);
}

#popupbar .inside {
	width:1010px;
	margin:0 auto;
	padding:1em 0;
}

#popupbar .inside h2 {
	font-size:14px;
}

#popupbar .inside p {
	margin-top: 0;
	margin-bottom: 0.3em;
}

#popupbar .inside a {
	color:#777;
}
#popupbar .inside a:hover {
	color:#000;
}

#popupbar .popup-block {
	display: none;
}

#popupbar .popup-block table {
	width:100%;
	border-collapse: collapse;
}

#popupbar .popup-block td {
	padding-right: 28;
}
#popupbar .popup-block td:last-child {
	padding-right: 0;
}

#popupbar .popup-block td img {
	float: right;
}

#popupbar .popup-block td a {
	display: block;
}


.header-fixed #popupbar {
	position: fixed;
	top:54px;
}
/*-------------------------------------------
		[ bannerbar ]
------------------------------------------- */
#bannerbar {

}

#bannerbar img {
	display: block;
	width:100%;
	height: auto;
	box-sizing: border-box;
}

/*-------------------------------------------
		[ menubar ]
------------------------------------------- */
#menubar {
	position: relative;
	background:#fff;
}

/*-------------------------------------------
		[ header - menu level 1-3 ] for mobile device
------------------------------------------- */
.menu-level-1-3 {
	display: none;
}

/*-------------------------------------------
		[ header -menu level 1 ]
------------------------------------------- */
.menu-level-1 {
	position: absolute;
	right:0;
	bottom:0;
}


.menu-level-1 ul {
	overflow: hidden;
}

.menu-level-1 li {
	display: block;
	float: left;
}

.menu-level-1 li a,
.menu-level-1 li span {
	display: block;
	padding:15px 20px;
	font-size: 16px;
	color:#1b1b1b;
}
.lang-en .menu-level-1 li a,
.lang-en .menu-level-1 li span {
	padding-left: 15px;
	padding-right: 15px;
}
.menu-level-1 li a:hover {
	color:#2879a4;
}
.menu-level-1 li .active {
	color:#2879a4;
}

/*-------------------------------------------
		[ header -menu level 2 ]
------------------------------------------- */
.menu-level-2 {
	border-bottom:1px #ddd solid;
}

.menu-level-2 ul {
	display: block;
	width:1010px;
	margin:0 auto;
	overflow: hidden;
}

.menu-level-2 li {
	display: block;
	float: left;
}

.menu-level-2 li a,
.menu-level-2 li span {
	display: block;
	padding:1.5em 2em;
	font-size: 14px;
	color:#7d7d7d;
}
.menu-level-2 li.first a,
.menu-level-2 li.first span {
	padding-left: 0;
}
.menu-level-2 li a:hover {
	color:#000;
}
.menu-level-2 li .active {
	color:#111;
}



/*-------------------------------------------
		[ header -menu level 3 ]
------------------------------------------- */
.menu-level-3 {
	background:#eee;
}

.menu-level-3 ul {
	display: block;
	width:1010px;
	margin:0 auto;
	overflow: hidden;
}

.menu-level-3 li {
	display: block;
	float: left;
}

.menu-level-3 li a,
.menu-level-3 li span {
	display: block;
	padding:0.5em 1em;
	font-size: 14px;
	color:#7d7d7d;
}
.menu-level-3 li.first a,
.menu-level-3 li.first span {
	padding-left: 0;
}
.menu-level-3 li a:hover {
	color:#000;
}
.menu-level-3 li .active {
	color:#111;
}

/*-------------------------------------------
		[ breadcrumb bar ]
------------------------------------------- */
#breadcrumbbar {

}
.page-home #breadcrumbbar {
	display: none;
}

#breadcrumbbar .inside {
	width:1010px;
	margin:0 auto;
	padding:1em 0;
}

#breadcrumbbar .inside a {
	color:#2879a4;
}
#breadcrumbbar .inside a:hover {
	text-decoration: underline;
}


/*-------------------------------------------
		[ subnav ]
------------------------------------------- */
.subnav {

}

/*-------------------------------------------
		[ container ]
------------------------------------------- */
#container {
}


/*-------------------------------------------
		[ left ]
------------------------------------------- */
#left {
}

/*-------------------------------------------
		[ right ]
------------------------------------------- */
#right {
	
}

/*-------------------------------------------
		[ main ]
------------------------------------------- */
#main {
}

#main .inside {
	padding:20px 0;
	width:1010px;
	margin:0 auto;
}

.page-non-fixed-width #main .inside {
	width:auto;
	margin:0;
	padding:0;
}

/* page title */
.page-title,.ce_headline {
	margin:0.3em 0;
	padding:0;
	color:#2879a4;
	font-size:22px;
	font-weight: bold;
}

/*-------------------------------------------
		[ main - text content (article) ]
------------------------------------------- */

.main .mod_article .ce_text p {
	text-align:justify;
}

.main .ce_text p,
.main .ce_text ul,
.main .ce_text ol,
.main .ce_text li,
.main .ce_text dl,
.main .ce_text dt,
.main .ce_text dd,
.main .ce_text td,
.main .ce_text a,
.main .ce_text span
{
	font-size:13px;
	line-height:1.5;
	color:#666;
}

.main .ce_text,
.main .ce_image {
	margin-bottom: 25px;
}

.main .ce_text ul li {
	list-style:outside disc;
	margin-left:1.5em;
}
.main .ce_text ol li {
	list-style:outside decimal;
	margin-left:1.5em;
}

/*-----------------------------------------------------------------------------------------------
		main: pagination
----------------------------------------------------------------------------------------------- */

.pagination {
	clear:both;
	text-align:right;
	margin-top:20px;
}

.pagination p {
	float:left;
	margin:0;
}

.pagination ul {
	float:right;
	margin:0;
}

.pagination ul li {
	list-style:none;
	display:block;
	float:left;
	margin-left:5px;
}
.pagination li a,
.pagination li span
{
	font-size: 12px;
	display:block;
	padding:2px 7px;
	background:transparent;
}

.pagination li a {
	color:#222;
	border:1px #d7d7d7 solid;
}
.pagination li a:hover {
	border-color:#ccc;
	background:#eee;
}

.pagination li span {
	border:1px #333 solid;
}

/*-------------------------------------------
		[ footer ]
------------------------------------------- */
#footer {
	background: #ddd;
	overflow: hidden;
	position: absolute;
	bottom:0;
	width:100%;
	box-sizing: border-box;
}
.ie6 #footer {
	position: static;
}

.hide-header-footer #footer {
	display: none;
}

#footer .inside {
	width:1010px;
	margin:1.5em auto 0 auto;
}

#footer th,
#footer th p {
	font-weight: normal;
	font-size: 16px;
}

#footer td p {
	color:#666;
	font-size: 14px;
	margin-bottom: 0.3em;
}
#footer td p a {
	color:#666;
}
#footer td p a:hover {
	color:#000;
}


/*-------------------------------------------
		[ ce_form common ]
------------------------------------------- */
input.text,
input.captcha,
input.password,
select.select,
textarea.textarea {
	margin:0;
	padding:3px;
	color:#666;
	border:1px #ccc solid;
	box-sizing: border-box;
}

input.text,
input.captcha,
input.password {
	height: 2em;
	line-height: 2em;
}

input.submit {
	padding: 5px 20px;
}

form span.mandatory {
    color:red;
}

form p.error,
form label.error,
input.error,
select.error
{
    color:red;
	display: block;
}


form .checkbox_container {
	margin-bottom: 12px;
}
form .checkbox_container span {
	display: block;
	margin-bottom: 5px;
}
form .checkbox_container span span {
	display: inline;
	margin-bottom: 0;
}

form .radio_container {
	margin-bottom: 12px;
}
form .radio_container span {
	display: block;
	margin-bottom: 5px;
}
form .radio_container span span {
	display: inline;
	margin-bottom: 0;
}

form table td {
	padding:5px;
}


/******** popup bg *************/
.popup-bg {
	display: none;
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 510;
}
.ie7 .popup-bg,
.ie8 .popup-bg {
	background: url(../image/black-opacity-50.png) repeat;
}
