/*
Theme Name: yijie2016
Author: wenxing
Author URI: http://www.wenxing.net/
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Home/Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Media Queries
 * 11.0 - Print
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 *
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
html {
	overflow-x:hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "宋体", Lato, sans-serif;
	font-size: 12px;
	line-height: 2em;
}
body{ background:url(../image/bg.png);}
/*个别不同字体设置*/
.site-header,
.site-footer,
article.page,
.breadcrumb-navxt,
h1,
h2,
h3{font-family:"Microsoft Yahei";}
a {
	color: #333;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a:active,
a:hover {
	color: #00598e;
}
a:hover img{ filter:alpha(opacity=90); opacity:0.9;}
.fl{ float:left;}
.fr{ float:right;}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}
h1 {
	font-size: 26px;
	line-height: 1;
}
h2 {
	font-size: 24px;
	line-height: 1;
}
h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}
h4 {
	font-size: 20px;
	line-height: 1.2;
}
h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}
h6 {
	font-size: 16px;
	line-height: 1.5;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b,
strong {
	font-weight: 700;
}
cite,
dfn,
em,
i {
	font-style: italic;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
p {
	margin-bottom: 24px;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}
blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
}
ul,
ol {
	list-style: none;
}
article ul,
article ol {
	list-style: none;
	margin: 0 0 24px 20px;
}
article ul {
	list-style: disc;
}
article ol {
	list-style: decimal;
}
article li > ul,
article li > ol {
	margin: 0 0 0 20px;
}
img {
	border: 0;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table,
th,
td {
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
	border-color:#ccc;
}
table {
	border-collapse:collapse;
	margin-bottom: 24px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	font-weight: bold;
}
del {
	color: #767676;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
/* 
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}*/
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
/* Input fields */
input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}
textarea {
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
/* Buttons */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
	vertical-align: bottom;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #009586;
	color: #fff;
}
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}
.search-field {
	width: 100%;
}
.search-submit {
	display: none;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #939393;
}
:-moz-placeholder {
	color: #939393;
}
::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #939393;
}
/* Responsive images. Fluid images for posts, comments, and widgets */
.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
	max-width: 100%;
	height:auto;
}
/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height:auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height:auto;
	max-width: 100%;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}
