/*
 * w257 - swan-11 iweb22-style12
 * http://yahoocar.com.tw
 *
 * Copyright 2014, Evelyn Wang
 * 
 * 
 * April 2014
 */
 
 
/*-----------------------------------------------------------------------------
 [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;
	text-align: center;
	color: #252525;
	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 {
	noshade:noshade;
}

th {
	font-weight: normal;
}

ul, li {
	list-style: none;
}

/**
*
* =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 */


/* +container
*----------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	text-align: center;
	background: #fff;
}


/* +mainNav
*----------------------------------------------------------------------------*/
#container .mainNav {
	width: 100%;
	display: none;
	position: relative;
}

#container .mainNav ul {
	padding: 10px 0;
	background: #278dd8;
	overflow: hidden;
}

#container .mainNav ul li {
	margin: 0 15px;
	padding: 6px 10px;
    border-bottom: 1px #1f689e solid;
}
#container .mainNav ul li:last-child {
	border-bottom: 0;
}
#container .mainNav ul li a {
	color: #ffffff;
}

#container .mainNav #close {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 15px;
	right: 15px;
}

#container .mainNav #close #close_img {
	width: 23px;
	height: 23px;
}

#container .mainNav #close #close_img a {
	width: 23px;
	height: 23px;
	background: url(../../mobile/images/12/close.gif) no-repeat 0 0;
	display: block;
	text-indent: -999999px;
}


/* +header
*----------------------------------------------------------------------------*/
#container #header {
	width: 100%;
	overflow: hidden;
}

#container #header .openTop {
	width: 100%;
	height: 40px;
	background: #278dd8;
	line-height: 40px;
	text-align: left;
}

#container #header .openTop a {
    color: #000;
    background-image: url(../../mobile/images/nav-icon.png);
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 36px;
    margin: 0 0 0 10px;
    background-position: 0% center;
    background-size: 54px;
}

#container .cis {
	margin: 15px;
}
#container .cis img{
    width: 40%;
}
/* +banner
*----------------------------------------------------------------------------*/
#container #banner {
	text-align: center;
	border-top: 1px solid #DFE0DD;
	border-bottom: 1px solid #DFE0DD;
	margin: 15px 0;
}


/* +content
*----------------------------------------------------------------------------*/
#container .content {
	padding: 5px 0;
	width: 100%;
}
/**
*
* =serviceCall
*
**/
#container .content .serviceCall {
}
#container .content .serviceCall .txt{
	width: 95%;
    margin: 0 2.5%;
}
#container .content .serviceCall p {
	margin: 0 0 5px;
	text-align: left;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

#container .content .serviceCall p span {
	padding: 4px 0;
    background: #278dd8;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	width:100%;
	text-align:center;
}
#container .content .serviceCall p span img{
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
}
#container .content .serviceCall .callC {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	text-align:center;
	margin: 20px 15px 20px;
}

#container .content .serviceCall .phone {
	height: 38px;
	line-height: 38px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
    color: #b60a1a;
    text-align: center;
}

#container .content .serviceCall .phone a {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #c64a22;
	font-weight: 900;
}
#container .content h2.index {
    background-image: url(../../mobile/images/newstitle.png);
	background-repeat: no-repeat;
	background-size:20px;
	border: 0;
    color: #524304;
    background-position: 0 center;
    padding: 0 10px;
    padding-left: 28px;
	margin: 0 10px 10px;
    font-weight: normal;
}
#container .content h2.por {
    background-image: url(../../mobile/images/protitle.png);
}
/**
*
* =mode
*
**/
#container .content .mode {
	margin: 0 0 20px;
	padding: 10px 0 0;
	border-top: 1px #bbb dotted;
	text-align: center;
}

#container .content .mode a {
	font-size: 16px;
	color: #c64a22;
}

