@charset "UTF-8";
/*html5 display rule*/
article, aside, canvas, detials, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
* {margin: 0; padding: 0;}
a img {border: none;}
table {border-collapse: collapse;}
div:empty {height: 10px;}
html {overflow-y: scroll;}
body {
	font-family: "微软雅黑", "Microsoft yahei",  Tahoma , Verdana , Arial , sans-serif;
	font-size: 62.5%;
	line-height: 125%;
	background: url(../_images/sky.jpg) no-repeat center top;
	background-size: 100%;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
header {
	background: url(../_images/header_bg.png) repeat-y left top;
	height: 68px;
	padding: 8px 10px 0 25px;
	border-bottom: solid 5px #99A868;
}
header h1 {
	background: url(../_images/jiali_logo_horizontal.png) left top no-repeat;
	text-indent: -1000em;
	width: 265px;
	height: 70px;
	float: left;
}
header ul {
	list-style-type: none;
	margin: 20px 0 0 660px;;
	padding: 0;
	height: 35px;
}
header li {
	float: left;
	border-right: solid 2px #fff;
	height: 15px;
	position: relative;
}
header li:last-child {
	border: none;
}
header ul li a {
	display: block;
	font-size: 1.6em;
	color: #fff;
	text-decoration: none;
	padding: 1px 10px 0;
}
header ul li a:hover {
	color: #ff0;
	margin: -5px 0 0;
	padding-bottom: 10px;
	border-bottom: dotted 2px #ff0;
}
nav {
	height: 25px;
	margin: 0;
	padding: 15px 0 0 125px;
	background: #5f9e3f;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px;
}
nav li {
	float: left;
	border-right: solid 1px #386521;
	position: relative;
}
nav li:last-child {border-right: none;}
nav ul li a {
	color: #dee03f;
	display: block;
	text-decoration: none;
	font-size: 1.5em;
	padding: 0 2px 5px;
	margin: 0 8px;
}
nav ul li a:hover {
	color: #fff;
	border-bottom: solid 2px #F3DC8E;
}
nav ul ul {
	position: absolute;
	visibility: hidden;
	width: 135px;
	height: 80px;
	top: 15px;
	z-index: 10;
	padding: 10px 0 2px 0;
}
nav ul li:hover ul {
	visibility: visible;
}
nav ul li:hover li {
	border:none;
	border-bottom: solid 1px #F3DC8E;
}
nav ul li:hover li:last-child {
	border-bottom: none;
}
nav ul li:hover ul li a {
	font-size: 1.3em;
	width: 125px;
	background: #00755D;
	padding: 5px 0 5px 5px;
	color: white;
	margin: 0;
	border-bottom: none;
}
nav ul li:hover ul li a:hover {
	background: #4E67A0;
}

/*section*/
section {
	background: #fff;
	overflow: hidden;
	float: left;
}
section.home {
	overflow: hidden;
	padding: 10px 0 0 15px;
}
section.aboutpage {
	padding: 35px 40px 25px;
	width: 880px;
}
section.aboutpage h1 {
	font-size: 2em;
	color: #C92A2E;
	margin: 5px 0 15px 375px;
}
section.aboutpage p {
	font-size: 1.4em;
	line-height: 150%;
	margin: 0 0 10px 375px;
}

section.newspage {
	padding: 35px 50px 25px 40px;
	width: 870px;
	box-shadow: 0 5px 10px rgba(48, 161, 219, 0.6);
}
section.newspage h1 {
	font-size: 2em;
	line-height: 135%;
	color: #C92A2E;
	margin: 5px 0 15px 325px;
}
section.newspage p {
	font-size: 1.4em;
	line-height: 160%;
	margin: 0 0 10px 0px;
}
section.activities {
	background: #fff;
	width: 960px;
	box-shadow: 0 5px 10px rgba(48, 161, 219, 0.6);
}
section.activities img {
	margin: 5px 5px;
	width: 300px;
	height: 200px;
}
section.activities h1 {
	font-size: 2em;
	line-height: 135%;
	color: #C92A2E;
	margin: 15px 0 10px;
	text-align: center;
}
section.activities p {
	text-align: center;
}
/*news_page*/
section.news_page {
	padding: 20px 0;
	width: 100%;
	box-shadow: 0 5px 10px rgba(48, 161, 219, 0.6);
}
.news_page h1 {
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	color: #386521;
	margin: 10px 0 25px;
}

.news_page ul {
	width: 80%;
	padding: 0;
	margin: 0 auto 20px;
	list-style-type: none;
}
.news_page li {
	background: #ececec;
	border: solid 1px #bbb;
	border-radius: 15px;
	margin-bottom: 2px;
}

.news_page li a {
	display: block;
	font-size: 1.4em;
	line-height: 130%;
	color: #333;
	text-decoration: none;
	padding: 12px 12px 12px 30px;
	background: url(../_images/arrow_right.png) no-repeat 12px 45%;
}
.news_page li a:hover {
	background: url(../_images/arrow_down.png) no-repeat 12px 45%;
	font-size: 1.6em;
	color: #800;
}
.news_page li ul {
	display: none;
}
.news_page li:hover>ul {
	display: block;
	width: 95%;
	padding: 25px 0;
	background: none;
	border: none;
	font-size: 1.3em;
	line-height: 135%;
	margin-bottom: 8px;
}
.news_page ul ul li {
	font-size: 1em;
	line-height: 150%;
	border: none;
	padding: 10px;
	background: #fff;
	overflow: auto;
}
.news_page ul ul li p {
	margin-bottom: 10px;
}

section.calories_page {
	padding: 20px 5%;
	width: 90%;
	box-shadow: 0 5px 10px rgba(48, 161, 219, 0.6)
}
.calories_page h1 {
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	color: #386521;
	margin: 10px 0 25px;
}
.calories_page h2 {
	color: #c92a2e;
	text-align: left;
	font-size: 1.6em;
	line-height: 135%;
	font-weight: 400;
	margin: 10px 0 25px;
}
.calories_page p {
	font-size: 1.4em;
	line-height: 135%;
	margin-bottom: 10px;
}
.calories_page ul {
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 180%;
}
/*article*/
article {
	float: right;
	width: 275px;
	margin: 22px 10px 0 0;
}
article h1 {
	font-size: 1.8em;
	line-height: 150%;
	color: #880000;
}
article p {
	font-size: 1.6em;
	line-height: 140%;
	color: #333;
	padding: 5px 0;
	text-align:justify;
}
aside {
	float: right;
	width: 400px;
	background: #E5F4F3;
	height: auto;
	margin: 25px 25px 0;
	padding: 10px 10px 15px;
}
aside p {
	font-size: 1.4em;
	line-height: 150%;
	margin-bottom: 10px;
	text-align:justify;
}
aside p+p {
	text-indent: 28px;
}
aside h1 {
	font-size: 1.6em;
	color: #3371D6;
	margin: 10px 0;
}
aside h5 {
	font-size: 1.1em;
	line-height: 150%;
	font-weight: 400;
	width: 310px;
	margin: 0 0 10px 10px;
}
.biPro_pdf {
	font-size: 1.4em;
	line-height: 160%;
	padding: 0;
	margin-left: 20px;
}


/*Accordiion1*/
#Accordion1 h3 {
	font-size: 1.4em;
	line-height: 150%;
	color: #3371D6;
}
#Accordion1 p {
	line-height: 135%;
	margin-bottom: 5px;
}
#Accordion1 ul {
	font-size: 1.4em;
	margin: 10px 0 0 15px;
	padding: 0;
}
#Accordion1 li {
	margin-bottom: -10px;
}

