/*
 * http://www.lfo.com.tw/
 *
 * Copyright 2016, TANK
 *
 *
 * 2016 / 06 / 21
 */


/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
	margin:0;
	background: #232323;
	background: -webkit-radial-gradient(#0e0e0e, #232323);
	background: radial-gradient(#0e0e0e, #232323);
	color: #fff;
	font-size: 14px;
}

div, h1, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, img, span, ul, li {
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	word-wrap: normal;
	word-break: normal;
	line-height: 170%;
	border-width: 0;
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
}

hr {
	border-top:1px #000 solid;
	margin:0 0 10px 0;
}

th {
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

p.lineHeight {
	line-height:170%;
}
p.marginTop {
	margin:10px 0;
}
p.marginLeft {
	margin: 0 10px;
}

input,button,select,textarea {
	outline:none
}

img {
	max-width: 100%;
}

/**
*
* =anchor
*
**/

a:link, a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #00ffe6;
	text-decoration: none;
}

/**
*
* =clear,clearfix
*
**/

/* regular clearing apply to column that should drop below previous ones. */
.clear {
    clear: both;
}

/* this needs to be first because FF3 is now supporting this */
.clearfix {
    display: inline-block;
}

/* clearing floats without extra markup */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end hide from IE-mac */


livedemo00.template-help.com/media="screen":after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* +body
*----------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url(../images/all/img-subTopBg.png) no-repeat top center;
}

.wrapper section {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
}
.wrapper section p b{
	border: 3px solid #ef0000;
    font-weight: normal;
}
.wrapper .warp {
	padding-bottom: 25px;
	background: url(../images/all/img-bottomBg.png) no-repeat bottom right;
	min-height: 390px;
}


/**
*
* =jumpDiv
*
**/
/* + 跳一  跳三
*----------------------------------------------------------------------------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
}


/* + a.photo
*----------------------------------------------------------------------------*/
a.photo {
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	transition: all 0.4s ease-in-out 0s;
	transform:scale(1,1);
}

a.photo img {
	width: 100%;
}


/* + form
*----------------------------------------------------------------------------*/
form fieldset {
	border: 0;
}

form fieldset input ,
form fieldset textarea {
	padding: 0 5px;
	border: 1px #ffb832 solid;
	background: rgba(45,45,45,.15);
	box-shadow: 0 2px 3px 0 #000 inset;
	border-radius: 5px;
	color: #fff;
}

form fieldset input[type="radio"] {
	box-shadow: none;
}


form fieldset input#btnOK ,
form fieldset input.btn-reset ,
form fieldset input[type="button"] {
	margin-left: 10px;
	background: #ffb832;
	border: 0;
	box-shadow: 0 0 7px #fff;
	color: #000;
}
form fieldset input#btnOKL {
	margin-left: 10px;
	background: red;
	border: 0;
	box-shadow: 0 0 7px #fff;
	color: white;
}

/* + header
*----------------------------------------------------------------------------*/
header {
	overflow: hidden;
}

header section {
	background: url(../images/all/img-topBg.png) no-repeat right top;
}

header #cis ,
header .leftItem {
	float: left;
	width: 300px;
}

header #cis {
	margin: 15px 0;
}

header .leftItem {
	width: 660px;
}

header .leftItem #member #memberLogin {
	margin: 10px 60px;
}

header .leftItem #member #memberLogin p {
	margin-right: 10px;
	display: inline-block;
}

header .leftItem #member #memberLogin p input {
	width: 70px;
}

header .leftItem #member #memberLogin p input#btnOKL {
	padding: 0 10px;
	width: auto;
}

header .leftItem #member #memberBox {
	margin: 0 60px;
}

header .leftItem #member #memberBox ul li {
	margin-right: 20px;
	display: inline-block;
}

header .leftItem nav {
	text-align: center;
}

header .leftItem nav ul {
	overflow: hidden;
	margin: 20px 0 10px;
	padding-left: 0;
	display: inline-block;
	border-left: 1px #000 solid;
	border-right: 1px #969595 solid;
}

header .leftItem nav ul li {
	float: left;
	border-right: 1px #000 solid;
	border-left: 1px #969595 solid;
}

header .leftItem nav ul li a {
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
}

header .leftItem nav ul li a:hover{
	box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.3), inset 0 0 4px rgba(0, 0, 0, 0.9), 0 0 0 black;
	-webkit-box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.3), inset 0 0 4px rgba(0, 0, 0, 0.9), 0 0 0 black;
}

#gotop{
	position: fixed;
    right: 20px;
    bottom: 30px;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 10px #000;
	z-index: 9;
}

/* + footer
*----------------------------------------------------------------------------*/
footer {
	overflow: hidden;
	padding: 10px 0;
	background: url(../images/all/footerBg.png) #1d1b1b no-repeat top center;
}

footer p {
	text-align: center;
	color: #fff;
}

.footernav {
	text-align: center;
}

.footernav ul {
	overflow: hidden;
	margin: 20px 0 10px;
	padding-left: 0;
	display: inline-block;
	border-left: 1px #000 solid;
	border-right: 1px #969595 solid;
}

.footernav ul li {
	float: left;
	border-right: 1px #000 solid;
	border-left: 1px #969595 solid;
}

.footernav ul li a {
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
}

.leftjoin { position: fixed; right: 15px; width: 200px; top: 230px; text-align: center; z-index: 999999; }
.leftjoin #join { display: inline-block; -webkit-transform: translateX(9px); transform: translateX(9px); }
.leftjoin #join img { width: 170px; }
.leftjoin #join p { display: inline-block;margin-top: -32px;color: white; }
.leftjoin >div a { margin: auto; width: 170px; display: block; text-align: center; }

@media screen and (max-width: 550px) {
	.leftjoin { right: -25px; -webkit-transform: scale(.85); transform: scale(.85); }
}