@charset "utf-8";

/*
main style sheet for photo.withqiuliang.com
version 4.0, 2016-04-13
All new style and media query for responsive design.
©copyright 2016 Qiu Liang, Ji Xing and photo.withqiuliang.com, all rights reserved
*/


/*===================== color guide ====================
#ffac26: H37, S85, B100
#e21a22: canon red, H358, S88, B89
#ff5500: H20, S100, B100, a hover
#ff884c: H20, S70, B100, a
#fafafa: light grey for background
#f1f1f1: lighter grey, for border around #fafafa


/* =====================golobel styles==================== */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	font-size: 100%;
	background: #fff;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, address, blockquote, div, ul, ol, li, th, td, figure {
	margin: 0;
	padding: 0;
}

p {
	color: #000;
	line-height: 1.8;
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	font-size: 1em;
}

h1 {
	font: bold 2em/1.5 "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
}

h2 {
	margin: 0;
	font: bold 1.4em/1.5 "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
}

h3 {
	color: #0f2128;
	margin: 0;
	font: bold 1.2em/1.8 "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
}

a:link, a:visited {
	color: #ff884c;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #ff5500;
	text-decoration: none;
}

img {
	border: none;
}


#wrapper {
	margin: 0 auto;
	height: auto;
	max-width: 1320px;
	text-align: left;
	padding: 0;
	position: relative;
}



/* ===================== styles for header ==================== */

header#pageHeader {
	width: 1320px;
	height: 250px;
	margin: 0 auto;
	background: url(../_images/design/new_design/title_background.jpg) no-repeat;
	position: relative;
}

a#logo {
	text-decoration: none;
	background: url(../_images/design/new_design/site_title.png) no-repeat;
	display: block;
	margin: 145px 0px 0px;
	float: left;
	height: 98px;
	width: 640px;
	border: none;
}

a#logo span {
	display: none;
}


/* =====mainNav===== */

#mainNav {
	width: 1320px;
	height: 50px;
	margin: 0 auto;
	border-top: 3px #000 solid;
}

/* =====share region===== 

#mainNav #navShare {
	float: right;
	height: 40px;
	width: 303px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

#navShare .bdsharebuttonbox {
	margin: 0;
	float: left;
	width: auto;
	height: auto;
}

#navShare .bdsharebuttonbox a {
	text-decoration: none;
	border: none;
}

#navShare .bdsharebuttonbox a:hover,
#navShare .bdsharebuttonbox a:active {
	text-decoration: none;
	border: none;
}

#navShare a#rss {
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	background: url(../_images/design/home_image_sprite_8.png) no-repeat -628px top;
	margin: 5px 5px 0 0;
}

  2020-6-22 delete all the share element  */

/*   navigation   */

#mainNav nav {
	max-width: 1320px;
	height: 50px;
	margin: 0;
	position: relative;
	z-index: 1;
}

#mainNav nav ul {
	margin: 0px;
	padding: 0px;
	height: 50px;
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

#mainNav nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

#mainNav nav ul li a:link, #mainNav nav ul li a:visited {
	text-decoration: none;
	padding: 10px 10px;
	height: auto;
	width: auto;
	display: block;
	font: 16px "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	color: #3F3F3F;
	vertical-align: middle;
}


/*
#mainNav nav ul li a.current {
	color: #fff;
	background-color: #979797;
	font-weight: normal;
}
*/

#mainNav nav ul li a:hover, #mainNav nav ul li a:active {
	color: #fff;
	background-color: #ff5500;
	text-decoration: none;
	border: none;
}

#mainNav nav ul li ul {
	display: none;
}

#mainNav nav ul li:hover ul {
	display:block; 
	position:absolute; 
	top:41px; 
	left:0; 
	width:200px;
	height: auto;
	border-top: 1px #ebebeb solid;
	border-left: 1px #ebebeb solid;
	border-right: 1px #ebebeb solid;
	background-color: rgba(255,255,255,.95);
}

#mainNav nav ul li:hover ul li a {
	display: block;
	width: 180px;
	font-size: 14px;
	border-bottom: 1px #ebebeb solid;
}

#mainNav nav ul li:hover ul li a:hover, #mainNav nav ul li:hover ul li a:active {
	font-weight: normal;
}





/* ===============mainContent=============== */

#mainContent {
	float: left;
	height: auto;
	width: 970px;  
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}

#mainContent aside#topGoogleAdsense {
	width: 728px;
	height: 90px;
	margin: 0  auto 15px 15px;
}

main {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

/* ===============home=============== */

main article.homeFocus {
	padding: 12px;
	height: auto;
	border: solid 1px #000;
	margin: 25px 0 50px;
	position: relative; 
}

article.homeFocus img {
	width: 100%;
	height: auto;
	padding: 0;
}

article.homeFocus h2 {
	margin-bottom: 18px;
	margin-top: 20px;
	font-size: 2em;
}

article.homeFocus h2 a {
	color: #000000;
}

article.homeFocus h2 a:hover, article.homeFocus h2 a:active {
	color: #ff5500;
}

article.homeFocus h3 {
	margin: 1.5em 0 .5em;
	font-size: 1.1em;
}

article.homeFocus h3 a {
	color: #000;

	text-decoration: none;
}

article.homeFocus h3 a:hover, article.homeFocus h3 a:active {
	color: #ff5500;
}

article.homeFocus p {
	margin-bottom: 0.5em;
	padding: 0 2px 0 3px;
}

section.homeSection {
	width: 100%;
	height: auto;
	border-top: 2px #DDDDDD dashed;
	margin: 1em 0 0;
	padding: 1em 0;
}

section.homeSection p {
	text-indent: 0;
}

section.homeSection p.homeDate {
	text-indent: 0;
	color: #777;
	font-size: 1.2em;
	font-style: italic;
}

h1.homeSection {
	border-bottom: none;
}

h2.homeSection {
	margin-top: 1em;
}

section.homeSection h3 {
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

section.homeSection h3 a {
	color: #333;
}

section.homeSection h3 a:hover, section.homeSection h3 a:active {
	color: #ff5500
}

section.homeSection h4 {
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

section.homeSection h4 a {
	color: #333;
}

section.homeSection h4 a:hover, section.homeSection h4 a:active {
	color: #ff5500
}

section.homeSection img {
	max-width: 300px;
	height: auto;
	display: block;
	float: left;
	margin: 5px 1em 0 0;
}







/* ===============main article=============== */


main article#mainArticle {
	height: auto;
	margin: 20px 0 0;
	padding: 0;
}

main article#mainArticle header {
	width: 100%;
	height: auto;
	position: relative;
}

article#mainArticle h1 {
	color: #333;
	border-bottom: dashed 2px #D6D6D6;
	width: 100%;
	height: auto;
	padding: 0 0 10px 0px;
}

