/*
 * 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: 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;
	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: 185px;
	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: 10px 0;
	top: 250px;
	background: rgba(17,61,120,0.8);
	height: auto !important;
}

.wrapper header section nav ul.menu li ul.subnav li a {
	color:#FFF;
}

.wrapper header section nav ul.menu li ul.subnav li a:hover {
	background: rgba(255,255,255,0.8);
	color:#003b87;
}

.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;
	display: block;
}

.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: 7%;
	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: 22px;
	bottom: 16%;
	display: block;
	z-index: 100000;
}


/* +footer
*----------------------------------------------------------------------------*/
.wrapper footer {
	padding: 20px 0 0;
	background: #003b87;
	position: relative;
	z-index: 50;
}
.wrapper footer .sseo{
	width: 100%;
    background: #022b63;
	padding: 1px 0;
}
.wrapper footer section {
	margin: 0px 15px;
}

/**
*
* =footer-cis
*
**/
.wrapper footer section #footer-cis {
	width: 100%;
	text-align: center;
	width: 250px;
}

.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;
	padding: 10px 0;
}
.wrapper footer section .footer-wrap >div{
	min-height:150px;
}
/**
*
* =footer-info
*
**/
.wrapper footer section .footer-wrap #QRS {
	  float:left;
	  width: 139px;
	  margin-right: 15px;
}
.wrapper footer section .footer-wrap #QRS #QRS-cis{
}
.wrapper footer section .footer-wrap #QRS #QRS-cis a{
	display:block;
}
.wrapper footer section .footer-wrap #QRS #QRS-cis a img{
	width:100%;
}
.wrapper footer section .footer-wrap #footer-info {
	margin: 0 0 40px;
	overflow: hidden;
	width: 250px;
    float: left;
	border-right: 1px solid #507db8;
	margin-right: 15px;
	padding: 0 10px;
}

.wrapper footer section .footer-wrap #footer-info p {
	line-height: 120%;
	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 {
	width: 260px;
    float: left;
	border-right: 1px solid #507db8;
	margin-right: 15px;
}

.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;
}
.wrapper footer section .footer-wrap #fb-wrap {
	float:left;
	width: 250px;
	margin: 0 5px;
}
/**
*
* =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;
}
.info{
	display:inline-block;
	color: aliceblue;
}

.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: 20px 0;
}

.wrapper footer section .footer-wrap .pcphone {
	overflow: hidden;
	margin: 10px 0;
}
.wrapper footer section .footer-wrap .pcphone ul{
	overflow: hidden;
}
.wrapper footer section .footer-wrap .pcphone ul li{
	margin: 10px 0;
}
.wrapper footer section .footer-wrap .pcphone ul li a{
	display:block;
	color:#fff;
}
.wrapper footer section .footer-wrap .pcphone ul li a img{
	margin-right:10px;
}
/* +phoneWrap
*----------------------------------------------------------------------------*/
.phoneWrap {
	position: fixed;
	bottom: 59px;
	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;
}

#swipe{
	z-index: 250;
    display: inline-block;
    position: fixed;
    right: 20px;
    bottom: 40%;
    width: 60px;
}
#swipe > img{
	max-width: 100%;
}


/**********適應性**********/
/************************/
@media only screen and (min-width : 320px) {
	.phoneWrap {
		left: 10%;
	}
	.wrapper header section #cis{
	    height: auto;
	}
}

@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:60%;
	}
	.phoneWrap {
		left: 35%;
	}
}