/**
*
* =article
*
**/
#container .content >h2 {
	margin: 0 0 10px;
    padding: 0 0px 0px 35px;
    border-bottom: 1px #524304 solid;
    font-size: 21px;
    color: #524304;
    background-image: url(../../mobile/images/maintitle.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
}
#container .content #article {
	font-size: 14px;
	line-height: 160%;
    margin-bottom: 20px;
	padding: 0 3%;
}
#container .content #article .banner{
	margin-bottom: 10px;
    border-bottom: 1px solid #524304;
    padding-bottom: 10px;
}
#container .content #article .banner >a{
    background-image: url(../../mobile/images/arrow.png);
    background-repeat: no-repeat;
	display:inline-block;
	width:20px;
	height:20px;
	margin-right: 10px;
	
}
#container .content #article .banner a.next{
    background-image: url(../mobile/images/arrow2.png);
}

#container .content #article img{
    max-width:100%;
}
/**
*
* =community
*
**/
#container #community {
	margin: 0 10px 15px;
}

#container #community ul {
	overflow: hidden;
}

#container #community ul li {
	float: left;
}

#container #community ul li a.pPlus {
	margin: 0 10px;
	width: 20px;
	height: 20px;
	background: url(../../mobile/images/12/plurk-32.png) no-repeat 0 0;
	display: block;
}

/**
*
* =news
*
**/
#container .content #news {
	margin: 0 10px 10px;
	overflow: hidden;
}

#container .content #news .list {
	padding: 0 10px 5px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
#container .content #news .news {
	padding: 0 0 5px;
}

#container .content #news .list h3 {
	background: url(../../mobile/images/12/icon-more.jpg) no-repeat right center;
	float: left;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 65%;
}

#container .content #news .list h3 a {
	color: #353430;
}

#container .content #news .list p {
	display: block;
	float: left;
	text-align: center;
	color: #DC0E0E;
	margin-right: 10px;
	width: 30%;
}

/**
*
* =backList
*
**/
#container #backList ,#ordernow {
	background-color: #278dd8;
    width: 100px;
    text-align: center;
    padding: 5px 0;
    margin: 10px 0;
}
#container #backList a ,#ordernow a{
	color:#fff;
}
#container #ordernow{
	background-color: #ff5a79;
}
/**
*
* =page
*
**/
#container .content .page {
	margin: 0 0 10px;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
}

#container .content .page a ,
#container .content .page span {
	margin: 0 5px;
	padding: 5px 7px;
	border: 1px #bbb solid;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#container .content .page .page_1{
	float:left;
}
/**
*
* =products
*
**/
#container .content #products {
	margin: 0 10px 20px;
}

#container .content #products h3 {
	margin: 0 0 10px;
	padding: 10px 0;
	width: 100%;
	height: 20px;
	background: #ec6571;
	text-align: center;
	line-height: 20px;
	color: #fff;
}

#container .content #products ul {
	overflow: hidden;
}

#container .content #products ul li {
	overflow: hidden;
	width: 32.1%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    padding-bottom: 1%;
}
#container .content #products ul li h3 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: none;
	float: right;
	text-align: left;
	line-height: 160%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#container .content #products ul li h3 a {
	color: #353430;
	font-size: 14px;
}

#container .content #products ul li a.photo {
	margin: 0 10px 0 0;
	width: 98%;
	display: block;
	float: left;
	overflow: hidden;
	height: 80px;
	background-size: cover;
    background-position: center;
	border: 1px solid #C1C1C0;
}

#container .content #products ul li a.photo img {
	width: 100%;
}

#container .content #products .pronavWrap {
	margin: 0 0 15px;
	padding: 5px;
	height: 30px;
	background: #9e472d;
	position: relative;
}

#container .content #products .pronavWrap .wrap {
	overflow: hidden;
	position: absolute;
	right: 5px;
	z-index: 500;
}

#container .content #products .pronavWrap .wrap .toggle {
	width: 150px;
	height: 30px;
	display: inline-block;
	background: #c64a22;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

#container .content #products .pronavWrap .wrap #pronav {
	display: none;
}