article#mainArticle h1.special {
	border: none;
}

article#mainArticle h2 {
	margin: 3em 0 1em;
	color: #333;
}

article#mainArticle h2.top {
	margin-top: 1em;
}
article#mainArticle h2 a {
	color: #333;
}
article#mainArticle h2 a:hover, article#mainArticle h2 a:active {
	color: #ff5500;
}
article#mainArticle h3 {
	margin-top: 2em;
	margin-bottom: 1em;
}



article#mainArticle p {
	text-align: justify;
	text-indent: 2em;
	margin: 0 0 1em;
}

article#mainArticle p.italic {
	font-style: italic;
}

article#mainArticle p.special {
	background: #FAFAFA;
	margin: 1em 0;
	padding: 1em 2em;
	text-indent: 0px;
	font-weight: 600;
}

article#mainArticle p.definition {
	color: #596c80;
	font-family: "Trebuchet MS", "微软雅黑", Arial, "黑体", sans-serif;
}

article#mainArticle p.description {
	background: #FAFAFA;
	margin: 0px;
	padding: 2em;
	font-size: 0.9em;
	border: solid 1px #f1f1f1;
	line-height: 2;
	color: #17324d;
	text-indent: 0px;
}

article#mainArticle p.aboutQiuliang {
	margin: 0;
	color: #ff5500;
	font-family: "Trebuchet MS", "微软雅黑", Arial, "黑体", sans-serif;
	font-weight: bold;
}

article#mainArticle p.aboutQiuliangLast {
	margin-bottom: 1.5em;
	color: #ff5500;
	font-family: "Trebuchet MS", "微软雅黑", Arial, "黑体", sans-serif;
	font-weight: bold;
}
article#mainArticle blockquote {
	margin: 2em 0;
}

article#mainArticle blockquote p {
	margin: 0 0 0 2em;
	padding: 0 0 1em 1.5em;
	border-left: 2px solid #989898;	
	color: #555555;
}

article#mainArticle p.noIndent {
	text-indent: 0px;
}

article#mainArticle p.noSpace {
	margin: 0px;
}

article#mainArticle p.topspace {
	margin-top: 1em;
}

article#mainArticle p.modifyDate {
    text-indent: 0;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    margin-top: 1em;
}


article#mainArticle header {
	width: 970px;
	height: auto;
	margin: 0 0 25px;
}

article#mainArticle header address {
	color: #828282;
	margin: 5px 0 0;
	padding: 0;
	text-indent: 0px;
	font-size: 1em;
	font-style: normal;
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
}

article#mainArticle p#subTitle {
	color: #828282;
	margin: 5px 0 25px 0;
	padding: 0;
	text-indent: 0px;
	font-size: 1em;
	font-style: normal;
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
}


article#mainArticle p#subVideo {
	margin: 2em 0 1em;
}

article#mainArticle a#bookPhotoshopCC {
	display: block;
	width: 282px;
	height:  302px;
	float: left;
	margin: 5px;
	border: 1px solid #ebebeb;
	background: url(../_images/books/photoshop_cc_essentials/cover_index.png) no-repeat left top;
}

article#mainArticle a#bookLightroom5 {
	display: block;
	width: 282px;
	height:  302px;
	float: left;
	border: 1px solid #ebebeb;
	margin: 5px;
	background: url(../_images/books/lightroom5/cover_index.png) no-repeat left top;
}

article#mainArticle a#bookLightroom4 {
	display: block;
	width: 282px;
	height:  302px;
	float: left;
	border: 1px solid #ebebeb;
	margin: 5px;
	background: url(../_images/books/lightroom_4_book/cover_index.png) no-repeat left top;
}

article#mainArticle a#bookGeneFood {
	display: block;
	width: 208px;
	height:  302px;
	float: left;
	border: 1px solid #ebebeb;
	margin: 5px;
	background: url(../_images/books/gene_culture_food/cover_index.png) no-repeat;
}

article#mainArticle a#darwin {
	display: block;
	width: 208px;
	height:  302px;
	float: left;
	border: 1px solid #ebebeb;
	margin: 5px;
	background: url("../_images/books/body_by_darwin/cover_blue.jpg") no-repeat;
}


article#mainArticle a.invisible span {
	display: none;
}

article#mainArticle ul {
	margin: 1.5em 0 1.5em 2em;
	list-style: none;
}

article#mainArticle ul li {
	margin: 0px;
	padding: 0px;
}

article#mainArticle ul li a {
	font: normal 1em/1.8 "Trebuchet MS", "微软雅黑", Arial, "黑体", sans-serif;
	color: #3F3F3F;
}

article#mainArticle ul li a:hover, article#mainArticle ul li a:active {
	color: #ff5500;
}

article#mainArticle ul.index {
	margin-left: 0px;
	list-style: disc inside;
	color: #3f3f3f;
}
article#mainArticle ul.index li {
	font: 1em "Trebuchet MS", "微软雅黑", Arial, "黑体", sans-serif;
}


article#mainArticle ul.index li a {
	font: 1em/2 "Trebuchet MS", "微软雅黑", Arial, "黑体", sans-serif;
	color: #3f3f3f;
	text-decoration: none;
}
article#mainArticle ul.index li a.highlight {
	font-weight: bold;
}


article#mainArticle ul.index li a:hover, article#mainArticle ul.index li a:active {
	color: #ff5500;
}

article#mainArticle ul.generalText {
	list-style: disc outside;
	color: #333;
	padding: 0 0 0 2em;
}

article#mainArticle ul.generalText li {
	font: 1em/1.8 "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
}


article#mainArticle ul.generalText li.space {
	margin-bottom:  1em;
}