/*facts table*/
#facts {
	width: 240px;
	margin: 15px 0 0;
	border: solid 1px #333;
}
#facts caption {
	font-size: 2em;
	color: #1F7FF1;
	padding-bottom: 10px;	
}
#facts thead th {
	font-size: 1.4em;
	font-weight: 400;
	padding: 10px 0;
	border-bottom: solid 6px #333;
}
#facts tbody tr td {
	font-size: 1.4em;
	border-bottom: solid 1px #333;
	padding: 7px;
}
#facts tbody tr:first-child, #facts tbody tr:nth-of-type(10) {border-bottom: solid 3px #333;}
/*footer*/
footer {
	background: #5f9e3f;
	height: 35px;
	margin: 0 0 15px;
	padding: 15px 0 0;
	position: relative;
	font-size: 1.3em;
	text-align:center;
	color: #fff;
	letter-spacing: 1px;
	clear: both;
}
footer img {
	position: absolute;
	left: 850px;
	top: -10px;
}
a[href="http://www.fongsprinting.com"] {
	color: #fff;
	text-decoration:none;
}
a:hover[href="http://www.fongsprinting.com"] {
	color: #ff0;
	text-decoration: underline;
}
/*classes*/
.newsimg {
	float: left;
	width: 300px;
	margin-right: 25px;
}
.product {
	width: 330px;
	float: left;
	font-size: 1.4em;
	line-height: 150%;
	margin: 5px 25px 10px 0;
}
.product h1 a {
	font-size: 1em;
	font-weight: 400;
	line-height: 125%;
	text-decoration: none;
	color: #E99419;
	margin: 5px 0 10px;
}
.recipe_info {
	margin-left: 265px;
	height: 520px;
	overflow: scroll;
	overflow-x: hidden;
}
.recipe_info h3 {
	font-size: 1.2em;
	line-height: 150%;
	margin: 0 0 10px;
	padding: 0;
}
.recipe_info p {
	font-size: 1em;
	line-height: 150%;
	margin: 0 0 10px;
	padding: 0;
}
.news_page .recipe_info ul {
	padding: 10px;
	margin: -5px 0 10px;
	display: block;
	font-size: 1em;
	line-height: 100%;
}
.news_page .recipe_info ul li {
	padding:0 0 0 5px;
	margin: 0 0 5px 0;
}
.recipesimg {
	float: left;
	width: 250px;
}


