/*
Theme Name: atprenton.com
Theme URI: http://www.atprenton.com
Author: WenXing Network
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 - 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
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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: #555;
	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{font-family: "Microsoft Yahei", Lato, sans-serif;}

body {
	background: #fff;
}

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

a:focus {
	outline: thin dotted;
}

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

a:active,
a:hover {
	color: #075196;
}
a:hover img{ filter:alpha(opacity=90); opacity:0.9;}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

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: 10px 30px 11px;
	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: #41a62a;
	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; }
.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 {
	background-color: #fff;
	position: relative;
}

.main-content {
	width: 100%;
}
.w1002,
.box,
.inpage .main-content{ width:1002px; margin:0 auto; }


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

.site-header {
	position: relative;
	width: 100%;
	z-index: 999;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

.header-main { min-height: 110px; width:1002px; margin:0 auto; overflow:hidden; position:relative;}

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



.head_r{ position:absolute; right:10px; bottom:5px; color:#79868E; font-size:14px; line-height:20px;}
.head_r p{ margin:0; }
.head_r a{ color:#79868E;}
.head_r a:hover{ color:#085196;}
.head_r img{ margin:3px 24px 0 0; max-width:none;}


/*Focus*/
.banner{ height:600px; position:relative; }
.banner img{ display:block; margin:0 auto; max-width:100%; height:600px; width:1920px;}
#slide_text {position:absolute; z-index:2; bottom:15px; left:50%; margin-left:-100px; width:200px; text-align:center; }
#slide_text ul {list-style-type:none;}
#slide_text ul li { display:inline-block; width:14px; height:14px; margin:0 3px; cursor:pointer; text-align:center; background-color:#B5BEC5; text-indent:-50px; overflow:hidden; border-radius:15px; position:relative; *display:inline; zoom:1; }
#slide_text ul li.cur{ background-color:#F67F01; }
#slide_list a{ display:none;  height:600px; width:1920px;position:absolute;}

.banner-in{ height:300px; position:relative;}
.banner-in img{ max-width:100%; display:block; margin:0 auto;}
.banner-in .box{ width:1423px; height:220px; position:absolute; left:50%; margin-left:-711px;}