article#mainArticle ul.generalText li a {
	color: #ff884c;
}
article#mainArticle ul.generalText li a:hover, article#mainArticle ul.generalText li a:active {
	color: #ff5500;
}


article#mainArticle ul.general {
	list-style: disc outside;
	color: #333;
}

article#mainArticle ul.general li {
	font: 1em/1.8 "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
}

article#mainArticle ul.general li a {
	color: #ff884c;
}
article#mainArticle ul.general li a:hover, article#mainArticle ul.general li a:active {
	color: #ff5500;
}


article#mainArticle ul.sitemap {
	list-style: disc outside;
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	color: #555;
}
article#mainArticle ul.sitemap li {
	margin-top: 1em;
}

article#mainArticle ul.sitemap li a {
	font: 1.2em/2 "微软雅黑", "Trebuchet MS", "宋体", sans-serif;
	color: #000;
}
article#mainArticle ul.subSitemap   {
	margin: 0px 0px 0px 2em;
	padding: 0px;
	list-style: square outside;
	font: 1em/2 "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	color: #777;
}
article#mainArticle ul.subSitemap li {
	margin: 0px;
}

article#mainArticle ul.subSitemap li a {
	font: 1em/2 "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	color: #666;
}
article#mainArticle ul.sitemap li a:hover , article#mainArticle ul.sitemap li a:active{
	color: #ff5500;
}

article#mainArticle ul li.highlight {
	font-weight: bold;
}
article#mainArticle ul.lens {
	margin: 1em 0px 0.5em 1em;
	list-style: disc outside;
}
article#mainArticle ul.lens li {
	color: #3f3f3f;
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
}

article#mainArticle ul.lens li a {
	font-size: 1em;
	font-weight: bold;
	color: #3f3f3f;
	border: none;
}
article#mainArticle ul.lens li a:hover, article#mainArticle ul.lens li a:active {
	color: #ff884c;
}


article#mainArticle figure {
	height: auto;
	max-width: 100%;
	margin: 0 0 2em;
}

article#mainArticle figure figcaption {
	padding: 1em;
    font-size: 1em;
	line-height: 1.5em;
    text-align: center;
    color: #979797;

}

article#mainArticle img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 1em;
}

article#mainArticle figure img {
	margin: 0 auto 0;
}

article#mainArticle img.headingImage{
	margin: 0 0 30px;
}

article#mainArticle img.headingImageBorder {
	margin: 0 0 30px;
	padding: 10px;
	border-top: 2px solid #ebebeb;
	border-right: 2px solid #979797;
	border-bottom: 2px solid #979797;
	border-left: 2px solid #ebebeb;
}

article#mainArticle img.headingImageNoBorder {
	margin: 0 0 30px;
}

article#mainArticle img.headingImageLeftBorder {
	margin: 0 1em 1em 0;
	padding: 5px;
	border: 1px solid #d6d6d6;
	float: left;
}

article#mainArticle img.headingImageLeftNoBorder {
	margin: 0 1.5em 1em 0;
	float: left;
}
article#mainArticle img.headingImageRightNoBorder {
	margin: 0 0 1em 1.5em;
	float: right;
}

article#mainArticle img.headingEquipment {
	margin: 0 0 50px;
}

article#mainArticle img.articleImageNoBorder {
	margin: 0 0 1em;
}

article#mainArticle img.articleImageBorder {
	margin: 0 0 1em;
	padding: 7px;
	border: 1px solid #D6D6D6;
}

article#mainArticle img.articleImageLeftBorder {
	margin: 1em 1em 1em 0;
	padding: 5px;
	border: 1px solid #d6d6d6;
	float: left;
}
article#mainArticle img.articleImageLeftNoBorder {
	margin: 1em 1em 1em 0;
	padding: 5px;
	float: left;
}

article#mainArticle img.articleImageRightNoBorder {
	margin: 1em 0px 1em 1em;
	float: right;
}

article#mainArticle img.articleImageRightBorder {
	margin: 1em 0px 1em 1em;
	padding: 5px;
	border: 1px solid #d6d6d6;
	float: right;
}


article#mainArticle video {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 1em;
}

article#mainArticle .audioPlayer {
	width: auto;
	height: auto;
	padding: 15px 10px 10px;
	border: 1px solid #DFDFDF ;
	border-radius: 20px;
	margin-bottom: 1em;
}

article#mainArticle .audioPlayer p {
	text-indent: 0;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 0.9em;
	color: #686868; 
}

article#mainArticle table {
	margin: 0;
	padding: 0;
	font: 1em/1.6 "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	text-align: left;
	border-collapse: collapse;
}

article#mainArticle table tr.highlight {
	font-weight: normal;
	background: #FAFAFA;
}

article#mainArticle table th   {
	padding: 10px 10px 10px 20px;
}

article#mainArticle table td {
	padding: 10px 10px 10px 20px;
}


article#mainArticle table.generalData th {
	background-color: #ff5500;
	color: #fff;
}

article#mainArticle table.generalData td {
	background-color: #F1F1F1;
	border: 2px solid #fff;
}

article#mainArticle table.dataPara {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align:  center;
	margin: 2em 0 1.5em;
}

article#mainArticle table.dataPara caption {
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}

article#mainArticle table.dataPara thead th {
	background-color: #000;
	color: #fff;
	 border-bottom: 1px solid #fff;
}

article#mainArticle table.dataPara tbody td {
	background-color: #F1F1F1;
	color: #000;
	border-bottom: 1px #000 solid;
}


article#mainArticle table td.specifications {
	font-weight: bold;
	color: #888;
	border-right: 2px solid #fff;
	padding: 10px;
}

article#mainArticle table.data {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	margin: 1em 0px;
	font: 0.9em "Trebuchet MS", "微软雅黑", Arial, "黑体", sans-serif;
}

article#mainArticle table.data thead th{
	border-bottom: 1px solid #333;
}

article#mainArticle table.data tbody th{
	border-right: 2px solid #fff;
}

