/*
 * w375 - foolu iweb51-style02
 * http://www.foolu.com.tw/
 *
 * Copyright 2015, Evelyn Wang
 * 
 * 
 * January 2015
 */


/*-----------------------------------------------------------------------------
 [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;
	color: #3d3d3d;
	font-size: 16px;
}

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;
	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;
}

/**
*
* =anchor
*
**/

a:link, a:visited {
	color: #191919;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #900;
	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 */


/* +body
*----------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}


/**
*
* =jumpDiv
*
**/
/* + 跳一  跳三
*----------------------------------------------------------------------------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 50;
}

/* +header
*----------------------------------------------------------------------------*/
.wrapper header {
	width: 100%;
	background: url(../../images/02/all/bg-header.jpg) repeat-x 0 0;
}

.wrapper header section {
	width: 100%;
}

/**
*
* =cis
*
**/
.wrapper header section #cis {
	margin: 10px 15px;
	text-align: center;
	height: 90px;
	overflow: hidden;
}

.wrapper header section #cis a {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.wrapper header section #cis a img {
	width: 90%;
}

/**
*
* =nav
*
**/
.wrapper header section nav {
	margin: 0 15px;
}

.wrapper header section nav ul.menu {
	display: none;
}

.wrapper header section nav ul.menu li ul.subnav {
	display: none;
	position: absolute;
	padding: 3px 0;
	top: 145px;
	background: #3CB371;
}

.wrapper header section nav ul.menu li ul.subnav li p {
	padding: 0 20px;
	height: 45px;
	display: block;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.wrapper header section nav ul.menu li ul.subnav li ul.subOption {
	padding: 10px 0;
	background: #14828C;
}

.wrapper header section nav ul.menu li ul.subnav li {
	float: none;
}

.wrapper header section nav #m-nav {
	width: 100%;
	position: relative;
}

.wrapper header section nav #m-nav .navOpen {
	height: 50px;
}

.wrapper header section nav #m-nav .navOpen a {
	padding: 0 0 0 35px;
	height: 50px;
	background: url(../../images/02/all/icon-menuToggler.png) no-repeat 10px center #35aeb7;
	display: block;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.wrapper header section nav #m-nav .m-menu {
	margin: 0;
	width: 100%;
	height: auto;
	background: #fff;
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 60;
	top: 50px;
	left: 0;
}

.wrapper header section nav #m-nav .m-menu ul {
	margin: 0 0 -1px;
	width: 100%;
	overflow: hidden;
	background: #219aa5;
}

.wrapper header section nav #m-nav .m-menu ul li {
	padding: 1px 0;
	border-bottom: 1px #061f36 solid;
}

.wrapper header section nav #m-nav .m-menu ul li ul.subnav li {
	padding: 0 0 0 20px;
	border-bottom: 0;
}

.wrapper header section nav #m-nav .m-menu ul li ul.subnav li ul.subOption li {
	padding: 0 0 0 20px;
}

.wrapper header section nav #m-nav .m-menu ul li ul.subnav li ul.subOption li a {
	border-bottom: 1px #DBDBDB solid;	
}

.wrapper header section nav #m-nav .m-menu ul li a ,
.wrapper header section nav #m-nav .m-menu ul li p {
	padding: 0 10px;
	display: block;
	line-height: 60px;
	font-size: 15px;
	color: #fff;
}

.wrapper header section nav #m-nav .m-menu ul li a:hover {
	background: #0a4881;
	color: #fff;
}


/* +gotop
*----------------------------------------------------------------------------*/
.wrapper #gotop {
	display: none;
	position: fixed;
	bottom: 26px;
	right: 20px;
	width: 43px;
	height: 43px;
	background: url(../../images/02/all/totop.png) no-repeat 0 0;
	text-indent: -100000px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	cursor: pointer;
	z-index: 200;
}

.wrapper #gotop:hover {
	background-position: -43px 0;
}