/* Alignment */
.clear{ clear:both; font:0/0 ""; height:0; zoom:1; }
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.wp-caption {
	margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption {
	color: #767676;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}
div.wp-caption .wp-caption-text {
	padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.hide {
	display: none;
}
/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
.site { position: relative; width:1000px; margin:0 auto;}
.main-content {
	width: 100%;
}
.box{ margin:0 auto; position:relative; }

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
.site-header {	position: relative;	z-index: 9; background-color:#fff; padding-bottom:20px;}
.site-header p{ margin:0; }
.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}
.header-main {overflow:hidden; padding:40px 0 30px 0;}
.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	display:none;
}
#logo{ float:left;}
.logoad{ float:left; margin:0 0 0 18px; border-left:solid #eee 1px; font:24px/40px "Microsoft Yahei"; padding-left:24px;}
.head_c{ position:absolute; right:0; top:20px; color:#888;}
.head_c a{color:#888;}
.head_c li{ float:left; margin-left:2em;}
.head_c li:before{ float:left;display:block; content:""; width:16px; height:16px; margin-right:.5em;}
.head_c li:first-child:before{margin-top:3px;  background:url(../image/call.png) no-repeat;}
.head_c li:nth-child(2):before{margin-top:5px; background:url(../image/msg.png) no-repeat;}
/*Focus*/
.banner{ height:420px; position:relative;}
.banner img{ display:block; margin:0 auto; max-width:1170px; }
#slide_text { width:600px; position:absolute; z-index:2; bottom:10px; left:50%; margin-left:-300px; text-align:center;}
#slide_text ul {list-style-type:none; margin:0; padding:0;}
#slide_text ul li { display:inline-block; width:12px; height:12px; margin:0 3px; cursor:pointer; text-align:center; background-color:#aaa; border:solid #fff 1px; text-indent:-50px; overflow:hidden; border-radius:7px; *display:inline; zoom:1; }
#slide_text ul li.cur{ background-color:#81ceff; }
#slide_list a{ display:none; position:absolute; height:420px; width:100%; overflow:hidden; left:0;}

.banner-in{ position:relative; height:300px; overflow:hidden; display:none;}
.banner-in img{ max-width:100%; display:block; margin:0 auto; }
.banner-box{ }
/* Search in the header */
.search{ overflow:hidden; height:54px; padding:0 10px; position:absolute; right:0; bottom:0;}
.hotkey{ float:left; color:#666; line-height:32px; display:none; }
.hotkey a{ color:#666;}
.hotkey a:hover{ color:#047EC4;}
.search-box {width:220px; height:54px;border-left:solid #e0e0e0 1px; overflow:hidden;}
.search-box .search-form{ height:34px; margin-top:10px; background:url(../image/search1.png) no-repeat 188px center;}
.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: left;
	font-size: 16px;
	padding:0;
	width: 160px;
	height:34px;
	line-height:34px;
	margin:0 0 0 16px;
}
.search-box .search-submit {
	display:block;
	border: 0;
	float: right;
	font-size: 12px;
	padding:0;
	width: 40px;
	height:34px;
	background:none;
	text-indent:-999px;
	overflow:hidden;
}
.search-box input[type="submit"]:hover,
.search-box input[type="submit"]:focus { background:none;}
.search-box ul{ float:left; margin:0; list-style:none; }
.search-box li{ float:left; margin-right:8px;}
.search-box li a{ display:block; width:32px; height:32px; line-height:32px; font-size:13px; text-align:center; background-color:#C8CFD2; color:#fff; border-radius:32px; }
.search-box li a:hover{ background-color:#01ADA1; }
.search-box a:hover img{filter:none;}
.search-box .screen-reader-text{ display:none;}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
.site-navigation{ clear:both; background-color:#fff; border:solid #e0e0e0 1px;}
.menu-nav-container{ height:54px; }
.site-navigation ul{list-style: none; margin:0; padding:0;}
.site-navigation ul.menu {}
.site-navigation li { float:left; line-height:54px; position:relative; border-right:solid #e0e0e0 1px;}
.site-navigation li:first-child{ background:none;}
.site-navigation ul ul {
	display:none;
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	background-color:#eee;
	padding:20px 0;
	text-align:center;
}
.site-navigation a {
	color: #888;
	display: block;
	text-transform: uppercase;
	font:16px/54px "Microsoft Yahei";
	text-align:center;
	padding:0 2em;
}
.site-navigation a:hover{ color:#fff; background-color:#81ceff; }
.site-navigation .current-menu-item a,
.site-navigation .current-menu-parent a { color:#fff; background-color:#00598e; }

.prodNav{ background-color:#fff; padding:1em 2em; margin-bottom:2em; overflow:hidden; border-bottom:solid #eee 5px;}
.prodNav h3{ font-size:16px; margin:1em 0; color:#5bb2fc;}
.prodNav ul{list-style: disc; margin-left:2em;}
.prodNav li{ float:left; width:20%;}

/**
 * 6.0 Home
 * -----------------------------------------------------------------------------
 */
.ico{ display:inline-block; *display:inline; zoom:1; width:12px; height:12px; margin:0 10px; background:url(../image/i_t.png) no-repeat 0 -24px;}
.home .more{ position:absolute; right:10px; top:15px; font:12px/24px ""; color:#2686C4; background:url(../image/more.png) no-repeat; width:49px; height:15px; text-indent:-99px; overflow:hidden;}
.home .more-link{ float:right; clear:both; display:inline-block; font:14px/24px ""; color:#2686C4; margin-top:20px; }
.home .more:hover,
.home .more-link:hover{ color:#DF4C51;}
.zt{ position:relative; overflow:hidden;}
.zt h2{ margin:0; height:38px; background:url(../image/fgx_2.jpg) repeat-x 0 bottom; margin-bottom:20px; color:#555; font-size:16px; line-height:38px; padding-bottom:2px;}
.zt h2 a{ border-bottom:solid #2787C4 1px; display:inline-block; padding:0 10px; font:13pt/38px "Microsoft Yahei"; color:#2787C4; }
/* ad */
.ad{ margin:10px 0;}
.ad1{ background-color:#00598e; margin:30px 0; padding:3em 0; color:#fff; font-family:"Times New Roman", Times, serif; text-align:center;}
.ad1 h2{ font-size:24px; line-height:1.8em; font-weight:normal; margin:0;}
.ad1 p{ margin:0; font-size:1.2em;}

.p1{ overflow:hidden; margin:20px 0; }
.p1 .inbox{ overflow:hidden; background-color:#eee; padding:10px; }
.p1 h2{ color:#673A00;}
.p1 h2 .ico{ background-position:0 0;}
.prodnav{ float:left; width:180px; min-height:372px; background-color:#EEA60B; }
.prodnav h3{margin:0; height:38px; border-bottom:solid #F1B83C 1px; color:#331C00; font-size:16px; line-height:38px;}
.prodnav h3 .ico{ background-position:0 -12px; margin-left:18px;}
.prodnav ul{ border-top:solid #A67408 1px;list-style:none; margin:0; padding:16px 0 0;}
.prodnav li{ border-bottom:solid #F1B83C 1px;}
.prodnav li a{ color:#331C00; line-height:32px; display:block; padding-left:18px;}
.prodnav li a:hover{ color:#ff0; background-color:#035889;}
.home-prod{ float:right; width:950px; }
.home-prod ul{ list-style:none; margin:0; padding:0; }
.home-prod li{ float:left; width:20%; text-align:center; margin-bottom:1em; }
.home-prod li:nth-child(5n+1){ margin:0; clear:left;}
.home-prod li img{ display:block; width:160px; height:160px; margin:0 auto .5em auto;}
.home-prod li strong{ font-weight:normal;}

.p2{ overflow:hidden; margin-bottom:40px; }
.p2 img{ display:block;}
.p2 .bottom{ text-align:center;}
.p2 a.css3{ display:inline-block; *display:inline; zoom:1; width:200px; height:52px; font:20px/52px "Microsoft Yahei"; color:#fff; text-align:center; background-color:#E18B07; border-radius:5px; margin:0 6px;}
.p2 a.btn2{ background-color:#8B7E10;}
.p2 a.css3:hover{filter:alpha(opacity=90); opacity:0.9;}
/* flexslider */
.flexslider .slides{zoom:1;}
.flex-direction-nav a{width:32px;height:32px;line-height:99em;overflow:hidden;margin:-16px 0 0;display:block;background:url(../image/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer; /*opacity:0;filter:alpha(opacity=0);*/-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:-40px 0px;right:-45px;}
.flex-direction-nav .flex-prev{left:-45px;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50); background-position:0 bottom; }
.flexslider:hover .flex-next:hover{ background-position:-40px bottom;}
.flex-control-nav{width:100%;position:absolute; bottom:10px;text-align:center; padding:0;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(/wp-content/themes/yijie2016/images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}
/*分割线*/
.fgx{ clear:both; height:30px; background:url(../image/fgx.png) no-repeat;}

.about{ float:left; width:45%;}
.about img{ float:left; width:266px; height:195px; border:solid #fff 2px; margin-right:20px; }
.about p{ margin:0; text-indent:24px;}

.news{ float:right; width:45%;}
.news .top1{ text-align:center; border-bottom:dashed #bbb 1px; padding-bottom:10px; margin-bottom:20px;}
.news .top1 img{ display:block; margin:0 auto; width:340px; height:180px; margin-bottom:10px;}
.news .top1 a.t{ color:#047EC4; font-weight:bold;}
.news .top1 a.t:hover{ color:#ff8000;}
.news ul{ list-style:none; margin:0; }
.news li{ font-size:12px; line-height:24px;}
.news li time{ float:left; color:#666; margin-right:15px; }


/**
 * 6.1 Content
 * -----------------------------------------------------------------------------
 */
.content-area{float:right; width:950px; min-height:300px; position:relative;}
.products .content-area{ background-color:#fff; padding:2em 0; border:solid #ddd 1px;}
.site-content{ overflow:hidden; font-size:14px;}

.cat-list{ }
/* related */
.related{ overflow:hidden; margin:0 30px;}
.related h2{ font-weight:normal; font-size:14px; line-height:40px; margin:30px 0 50px 0; text-align:center; border-bottom:dashed #999 1px; height:20px; }
.related h2 span{ display:inline-block; padding:0 50px; background-color:#fff;}
.related ul{ margin:0 0 10px 0; padding:0; list-style:none; overflow:hidden;}
.relatedprod li{ float:left; width:25%; *width:24.8%; text-align:center;}
.relatedprod li a.thumbnail{display:block; margin:0 auto 5px auto; width:200px; height:200px; overflow:hidden;}
.relatedprod li img{ display:block; margin:0 auto; width:auto; height:200px; max-width:100%;}
/*pagenav*/
.wp-pagenavi{clear:both; margin:20px; line-height:36px; overflow:auto; zoom:1; color:#555; overflow:hidden; }
.wp-pagenavi a,.wp-pagenavi span{ display:inline-black; *display:inline; zoom:1; padding: 8px 10px; margin: 1px;  text-decoration: none; background-color:#ddd; }
.wp-pagenavi a{color:#0775BB;}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{ background:#047EC4; color:#fff; font-weight:bold; }
/* breadcrumb-navxt */
.breadcrumb-navxt{ margin:1em 0; line-height:24px; color:#999; overflow:hidden; background-color:#f5f5f5; border-radius:4px; padding:5px 1em; }
.breadcrumb-navxt a{color:#5bb2fc;}
.breadcrumb-navxt a:hover{ color:#2686C4;}
/* 相册 */
.album{ overflow:hidden; text-align:center; margin-bottom:20px;}
.album .bigimg{ height:400px; overflow:hidden; margin:10px 20px; background-color:#fff; border:solid #ccc 1px; padding:10px;}
.album .bigimg img{ display:block; height:400px; margin:0 auto;}
.album .album-list{ display:inline-block; *display:inline; zoom:1;}
.album .album-list img{ float:left; width:100px; height:75px; margin:0 8px 8px 0; background-color:#fff; padding:2px; border:solid #ccc 1px;}
.album .album-list a.cur img{ border-color:#ff8000; border-width:2px;}
.album img{ max-width:none;}
/* Post/Image/Paging Navigation  */
.image-navigation {
	margin: 24px auto 48px;
	max-width: 500px;
	padding: 0 10px;
}
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}
/*.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	float:left;
	 width:54px;
	 height:40px;
	 background:url(images/arr.gif) no-repeat;
	 text-indent:-999px;
	 overflow:hidden;
	 margin:0 20px 0 10px;
}
.post-navigation .meta-nav-r{ float:right; background-position:right 0;margin:0 10px 0 20px; text-align:left;}*/
.post-navigation .prev{ text-align:right; float:right;}
.post-navigation .next{ }
.post-navigation a,
.image-navigation a {
	display: block;
	font-size: 12px;
	line-height: 1.7142857142;
	text-transform: none;
	color:#683A00;
}
.post-navigation a:hover,
.image-navigation a:hover {
	color:#E18B07;
}
.nav-links {
	word-wrap: break-word;
	overflow:hidden;
	border-top:solid #ddd 1px;
	/*border-bottom:solid #ddd 1px;*/
	padding:0 20px;
}
.nav-links a{ float:left; width:50%; border:none; line-height:30px;}
.nav-links a[rel=prev]{ text-align:right; float:right; }
.post-navigation{ margin:10px 0; max-width:none; clear:both;}
/* Paging Navigation */
.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}
.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}
.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}
.paging-navigation a {
	color: #2b2b2b;
}
.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}
.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}
/*Search list*/
.sli{ clear:both; border-bottom:dashed #ccc 1px; padding-bottom:10px; margin-bottom:10px; zoom:1; overflow:hidden;}
.sli h2{ display:inline-block; font:18px/24px ""; margin:0; clear:none;}
.sli p{ margin:0; color:#999;}
.sli span{ color:#090; display:block; }
.sli img{ float:right; width:160px; margin:0 20px; padding:2px; border:solid #ddd 1px;}
/* list */
.list{ list-style:none; margin:0; }
.list li{ font-size:12px; line-height:30px; border-bottom:dashed #ccc 1px;}
.list li a{ background:url(../image/i_3j.gif) no-repeat 10px center; padding-left:25px; display:inline-block; zoom:1; }
/* solution */
.solution h1{ border-bottom:solid #229F97 1px; height:18px; font-size:24px; text-align:center; width:560px; margin:0 auto 30px auto; }
.solution h1 span{ display:inline-block; background-color:#fff; padding:0 30px;}
.solution ul{ list-style:none; margin:0 0 30px 0;  overflow:hidden; border-bottom:dashed #333 1px; padding-bottom:20px; }
.solution li{ float:left; margin-right:22px; position:relative; border:solid #229F97 1px; border-bottom-left-radius:12px; border-bottom-right-radius:12px; overflow:hidden; width:316px;}
.solution li:last-child{ margin:0;}
.solution li img{ display:block; position:relative; z-index:-1; }
.solution a.t strong{ display:block; position:absolute; bottom:0; background-color:#229F97; color:#fff; text-align:center; line-height:32px; text-align:center; width:100%; font-size:18px; font-weight:normal; border-bottom-left-radius:8px; border-bottom-right-radius:8px; display:none; }
.solution a.t:hover strong,
.solution .cur a.t strong{ display:block;}
.solution p{ color:#666;}
/* img-t-desc */
.img-t-desc{ list-style:none; margin:0; }
.img-t-desc li{ padding:20px 0; overflow:hidden; }
.img-t-desc li img{ display:block; width:100%; }
.img-t-desc a.thumbnail{float:left; margin-right:2em; width:480px; height:200px; overflow:hidden;}
.img-t-desc a.t{ font-size:18px; line-height:24px;  }
.img-t-desc a.t:hover{}
.img-t-desc p{ color:#666; margin:1em 0; font-family:"宋体"; font-size:12px; line-height:2em;}
.img-t-desc .meta{ color:#666; clear:both; border-top:dashed #888 1px; border-bottom:dashed #888 1px; margin-top:20px; font-size:12px; line-height:2em; font-family:"宋体";}
.img-t-desc a.more{ font-family:"宋体"; display:inline-block; padding:0 1em; background-color:#81ceff; color:#fff;}
.img-t-desc a.more:hover{ background-color:#00598e;}
/* service */
.service{ float:left; width:600px; overflow:hidden; border:solid #ddd 1px; padding:10px; margin-bottom:24px;}
.service-1{ float:right; width:340px;}
.service h2{ font-size:24px; line-height:1.5em; font-weight:normal; margin:10px 0; }
.service h2 a{ color:#7A878F; }
.service h2 a:hover{ color:#085196;}
.service ul{ margin:0; list-style:none;}
.service li{ padding:12px 20px 12px 12px; overflow:hidden; margin-bottom:5px; background-color:#f2f2f2;}
.service li:hover{ background-color:#f8f8f8;}
.service li img{ float:left; margin-right:20px; width:124px;}
.service li a.t{ font-size:16px; line-height:2em; color:#085196;}
.service li a.t:hover{ color:#f90;}
.service li p{ margin:0; line-height:1.5em; color:#666;}
.service .more{ float:right; font-size:14px; line-height:2em; margin-right:20px; color:#999; }
.service .more:hover{ color:#085196;}
.service-1 li{ position:relative; padding:5px; padding-left:70px}
.service-1 li a.thumb{ position:absolute; left:0; top:0; display:block; width:50px; height:100%; background:#DDE6EA url(../image/i_down.png) no-repeat center center;}
.service-1 li a.thumb:hover{ background-color:#f90;}
.service-1 li a.thumb img{ display:none;}
/* 展会列表 */
.serv-list{ margin:0; list-style:none;}
.serv-list li{ padding:30px 0 ; overflow:hidden; border-bottom:solid #333 1px;}
.serv-list li:first-child{ padding-top:0;}
.serv-list li img{ float:left; margin-right:40px; width:180px;}
.serv-list li a.t{ font-size:16px; line-height:2em; color:#019187;}
.serv-list li a.t:hover{ color:#f90;}
.serv-list li p{ margin:0; line-height:2em; color:#666;}
.zh-meta{ border-bottom:solid #333 1px; padding:0 0 20px 0; margin-bottom:30px; font:14px/2em ""; color:#019187;}
.zh-meta p{ margin:0; }
/* 帮助列表 */
.help-list{ margin:0; list-style:none;}
.help-list .q,
.help-list .a{ display:inline-block; *display:inline; *zoom:1; width:22px; height:22px; color:#fff; background-color:#333; text-align:center; line-height:22px; position:absolute; left:0;}
.help-list .a{ background-color:#8B7E10;}
.help-list dt,
.help-list dd{ padding-left:34px; position:relative;}
.help-list dd{ border-bottom:dashed #bbb 1px; line-height:18px; margin:5px 0 10px 0; padding-bottom:10px;}
.help-list dd p{ margin:0; }
/* 下载列表 */
.down-list{ margin:0; list-style:none;}
.down-list li{ float:left; width:418px; position:relative; padding:5px; padding-left:70px; background-color:#fff; margin-bottom:10px; margin-left:10px;border: solid #ccc 1px; overflow:hidden; line-height:20px;}
.down-list li:nth-child(odd){ margin-left:0;}
.down-list li:hover{ border-color:#2686C4;}
.down-list li a.t{ font-size:14px; line-height:2em; font-weight:bold; }
.down-list li a.t:hover{}
.down-list li a.btn{ position:absolute; left:0; top:0; display:block; width:50px; height:100%; background:#eee url(../image/i_download.png) no-repeat center center; text-indent:-999px; overflow:hidden;border-right: solid #ccc 1px; }
.down-list li a.btn:hover{ background-color:#fff;}
.down-list li p{ margin:0; color:#666; }
.down-list li .size{ color:#999; text-transform:uppercase; font-size:12px;}
/* prodlist */
.site-content .prodlist{ font-size:12px;}
.prodlist{ list-style:none; margin:0; overflow:hidden; }
.prodlist li{ float:left; width:25%; *width:24.8%; text-align:center; margin-bottom:10px;}
.prodlist li:nth-child(4n+1){ clear:left;}
.prodlist li div{ margin:0 10px;}
.prodlist li a.thumbnail{display:block; margin:0 auto 5px auto; width:200px; height:200px; overflow:hidden;}
.prodlist li img{ display:block; margin:0 auto; width:auto; height:200px; max-width:100%;}
/* img-list 图片+标题列表 */
.img-list{list-style:none; margin:0; padding:0; overflow:hidden; }
.img-list li{ float:left; width:25%; *width:24.8%; text-align:center; margin-bottom:10px; line-height:18px;}
.img-list li:nth-child(4n+1){ clear:left;}
.img-list li a.thumbnail{display:block; margin:0 auto 5px auto; width:140px; height:200px; overflow:hidden; border:solid #ccc 1px; padding:3px; }
.img-list li a.thumbnail:hover{ border-color:#008C68;}
.img-list li img{ display:block; margin:0 auto; width:auto; height:200px; max-width:100%;}
.img-list li a.t{ font-size:12px;}
/* img-list2 图片+标题+描述列表 */
.img-list2{ list-style:none; margin:0; }
.img-list2 li{ border-bottom:solid #ddd 1px; padding:20px 0; overflow:hidden; }
.img-list2 li img{ float:left; margin-right:20px; width:160px;}
.img-list2 a.t{ font:bold 14px/24px ""; color:#047EC4; }
.img-list2 a.t:hover{color:#ff8000;}
.img-list2 p{ color:#666; margin:10px 0 0;}
/* caselist */
.caselist{ list-style:none; margin:0; overflow:hidden; }
.caselist li{ float:left; width:33%; text-align:center; margin-bottom:10px;}
.caselist li div{ margin:0 10px;}
.caselist li img{ display:block; margin:0 auto 5px auto; width:190px; height:140px; border:solid #ccc 1px; padding:3px;}
/*联系*/
.btn-yh{ display:block; font-size:25px; line-height:46px; width:420px; margin:0 auto; border:solid #000 1px; background-color:#085196; color:#fff; text-align:center;}
.btn-yh:hover{ color:#ff0;}
.yhlist{ display:none;}
/*新闻*/
.newlist{ float:left; width:400px; margin:0 50px;}
.newlist h2{ border-bottom:solid #999 1px; padding-bottom:2px; margin:0;}
.newlist h2 a{ display:block; text-align:center; color:#fff; background-color:#00CEC1; font-size:18px; line-height:32px; font-weight:normal; }
.newlist.list-2 h2 a{ color:#019187; background-color:#FFC988; }
.newlist ul{ margin:0; padding:0; list-style:none; }
.newlist li{ border-bottom:dashed #999 1px; padding:20px 0; overflow:hidden; }
.newlist li img{ float:left; margin-right:12px;width:100px;}
.newlist a.t{ font-size:14px; line-height:24px; color:#019187; }
.newlist a.t:hover{color:#f90;}
.newlist p{ color:#666; margin:0; line-height:20px;}
.newlist .meta{ color:#000;}
.newlist .more{ float:right; line-height:40px;}
/*分享代码*/
.bdsharebuttonbox{ min-width:200px;}
/*产品*/
article .prod-desc h2{ background:#f5f5f5 url(../image/i_3j.gif) no-repeat 15px center; border-radius:4px; line-height:1.8em; font-size:18px; text-indent:1.5em;}
.prod-desc .share{ border:solid #ddd 1px; border-radius:12px; padding:.5em 1em; width:180px; margin:0 auto;}
.prod-desc .album{ float:left; width:352px;}
.prod-desc .gallery{ overflow:hidden;}
.gallery-item img{ width:60px; height:44px; border:solid #ccc 1px; padding:1px; display:block; max-width:none;}
.gallery-item a.cur img{ border-color:#F67F01; border-width:2px;}
.prod-desc .maximg{ height:320px; /*padding:10px; border:solid #ccc 1px;*/ margin:0 24px 20px 0; }
.prod-desc .maximg img{ max-height:320px; display:block; margin:0 auto; max-width:none; width:auto;}
.prod-desc .maximg .zoomWindow img{ max-width:none;}
.prod-desc .maximg img.small{ width:350px; height:259px; border:solid #ddd 1px; display:block;}
.xctext{ font-size:14px; color:#666; position:relative;}
.xctext strong{ color:#333; }
.xctext .btn{ width:100%; height:31px; background:url(/wp-content/themes/yijie2016/images/btn_prod.jpg) no-repeat;}
.xctext .btn a{ float:left; display:block; width:180px; height:31px; text-indent:-999px; overflow:hidden;}
.xctext .btn a:hover{ background-color:#fff; opacity:0.2; filter:alpha(opacity=20);}
.xctext .btn a:last-child{ float:right;}
.xctext .sc{ float:left; width:160px; height:50px; display:block; background:url(/wp-content/themes/yijie2016/images/btn_sc.jpg) no-repeat; text-indent:-999px; overflow:hidden;}
.prod-tt{ clear:both; overflow:hidden; margin:30px 0 0; }
.prod-tt span{ display:block; float:left; font-size:14px; line-height:28px; font-weight:normal; width:150px; text-align:center; margin-right:1px; background-color:#777; color:#fff; border-top-left-radius:5px; border-top-right-radius:5px; cursor:pointer;}
.prod-tt span.cur{ background-color:#B36024; color:#fff;}
.prod-desc .tab-content{ display:none; zoom:1; overflow:hidden; }
.prod-desc .tab-content:first-child{ display:block;}
.prod-desc .tab-content table tr.odd{ background-color:#eee;}
/*放大镜*/
.zoomPad{
	position:relative;
	/*float:left;*/
	z-index:2;
	cursor:crosshair;
}
.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../image/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}
.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:solid #f00 1px;
  z-index:101;
  cursor:crosshair;
}
.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:999;
	width:100%;
	height:100%;
	display:none;
}
.zoomWindow{
	position:absolute;
	right:-100%;
	top:40px;
	background-color:#FFF;
	height:auto;
  z-index:999;
}
.zoomWrapper{
	position:absolute;
	border:1px solid #999;
  z-index:999;
  left:0;
  top:0;
	background-color:#FFF;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;
}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}
.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}
/*===单篇文章样式====*/
/*优势*/
article#post-801 img{ display:block;}
/*sitemap*/
.sitemap{ margin:40px;}
.sitemap header{ margin-bottom:30px; overflow:hidden;}
.sitemap h1{ font:3em/1.5em "Microsoft Yahei"; color:#666;}
.sitemap li a{ display:block; line-height:24px; font-size:14px;}
.sitemap>article>ul{ border-bottom:dashed #ccc 1px; margin-bottom:10px;}
.sitemap>article>ul>li{ float:left; width:30%; margin-right:2%;}
.sitemap>article>ul>li>a{ padding-left:20px; }
.sitemap ul{ margin:0; padding:0; list-style:none; overflow:hidden;}
.sitemap ul ul{ margin-left:20px;}
.sitemap>article>ul>li{ background-color:#eee; margin-bottom:10px;}
.sitemap>article>ul>li>ul>li{ border-top:dashed #aaa 1px;}
.sitemap>article>ul>li>ul>li>a{ color:#f70;}
.sitemap li li li{ float:left; width:20%;}
/**
 * 6.2 表单
 * -----------------------------------------------------------------------------
 */
/*加盟申请*/
.wpcf7{font-family:"宋体"; color:#888;}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{font-family:"宋体"; color:#666;}
.wpcf7 li input,
.wpcf7 li select,
.wpcf7 li textarea{ background-color:#e8e8e8; border:solid #888 1px;}
.wpcf7 li textarea{ height:200px;}
.wpcf7 li input,
.wpcf7 li select{ height:24px; line-height:24px;}
.wpcf7 li select{ width:100%;}
.wpcf7 form li:nth-child(2) select{ width:48%;}
.wpcf7 li input{ padding:0; text-indent:12px;}
.wpcf7 .screen-reader-response ul{ display:none;}
.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-response-output{ clear:both; text-align:center; margin:10px 0; background-color:#f90; color:#fff; font-size:18px; line-height:1.5em;}
.wpcf7 form ol{ margin:0; list-style:none;}
.wpcf7 .wpcf7-file{background-color:#e8e8e8; border:solid #888 1px;height:24px; line-height:24px; width:150px; padding:0;}
.wpcf7 .wpcf7-submit{background-color:#e8e8e8; border:solid #888 1px;height:24px; line-height:24px; width:110px;}
#wpcf7-f229-p40-o1{ border-top:solid #ddd 1px; padding-top:20px;}
#wpcf7-f229-p40-o1 li{ float:left; width:116px; margin-right:50px; margin-bottom:20px; height:45px;}
#wpcf7-f229-p40-o1 li:nth-child(2),
#wpcf7-f229-p40-o1 li:nth-child(5){ width:246px;}
#wpcf7-f229-p40-o1 li:last-child{ clear:both; float:none; width:100%; height:auto;}
/*在线留言*/
#wpcf7-f228-p32-o1{color:#666; }
#wpcf7-f228-p32-o1 li{ margin-bottom:20px; }
#wpcf7-f228-p32-o1 li input{ height:40px;line-height:40px;}
#wpcf7-f228-p32-o1 li input,
#wpcf7-f228-p32-o1 li select,
#wpcf7-f228-p32-o1 li textarea{ width:100%; background-color:transparent; border:solid #888 1px; border-radius:0;}
#wpcf7-f228-p32-o1 li textarea{ line-height:1.5em; height:100px;}
#wpcf7-f228-p32-o1 p{}
#wpcf7-f228-p32-o1 .wpcf7-submit{height:40px; line-height:40px; width:160px; background-color:#2787C4; color:#fff;  border:none;border-radius:0;}
#wpcf7-f228-p32-o1 .wpcf7-submit:hover{ background-color:#ff8000;}
/*公司地图*/
.map{ clear:both; border:solid #ccc 2px; margin-top:1em; height:420px; overflow:hidden;}
.map p{ margin:0;}
/*联系我们*/
#post-32 .p-content{ float:right; width:45%;}
#post-32 .wpcf7{ float:left; width:45%;}
/**
 * 6.4 Post Thumbnail
 * -----------------------------------------------------------------------------
 */
.post-thumbnail {
	display: block;
	width: 100%;
	z-index: 0;
}
a.post-thumbnail:hover {
	background-color: #999;
}
.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}
/**
 * 6.5 Entry Header
 * -----------------------------------------------------------------------------
 */
.archive-header,
.entry-header{ font-size:14px;}
.page .entry-title,
.archive-title{ font:2.2em/1.2em "Microsoft Yahei";color:#00598E; margin:1em 0 0; padding-top:10px; text-align:center; padding:20px 10px 10px 10px; height:auto; }

.entry-title a {
	color: #2b2b2b;
}
.entry-title a:hover {
	color: #41a62a;
}
.products .entry-title{ font:2.2em/1.2em "Microsoft Yahei";color:#00598E; margin:1em 0 0; padding-top:10px; text-align:center; padding:20px 10px 10px 10px; height:auto;}
/**
 * 6.6 Entry Meta
 * -----------------------------------------------------------------------------
 */
.entry-meta {
	clear: both;
	font-size: 12px;
	line-height: 40px;
	color:#999;
	text-transform: uppercase;
	overflow:hidden;
	border-bottom:solid #ccc 1px;
	border-top:solid #ccc 1px;
	margin-bottom:30px;
	padding-left:20px;
}
.entry-meta a {
	color: #767676;
}
.entry-meta a:hover {
	color: #41a62a;
}
.sticky .entry-date {
	display: none;
}
.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}
.cat-links a {
	color: #2b2b2b;
}
.cat-links a:hover {
	color: #41a62a;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}
/* Tag links style */
.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}
.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}
.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}
.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}
/**
 * 6.7 Entry Content
 * -----------------------------------------------------------------------------
 */
.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.entry-content{ padding:20px 30px;}
.entry-content h2{ font-size:1.8em; font-weight:normal; color:#666; margin:1em 0 1em 0;}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{ font-size:14px; margin:20px 0; border-bottom:dashed #ccc 1px; line-height:40px;}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}
.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}
.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	padding:3px;
}
.entry-content table p{ margin:0; }
.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}
.entry-content .edit-link a:hover {
	color: #41a62a;
}
/* Mediaelements */
.hentry .mejs-container {
	margin: 12px 0 18px;
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}
.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
.hentry .mejs-overlay-loading {
	background: transparent;
}
/* Page links */
.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}
.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}
.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}
.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}
.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}
/**
 * 6.8 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery {
	margin: 12px 0;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
	display:block;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/**
 * 6.9 Post Formats
 * -----------------------------------------------------------------------------
 */
.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}
.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}
/**
 * 6.9 Attachments
 * -----------------------------------------------------------------------------
 */
.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}
.attachment .entry-content {
	padding-top: 0;
}
.attachment footer.entry-meta {
	text-transform: none;
}
.entry-attachment .attachment {
	margin-bottom: 24px;
}
/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */
.page-title {
	font-size: 33px;
	font-weight: 200;
	line-height: 1.5;
	margin: 0;
}
.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}
.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}
.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}
.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}
.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}
/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */
.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}
.contributor:first-of-type {
	padding-top: 24px;
}
.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}
.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}
.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}
.contributor-bio a {
	text-decoration: underline;
}
.contributor-bio a:hover {
	text-decoration: none;
}
.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}
.contributor-posts-link:before {
	content: "\f443";
}
/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */
.error404 .page-content {
	padding-top: 0;
}
.error404 .page-content .search-form {
	margin-bottom: 24px;
}
/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */
.full-width .hentry {
	max-width: 100%;
}
.full-width .content-area{ float:none; width:100%;}
.full-width .site-content{ }
.full-width .entry-content{ padding:1em 0;}
.full-width .entry-header{}
.full-width .entry-title { padding:20px 10px 10px 10px; height:auto;}
.full-width #secondary { float:none; width:100%; height:80px; overflow:hidden; margin-bottom:10px; }
.full-width .aside-nav{text-align:center; background:#fff; padding:15px; border:solid #e0e0e0 1px;  }
.full-width .scroll{ position:fixed; width:968px; top:0; left:50%; margin-left:-500px; z-index:8; }
.full-width .aside-nav li{ margin-right:5px; display:inline-block; *display:inline; zoom:1;}
.full-width .aside-nav li a{ display:block; zoom:1; background-color:#ddd; padding:10px 30px; font:14pt/1.5em "";}
.full-width .aside-nav li a:hover,
.full-width .aside-nav li.current_page_item a{ background-color:#E18B07; color:#fff;}
.full-width .aside-ad,
.full-width .aside-contact{ display:none;}
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
.comments-area {
	max-width: 100%;
}
.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
	color:#B36024;
}
.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}
.comment-author,
.comment-content {
	font-size: 16px;
	line-height: 1.7em;
}
.comment-content
.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}
.comment-list .reply {
	display:none;
}
.comment-meta{ overflow:hidden;}
.comment-author{ float:left;}
.comment-metadata{ float:right;}
.comment-author .fn {
	font-weight: 900;
}
.comment-author a {
	color: #2b2b2b;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-bottom: 1px dashed #999;
	padding: 20px 0;
}
.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
}
.comment-author {
	position: relative;
}
.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}
.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.says {
	display: none;
}
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}
.comment-edit-link {
	margin-left: 10px;
}
.comment-edit-link:before {
	content: "\f411";
}
.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}
.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 15px;
}
.comment-respond {
	color:#B36024;
	font-size:14px;
}
.comment .comment-respond {
	margin-top: 24px;
}
.comment-respond h3.comment-reply-title {
	margin-top: 0;
	margin-bottom: 24px;
	background-color:#eee;
	text-indent:20px;
	border-radius:5px;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.comment-form{ position:relative; height:300px;}
.comment-form label {
	display: block;
}
.comment-form input,
.comment-form textarea{border:solid #E6A25E 1px; background-color:#f0f0f0;}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email{ width:180px;}
.comment-form p.comment-form-comment{ width:450px; position:absolute; right:0; top:48px;}
.comment-form p.comment-form-author input,
.comment-form p.comment-form-email input{ width:95%; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}
.comment-form textarea {
	 width:95%;
	 height:200px;
}
.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
	display:none;
}
.required {
	color: #f00;
}
.comment-form .form-submit #submit{ width:130px; height:40px; line-height:40px; background-color:#B36024;}
.comment-form .form-submit #submit:hover{ background-color:#f90;}
.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}
.comment-reply-title small a:hover {
	color: #41a62a;
}
.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}
.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */
/* Secondary */
#secondary { float:left; width:200px; position:relative; }
.aside-ad{ margin-top:10px;}
.aside-ad img{ display:block; margin-bottom:10px;}
.aside-contact{ border:solid #ccc 1px; background-color:#fff; margin-top:10px; border-radius:5px;}
.aside-contact .text{ padding:10px 15px 0 15px; color:#555;}
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

.aside-nav { float:left; width:200px; background-color:#fff; border:solid #e0e0e0 1px; position:relative; z-index:2; }
.aside-nav h3{ margin:0; border-bottom:solid #ddd 1px; padding-top:10px; font-size:16px; line-height:2em; color:#5bb2fc; text-indent:15px;}
.aside-nav ul{ margin:0; padding:0; list-style:none;}
.aside-nav li { zoom:1; position:relative;}
.aside-nav li a{ display:block; height:32px; font:12px/32px ""; border-bottom:solid #e0e0e0 1px; position:relative;text-indent:35px; background:url(../image/i_3j.gif) no-repeat 20px center; background-color:#fff;}
.aside-nav li:last-child a{ border:none;}
.aside-nav li a:hover,
.aside-nav li:hover>a,
.aside-nav .current_page_item>a,
.aside-nav .current-cat>a,
.aside-nav .current-cat-parent>a{ background-color:#5bb2fc; color:#fff;}
.aside-nav .current_page_item>a span,
.aside-nav .current-cat>a span{ display:none; width:25px; height:32px; background-color:#fff; position:absolute; right:0; bottom:0; z-index:2;}
/*lv2*/
.aside-nav li ul{ display:none; position:absolute; left:100%; top:0; width:200%; background-color:#fff; border:solid #5bb2fc 2px;}
.aside-nav .current-cat ul,
.aside-nav .current-cat-parent ul{ position:static; left:0; border:none; width:auto;}
.aside-nav .current-cat ul,
.aside-nav .current-cat-parent ul{ display:block;}
.aside-nav li li{ float:left; width:50%; position:static;}
.aside-nav li.current-cat li,
.aside-nav .current-cat-parent li{ float:none; width:auto;}
.aside-nav li.current-cat li a,
.aside-nav .current-cat-parent li a{ background-color:#eee;}
.aside-nav li.current-cat li a:hover,
.aside-nav .current-cat-parent li a:hover,
.aside-nav .current-cat-parent .current-cat>a{ background-color:#aaa;}
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
.site-footer {
	clear:both;
	margin-top:20px;
	font-size: 12px;
	line-height:24px;
	text-align:center;
	position: relative;
	color:#888;
	background-color:#333;
}
.site-info { margin-bottom:10px; }
.site-info p{ margin-bottom:10px; }
.site-info a{ color:#888; text-decoration:underline; font-size:14px; }
.site-info a:hover{ color:#81ceff; }
/*footnav*/
.menu-footnav-container{ height:40px;overflow:hidden; margin-bottom:24px;} 
.menu-footnav-container ul{ list-style:none; margin:10px 0; padding:0; } 
.menu-footnav-container li{border-left:solid #fff 1px; line-height:12px; display:inline-block; *display:inline; *zoom:1; } 
.menu-footnav-container li:first-child{ border:none;}
.menu-footnav-container li a{ color:#fff; padding:0 15px; line-height:12px;} 
.menu-footnav-container li:first-child a{ padding-left:0;}
.menu-footnav-container li a:hover{ color:#81ceff; } 
/*网站设计*/
#site-design{ overflow:hidden; text-align:center; color:#666; margin-bottom:30px;}
#site-design a{ color:#666; text-decoration:underline;}
#site-design span{display:inline-block; *display:inline; *zoom:1; border:solid #ccc 1px; padding:5px 40px; border-radius:20px; }
#site-design span:hover{ border-color:#aaa;}
/* xml-sitemp , RSS */
#xml{ font-family:Arial, Helvetica, sans-serif; text-align:center; color:#999;}
#xml a{ color:#999;}
/* 返回顶部 */
.up{ position:fixed; _position:absolute; bottom:50px; right:10px; background:#ccc url(../image/up.png) no-repeat 20px center; width:60px; height:60px; display:block; text-indent:-200px; overflow:hidden; display:none;}
.up:hover{ background-color:#00598e;}
/* links */
.links{ background-color:#fff; padding:10px 30px; color:#666; margin-top:32px;}
.links a{ color:#666;}
.links a:hover{ color:#E18B07;}
/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */
.featured-content {
	background: #000 url(../image/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}
.featured-content-inner {
	overflow: hidden;
}
.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}
.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}
.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}
.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}
.featured-content a {
	color: #fff;
}
.featured-content a:hover {
	color: #41a62a;
}
.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}
.featured-content .cat-links {
	font-weight: 700;
}
/* Slider */
.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}
.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}
.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}
.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}
.slider-control-paging li:last-child {
	margin-right: 0;
}
.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}
.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}
.slider-control-paging a:hover:before {
	background-color: #41a62a;
}
.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}
.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}
.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}
.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}
.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}
.slider-direction-nav a:hover {
	background-color: #24890d;
}
.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}
.slider-direction-nav .slider-next:before {
	content: "\f429";
}
.slider-direction-nav .slider-disabled {
	display: none;
}

/**
 * 10.0 Media Queries
 * -----------------------------------------------------------------------------
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (min-width: 640px) {
  .box {width: 640px;}
}
@media (min-width: 768px) {
  .box {width: 750px;}
}
@media (min-width: 992px) {
  .box {width: 970px;}
}
@media (min-width: 1200px) {
  .box {width: 1170px;}
}
@media (max-width: 640px) {
	.box {width: 640px;}
	.search{ display:none;}
	.entry-content{ width:90%; margin:0 auto;}
	#post-32 .p-content,
	#post-32 .wpcf7{ float:none; width:100%; }
}
/**
 * 11.0 Print
 * -----------------------------------------------------------------------------
 */
@media print {

}