article#mainArticle table.data tr.grey {
	background: #fafafa;
}
article#mainArticle table.compare {
	margin-top: 1.5em;
	margin-bottom: 2em;
	border-bottom: 2px solid #979797;
	border-top: 2px solid #979797;
}
article#mainArticle table.compare caption {
	font-family: "微软雅黑", "Trebuchet MS", "宋体", sans-serif;
	color: #3e3e3e;
	padding-bottom: 1em;
}
article#mainArticle table.compare thead  th{
	background: #ebebeb;
	font: 0.9em "微软雅黑", "Trebuchet MS", "宋体", sans-serif;
}
article#mainArticle table.compare tbody tr th {
	border-top: 1px solid #979797;
	font: 0.9em "微软雅黑", "Trebuchet MS", "宋体", sans-serif;
}
article#mainArticle table.compare tbody tr th.highlight {
	background: #ebebeb;
}


article#mainArticle table.compare tbody td {
	border-top: 1px solid #979797;
	font: 0.9em "微软雅黑", "Trebuchet MS", "宋体", sans-serif;
}
article#mainArticle table.compare tbody tr td.highlight {
	background: #fff7f2;
	font-weight: normal;
}


article#mainArticle table.catalogLR4 tr.chapter {
	background: #F1F1F1;
	font-weight: bold;
}

article#mainArticle table.catalogLR4 tr.general {
	text-indent: 1em;
}

article#mainArticle table.catalogLR4 td {
	border-bottom: 1px solid #f1f1f1;
	color: #D6D6D6;
}

article#mainArticle table.catalogLR4 td.special {
	color: #979797;
}

article#mainArticle table.catalogLR4 tr.chapter td {
	color: #222;
}

article#mainArticle table.catalogLR4 td a {
	color: #979797;
}

article#mainArticle table.catalogLR4 td a:hover, article#mainArticle table.catalogLR4 td a:active {
	color: #ff5500;
}
article#mainArticle table.database {
	border-top: 2px solid #979797;
	border-bottom: 2px solid #979797;
}
article#mainArticle table.database td {
	border-bottom: 1px solid #ACACAC;
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	padding: 15px 15px 10px 20px;
}
article#mainArticle table.database td.specifications {
	background: #FAFAFA;
	border-right: none;
}

article#mainArticle iframe {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 670px;
}


article#mainArticle #video p {
	font: 0.9em/1.8 Georgia, "Times New Roman", "宋体", serif;
	color: #00F;
	text-indent: 0;
	padding: 0em 2em;
}

article#mainArticle .outline {
	width: 100%;
	height: auto;
	padding: 40px 0 0;
	border-top: 2px dashed #d6d6d6;
	margin: 40px 0 0;
}

article#mainArticle .outline img {
	margin: 0 1.5em 0 0;
	padding: 5px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-left: 1px solid #ebebeb;
	display: block;
	float: left;
}

article#mainArticle .outline img.noBorder {
	padding: 5px 5px 5px 20px;
	border: none;
}


article#mainArticle .outline h2 {
	margin: 0 0 0.5em;
	color: #333;
}

article#mainArticle .outline h2 a {
	color: #333;
}

article#mainArticle .outline h2 a:hover, 
article#mainArticle .outline h2 a:active {
	color: #ff5500;
}

article#mainArticle .outline  p {
	margin: 0px;
	color: #403530;
	font: 1em/1.8 "微软雅黑", "Trebuchet MS", "宋体", sans-serif;
	text-indent: 0;
}

article#mainArticle .outline p a {
	color: #ff5500;
}

article#mainArticle .outline  p a:hover, 
article#mainArticle .outline p a:active {
	border-bottom: #ff5500 1px dotted;
}


article#mainArticle .outline  ul {
	list-style: disc inside;
	margin: 0px 0px 0px 0.5em;
}

article#mainArticle .outline ul li {
	color: #59503d;
	margin: 0px;
	padding: 0px;
}

article#mainArticle .outline ul li a {
	font: 1em/1.8 "Trebuchet MS", "微软雅黑", Arial, "黑体", sans-serif;
	color: #333;
}

article#mainArticle .outline  ul li a:hover, article#mainArticle .outline ul li a:active {
	color: #ff5500;
}

article#mainArticle a.specialTopics {
	display: block;
	width: 208px;
	height: 260px;
	float: left;
	background: url(../_images/design/outline_photos/special_topics_white_background.jpg) no-repeat;
}

article#mainArticle a#specialTopicsPurchaseGuide {
	background-position: left top;
}

article#mainArticle a#specialTopicsLwql {
	background-position: -208px top;
}

article#mainArticle a#specialTopicsLightroom4 {
	background-position: -416px top;
}

article#mainArticle a#specialTopicsPscs6 {
	background-position: -624px top;
}

article#mainArticle a#specialTopicsPictureControl {
	background-position: -832px top;
}

article#mainArticle a#specialTopicsEFLens {
	background-position: -1040px top;
}

article#mainArticle a#specialTopicsNikkorLens {
	background-position: -1248px top;
}
article#mainArticle a#specialTopicsDslrMilc {
	background-position: -1664px top;
}


#mainContent nav#pageNav {
	max-width: 100%;
	height: auto;
	margin: 60px auto 0;
}

nav#pageNav h3 {
	display: block;
	padding: 0 0 5px 10px;
	margin-bottom: 15px;
	border-bottom: 2px #d6d6d6 dotted;
	color: #3f3f3f;
}

nav#pageNav #pageNavContent {
	max-width: 100%;
	padding: 0 10px;
}

nav#pageNav ul {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	height: auto;
	list-style: none;
}

nav#pageNav ul li {
	margin: 0;
	padding: 0;
}

nav#pageNav ul li a {
	padding: 0;
	line-height: 2;
	font: 16px "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	color: #3F3F3F;
}

nav#pageNav ul li a.current {
	color: #ff5500;
	cursor: default;
}


nav#pageNav ul li a:hover, nav#pageNav ul li a:active {
	color: #ff5500;
	background-color: #fff; 
}


#mainContent aside#articleFootAdvertisement {
	margin: 40px auto 0px;
	padding: 0px;
	height: 250px;
	width: 100%;
	position: relative;
}




/* ===============sidebar=============== */

#sidebar {
	margin: 0 0 30px 0;
	float: right;
	height: auto;
	width: 300px;
	position: relative;
}


#sidebar aside#sidebarTemp {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0 ;
}