@media only screen and (min-width : 768px) {
	.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 : 800px) and (max-width : 1023px) {
	.wrapper header section #cis a img{
	    max-width: 50%;
	}
}
@media only screen and (max-width : 1024px) {
.wrapper footer section .footer-wrap .pcphone{display:none;}
}
@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 {
		margin-top: -40px;
		width: 340px;
		max-width: 460px;
	}

	.wrapper header section nav {
		margin:0 auto;
	}

	.wrapper header section nav ul.menu {
		margin: 0 auto;
		width: 952px;
		display: block;
		overflow: hidden;
		text-align:center;
	}

	.wrapper header section nav ul.menu li {
		display:inline-block;
	}

	.wrapper header section nav ul.menu li a {
		padding: 0 35px;
		height: 45px;
		display: block;
		line-height: 45px;
		font-size: 16px;
		font-weight: bold;
	}

	.wrapper header section nav ul.menu li a:hover {
		background-image:url(../../images/02/index/crile.png);
		color:#003b87;
	}

	.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 ul li {
		width: 50%;
	}

	.wrapper footer section .footer-wrap #footer-community {
		margin: 20px 5px;
		float: left;
	}

	.wrapper footer section .footer-wrap #footer-community .info {
		text-align: left;
	}
	.wrapper header section #cis{
	    height: 185px;
	}

}

@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 45px;
		color: #000;
	}

	.wrapper footer section {
		width: 1200px;
	}

	.wrapper footer section .footer-wrap #footer-nav {
	}
	.fb_iframe_widget {
		    float: left;
	}
}
@media only screen and (max-width : 1021px) {
	#swipe{
		bottom: 24%;
	}
}
@media only screen and (max-width : 1280px) {
	.wrapper footer section .footer-wrap #QRS{
	    width: 15%;
	}
	.wrapper footer section .footer-wrap #footer-info{
		width: 27%;
	}
	.wrapper footer section .footer-wrap #footer-nav{
	    width: 25%;
	}
	.wrapper footer section .footer-wrap #fb-wrap{
		width: 20%;
	}
	.wrapper footer section .footer-wrap #footer-community{
		width: 100%;
	}
	.wrapper footer section .footer-wrap .pcphone ul,
	.wrapper footer section .footer-wrap #footer-community .info{
		text-align: center;
	}
	.wrapper footer section .footer-wrap .pcphone ul li{
		display:inline-block;
	}
}
@media only screen and (max-width : 960px) {
	.wrapper footer section .footer-wrap .pcphone ul,
	.wrapper footer section .footer-wrap #footer-community .info{
		text-align: center;
	}
	.wrapper footer section .footer-wrap .pcphone ul li{
		display:inline-block;
	}
	.wrapper footer section .footer-wrap #footer-info{
		width: 27%;
		margin: 0;
	}
	.wrapper footer section .footer-wrap #fb-wrap{
		display:none;
	}
	.wrapper footer section .footer-wrap #footer-community{
		width: 25%;
	}
	.wrapper footer section .footer-wrap #footer-community #community ul{
	    margin: 0;
	}
}
@media only screen and (max-width : 880px) {
	.wrapper footer section .footer-wrap{
		width: 95%;
		margin: 0 auto;
	}
	.wrapper footer section .footer-wrap #footer-info,
	.wrapper footer section .footer-wrap #footer-nav,
	.wrapper footer section .footer-wrap #footer-community{
		width: 100%;
	}
	.wrapper footer section #footer-cis,
	.wrapper footer section .footer-wrap #footer-community,
	.wrapper footer section .footer-wrap #footer-community #community ul{
		margin: 0 auto;
	}
	.wrapper footer section .footer-wrap #QRS{
		display:none;
	}
	.wrapper footer section .footer-wrap #footer-nav ul {
		text-align:center;
	}
	.wrapper footer section .footer-wrap #footer-nav ul li {
		float: none;
		display: inline-block;
		width: auto;
		margin: 0 5px;
	}
	.wrapper footer section .footer-wrap >div{
	    min-height: 1px;
	}
	.wrapper footer section .footer-wrap #footer-nav{
		margin: 20px 0;
	}
}
@media only screen and (max-width : 520px) {
	#swipe{
		width: 45px;
	}
	.wrapper footer section .footer-wrap #footer-community #community{
		margin-bottom:45px;
	}

}