#container .content #products .pronavWrap .wrap #pronav ul {
	width: 150px;
	background: #dd653e;
}

#container .content #products .pronavWrap .wrap #pronav ul li {
	padding: 5px;
	border: 0;
	font-size: 14px;
	color: #fff;
}

#container .content #products .pronavWrap .wrap #pronav ul li a {
	padding: 0 0 5px;
	width: 140px;
	border-bottom: 1px #fff dotted;
	display: block;
	line-height: 160%;
	color: #fff;
}

#container .content #products .pronavWrap .wrap #pronav ul li ul.subnav {
	margin: 5px 0 0;
	padding: 5px 0 0;
	width: 140px;
	background: none;
	border-top: 1px #fff solid;
}

#container .content #products .pronavWrap .wrap #pronav ul li ul.subnav li {
	padding: 0;
}

/**
*
* =products
*
**/
#container .content #contact {
	margin: 0 10px 20px;
}

#container .content #contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#container .content #contact .wrap ul li {
	margin: 10px 0;
}
#container .content #contact .wrap ul li .form input{
	padding: 5px 10px;
}

#container .content #contact fieldset p {
	margin: 0 0 10px;
}

#container .content #contact fieldset p label {
	width: 100px;
	display: inline-block;
	text-align: right;
}

#container .content #contact fieldset p input ,
#container .content #contact fieldset p	textarea {
	padding: 3px;
	width: 60%;
	border: 1px #bbb solid;
}

#container .content #contact fieldset.btn {
	overflow: hidden;
	text-align: right;
}

#container .content #contact fieldset.btn input {
	width: 150px;
	height: 30px;
	background: #278dd8;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: 900;
}


/* +footer
*----------------------------------------------------------------------------*/
#container #footer {
	padding: 15px 0;
	width: 100%;
	background: #278dd8;
}
#container #footer .info{
	width: 95%;
    margin: 0 auto;
}
#container #footer p {
	margin: 0 0 10px;
	text-align: left;
	font-size: 12px;
	color: #fff;
}
#container #footer p a{
	color:#fff;
}
#container #footer .ckEdit {
	text-align: left;
	font-size: 12px;
	color: #fff;
}


/***productsNav***/
.content .pNav {
	width: 100%;
	display: none;
	position: relative;
}

.content .pNav ul {
	padding: 15px 0;
	background: #f5aa19;
	overflow: hidden;
}

.content .pNav ul li {
	margin: 0 15px;
	padding: 5px 0;
	border-bottom: 1px #000 solid;
}

.content .pNav ul li a {
	color: #000;
}

.content .pNav #close {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.content .pNav #close #close_img {
	width: 23px;
	height: 23px;
}

.content .pNav #close #close_img a {
	width: 23px;
	height: 23px;
	background: url(../../mobile/images/12/close.gif) no-repeat 0 0;
	display: block;
	text-indent: -999999px;
}




.content #pheader {
	width: 100%;
	background: #221e1f;
	overflow: hidden;
}

.content #pheader .openTop {
	margin: 0 0 0 12px;
	width: 150px;
	height: 30px;
	background: #f5aa19;
	float: left;
	line-height: 27px;
	text-align: center;
}

.content #pheader .openTop a {
	color: #000;
}

.moblie .cc1 .about_title{
	background-color: #c03018;
    height: 30px;
    font-size: 20px;
    color: #fff;
    padding: 0 0 0 45px;
	margin-top: 5px;
}
#footphone{
	position: fixed;
	bottom: 6px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	z-index: 999;
}
#footphone a{
	display: inline-block;
	color:#fff;
}
#footphone a:hover{
	color:#fff;
}
#footphone li{
	text-align: center;
	list-style:none;
	float:left;
	width:33%;
	border-radius: 50px;
	width: 30%;
    margin: 0 1.5%;
	background: rgb(65, 169, 245);
}
#footphone li.phone{
}
#footphone li.line{
}