/*
Theme Name: szlifei.net
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 - Multisite
 * 11.0 - Media Queries
 * 12.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: "Microsoft Yahei", Lato, sans-serif;
	font-size: 12px;
	/*line-height: 2em;*/
}

/*个别不同字体设置*/
.site-navigation a,
.nav-all>li>a,
h1,
h2,
h3,
.p2 li strong,
.aside-nav li a,
a.t,
.zt,
#wpcf7-f228-p650-o1{}

a {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #DA0508;
}
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;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
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:0px; 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 {width:100%; max-width: 1920px; margin: 0 auto;}

.main-content {
	width: 100%;
}
.inpage .main-content{ width:100%; min-width:1000px; margin:0 auto; position:relative; }
.w1920{ position:absolute; width:1920px; left:50%; margin-left:-960px; text-align:center;}

/**
 * 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;	width: 100%; z-index: 9;}
.site-header p{ margin:0; }
.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

.header-main { min-height: 110px;}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	display:none;
}

#logo{ float:left; margin:10px 0 10px 2px; }
.desc{ float:left; margin:36px 0 0 26px; line-height:20px; padding:5px 0 5px 26px; border-left:solid #ccc 1px; color:#333; font:25px/32px "Microsoft Yahei";}
.head_c{ height:25px; background-color:#e8e8e8; display:none;}


.head_r{ position:absolute; right:20px; top:49px;}
.head_r a{ color:#949494;}
.head_r a:hover{ color:#01ADA1;}
.head_r img{ float:left;}
.head_r .tel{ }
.head_r .qrcode{ margin:15px 0 0 0;}

/*Focus*/
.banner{ height:424px; position:relative; background-color:#fff; }
.banner img{ display:block; margin:0 auto; max-width:100%; }
#slide_text { position:absolute; z-index:2; bottom:10px; right:10px; }
#slide_text ul {list-style-type:none; margin:0; padding:0;}
#slide_text ul li { display:inline-block; width:20px; height:20px; line-height:20px; margin:0 2px; cursor:pointer; text-align:center; background-color:#5E5B59; color:#fff; *display:inline; zoom:1; }
#slide_text ul li.cur{ background-color:#B28C6C; color:#333; }
#slide_list a{ display:none; position:absolute; height:424px; width:1920px; left:50%; margin-left:-960px; overflow:hidden; text-align:center; background-color:#eee;}
.bn-ty{ clear:both; height:25px; background:url(images/bn_ty.jpg) no-repeat center 0; display:none;}

.banner-in{ position:relative; height:300px; overflow:hidden;}
.banner-in img{ max-width:100%; display:block; margin:0 auto; }
.banner-box{ }


/* Search in the header */
.search{ overflow:hidden; height:40px; line-height:40px; margin:1px 0; background-color:#eee;}
.inpage .search{ margin-bottom:10px;}
.hotkey{ float:left; width:660px; color:#666; }
.hotkey span{ color:#333;}
.hotkey a{ color:#666;}
.hotkey a:hover{ color:#D1180C;}

.search-box {
	float:right;
	overflow:hidden;
}
.search-box .search-form{ width:212px; height:30px; background:url(images/search_bg.png) no-repeat; margin-top:6px;}
.search-box .search-field {
	background:none;
	border: 0;
	float: left;
	font-size: 12px;
	padding:0;
	width: 162px;
	height:20px;
	line-height:24px;
	margin:2px 0 0 12px;
}
.search-box .search-submit {
	display:block;
	border: 0;
	float: right;
	font-size: 12px;
	padding:0;
	width: 37px;
	height:26px;
	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;}


.topnav{ position:absolute; right:0; top:-25px; height:25px; line-height:25px; text-align:right;}
.topnav li{ display:inline-block; *display:inline; zoom:1; line-height:12px; padding:0 5px;}
.topnav li:nth-child(2){}
.topnav ul { list-style: none; margin:0; padding:0; }

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation{ clear:both; background-color:#D1180C; height:42px;}
.nav-ty{ height:13px; background:url(images/nav_ty.jpg) no-repeat center 0; display:none;}
.menu-nav-container{ height:42px; position:relative; width:1000px; margin:0 auto;}
.site-navigation ul{list-style: none; margin:0; padding:0;}
.site-navigation ul.menu {}
.site-navigation li { float:left; position:relative; line-height:42px; background:url(images/nav_fgx.jpg) no-repeat 0 center; padding-left:2px; }
.site-navigation li:first-child{ background:none; padding:0; }
.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: #fff;
	display: block;
	text-transform: uppercase;
	font:14px/42px "宋体";
	text-align:center;
	padding:0 50px;
}
/*.site-navigation #menu-item-696 a {width:74px;}
.site-navigation #menu-item-698 a,
.site-navigation #menu-item-699 a {width:109px;}*/

.site-navigation a:hover,
.site-navigation .current-menu-item a,
.site-navigation .current-menu-parent a { color: #000; background-color:#ddd; }
/*.site-navigation #menu-item-696 a {background-position: 0 0;}
.site-navigation #menu-item-694 a {background-position: -74px 0;}
.site-navigation #menu-item-698 a {background-position: -173px 0;}
.site-navigation #menu-item-699 a {background-position: -282px 0;}
.site-navigation #menu-item-697 a {background-position: -391px 0;}
.site-navigation #menu-item-700 a {background-position: -490px 0;}
.site-navigation #menu-item-695 a {background-position: -589px 0;}

.site-navigation #menu-item-696 a:hover,
.site-navigation #menu-item-696.current-menu-item a {background-position: 0 -76px;}
.site-navigation #menu-item-694 a:hover,
.site-navigation #menu-item-694.current-menu-item a {background-position: -74px -76px;}
.site-navigation #menu-item-698 a:hover,
.site-navigation #menu-item-698.current-menu-item a {background-position: -173px -76px;}
.site-navigation #menu-item-699 a:hover,
.site-navigation #menu-item-699.current-menu-item a {background-position: -282px -76px;}
.site-navigation #menu-item-697 a:hover,
.site-navigation #menu-item-697.current-menu-item a {background-position: -391px -76px;}
.site-navigation #menu-item-700 a:hover,
.site-navigation #menu-item-700.current-menu-item a {background-position: -490px -76px;}
.site-navigation #menu-item-695 a:hover,
.site-navigation #menu-item-695.current-menu-item a {background-position: -589px -76px;}*/

.site-navigation a span{ display:none;}
.site-navigation a:hover span,
.site-navigation .current-menu-item a span,
.site-navigation .current-menu-parent a span{ display:block; width:12px; height:6px; background:url(images/i_3jb.png) no-repeat; position:absolute; left:50%; bottom:-1px; margin-left:-6px;}



/**
 * 6.0 Home
 * -----------------------------------------------------------------------------
 */
.ad img{ display:block; max-width:100%;}
.ad1{ position:absolute; bottom:0; left:0; }
.ad2,.ad3{ margin:18px 0;}

.ico{ float:left; display:inline-block; zoom:1; width:15px; height:15px; margin:8px 10px 0 15px; background:url(images/i_t.png) no-repeat 0 center;}
.home .more{ position:absolute; right:10px; top:0; font:12px/32px ""; color:#666; }
.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{ }

.zt{ position:relative;  border:solid #ddd 1px; border-top:none;}
.zt h2{ margin:0; height:35px; border-bottom:solid #ddd 1px;  margin-bottom:20px; background-color:#efefef; color:#333; font-size:14px; line-height:35px; padding-left:18px;}
.zt h2 a{ border-bottom:solid #2787C4 1px; display:inline-block; padding:0 10px; font:14pt/32px ""; color:#CB0508; }
.fgx{ background-color:#D1180C; border:solid #ccc 1px; height:1px;}
.p1 .fgx{ height:3px;}

.p1{ overflow:hidden; margin-top:18px; position:relative; }
.p1 h2{ margin:0; height:32px; color:#666; font-size:25px; line-height:32px;}
.prodnav{ float:left; width:166px; min-height:600px; position:relative; background:#eee; }
.prodnav h3{margin:2px; height:34px; background:url(images/t_bg1.jpg) repeat-x; color:#fff; font-size:14px; line-height:34px; text-indent:30px;}
.prodnav h3 .ico{ background-position:0 -12px; margin-left:18px; display:none;}
.prodnav ul{list-style:none; margin:0; padding: 0;}
.prodnav li{ border-bottom:solid #fff 1px;}
.prodnav li a{ color:#fff; background:#555; height:32px; line-height:32px; display:block; padding-left:15px; overflow:hidden; font-size:14px; font-weight:bold;}
.prodnav li li a{ height:24px; font-size:12px; line-height:24px; font-weight:normal; color:#fff;  padding-left:35px; background:url(images/i_3j.png) no-repeat 20px center;  background-color:#888;}
.prodnav li a:hover{ color:#fff; background-color:#D1180C;}

.home-prod{ float:right; width:832px; min-height:446px; background-color:#efefef; border:solid #ccc 1px; }
.home-prod ul{ list-style:none; margin:0 10px; padding:14px 0; overflow:hidden; }
.home-prod li{ float:left; text-align:center; width:33.3%;  margin-top:10px;}
.home-prod li:nth-child(3n+1){ clear:left; }
.home-prod li img{ display:block; width:244px; height:244px; border:solid #ddd 1px; background-color:#fff; margin:0 auto 5px auto;}
.home-prod li strong{ font-weight:normal;}


.p2{max-width: 1000px;width: 100%;margin: 20px auto;overflow:hidden;}
.p2 .fl{ width:706px;}
.p2 .fr{ width:280px;}
.home .p2 .more{ line-height:35px;}

.about{ line-height:22px; min-height:350px;}
.about-content{ padding:0 20px; color:#555;}
.about img{ float:left; width:235px; border:solid #ccc 1px; padding:1px; margin-right:20px; }
.about p{font-size: 14px; line-height: 30px; margin-bottom:10px;}

.news{ background-color:#eee; border-bottom:solid #ccc 1px;}
.news .box{ height:40px;overflow:hidden;}
.news h2{ float:left; margin:0 12px 0 0; font:bold 14px/40px "";  }
.news h2 a{ color:#DD241A;}
.news .autoup{ float:left; height:40px; overflow:hidden; max-width:800px;}
.news ul{ list-style:none; margin:0; }
.news li{ font-size:12px; line-height:40px;}
.news li time{ float:right; color:#999; margin-left:15px; }

.faq{ float:right;  min-height:350px; background-color:#fff;}
.faq dl{ margin:0 20px;}
.faq .q,
.faq .a{ display:inline-block; *display:inline; *zoom:1; width:22px; height:22px; color:#fff; background-color:#999; text-align:center; line-height:22px; position:absolute; left:0;}
.faq .a{ background-color:#CB0508;}
.faq dt,
.faq dd{ padding-left:34px; position:relative;}
.faq dt{ line-height:18px;}
.faq dd{ border-bottom:dashed #bbb 1px; line-height:16px; margin:5px 0 10px 0; padding-bottom:10px; color:#666;}
.faq dd p{ margin:0; }



/**
 * 6.1 Content
 * -----------------------------------------------------------------------------
 */

.content-area{float:right; max-width:800px; width: 100%; position:relative; z-index:2;}
.site-content{ border:solid #ccc 1px; background-color:#fff; border-radius:5px;	padding:0; overflow:hidden; font-size:14px;}
.page .entry-title,
.archive-title { font:16px "Microsoft Yahei"; height:32px; color:#333; margin:0; margin-bottom:20px; border-bottom:solid #ddd 1px; line-height: 32px; }
.cat-list{ padding:0 30px;}


/* related */
.related{ overflow:hidden;}
.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:160px; height:125px; overflow:hidden; border:solid #ccc 1px; padding:3px; }
.relatedprod li img{ display:block; margin:0 auto; width:auto; height:125px; max-width:100%;}

/*pagenav*/
.wp-pagenavi{clear:both; margin:20px; line-height:36px; overflow:auto; zoom:1; color:#333; 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:#000;}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{ background:#CB0508; color:#fff; font-weight:bold; }

/* breadcrumb-navxt */
.breadcrumb-navxt{ margin:10px auto; line-height:24px; color:#666; overflow:hidden; zoom:1; border:solid #ccc 1px; background-color:#ddd; border-radius:5px; padding:5px 0; text-indent:12px; }
.breadcrumb-navxt a{color:#666;}
.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:#999;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color:#CB0508;
}

.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; */margin: 15px;margin-bottom:0px;zoom:1;overflow:hidden;width: 45%;float: left;/* display: inline; */background: #fcfcfc;padding: 5px;height: 100px;}
.sli h2{display:inline-block;font: 15px/24px "";margin:0;clear:none;}
.sli p{ margin:0; color:#999;}
.sli span{ font-size: 12px; 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(images/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;}

/* app */
.app{ list-style:none; margin:0; }
.app li{ border-bottom:solid #ddd 1px; padding:20px 0; overflow:hidden; }
.app li img{ float:right; margin-left:20px; width:180px; border:solid #ddd 1px; padding:2px;}
.app a.t{ font-size:18px; line-height:24px; color:#CB0508; font-weight:bold; }
.app a.t:hover{color:#ff8000;}
.app p{ color:#666; margin:10px 0 0;}
.app .meta{ color:#333;}
.news .app li img{ width:150px;}


/* 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(images/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:#999; text-align:center; line-height:22px; position:absolute; left:0;}
.help-list .a{ background-color:#CB0508;}
.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; color:#666;}
.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(images/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 */
.prodlist{ list-style:none; margin:0; overflow:hidden; }
.prodlist li{ float:left; width:25%; 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:160px; height:160px; overflow:hidden; border:solid #ccc 1px; padding:3px; }
.prodlist li img{ display:block; margin:0 auto; width:auto; height:160px; 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:25%; text-align:center; margin-bottom:10px;}
.caselist li a.thumbnail{ display:block; margin:0 auto 5px auto; width:210px; height:150px; position:relative;}
.caselist li img{ display:block; width:210px; height:150px;}
.caselist a.t{ font:12px/24px ""; }
.caselist .play{ display:block; position:absolute; left:50%; top:50%; margin:-19px 0 0 -20px; width:40px; height:38px; background:url(images/i_play.png) no-repeat;}

/*联系*/
.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;}


/*产品*/
.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(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(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(images/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 .alignleft{ width:280px;}
.wpcf7 .alignright{ width:600px;}

#wpcf7-f228-p650-o1{color:#666; font-size:14px; }
#wpcf7-f228-p650-o1 li{ margin-bottom:20px; }
#wpcf7-f228-p650-o1 li input{ height:32px;line-height:32px;}
#wpcf7-f228-p650-o1 p{ text-align:right;}
#wpcf7-f228-p650-o1 .wpcf7-file{height:32px; line-height:32px; }
#wpcf7-f228-p650-o1 .wpcf7-submit{height:40px; line-height:40px; width:160px; background-color:#999; color:#fff; margin-left:20px; border:none;}
#wpcf7-f228-p650-o1 .wpcf7-submit:hover{ background-color:#CB0508;}



/**
 * 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
 * -----------------------------------------------------------------------------
 */



.entry-title {
	font-size: 25px;
	line-height:40px;
	font-family:"Microsoft Yahei";
	font-weight: 300;
	margin: 10px 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}


.post .entry-title,
.products .entry-title{ text-align:center; padding:20px 30px 0 30px;}



/**
 * 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 h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}
.entry-content h2{ font-size:16px; margin:20px 0; border-bottom:solid #ddd 1px; line-height:40px;}
.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%; max-width:none;}
.full-width .site-content{ border:solid #ccc 1px; background-color:#fff; border-radius:5px; min-height:300px;}
.full-width .entry-content{ padding:20px 30px;}
.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-radius:5px; border:solid #ccc 1px;  }
.full-width .scroll{ position:fixed; width:998px; top:0; left:50%; margin-left:-500px; z-index:8; padding:15px 0; }
.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:#CB0508; 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:180px; position:relative; }

.aside-ad{ margin-top:10px;}
.aside-ad img{ display:block; margin-bottom:10px;}

.aside-contact{ background-color:#CB0508; margin-top:10px; border-radius:5px;}
.aside-contact .text{ padding:10px 15px 0 15px; color:#fff; background-color:#888; }

/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

.widget h3{ margin:0; border-bottom:solid #ddd 1px; padding-top:10px; font:bold 14px/32px ""; text-align:center; color:#fff;}
.widget ul{ margin:0; padding:0; list-style:none;}

.row2 .aside-nav { background-color:#CB0508; border-radius:5px;}
.row2 .aside-nav ul{ margin:0; padding:0;}
.row2 .aside-nav li { zoom:1;}
.row2 .aside-nav li a{ display:block; height:32px; font:12px/32px ""; border-bottom:solid #ccc 1px; position:relative;text-indent:35px; background:url(images/i_3j.png) no-repeat 20px center; background-color:#555; color:#fff;}
.row2 .aside-nav li a:hover,
.row2 .aside-nav .current_page_item>a,
.row2 .aside-nav .current-cat>a{ background-color:#CB0508; color:#fff;}
.row2 .aside-nav .current_page_item>a span,
.row2 .aside-nav .current-cat>a span{ display:none; width:25px; height:32px;position:absolute; right:0; bottom:0; z-index:2;}
.products .aside-nav li a{ display:block; height:32px; font:14px/32px ""; border-bottom:solid #ccc 1px; position:relative;font-weight:bold; text-indent:15px;background-position:-100px center; }
.products .aside-nav li li a{ font-size:12px; line-height:24px; background-color:#888; height:25px; text-indent:35px; background-position:20px center; }


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer {
	clear:both;
	margin-top:18px;
	font-size: 12px;
	line-height:20px;
	position: relative;
	color:#ccc;
	background-color:#D1180C;
	padding-top:20px;
}
.site-footer-content {max-width:1200px; width: 100%; margin:0 auto;}
.site-info { clear:both;margin-top:20px;background-color:#333; height:36px; color:#fff; line-height:36px; }
.site-info-content {max-width:1200px; width: 100%; margin:0 auto; position: relative;}
.site-info p{ margin:0; }
.site-info img.alignleft{ margin:20px 50px 30px 140px;}

/*footnav*/
.footnav { float:left; width:446px;}
.footnav ul{margin:0; padding:0; list-style:none;}
.footnav li{ float:left; width:40%;}
.footnav li a{ color:#ccc; line-height:2em; background:url(images/i_3j.png) no-repeat 5px center; padding-left:20px;}

/*.menu-footnav-container{ height:32px; background:#CB0508 url(images/t_bg1.jpg) repeat-x; border:solid #ddd 2px; overflow:hidden; margin-bottom:24px; text-align:center;} 
.menu-footnav-container ul{ list-style:none; margin:5px 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:#ff0; } */

.f-kf,
.qr{ float:left; padding-top:5px;}
.qr{ float:right;  text-align:center; line-height:20px; color:#ccc; margin-right:20px;}
.qr img{ max-height:128px;}
.f-kf{ width:368px; text-align:center; border-left:solid #F3352C 1px;  border-right:solid #F3352C 1px;}
.f-kf p{ display:block; zoom:1; width:280px; margin:20px auto 0 auto;}
.f-kf p:nth-child(1){  margin:0 auto 0 auto; }
.f-kf p:nth-child(2){ border-bottom:solid #F3352C 1px; height:12px; margin:5px auto 0 auto;}
.f-kf strong{ font-size:24px; line-height:31px; color:#fff; background:url(images/tel.png) no-repeat 0 center; padding-left:50px; font-family:"Microsoft Yahei"; font-weight:normal; }
.f-kf em{ font-style:normal; background-color:#D1180C; padding:0 20px; font-size:14px; color:#ccc; }
.f-kf .qq a{  display:inline-block; background:#fff url(images/qq.png) no-repeat 5px center; padding:5px 0 5px 45px; width:175px; height:35px; border-radius:5px; text-align:left; line-height: 25px; }
.f-kf .email a{display:inline-block; height:42px; border:solid #F55C54 1px; border-radius:8px; font:18px/42px 'Microsoft Yahei'; color:#fff; background:url(images/email.png) no-repeat 18px center; padding:0 20px 0 60px;}

/*网站设计*/
#site-design{ overflow:hidden; color:#999; line-height:36px; position:absolute; right:0; top:0; }
#site-design a{ color:#999; }
#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; position:absolute; right:160px; top:0;}
#xml a{ color:#999;}

/* 返回顶部 */
.up{ position:fixed; _position:absolute; bottom:50px; right:10px; background:#aaa url(images/up.png) no-repeat 20px center; width:60px; height:60px; display:block; text-indent:-200px; overflow:hidden; display:none;}
.up:hover{ background-color:#E0030C;}

/* links */
.links{ background-color:#fff; padding:10px 30px; color:#666; margin-top:32px;}
.links a{ color:#666;}
.links a:hover{ color:#047EC4;}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/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 Multisite
 * -----------------------------------------------------------------------------
 */
.inpage .site-main{ overflow:hidden; max-width: 1000px; margin:10px auto 0 auto;}
.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

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

}

@media screen and (min-width: 401px) {

}

@media screen and (min-width: 1366px) {

}

@media screen and (min-width: 1440px) {

}


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}

.header-upper .dropdown-btn {display: none;}

/*BANNER*/
.mbanner {text-align: center;}

/*MOBILE*/
@media screen and (max-width: 768px){
	.main-header {box-shadow: rgb(0 0 0 / 20%) 0px 4px 7px 0px;}
	#logo {height:50px;}
	.header-upper .outer-box .logo-box{padding-top: 0;}
	.header-top, .cj, .pic, .kfoutbox, .site-footer-content, #xml, #site-design {
		display: none;
	}
	.banner-in {height: auto;}
	#secondary {
		display: none;
	}
	.pro-core {padding-top:5px;}
	.pro-core .bts a {
		font-size: 20px;
	}
	.pro-core .bts span {
		font-size: 14px;
	}
	.pro-core .pro-core-min-roll ul {padding: 0 20px;}
	.pro-core .pro-core-min-roll ul li {
		width: 45%;
		margin: 0 2.5% 5% 2.5%;
	}
	.pro-core .pro-core-min-roll ul li .pro-txt {padding: 10px 20px; height:auto; text-align: center; overflow: hidden; }
	.pro-core .pro-core-min-roll ul li p {display:none;}
	.pro-core .pro-core-min-roll ul li img {
		height: 150px;
	}
	.pro-core .pro-core-min-roll ul li h4 {
		font-size: 14px;
		margin: 6px auto;
	}
	.pro-core .bts {margin: 25px 0 12px;}
	.pro-core .bts span {width: 100%;}
	.p2 {margin: 0 auto;}
	.p2 .fl {width: 100%;}
	.about-content {font-size: 14px; padding: 0 30px;}
	.p2 .fr {width: 100%;}
	.faq {min-height: auto;}
	.faq dl {font-size: 14px; margin: 0 30px;}
	.site-footer {padding-top: 0px;}
	.site-info-content {
	    text-align: center;
	}
	.site-content {border:none; padding: 0px 15px;}
	.full-width .site-content {border:none; padding: 0px 15px;}
	.prodlist {padding: 20px 0;}
	.prodlist li {width: 50%;}
	.inpage .main-content {min-width: auto;}
	.zt {border: none;}
	.page .entry-title, .archive-title {margin-bottom: 0;}
	.inpage .entry-title, .inpage .archive-title {
	    font-size: 18px;
	    padding: 20px 10px 10px 10px;
	    height: auto;
	}
	.inpage .entry-content {padding: 20px 10px;}
	.full-width .entry-content {padding: 20px 10px;}
	.cat-list {padding:20px 10px;}
	.app li:first-child {padding-top:0;}
	.app p {color: #aaaaaa; margin: 10px 0; height: 40px; overflow: hidden;}
	.app a.t {font-size: 14px;}
	.mobile-menu .navigation {margin:0;}
	.mobile-menu .navigation li.menu-item-has-children .dropdown-btn{
	  position:absolute;
	  right:6px;
	  top:6px;
	  width:32px;
	  height:32px;
	  text-align:center;
	  font-size:16px;
	  line-height:32px;
	  color:#ffffff;
	  background:rgba(255,255,255,0.10);
	  cursor:pointer;
	  border-radius:2px;
	  -webkit-transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
	  transition: all 500ms ease; 
	  z-index:5;
	}

	.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open{
	  background:#fff; 
	  color: #3b3b3b;
	  -webkit-transform:rotate(90deg);
	  -ms-transform:rotate(90deg);
	  transform:rotate(90deg);  
	}

}