/* +line
*----------------------------------------------------------------------------*/
.wrapper .line {
	position: fixed;
	right: 20px;
	top: 50%;
	display: block;
	z-index: 100000;
}


/* +footer
*----------------------------------------------------------------------------*/
.wrapper footer {
	padding: 20px 0 40px;
	background:url(../../images/02/index/ad01.jpg);
	position: relative;
	z-index: 50;
	background-size: cover;
}

.wrapper footer section {
	margin: 0 15px;
}

/**
*
* =footer-cis
*
**/
.wrapper footer section #footer-cis {
	margin: 0 0 35px;
	width: 100%;
	text-align: center;
}

.wrapper footer section #footer-cis a {
	display: block;
	text-align: center;
}

.wrapper footer section #footer-cis a img {
	width: 90%;
	max-width: 380px;
}

.wrapper footer section .footer-wrap {
	overflow: hidden;
}

/**
*
* =footer-info
*
**/
.wrapper footer section .footer-wrap #footer-info {
	margin: 0 0 40px;
	overflow: hidden;
}

.wrapper footer section .footer-wrap #footer-info p {
	line-height: 170%;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.wrapper footer section .footer-wrap #footer-info p a {
	color: #fff;
}

.wrapper footer section .footer-wrap #footer-info p.copy {
	font-size: 12px;
}

/**
*
* =footer-nav
*
**/
.wrapper footer section .footer-wrap #footer-nav {
	margin: 0 0 40px;
}

.wrapper footer section .footer-wrap #footer-nav ul {
	overflow: hidden;
}

.wrapper footer section .footer-wrap #footer-nav ul li {
	width: 50%;
	height: 35px;
	float: left;
	text-align: center;
}

.wrapper footer section .footer-wrap #footer-nav ul li a {
	height: 35px;
	display: block;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
}

/**
*
* =footer-community
*
**/
.wrapper footer section .footer-wrap #footer-community {
	overflow: hidden;
}

.wrapper footer section .footer-wrap #footer-community #community {
	padding: 15px 0 0;
	border-top: 1px #fff solid;
}

.wrapper footer section .footer-wrap #footer-community #community h2 {
	display: none;
}

.wrapper footer section .footer-wrap #footer-community #community ul {
	margin: 0 auto;
	width: 180px;
	overflow: hidden;
}

.wrapper footer section .footer-wrap #footer-community #community ul li {
	margin: 0 10px 0 0;
	width: 28px;
	height: 28px;
	float: left;
}

.wrapper footer section .footer-wrap #footer-community #community ul li a {
	width: 28px;
	height: 28px;
	background: url(../../images/02/all/bookmark.png) no-repeat 0 0;
	display: block;
}

.wrapper footer section .footer-wrap #footer-community #community ul li a.tPlus {
	background-position: -28px 0;
}

.wrapper footer section .footer-wrap #footer-community #community ul li a.gPlus {
	background-position: -56px 0;
}

.wrapper footer section .footer-wrap #footer-community #community ul li a.pPlus {
	background-position: -84px 0;
}

.wrapper footer section .footer-wrap #footer-community #community ul li a.rPlus {
	background-position: -112px 0;
}

.wrapper footer section .footer-wrap #footer-community #community ul li.last {
	margin: 0;
}

.wrapper footer section .footer-wrap #footer-community .info {
	margin: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.wrapper footer section .footer-wrap #footer-community .info a ,
.wrapper footer section .footer-wrap #footer-community .info span ,
.wrapper footer section .footer-wrap #footer-community .info div {
	color: #fff !important;
}

.wrapper footer section #webSeo {
	overflow: hidden;
	color: #fff;
	margin: 10px;
}


/* +phoneWrap
*----------------------------------------------------------------------------*/
.phoneWrap {
	position: fixed;
	bottom: 20px;
	display: block;
	z-index: 999999999999999;
}

.phoneWrap ul {
	overflow: hidden;
}

.phoneWrap ul li {
	margin: 0 10px;
	float: left;
}

.phoneWrap ul li.line {
	position: inherit;
}