aside#sidebarTemp a#sidebarTempTitle {
	height: auto;
	display: block;
	background-color: #EBEBEB;
	color: #000;
	margin: 0 0 20px 0 ;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

#sidebar aside#sidebarTemp1 {
	height: auto;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 ;
}


#sidebar aside#sidebarSearch {
	margin: 20px 0 0;
	height: auto;
	width: 100%;
	padding: 0;
}

aside#sidebarSearch h3 {
	height: auto;
	display: block;
	background-color: #EBEBEB;
	color: #000;
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
    font-family:  "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

aside#sidebarSearch form {
	margin: 15px auto 0;
	padding: 0;
	width: 300px;
	height: 40px;
    display: block;
    
}

aside#sidebarSearch input#sub_wd {
    width: 66px;
    height: 36px;
    margin: 0px;
    padding: 2px 5px;
    color: #fff;
    background-color:  #ff5500;
    border: none;
    font-family:  "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
    font-weight: bold;
    font-size: 0.9em;
    cursor: pointer;
}


aside#sidebarSearch input#par_wd {
    width: 216px;
    height: 30px;
    margin: 0;
    padding: 2px 5px;
    border: 1px solid #777;
    background-color: #fff;
    color: #000;
    font-family:  "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
    font-weight: normal;
    font-size: 0.9em;
}

#sidebar aside#sidebarContact {
	height: auto;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 ;
}

aside#sidebarContact a {
	height: auto;
	display: block;
	background-color: #EBEBEB;
	color: #000;
	margin: 0 ;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

aside#sidebarContact a:hover, aside#sidebarContact a:active {
    text-decoration:  none;
    background-color:  #ff5500;
    color: #fff;
}


#sidebar aside#sidebarFollow  {
	margin: 20px 0 0;
	padding: 0 0 30px 0px;
	height: auto;
	width: 100%;
}

aside#sidebarFollow h3 {
	height: auto;
	display: block;
	background-color: #ebebeb;
	color: #000;
	margin: 0 0 25px 0 ;
	padding: 10px 0;
	font-size: 18px;
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

aside#sidebarFollow p {
	text-align: center;
	margin: 10px auto 0;
	font-weight: bold;
	color: #666666;
}

aside#sidebarFollow p.special {
	margin: 0 auto;
}

aside#sidebarFollow img {
	margin: 0 auto;
}


#sidebar aside#sidebarExclusive {
	margin: 20px 0 0;
	padding: 0 0 30px 0px;
	height: auto;
	width: 100%;
}


aside#sidebarExclusive h3 {
	height: auto;
	display: block;
	background-color: #ebebeb;
	color: #000;
	margin: 0 0 10px 0 ;
	padding: 10px 0;
	font-size: 18px;
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

aside#sidebarExclusive img {
    float: left;
}

aside#sidebarExclusive a {
    display: block;
    width: 140px;
    height: 20px;
    float: left;
    padding: 5px;
    text-align:  center;
    color: #666;
    font-weight: bold;
}

aside#sidebarExclusive a:hover, aside#sidebarExclusive a:active {
    color: #ff5500;
}



#sidebar aside#sidebarAdvArticle300by250 {
	height: 250px;
	width: 300px;
	margin: 20px 0 0;
	padding: 0;
	clear: both;
}


#sidebar aside#sidebarVideo {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0 ;
}

aside#sidebarVideo a#sidebarVideoTitle {
	height: auto;
	display: block;
	background-color: #EBEBEB;
	color: #000;
	margin: 0 0 20px 0 ;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

aside#sidebarVideo a#sidebarVideoTitle:hover, aside#sidebarVideo a#sidebarVideoTitle:active {
	text-decoration: none;
	background-color: #ff5500;
    color: #fff;
}

aside#sidebarVideo a#sidebarVideo1 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 151px;
	width: 300px;
	float: left;
	text-align: center;
	background-image: url(../_images/design/sidebar_video.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}




aside#sidebarTemp a#sidebarTemp1 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 150px;
	float: left;
	background-image: url(../_images/books/sidebar_book_cover_3d.png);
	background-repeat: no-repeat;
	background-position: left top;
}

aside#sidebarTemp a#sidebarTemp2 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 150px;
	float: left;
	background-image: url(../_images/design/body_by_darwin.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#sidebar aside#sidebarHomeArchieves {
	margin: 0;
	height: auto;
	width: 100%;
}

aside#sidebarHomeArchieves h3 {
	height: auto;
	display: block;
	background-color: #EBEBEB;
	color: #000;
	margin: 0 0 20px 0 ;
	padding: 10px 0;
	font-size: 18px;
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

aside#sidebarHomeArchieves ul {
	list-style: none;
	margin: 0;
	padding: 0 3px;
}

aside#sidebarHomeArchieves li {
	margin: 0;
	padding: 0;
	float: left;
}

aside#sidebarHomeArchieves a:link, aside#sidebarHomeArchieves a:visited {
	text-decoration: none;
	padding: 10px 15px;
	height: auto;
	width: auto;
	display: block;
	font-size: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #676767;
	background-color:#FFF;
	border: 1px dotted #ebebeb;
}

aside#sidebarHomeArchieves a:hover, aside#sidebarHomeArchieves a:active {
	color: #FFFFFF;
	background-color: #ff5500;
	border: 1px dotted #ffffff;
}



#sidebar aside#sidebarAdvertisement {
	background: #fff;
	margin: 40px 0 0;
	padding: 0px 0px 20px;
	height: auto;
	width: 100%;
	clear: both;
	border-top: 10
}

aside#sidebarAdvertisement a#sidebarAdvertisementDecide {
	height: auto;
	width: 100%;
	display: block;
	background-color: #EBEBEB;
	color: #000;
	margin: 0 0 20px 0 ;
	padding: 10px 0;
	font-size: 18px;
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

aside#sidebarAdvertisement a#sidebarAdvertisementDecide:hover, aside#sidebarAdvertisement a#sidebarAdvertisementDecide:active {
	text-decoration: none;
	background-color: #ff5500;
    color: #fff;
}


aside#sidebarAdvertisement p {
	margin: 0px;
	padding: 0;
	height: auto;
	text-align: justify;
	color: #333;
}

