/*
 * w313 - chengyang-biotech iweb22-style15
 * http://chengyang-biotech.com.tw
 *
 * Copyright 2014, Evelyn Wang
 * 
 * 
 * August 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;
	color: #737373;
	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: #4c4c4c;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #000;
	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 */


/* +header
*----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 100px;
	background: url(../images/all/bg-herder.png) repeat-x 0 0;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

#header .container {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

#header .container #cis {
	margin: 10px 0 0 0;
	width: 270px;
	float: left;
}

#header .container #cis a {
	width: 380px;
	height: 65px;
	background: url(../images/all/logo.png) no-repeat 0 0;
	display: block;
	text-indent: -999999px;
}

#header .container .rightBar {
	padding: 10px 0 0;
	overflow: hidden;
	float: right;
}

#header .container .rightBar #call {
	margin: 17px 0 0;
	width: 285px;
	height: 30px;
	background: url(../images/all/img-call.png) no-repeat 0 0;
	float: left;
	text-indent: -999999px;
}

#header .container .rightBar .topNav {
	margin: 25px 0 0;
	float: right;
	text-align: right;
	font-size: 12px;
	color: #404141;
}

#header .container .rightBar .topNav a {
	color: #404141;
}


/* +serviceNav
*----------------------------------------------------------------------------*/
#serviceNav {
	margin: 510px 0 0;
	width: 100%;
	height: 173px;
	background: url(../images/all/bg-serviceNav.jpg) no-repeat center 0;
	overflow: hidden;
}

#serviceNav .container {
	clear: both;
	margin: 0 auto;
	padding: 67px 0 5px;
	width: 960px;
	height: 101px;
}

#serviceNav .container ul {
	height: 101px;
	position: relative;
}

#serviceNav .container ul li {
	width: 240px;
	height: 101px;
	float: left;
}

#serviceNav .container ul li a {
	width: 240px;
	height: 101px;
	background: url(../images/all/serviceNav.jpg) no-repeat 0 0;
	display: block;
	text-indent: -999999px;
}

#serviceNav .container ul li a:hover ,
#serviceNav .container ul li.sfhover a {
	background-position: 0 -101px;
}

#serviceNav .container ul li a.seo {
	background-position: -240px 0;
}

#serviceNav .container ul li a.seo:hover ,
#serviceNav .container ul li.sfhover a.seo {
	background-position: -240px -101px;
}

#serviceNav .container ul li a.keyword {
	background-position: -480px 0;
}

#serviceNav .container ul li a.keyword:hover ,
#serviceNav .container ul li.sfhover a.keyword {
	background-position: -480px -101px;
}

#serviceNav .container ul li a.message {
	background-position: -720px 0;
}

#serviceNav .container ul li a.message:hover ,
#serviceNav .container ul li.sfhover a.message {
	background-position: -720px -101px;
}

#serviceNav .container ul li ul.subnav {
	position: absolute;
	top: -65px;
	left: 0;
	overflow: hidden;
	width: 960px;
	height: 50px;
}

#serviceNav .container ul li ul.subnav li {
	width: 960px;
	height: 50px;
}

#serviceNav .container ul li ul.subnav li a {
	margin: 10px;
	width: 940px;
	height: 30px;
	background: none;
	line-height: 170%;
	text-indent: 0;
	font-size: 14px;
	color: #fff;
}


/* +all_frmae 
*----------------------------------------------------------------------------*/
.all_frmae {
	margin: 25px auto 10px;
	width: 960px;
}

.all_frmae .in_op_all {
	overflow: hidden;
}

.all_frmae .in_op_all .in_op_op_all {
	padding: 0 20px 0 0;
	float: left;
	width: 735px;
}


/* +sidebar
*----------------------------------------------------------------------------*/
.all_frmae .in_op_all .in_right_all {
	float: right;
	width: 195px;
}

.all_frmae .in_op_all .in_right_all .media {
	margin: 0 0 20px;
}

.all_frmae .in_op_all .in_right_all .in_right_b {
	margin: 0 0 20px;
	padding: 10px;
	border: 1px solid #d1d1d1;
	background: #f0f0f0;
}

.all_frmae .in_op_all .in_right_all .in_right_b .in_right_c {
	margin: 0 0 10px;
}

.all_frmae .in_op_all .in_right_all .in_right_b .in_right_c a {
	color: #C00;
	font-weight: bold;
}

.all_frmae .in_op_all .in_right_all .in_right_b .in_right_d {
	padding: 10px 0 0;
	border-top: 1px dashed #d0cfcf;
}

.all_frmae .in_op_all .in_right_all .in_right_b .in_right_d .in_right_f {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	background: url(../images/article/dot01.gif) no-repeat 3px 7px;
	line-height: 180%;
	font-size: 13px;
}


/* +footer
*----------------------------------------------------------------------------*/
.in_infion_all {
	margin: 25px 0 0;
	width: 100%;
	/*background: url(../images/all/bg-footer.gif) repeat-x 0 0;*/
	background: #000;
	overflow: hidden;
}

.in_infion_all .in_infion_a {
	margin: 10px auto;
	width: 960px;
	text-align: center;
	color: #dbdbdb;
}

.in_infion_all .in_infion_a a ,
.in_infion_all .in_infion_c a ,
.in_infion_all .in_infion_d #demoF a {
	color: #dbdbdb;
}

.in_infion_all .in_infion_c {
	margin: 0 auto;
	padding: 15px 0;
	width: 960px;
	text-align: center;
	line-height: 200%;
	color: #dbdbdb;
}

.in_infion_all .in_infion_c h1 {
	text-align: center;
	font-size: 16px;
}

.in_infion_all .in_infion_d {
	width: 100%;
	background: #000;
	overflow: hidden;
}

.in_infion_all .in_infion_d #demoF {
	margin: 10px auto;
	width: 960px;
	font-size: 12px;
	color: #dbdbdb;
}