.phoneWrap ul li a {
	padding: 10px 15px 10px 30px;
	background: url(../../images/phone.png) #dd5842 8px 10px no-repeat;
	background-size: 20px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
}

.phoneWrap ul li.line a {
	background: url(../../images/lineicon.png) #00C300 -4px 0px no-repeat;
	background-size: 40px;
}


/**********適應性**********/
/************************/
@media only screen and (min-width : 320px) {
	.phoneWrap {
		left: 10%;
	}
}

@media only screen and (min-width : 480px) {
	.phoneWrap {
		left: 20%;
	}
}

@media only screen and (min-width : 640px) {
	.wrapper header section #cis a img {
		max-width: 460px;
	}
	
	.wrapper footer section .footer-wrap #footer-info ,
	.wrapper footer section .footer-wrap #footer-nav {
		margin: 0 5%;
		width: 40%;
		float: left;
	}
	
	.wrapper footer section .footer-wrap #footer-nav ul li {
		width: 100%;
		text-align: center;
	}
	
	.wrapper footer section .footer-wrap #footer-community {
		margin: 60px 0 0;
		width: 100%;
		float: left;
	}
	.phoneWrap {
		left: 35%;
	}
}

@media only screen and (min-width : 768px) {
	.wrapper footer section .footer-wrap #footer-info ,
	.wrapper footer section .footer-wrap #footer-nav ,
	.wrapper footer section .footer-wrap #footer-community {
		margin: 0;
		width: 33%;
	}
	
	.wrapper footer section .footer-wrap #footer-nav ul {
		margin: 0 15px 0 0;
	}
	
	.wrapper footer section .footer-wrap #footer-community #community {
		padding: 0;
		border: 0;
	}
}

@media only screen and (min-width : 1024px) {
	.wrapper header {
		position: absolute;
		z-index: 50;
	}
	
	.wrapper header section {
		margin: 0 auto;
		width: 960px;
	}
	
	.wrapper header section #cis {
		margin: 10px auto;
		width: 460px;
	}
	
	.wrapper header section #cis a img {
		width: 460px;
		max-width: 460px;
	}
	
	.wrapper header section nav {
		margin: 0;
	}
	
	.wrapper header section nav ul.menu {
		margin: 0 auto;
		width: 952px;
		background: url(../../images/02/all/bg-nav.png) no-repeat 0 0;
		display: block;
		overflow: hidden;
	}
	
	.wrapper header section nav ul.menu li {
		float: left;
	}
	
	.wrapper header section nav ul.menu li a {
		padding: 0 30px;
		height: 45px;
		display: block;
		line-height: 45px;
		font-size: 16px;
		color: #fff;
		font-weight: bold;
	}
	
	.wrapper header section nav ul.menu li a:hover {
		background: #8FBC8F;
	}
	
	.wrapper header section nav #m-nav ,
	.wrapper .line ,
	.phoneWrap {
		display: none;
	}
	
	.wrapper footer section {
		margin: 0 auto;
		width: 960px;
	}
	
	.wrapper footer section .footer-wrap #footer-info p {
		text-align: left;
	}
	
	.wrapper footer section .footer-wrap #footer-nav {
		margin: 0 73px;
	}
	
	.wrapper footer section .footer-wrap #footer-nav ul li {
		width: 50%;
		text-align: left;
	}
	
	.wrapper footer section .footer-wrap #footer-community {
		width: 180px;
	}
	
	.wrapper footer section .footer-wrap #footer-community .info {
		text-align: left;
	}
}

@media only screen and (min-width : 1280px) {
	.wrapper header section ,
	.wrapper footer section {
		width: 1200px;
	}
	
	.wrapper header section nav ul.menu {
		width: 1190px;
	}
	
	.wrapper header section nav ul.menu li a {
		padding: 0 43px;
	}
	
	.wrapper footer section {
		width: 1200px;
	}
	
	.wrapper footer section .footer-wrap #footer-nav {
		margin: 0 114px;
	}
}