.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;}
.blockCenter {display: block; margin: 0 auto;}
.marginTop {margin-top: 10px;}
.marginRight {margin-right: 10px;}
.marginBottom {margin-bottom: 10px;}
.marginLeft {margin-left: 10px;}
hr.article {
	border-top: solid 4px #0D9035;
	margin-top: 3px;
}
hr.logo_hr {
	background: url(../_images/hr_bg.png) repeat-x left bottom;
	height: 35px;
	width: 49.75%;
	border: none;
	clear: both;
	margin: 0 auto 20px;
	background-size: 18px auto;
}
.bipro_product {
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.biPro {
	width: 250px;
	margin: 15px 20px;
}
.biPro img {
	width: 90%;
	display: block;
	margin: 0 auto 5px;
}
.biPro h1 {
	background: #3784d9;
	height: 22px;
	padding: 7px 0 0 10px;
	margin: -2px 0 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
}
.bioZzz h1 {
	background: #9A90B0;
	height: 22px;
	padding: 7px 0 0 10px;
	margin: -2px 0 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
}
.bioZzz {
	width: 200px;
	border: solid 1px #ececec;
	margin: 80px auto 20px;
	padding: 0 0 15px;
	background: #ececec;
}
.biPro p, .bioZzz p {
	font-size: 1.3em;
	padding: 8px 0 8px 10px;
	background: #d1d1d1;
}
.pageindicator {
	background: #d6870c;
	height: 25px;
	margin-top: -15px;
	margin-right: -2px;
	padding-top: 15px;
	color: #fff;
}
.dropcap {
	float: left;
	color: #F26631;
	font-size: 2.5em;
	padding: 8px 2px 7px 0;
	font-weight: 800;
}
.disclaimer {
	margin-top: 10px;
}
.disclaimer ul {
	color: #666;
	font-size: 1.2em;
	line-height: 125%;
	margin: 20px 0 0 20px;
	padding: 0;
}
.disclaimer ul li {margin-bottom: 3px;}
.disclaimer ol {
	color: #666;
	font-size: 1.2em;
	line-height: 125%;
	margin: 1px 0 0 23px;
	padding: 0;
}
.disclaimer ol li {margin-bottom: -8px;}
nav.product {
	width: 60%;
	height: 50px;
	display: block;
	background: none;
	text-align: center;
}
nav.product h1 {
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	background: #3371D6;
	width: 150px;
	float: left;
	padding: 5px 0;
	margin: 0 5px;
	border-radius: 20px;
}
nav.product h1:hover {background: #5F9E3F;}
blockquote {
	border: solid 1px #999;
	background: #ececec;
	width: 60%;
	padding: 2%;
	border-radius: 10px;
	margin: 25px 0 20px 10%;
}

/*figure*/
figure.recipes {
	width: 175px;
	float: left;
	border: solid 1px #ececec;
	margin: 15px 10px;
	padding: 0 0 15px;
	background: #E49F65;
}
figure.recipes img {
	width: 100%;
	height: auto;
}
figure.recipes figcaption {
	text-align: center;
	padding-top: 5px;
	height: 7px;
	font-size: 1.1em;
}
figure.recipes figcaption a {
	color: #000;
	text-decoration: none;
}
.centerImg {
	position: absolute;
	margin: auto;
	top:0; right: 0; bottom: 0; left:0;
}
