<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 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;
	background: #f7f7f7;
	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 */

table {
	background: #fff;
}


/* +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: 535px;
	float: left;
}

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

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

#header .container .rightBar #call {
	margin: 5px 0 0;
	width: 290px;
	height: 37px;
	background: url(../images/all/img-call.png) no-repeat 0 0;
	text-indent: -999999px;
}

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

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

#header .container .rightBar .topNav a:hover {
	text-decoration: underline;
}


/* +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: 0 auto 10px;
	width: 960px;
	background: url(../images/all/bg-contentLine.jpg) no-repeat right 0;
	position: relative;
}

.all_frmae .in_op_all {
	overflow: hidden;
}

.all_frmae .in_op_all .in_op_op_all {
	padding: 0 20px 0 0;
	background: url(../images/all/bg-contentLine.jpg) no-repeat right 0;
	float: left;
	width: 700px;
}


/* +sidebar
*----------------------------------------------------------------------------*/
.all_frmae .in_op_all .in_right_all {
	margin: 0 1px 0 0;
	background: url(../images/all/bg-sidebar.jpg) no-repeat right 0;
	float: right;
	width: 239px;
}

/**
*
* =sideNav
*
**/
.all_frmae .in_op_all .in_right_all #sideNav {
	margin: 25px 0;
}

.all_frmae .in_op_all .in_right_all #sideNav h3 {
	padding: 0 0 0 20px;
	font-size: 24px;
	color: #d24b80;
	font-weight: bold;
}

.all_frmae .in_op_all .in_right_all #sideNav span {
	margin: 0 0 25px;
	padding: 0 0 0 20px;
	display: block;
	color: #9f9f9f;
}

.all_frmae .in_op_all .in_right_all #sideNav .navitem {
	padding: 0 0 10px;
	background: url(../images/all/bg-sidebarList.jpg) no-repeat center bottom;
}

.all_frmae .in_op_all .in_right_all #sideNav .navitem h3 {
	margin: 0 0 5px;
	padding: 0;
}

.all_frmae .in_op_all .in_right_all #sideNav .navitem h3 a {
	padding: 0 0 0 40px;
	height: 50px;
	background: url(../images/all/dot02.jpg) no-repeat 30px 10px;
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #777;
}

.all_frmae .in_op_all .in_right_all #sideNav .navitem h3 a:hover {
	padding: 0 0 0 40px;
	background: url(../images/all/bg-sidebarListHit.jpg) no-repeat right 0;
	color: #fff;
}

.all_frmae .in_op_all .in_right_all #sideNav .navitem ul {
	margin: -15px 0 20px 25px;
}

.all_frmae .in_op_all .in_right_all #sideNav .navitem ul li {
	margin: 0 0 5px;
}

.all_frmae .in_op_all .in_right_all #sideNav .navitem ul li a {
	padding: 0 0 0 18px;
	background: url(../images/all/dot03.jpg) no-repeat 5px 3px;
	font-size: 13px;
}

/**
*
* =sideAD
*
**/
.all_frmae .in_op_all .in_right_all #sideAD {
	margin: 0 auto;
	width: 224px;
}

.all_frmae .in_op_all .in_right_all #sideAD .AD {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px #bbb dotted;
}

/**
*
* =QRcode
*
**/
.all_frmae .QRcode {
	width: 224px;
	position: absolute;
	top: 30px;
	right: -234px;
}

.all_frmae .QRcode img {
	position: fixed;
	bottom: 30px;
}


/* +footer
*----------------------------------------------------------------------------*/
.in_infion_all {
	padding: 0 0 10px;
	width: 100%;
	background: url(../images/all/bg-footer.jpg) repeat-x 0 0 #f7f7f7;
	overflow: hidden;
}

.in_infion_all .in_infion_a {
	margin: 0 auto;
	width: 960px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	color: #878787;
}

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

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

.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;
}</pre></body></html>