aside#sidebarAdvertisement a#sidebarTmall {
	display: block;
	margin: 10px 0 0 5px;
	padding: 0px;
	height: 90px;
	width: 145px;
	background: url(../_images/design/sidebar_union_4_icons.png) no-repeat left -360px;
	float: left;
}

aside#sidebarAdvertisement a#sidebarTmall:active {
	background-position: right -360px;
}

aside#sidebarAdvertisement a#sidebarTmallBrand {
	display: block;
	margin: 10px 0 0;
	padding: 0px;
	height: 90px;
	width: 145px;
	background: url(../_images/design/sidebar_union_4_icons.png) no-repeat left -450px;
	float: left;
}

aside#sidebarAdvertisement a#sidebarTmallBrand:active {
	background-position: right -450px;
}

aside#sidebarAdvertisement a#sidebar360buy {
	display: block;
	margin: 0 auto;
	padding: 0px;
	height: 90px;
	width: 145px;
	background: url(../_images/design/sidebar_union_4_icons.png) no-repeat left top;

}

aside#sidebarAdvertisement a#sidebar360buy:active {
	background-position: right top;
}



/* ===============footer=============== */

footer#pageFooter {
	margin: 0;
	padding: 20px 0 20px;
	height: auto;
	width: 100%;
}


footer#pageFooter p {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.5em;
	font-style: normal;
}

footer#pageFooter ul {
	margin: 0px auto;
	padding: 0px;
	height: 25px;
	width: 480px;
	display: block;
	list-style: none;
}

footer#pageFooter ul li  {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

footer#pageFooter ul li a {
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 16px;
	font-family: "Trebuchet MS", "微软雅黑", Georgia, "Times New Roman", "宋体", serif;
	color: #555;
	text-decoration: none;
	border: none;
	padding: 10px 18px;
}

footer#pageFooter ul li a:hover, 
footer#pageFooter ul li a:active {
	color: #ff5500;
	text-decoration: none;
	border: none;
	
}

footer#pageFooter p#copyright {
	display: block;
	border-top: #777 solid 1px;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 10px 0 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #555;
}

footer#pageFooter p#copyright a {
	color: #555;
}

/* ===== miscellaneous styles ===== */

.clearBoth {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

.clearLeft {
    clear: left;
    height: 0;
    margin: 0;
    padding: 0;
}

.clearRight {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}
.highlight {
	font-weight: bold;
}
.orange {
	font-weight: bold;
	color: #ff5500;
}
.orangeSmall {
	color: #ff5500;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}


/* ===================== styles for home page archieves ==================== */

article#mainArticle ul.new {
	margin: 1.5em 0 1.5em 1em;
	list-style: disc outside;
	color: #3f3f3f;
}

article#mainArticle ul.new li {
	margin: 1em 0px 0px;
	padding: 0px;
	line-height: 1.8;
}
article#mainArticle ul.new li a {
	font-weight: bold;
}
article#mainArticle ul.new li a.inText {
	font-weight: normal;
	color: #ff884c;
}

main #homeContainer {
	width: 673px;
	height: auto;
	margin: 0;
	padding: 0 10px;
	border-top: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
}

#homeContainer .homeArticle {
	margin: 10px 0px 0;
	padding: 0px 0px 0px 25px;
	height: auto;
	width: 646px;
}

#homeContainer .homeArticle h2.indexDate {
	font-size: 1.2em;
	margin: 3em 0px 0px;
	color: #402f26;
}

#homeContainer .homeArticle ul {
	margin: 1.5em 0 1.5em 0em;
	list-style: disc inside;
	color: #3f3f3f;
}


#homeContainer .homeArticle ul li {
	margin: 0px;
	padding: 0px;
	font: 1em "Trebuchet MS", "微软雅黑", Arial, "黑体", sans-serif;
}

#homeContainer .homeArticle ul li a {
	font: 1em/2 "Trebuchet MS", "微软雅黑", Arial, "黑体", sans-serif;
	color: #3f3f3f;
	text-decoration: none;
}

#homeContainer .homeArticle ul li a.highlight {
	font-weight: bold;
}


#homeContainer .homeArticle ul li a:hover, #homeContainer .homeArticle ul li a:active {
	color: #ff5500;
}
#homeContainer .homeArticle ul.new {
	margin: 1.5em 0 1.5em 1em;
	list-style: disc outside;
	color: #3f3f3f;
}
#homeContainer .homeArticle .new li {
	margin: 1em 0px 0px;
	padding: 0px;
	line-height: 1.8;
}
#homeContainer .homeArticle .new li a {
	font-weight: bold;
}
#homeContainer .homeArticle .new li a.inText {
	font-weight: normal;
	color: #ff884c;
}


/* title */

#homeContainer .homeArticle .homeArticleTitle {
	margin: 0 0 30px;
	padding: 35px 25px 20px 0px;
	float: left;
	height: auto;
	width: 471px;
	border-bottom: 2px dashed #ebebeb;
}

#homeContainer .homeArticle .homeArticleTitle h2 {
	font-size: 1.8em;
	line-height: 1.5;
	color: #333;
}

#homeContainer .homeArticle .homeArticleTitle h2 a {
	color: #333;
}

#homeContainer .homeArticle .homeArticleTitle h2 a:hover,  
#homeContainer .homeArticle .homeArticleTitle h2 a:active {
	color: #ff5500;
}

#homeContainer .homeArticle .homeArticleTitle p {
	font: 1.2em/1.5 "Trebuchet MS", "微软雅黑", Arial, "黑体", sans-serif;
	margin-left: 2px;
	color: #5D5D5D;
}

#homeContainer .homeArticle .homeArticleTitle h2 a:hover, #homeContainer .homeArticle .homeArticleTitle h2 a:active {
	color: #ff5500;
}

#homeContainer .homeArticle .homeArticleNote {
	background: url(../_images/design/background_sprite.png) no-repeat left top;
	margin: 40px 0px 30px;
	padding: 0px;
	float: left;
	height: 78px;
	width: 150px;
}

#homeContainer .homeArticle .homeArticleNote p.homeArticleDate {
	display: block;
	margin: 0px;
	padding: 16px 0 0 25px;
	height: 62px;
	width: 52px;
	font: bold 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
}