/* Search in the header */
.search-box {
	padding: 12px 0;
	margin-top:13px;
	border-top:solid #DADEE0 1px;
	overflow:hidden;
	clear:both;
}
.search-box .search-form{ float:right; width:258px; height:32px; background:url(images/search_bg.png) no-repeat;}
.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: left;
	font-size: 12px;
	padding:0;
	width: 188px;
	height:30px;
	line-height:30px;
	margin:1px 0 0 16px;
}
.search-box .search-submit {
	display:block;
	border: 0;
	float: right;
	font-size: 12px;
	padding:0;
	width: 46px;
	height:32px;
	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:#085196; }
.search-box a:hover img{filter:none;}
.search-box .screen-reader-text{ display:none;}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
 
.site-navigation{ clear:both; background-color:#085196; }

.site-navigation ul {
	list-style: none;
	margin:0 auto;
	padding:0;
	width:1002px;
	overflow:hidden;
}

.site-navigation li { float:left; border-right:solid #3974AB 1px; line-height:32px; }
.site-navigation ul ul {
	display:none;
	width:100%;
	top:122px;
	left:0;
	background-color:#eee;
	padding:20px 0;
	box-shadow: #999 0px 2px 3px;
	text-align:center;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size:14px;
	min-width:120px;
	text-align:center;
}

.site-navigation a:hover,
.site-navigation .current-menu-item a,
.site-navigation .current-menu-parent a {
	color: #fff;
	background-color:#F67F01; 
}


.subnav{ position:relative;width:100%; z-index:99;}
.sub-box{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#eee;
	padding:2px 0 10px 0;
	box-shadow: #999 0px 2px 3px;
	border-bottom:solid #ccc 1px\9;
	display:none;
	z-index:99;
	}
.subnav ul {
	width:1002px;
	margin:0 auto;
	list-style:none;
	position:relative;
}
.subnav li{ float:left; line-height:32px; text-align:center;}
.subnav li a{ display: block;	font-size:14px;}
.subnav .subnav2{ margin-bottom:10px; overflow:hidden;}
.subnav .subnav2 li{ margin-right:1px;}
.subnav .subnav2 li a{ color: #fff; background-color:#085196;	min-width:142px;	_width:142px;	text-align:center;}
.subnav .subnav2 li a:hover,
.subnav .subnav2 li.cur a{ background-color:#EB7515;}

.subnav li img{ display:block; max-width:100px; width:100px\9;}
.subnav div{ clear:both; }
.subnav div ul{ display:none;}
.subnav div ul:first-child{ display:block;}

.subnav .leve3{ display:none;}
.subnav .leve3 li { width:249px; border-right:solid #ddd 1px;}
.subnav .leve3>ul>li{ min-height:115px;}
.subnav .leve3 li a{ padding:0; width:120px; font-size:12px; line-height:20px; }
.subnav .leve3 li a.alignleft{ margin:0 10px; line-height:18px; width:100px;}
.subnav .leve3 li ul{ float:right; display:block; width:129px; }
.subnav .leve3 li li{ float:none; clear:both; width:100%;}
.subnav .leve3 li li a{ text-align:left;}


/**
 * 6.0 Home
 * -----------------------------------------------------------------------------
 */

.p1{ border-top:solid #085196 2px;}
.p1 h2{ text-align:center; font-size:18px; line-height:30px; margin:0; background:url(images/t_news.gif) no-repeat center -2px; font-weight:normal;  }
.p1 h2 a{color:#fff; display:block; width:300px; margin:0 auto;}
.p1 ul{ list-style:none; margin-top:35px; overflow:hidden; }
.p1 li{ float:left; margin-left:20px;}
.p1 li div{ position:relative;}
.p1 li:first-child{ margin:0;}
.p1 li span{ position:absolute; bottom:0; left:0; width:220px; padding-left:20px; height:30px; line-height:30px; color:#fff; background:url(images/t_bg1.png) no-repeat;}
.p1 li img{ display:block; width:320px; }

.p2{ background-color:#F4F8F9; margin-top:35px; padding:35px 0; }
.p2 h2{ border-bottom:solid #DADEE0 1px; height:18px; font-size:32px; line-height:32px; font-weight:normal; text-align:center; margin:20px 0; }
.p2 h2 a{ min-width:280px; display:inline-block; background-color:#F4F8F9; padding:0 35px; color:#7A878F; }
.p2 h3{ font-size:18px; line-height:44px;height:48px; font-weight:normal; border-bottom:solid #939DA4 4px;  margin:44px 0 25px 0; }
.p2 h3 a{ display:block; float:left; width:33%; border-left:solid #ccc 1px; text-align:center; color:#7A878F;}
.p2 h3 a:first-child{ border:none;}
.p2 h3 a:hover,
.p2 h3 a.cur{ color:#085196;}
.p2 h3 a.cur{ border-bottom:solid #085196 4px;height:48px;}
.p2 ul{ display:none; list-style:none; margin:0; overflow:hidden;}
.p2 li{ float:left; margin:0 0 22px 20px; width:235px;height:235px; }
.p2 li.li-1{ margin:0; width:492px;height:492px;}
.p2 li div{ position:relative; width:100%; height:100%;}
.p2 li span{ position:absolute; width:90%; padding:15px 5%; left:0; bottom:0; background-color:#06c; color:#fff;filter:alpha(opacity=90); opacity:0.9; font-size:12px; display:none; }
.p2 li span strong{ font-size:16px; line-height:24px; font-weight:normal;}
.p2 li img{ display:block; width:100%; height:100%; }

.p3{ padding:35px 0 0 0; overflow:hidden; }
.p3 .box{ background:url(images/x_xx.gif) no-repeat center 50px; min-height:280px;}
.p3 h2{ text-align:center; font-weight:normal; color:#085196; font-size:18px; margin:0 0 30px 0; }
.p3 h2 a{ color:#085196; }
.p3 h2 a:hover{ color:#F67F01; }
.p3 .alignleft,
.p3 .alignright{ width:450px;}
.p3 img{ float:left; width:126px; height:92px; border:solid #ccc 1px; padding:1px; margin-right:20px; }
.p3 .top1{ color:#929DA4; font-size:12px; overflow:hidden; margin:10px 0 30px 0;}
.p3 .top1 a{ color:#06c; font-size:14px; line-height:30px;}
.p3 .top1 a:hover{ color:#F67F01;}
.p3 .top1 p{ margin:0; line-height:1.5em; }
.p3 ul{ list-style:none; margin:0; }
.p3 li{ background:url(images/i_yd.gif) no-repeat 10px center; padding-left:28px; font-size:12px; line-height:24px;}
.p3 li time{ float:right;}


.p4{ background-color:#F4F8F9; padding:35px 0; }
.p4 h2{ border-bottom:solid #DADEE0 1px; height:18px; font-size:32px; line-height:32px; font-weight:normal; text-align:center; margin:20px 0; }
.p4 h2 a{ min-width:280px; display:inline-block; background-color:#F4F8F9; padding:0 35px; color:#7A878F; }
.p4 ul{ list-style:none; margin:55px 0 0 0; overflow:hidden; }
.p4 li{ float:left; margin-left:26px;}
.p4 li div{ position:relative;}
.p4 li:first-child{ margin:0; }
.p4 li span{ position:absolute; bottom:25px; right:25px; color:#085196; font-size:24px; line-height:40px; }
.p4 li img{ display:block; width:488px; }
.p4 li a:hover span{ color:#06c;}
.p4 .btn{ display:block; width:220px; height:60px; padding-left:80px; background:#06c url(images/i_sj.png) no-repeat 10px 15px; border-radius:10px; margin:0 auto 35px auto; font-size:24px; line-height:60px; color:#fff; position:relative; top:35px;}
.p4 .btn:hover{ background-color:#09f;}

.p5{ padding:35px 0; }
.p5 h2{ border-bottom:solid #DADEE0 1px; height:18px; font-size:32px; line-height:32px; font-weight:normal; text-align:center; margin:20px 0; }
.p5 h2 a{ min-width:280px; display:inline-block; background-color:#fff; padding:0 35px; color:#7A878F; }
.p5 ul{ list-style:none; margin:55px 0 0 0; overflow:hidden; }
.p5 li{ float:left; margin-left:2%; width:31%;}
.p5 li div{ position:relative;}
.p5 li:first-child{ margin:0; }
.p5 li span{ position:absolute; width:100%; bottom:0; left:0; background-color:#06c; color:#fff; font-size:14px; line-height:40px; text-align:center;}
.p5 li a span{ filter:alpha(opacity=90); opacity:0.9;}
.p5 li img{ display:block; max-width:100%; }


.p6 .box{ padding-top:26px; border-top:solid #DADEE0 1px; overflow:hidden;} 
.p6 .box p{ margin:0;}
.p6 .box ul{ margin:0; list-style:none;}
.p6 .box li{ float:left; max-width:510px; font-size:12px; line-height:22px; margin-left:35px; color:#68747B;}
.p6 .box li:first-child{ margin:0; }
.p6 .box li:nth-child(2) img{ margin-top:16px;}
.p6 .box li:nth-child(3) img{ margin-top:7px;}
.p6 img{ max-width:none;}


.zs{ padding:35px 0; }
.zs h2{ clear:both; border-bottom:solid #DADEE0 1px; height:18px; font-size:32px; line-height:32px; font-weight:normal; text-align:center; margin:0 0 55px 0; }
.zs h2 a{ min-width:280px; display:inline-block; background-color:#fff; padding:0 35px; color:#7A878F; }



/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */
 
.content-area { }
.row2 .content-area,
.news .site-content { float:right; width:780px;}


.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 12px auto;
}

.page-content {
	margin-bottom: 48px;
}


/* solution */
.solution{ list-style:none; margin:0; }
.solution li{ border-top:solid #ddd 1px; padding:20px 0; overflow:hidden; }
.solution li img{ float:left; margin-right:30px; width:488px;}
.solution a.t{ font-size:18px; line-height:60px;}
.solution p{ color:#666;}

/* app */
.app{ list-style:none; margin:0; }
.app li{ border-top:solid #ddd 1px; padding:20px 0; overflow:hidden; }
.app li img{ float:left; margin-right:30px; width:320px;}
.app a.t{ font-size:18px; line-height:24px;}
.app p{ color:#666; margin:10px 0 0;}
.app time{ display:block; color:#F90;}
.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:left; 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:12px 20px 12px 12px; overflow:hidden; margin:0 10px 5px 10px; background-color:#f2f2f2;}
.serv-list li:hover{ background-color:#f8f8f8;}
.serv-list li img{ float:left; margin-right:20px; width:124px;}
.serv-list li a.t{ font-size:16px; line-height:2em; color:#085196;}
.serv-list li a.t:hover{ color:#f90;}
.serv-list li p{ margin:0; line-height:1.5em; color:#666;}


.down-list{ margin:0; list-style:none;}
.down-list li{ position:relative; padding:5px; padding-left:70px; background-color:#f2f2f2; margin-bottom:2px;}
.down-list li a.t{ font-size:16px; line-height:2em; color:#085196;}
.down-list li a.t:hover{ color:#f90;}
.down-list li a.btn{ position:absolute; left:0; top:0; display:block; width:50px; height:100%; background:#DDE6EA url(images/i_down.png) no-repeat center center; text-indent:-999px; overflow:hidden; }
.down-list li a.btn:hover{ background-color:#f90;}
.down-list li p{ margin:0; }

/* prod-home */
.products h1{ background:#eee url(images/t_logo.png) no-repeat right bottom; border-left:solid #ccc 5px; padding-left:20px; }
.prod-home{ background:none; padding:0; margin-top:50px;}
.prod-home h2{ margin-bottom:55px;}
.prod-home h2 a{ background-color:#fff; }
.prod-home ul{ display:block;}
.prod-home .more{ display:block; width:240px; font-size:24px; line-height:50px; margin:0 auto; text-align:center; background-color:#DDE6EA; color:#666; border-radius:5px; }
.prod-home .more:hover{ background-color:#f90; color:#fff;}

/* prod-page */
.prod-page .site-content{ float:right; width:800px;}

/* 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 img{ display:block; margin:0 auto 5px auto; width:200px; height:auto; border:solid #ddd 1px; padding:5px;}


/* related */
.related  h2{ font-weight:normal; line-height:50px; margin:10px 0; }
.related ul{ margin:0; list-style:none;}
.relatedprod li{ float:left; width:16%; text-align:center;}
.relatedprod li img{ display:block; margin:0 auto; width:140px; height:88px; border:solid #ddd 1px; padding:1px;}


/*pagenav*/
.wp-pagenavi{clear:both; margin:20px 0; line-height:30px; overflow:auto; zoom:1; color:#555; }
.wp-pagenavi a,.wp-pagenavi span{ display:inline-black;padding: 5px 9px; margin: 1px;  text-decoration: none; color:#000; border:solid #ccc 1px;}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{ background:#c00; color:#fff; font-weight:bold; }
.wp-pagenavi span.pages { padding: 5px 9px;}


/*搜索列表*/
.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; margin:0 20px;}


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


/*表单*/

.cform{ }
.cform .cf-ol{ list-style-type:none; font:12px/26px ""; margin:0; padding:0;}
.cform .cf-ol li{ margin:5px 0; width:280px;}
.cform .cf-ol li label span{ display:block;}
.cform .cf-ol li input,
.cform .cf-ol li textarea{ width:95%; border:#ccc 1px solid; padding:3px 2px; color:#333;}
.cform .cf-ol li textarea{ height:140px;}
.cform .cf-ol li input{ width:80%;}
.cform .cf-ol li#li--1{ float:right; width:500px;}
.cform .cf-sb{ margin-top:20px; text-align:center; }
.cform .cf-sb #reset,
.cform .wpcf7-submit{ display:block;  background-color: #085196; color:#ccc; width:200px; height:40px; padding:0; text-align:center; font:bold 16px/32px ""; margin:0 auto;}
.cform .wpcf7-submit:hover{ background-color: #F67F01;}
.cform .cf_li_text_err{ margin:0; padding:0; list-style:none; color:#F00;}
.cform .cf_li_text_err li{ background:url(/wp-content/plugins/cforms/styling/icon-alert.png) no-repeat 0 center; padding-left:18px;}
.linklove{ display:none;}
.reqtxt,.emailreqtxt{ margin-left:10px; color:#f00;}
.cf_hidden{ display:none;}
.failure{ width:90%; background:#eee; color:#000; font:bold 16px ""; padding:10px 5%;  margin:10px 0 0 0;}
.cf_info{ color:#c00; font:bold 16px/24px "";}
.success{ margin-bottom:20px; text-align:center; border:solid #ddd 1px; background:#FF9; padding:20px 0;}

#cforms2form{ margin:20px; padding:20px; border:solid #ddd 1px;}
.cform .cf-ol li#li-2-1{ float:right; width:650px;}

.wpcf7 .screen-reader-response{ display:none;}
.wpcf7 .wpcf7-mail-sent-ok{ text-align:center; font-size:18px; line-height:40px; background-color:#f90; color:#fff; border-radius:8px;}
.wpcf7 .wpcf7-validation-errors{ text-align:center; font-size:18px; line-height:40px; background-color:#2C5AA8; color:#fff;}
.wpcf7 .wpcf7-not-valid-tip{ color:#f00; margin-left:10px;}



/*产品*/
.gallery-item img{ width:60px; height:60px; border:solid #ccc 1px; padding:1px; display:block; max-width:none;}
.gallery-item a.cur img{ border-color:#F67F01; border-width:2px;}
.xctext{ float:right; width:400px; font-size:14px; color:#666;}
.xctext strong{ color:#333; }
.prod-tt{ clear:both; border-bottom:solid #085196 2px; overflow:hidden; padding-top:20px; margin-bottom:30px;}
.prod-tt span{ display:block; float:left; font-size:16px; line-height:36px; font-weight:normal; padding:0 25px; margin-right:3px; background-color:#eee; color:#333; border-top-left-radius:5px; border-top-right-radius:5px; cursor:pointer;}
.prod-tt span:hover{background-color:#ccc;}
.prod-tt span.cur{ background-color:#085196; color:#fff;}
.prod-desc .maximg{height:265px;}
.prod-desc .maximg img.small{ width:420px; height:265px;}
.prod-desc .maximg img{ max-width:none;}

.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;
}


/**
 * 6.1 breadcrumb-navxt
 * -----------------------------------------------------------------------------
 */
 
.breadcrumb-navxt{ margin:0 auto 20px auto; line-height:40px; background-color:#eee; color:#777; overflow:hidden; zoom:1;}
.breadcrumb-navxt a{color:#777;}
.breadcrumb-navxt a:hover{ color:#085196;}


/**
 * 6.1 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.2 Entry Header
 * -----------------------------------------------------------------------------
 */


#post-2 .entry-header,
#post-28 .entry-header,
#post-30 .entry-header,
#post-32 .entry-header,
#post-34 .entry-header,
#post-359 .entry-header{ display:none; }

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	text-transform: uppercase;
}
.about .entry-title { font-size:18px; text-align:center; }

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

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

.site-content .entry-header {
	background-color: #fff;
	padding: 0 10px 12px;
}

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


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.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 .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.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.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	background-color: #fff;
	padding: 12px 10px 0;
}

.page .entry-content {
	padding-top: 0;
}

.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 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: 8px;
}

.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.5 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.6 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.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 500px;
	padding: 0 10px;
}

.post-navigation a,
.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 a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

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


.nav-links {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	word-wrap: break-word;
	overflow:hidden;
}
.nav-links a{ float:left; width:50%; border:none; line-height:40px;}
.post-navigation{ margin:24px 0; max-width:none;}

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


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

.archive-header,
.page-header {
	margin: 12px auto;
}

.archive-title,
.page-title {
	font-size: 33px;
	font-weight: 200;
	line-height: 1.5;
	margin: 0;
}
.row2 .entry-title{ border-bottom:solid #ddd 1px; font-size:18px; line-height:40px; text-align:center; color:#085196;}

.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%;
}



/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 20px;
	padding:20px;
	max-width: 100%;
	border:solid #ddd 1px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.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-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.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 {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}
.prod-desc .comment-respond h3 { display:none; }
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.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 p{ width:300px;}
.comment-form p.comment-form-comment{ width:660px; 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%;
	border:solid #ddd 1px;
}
.comment-form textarea {
	border:solid #ddd 1px; width:95%;
}
.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
	display:none;
}

.required {
	color: #c0392b;
}

.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; }



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

.widget {}
.widget ul{ margin:0; padding:0; list-style:none;}

.aside-nav h3{ margin:0; height:30px; background:url(images/l_nav_t.jpg) no-repeat; font-size:14px; line-height:30px; color:#0D81EA; font-style:italic; padding-left:24px; font-weight:normal;}
.aside-nav .bottom{ height:10px; background:url(images/l_nav_b.jpg) no-repeat;}
.aside-nav ul{ overflow:hidden; border-left:solid #ddd 1px; border-right:solid #ddd 1px;}

.aside-nav li { border-bottom:dotted #ddd 1px;}
.aside-nav li a{ font-size:12px; line-height:30px; display:block; padding-left:24px; }
.aside-nav li a:hover,
.aside-nav .current_page_item>a,
.aside-nav .current-cat>a{ background:url(images/l_nav_ov.jpg) no-repeat; color:#000;}
.aside-nav.scroll{ position:fixed; width:180px; top:0; left:50%; margin-left:-500px;}


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

.footer{ clear:both; background-color:#F2F2F2; padding-top:30px; margin-top:22px;height:228px;}
.footer dl{float:left;width:160px;}
.footer dl dt{float:left;width:160px;height:35px;font-size:24px;}
.footer dl dd{float:left;width:160px;height:22px; line-height:22px;font-size:14px; text-indent:10px;color:#000;font-weight:normal;}
.footer dl dd a{float:left;width:160px;height:30px; line-height:30px;font-size:14px; color:#000;font-weight:normal;}
.footer .ewm1{text-indent:0px;height:150px;}
.site-footer a{ color:#fff;}

.nav-all,
.nav-all ul{ list-style:none; margin:0; overflow:hidden; }
.nav-all li{ float:left; margin-right:50px; line-height:40px;}
.nav-all li li{ float:none; margin-right:0; line-height:20px;}
.nav-all li a{ font-size:16px; color:#075196; }
.nav-all li a:hover{ color:#F67F01;}
.nav-all li li a{ font-size:12px; color:#333; }

.foot_logo{float:left;width:200px; height:88px;}
.site-footer {
	background-color: #676B6C;
	font-size: 12px;
	line-height:40px;
	position: relative;
	
	color:#fff;
	overflow:hidden;
}

.site-info { float:right; padding: 0 10px; font-family:Arial, Helvetica, sans-serif; }
.site-info p{ margin:0; }
.foot_right{float:left;width:788px;height:68px;padding-top:20px;padding-left:10px;}
.foot_right p{line-height:22px;}
.menu-footnav-container{ float:left; } 
.menu-footnav-container ul{ list-style:none; margin:13px 0; } 
.menu-footnav-container li{ float:left; border-left:solid #467DB0 1px; line-height:14px; } 
.menu-footnav-container li:first-child{ border:none;}
.menu-footnav-container li a{ color:#fff; padding:0 10px;} 
.menu-footnav-container li:first-child a{ padding-left:0;}
.menu-footnav-container li a:hover{ color:#fc0; } 


.up{ position:fixed; _position:absolute; bottom:50px; right:10px; background:#69C9E1 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:#f80;}


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

.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;
	}
}