#homeContainer .homeArticle .homeArticleNote p.homeArticleMonth {
	color: #4d4534;
	display: block;
	margin: 0px;
	padding: 16px 0 0 15px;
	height: 23px;
	width: 57px;
	float: left;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}

#homeContainer .homeArticle .homeArticleNote p.homeArticleYear {
	color: #4d4534;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float: left;
	height: 39px;
	width: 57px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}


/* Content */

#homeContainer .homeArticle .homeArticleContent {
	margin: 0;
	padding: 0px 20px 0px 0px;
	clear: both;
	height: auto;
	width: 626px;
}

#homeContainer .homeArticle .homeArticleContent p {
	text-align: justify;
	text-indent: 2em;
	margin: 0 0 1em;
}

#homeContainer .homeArticle .homeArticleContent p.noSpace {
	margin: 0px;
}

#homeContainer .homeArticle .homeArticleContent ul {
	list-style: disc outside;
	margin: 0px 0px 1em 2em;
}

#homeContainer .homeArticle .homeArticleContent ul li {
	line-height: 1.8;
}

#homeContainer .homeArticle .homeArticleContent img.headingImageNoBorder {
	margin: 0 0 30px;
}

#homeContainer .homeArticle .homeArticleContent img.headingImageLeftNoBorder {
	margin: 0 1.5em 1em 0;
	float: left;
}

#homeContainer .homeArticle .homeArticleContent img.headingImageBorder {
	margin: 0px 0px 30px;
	padding: 10px;
	border-top: 2px solid #ebebeb;
	border-right: 2px solid #979797;
	border-bottom: 2px solid #979797;
	border-left: 2px solid #ebebeb;
}

#homeContainer .homeArticle .homeArticleContent img.articleImageNoBorder {
	margin: 0em 0px 1em;
}

/* footer */

#homeContainer .homeArticleFooter {
	background: url(../_images/design/background_sprite.png) no-repeat left -78px;
	height: 108px;
	width: 671px;
	margin: 0 0 30px;
}

#homeContainer .homeArticleFooter p {
	display: block;
	margin: 0;
	padding: 50px 0 0;
	width: 671px;
	height: auto;
	text-align: center;
}

#homeContainer .homeArticleFooter p a {
	font: normal 0.9em "微软雅黑", "Trebuchet MS", "宋体", sans-serif;
}

#homeContainer .homeArticleFooter p a:hover, #homeContainer .homeArticleFooter p a:active {
	font-size: 1em;
}


#homeContainer #homeTurn {
	height: 80px;
	width: 676px;
	margin: 0;
}

#homeTurn a#homeTurnLeft {
	background: url(../_images/design/background_sprite.png) no-repeat -372px -186px;
	margin: 0px;
	float: left;
	height: 50px;
	width: 186px;
}
#homeTurn a#homeTurnLeft:hover, #homeTurn a#homeTurnLeft:active {
	background-position: right -186px;
}


#homeTurn a#homeTurnRight {
	background: url(../_images/design/background_sprite.png) no-repeat left -186px;
	margin: 0px;
	float: right;
	height: 50px;
	width: 186px;
}
#homeTurn a#homeTurnRight:hover, #homeTurn a#homeTurnRight:active {
	background-position: -186px -186px;

}



/* ============Media Queries=========== */

@media screen and (max-width : 1573px ){
	
	#wrapper { max-width: 1150px; }
	
	/*   header    */
	header#pageHeader { width: 1150px;  background: url(../_images/design/new_design/title_background-1150.jpg) no-repeat;	}

	/*  nav  */
	#mainNav { width: 1150px; }
	#mainNav nav { max-width: 810px; }

	/*    main content     */	
	#mainContent {  max-width: 800px;  }
	#mainContent iframe { max-width: 800px; max-height: 450px; }


@media screen and (max-width: 1180px) {

	#wrapper { max-width: 970px; }
	
	/*  header  */
	header#pageHeader { 
		width: 970px; 
		background: url(../_images/design/new_design/title_background-970.jpg) no-repeat;
	}

	
	/*  nav  */
	#mainNav { width: 970px; }
	#mainNav #navShare { 
		float: none; position: absolute; 
		bottom: 10px; left: 333px;  
	}
	
	/*  main content   */
	#mainContent {  max-width: 970px; float: none;  }
    #mainContent iframe { max-width: 970px; max-height: 545px; }


	/*  sidebar  */
	#sidebar { float: none; width: 970px;  text-align: center; }
	#sidebar aside#sidebarAdvArticle300by250 { margin: 40px auto 0 auto; 	}
	aside#sidebarTemp a#sidebarTemp1 { margin-left: 335px; }
	aside#sidebarSearch #baiduSearch { margin: 0 auto; }
	aside#sidebarAdvertisement a#sidebarAmazon {  margin:   0 0 0 335px; }
	aside#sidebarAdvertisement #sidebarTaobao {  margin:  0 0 0 335px;  width: 300px; height: 250px;  }

	/*  footer  */
	footer#pageFooter { padding-bottom: 50px }

}


@media screen and (max-width: 990px) {

	#wrapper { width: 800px; }
	
	/*  header  */
	header#pageHeader { 
		width: 800px; 
		background: url(../_images/design/new_design/title_background-800.jpg) no-repeat;
	}
	a#logo {	
		background: url(../_images/design/new_design/site_title-600.png)   no-repeat;
		height: 92px;	width: 600px;
	}
	
	/*  nav  */
	#mainNav { width: 800px; }
	#mainNav #navShare {  left: 248px;  }
	
	/*  main content   */
	#mainContent {  width: 800px;  }
    #mainContent iframe { max-width: 800px; max-height: 450px; }

	/*  sidebar  */
	#sidebar { width: 800px;  }
	aside#sidebarTemp a#sidebarTemp1 { margin-left: 250px; }
    #sidebar aside#sidebarExclusive img#weixinImg { margin-left: 250px; }
    #sidebar aside#sidebarExclusive a#weixinLink { margin-left: 250px; }

}


@media screen and (max-width: 820px) {

	#wrapper { width: 100%; }
	
	/*  header  */
	header#pageHeader {  height: 203px; background: url(../_images/design/new_design/title_background-600.jpg) no-repeat;    }
	a#logo { margin: 98px 0 0; }
	
	/*  nav  */
	#mainNav {  width: 100%;  margin-bottom: 10px; }
	#mainNav #navShare {  left: 200px; }
	nav ul li:hover ul { z-index: 2; }


	/*   navigation   */
	
	#mainNav nav { width: 200px; height: auto;  margin: 0;	position: relative; }	
	
	#mainNav nav ul {
		margin: 0;
		padding: 0;
		height: auto;
		width: 150px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);	
		background-color: rgba(0,0,0,.6);
		position: absolute;
		left: 10px;
		top: 10px;
	}
	
	#mainNav nav ul li {
		margin: 0;
		padding: 0;
		float: none;
		position: relative;
		display: none;
	}
	
	#mainNav nav ul li.current { display: block; }
	
	#mainNav nav ul li a:link, #mainNav nav ul li a:visited {
		padding: 8px 5px 8px 25px;
		color: #fff;
		text-align: left; 
	}
	
	#mainNav nav ul li a.current {
		color: #fff;
		background: #aaa url(../_images/design/new_design/menu-icon.svg) no-repeat right center;		
	}

	#mainNav nav ul li a:hover, #mainNav nav ul li a:active {
		color: #fff;
		background-color: #ff5500;
		text-decoration: none;
		border: none;
	}
	
	/*  hover  */

	#mainNav nav ul:hover {
		text-align: left;
	}

	#mainNav nav ul:hover li {
		display: block;
	}
	
	#mainNav nav ul:hover a {
		background-image: none;
	}
	
	#mainNav nav ul:hover a.current:link, #mainNav nav ul:hover a.current:visited {
		background: none;
	}

	#mainNav nav ul:hover a.current:hover, #mainNav nav ul:hover a.current:active {
		background-color: #ff5500;
	}


	
	#mainNav nav ul li:hover ul {
		display:block; 
		position:absolute; 
		top: 0; 
		left: 150px; 
		width:230px;
		height: auto;
		background-color: rgba(0,0,0,.8);
		border-radius: 0;
		border: none; 
	}
	
	#mainNav nav ul li:hover ul li a {
		padding: 8px 5px 8px 15px;
		display: block;
		width: 210px;
		font-size: 14px;
		border-bottom: none;
	}
	
	#mainNav nav ul li:hover ul li a:hover, #mainNav nav ul li:hover ul li a:active {
		font-weight: normal;
	}
	
	/* home */
	main article.homeFocus { padding: 8px; }
	article.homeFocus p.homeTitle { font-size: 1em;	}
	article#homeUpdate ul#updateLeft { float: none; display: inline;  padding: 0 }
	article#homeUpdate ul#updateRight { display: inline; float: none;  list-style: inside; padding: 0; border: none;  }
	main section.homeTopic { width: 50%; }

	/*  main content   */
	main {  width: 96%;  margin: 0 auto; }
	#mainContent { width: 100% }
	#mainContent nav#pageNav ul { width: 100%; float: none; }
    #mainContent iframe { max-width: 580px; max-height: 325px; margin: 0 auto; }

	
	/*  sidebar  */
	#sidebar { width: 100%;  }
	aside#sidebarTemp a#sidebarTemp1 { margin-left: 150px; }
    aside#sidebarVideo a#sidebarVideo1 { margin-left: 150px; }
    #sidebar aside#sidebarExclusive img#weixinImg { margin-left: 150px; }
    #sidebar aside#sidebarExclusive a#weixinLink { margin-left: 150px; }

}



@media screen and (max-width: 600px) {

	/*  header  */
	header#pageHeader {  height: 200px; background: url(../_images/design/new_design/title_background-400.jpg) no-repeat;    }
	a#logo {	
		background: url(../_images/design/new_design/site_title-median.png)   no-repeat;
		height: 47px;	width: 210px; margin: 130px  0 0 19px;
	}

	/*  nav  */
	#mainNav #navShare {  left: 88px; }

	/* home */
	main article.homeFocus { padding: 0; border: none; }
	main section.homeTopic { width: 100%;  text-align: center; }

	/* mainContent */
	article#mainArticle p {	text-indent: 0; }
    #mainContent iframe { max-width: 450px; max-height: 250px; margin: 0 auto; }


	/*  sidebar  */
	#sidebar { width: 100%;  }
	aside#sidebarTemp a#sidebarTemp1 { margin-left: 90px; }
}
    #sidebar aside#sidebarExclusive img#weixinImg { margin-left: 90px; }
    #sidebar aside#sidebarVideo a#sidebarVideo1 { margin-left: 90px; }
	#sidebar aside#sidebarExclusive a#weixinLink { margin-left: 90px; }

}

@media screen and (max-width: 480px) {

	h1 {  font-size:1.8em; }

	/*  header  */
	header#pageHeader {  height: 137px; background: url(../_images/design/new_design/title_background-small.jpg) no-repeat;    }
	a#logo {	
		background: url(../_images/design/new_design/site_title-small.png)   no-repeat;
		height: 45px;	width: 200px; margin: 77px 0 0 65px;
	}

	/*  nav  */
	#mainNav #navShare {  left: 0; }
	#mainNav nav ul { width: 120px;	}
	#mainNav nav ul li a:link, #mainNav nav ul li a:visited {	padding: 8px 5px 8px 10px; }

	
	#mainNav nav ul li:hover ul {	left: 120px; width:200px;	}
	
	#mainNav nav ul li:hover ul li a { padding: 8px 5px 8px 10px;	width: 185px;	 }


	/* home */
	article.homeFocus h1 {  font-size: 1.8em; }
	article.homeFocus p.homeTitle { font-size: 1em; }
	section.homeSection img {	float: none;  margin-bottom: 1em; }


	/*  sidebar  */
	aside#sidebarTemp a#sidebarTemp1 { margin-left: 10px; }
    #sidebar aside#sidebarVideo a#sidebarVideo1 { margin-left: 10px; }
	#sidebar aside#sidebarExclusive img#weixinImg { margin-left: 10px; }
    #sidebar aside#sidebarExclusive a#weixinLink { margin-left: 10px; }

	/* footer */
	footer ul { width: 100%; }


}
