
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Links
 * 6.0 - Alignments
 * 7.0 - Media
 * 7.1 - Captions
 * 7.2 - Galleries
 */

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, table, caption, tbody, tfoot, thead, tr, th, td{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

a, input, select, textarea{vertical-align:top; outline:none !important; -webkit-appearance: none; -webkit-border-radius: 0;}
textarea{resize: noservice_itemne;}

html{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body{
	background: #eaeaea;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section{
	display: block;
}

ol,
ul{
	list-style: none;
}
li{
	list-style:none;
}

table{
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td{
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: "";
}

blockquote,
q{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a{
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover,
a:active{
	outline: 0 !important;
	text-decoration: none !important;
}

a img{
	border: 0;
}


/**
 * 2.0 Typography
 */

body{
	line-height:24px;
	font-size:15px;
}
button,
input,
select,
textarea{
	color: #333;
	font-size: 15px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6{
	clear: both;
	margin:0 0 20px;
	text-transform:uppercase;
	font-weight: 300;
	line-height:1.5;
	color:#333;
	letter-spacing:1px;
}

p{
	margin-bottom: 20px;
}

b,
strong{
	font-weight: 700;
}

dfn,
cite,
em,
i{
	font-style: italic;
}


blockquote{
	position:relative;
	margin:40px 0;
	padding:30px 20px 30px 48px;
	font-weight:300;
	font-style:normal;
	line-height:38px;
	font-size:26px;
	color:#333;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
blockquote:before{
	content:'"';
	position:absolute;
	left:-18px;
	top:50px;
	font-style:italic;
	font-size:70px;
}
blockquote p{margin-bottom: 1.6667em;}
blockquote > p:last-child{margin-bottom: 0;}

blockquote cite,
blockquote small{
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite{
	font-style: normal;
}

blockquote strong,
blockquote b{
	font-weight: 400;
}

address{
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre{
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre{
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title]{
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins{
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub{
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

small{
	font-size: 75%;
}

big{
	font-size: 125%;
}


/* Dropcap */
span.dropcap{
	float:left;
	display:block;
	padding-right:6px;
	line-height:48px;
	font-size:48px;
	color:#333;
}



/**
 * 3.0 Elements
 */

hr{
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol{
	margin: 0 0 1.6em 1.3333em;
}

ul{
	list-style: disc;
}

ol{
	list-style: decimal;
}

li > ul,
li > ol{
	margin-bottom: 0;
}

dl{
	margin-bottom: 1.6em;
}

dt{
	font-weight: bold;
}

dd{
	margin-bottom: 1.6em;
}

table,
th,
td{
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table{
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td{
	font-weight: normal;
	text-align: left;
}

th{
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td{
	border-width: 0 1px 1px 0;
}

th, td{
	padding: 0.4em;
}

img{
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	outline:0 !important;
	border:0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

figure{
	margin: 0;
}

del{
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{ opacity:1 !important;}
:-moz-placeholder{opacity:1 !important;}
::-moz-placeholder{ opacity:1 !important;}
:-ms-input-placeholder{ opacity:1 !important;}


/* Columns */
.twocolumn{
	position:relative;
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap:30px;
	-moz-column-gap:30px;
	column-gap:30px
}
.threecolumn{
	position:relative;
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
	-webkit-column-gap:30px;
	-moz-column-gap:30px;
	column-gap:30px
}
.fourcolumn{
	position:relative;
	-webkit-column-count:4;
	-moz-column-count:4;
	column-count:4;
	-webkit-column-gap:30px;
	-moz-column-gap:30px;
	column-gap:30px
}

.sticky{}
.commentlist .bypostauthor { }



/**
 * 4.0 Forms
 */

button,
input,
select,
textarea{
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

select{
	height:40px;
	border:0;
	background-color:#f5f5f5;
}

label{
	padding-bottom:5px;
}

button,
input{
	line-height: normal;
}

input,
textarea{
	padding:10px;
	line-height:20px;
	font-size:14px;
	color:#ccc;
	border:1px solid #dedede;
	box-shadow:none;
	background:#fff;
	
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}

input:focus,
textarea:focus{
	background-color: #fff;
	color: #333;
}

input:focus{
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled]{
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: button;
	background-color: #242424;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 20px;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	outline: 0;
}

input[type="search"]{
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
	padding: 10px;
	width: 100%;
}

textarea{
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus{
	outline: 0;
}

.post-password-form{
	position: relative;
}

.post-password-form label{
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"]{
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"]{
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"]{
	padding: 0;
}


/**
 * 5.0 Links
 */

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

a:hover,
a:focus{
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}


/**
 * 6.0 Alignments
 */

.alignleft{
	display: inline;
	float: left;
}

.alignright{
	display: inline;
	float: right;
}

.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft{
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright{
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter{
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter{
	margin-bottom: 1.2em;
}


/**
 * 7.0 Media
 */

.site .avatar{
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley{
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas{
	display: inline-block;
}

embed,
iframe,
object,
video{
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video{
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist{
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist{
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks{
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption{
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length{
	top: 10px;
}


/**
 * 7.1 Captions
 */

.wp-caption{
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"]{
	display: block;
	margin: 0;
}

.wp-caption-text{
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 7.2 Galleries
 */

.gallery{margin:0 -30px 50px;}

.gallery-item{
	position:relative;
	display: inline-block;
	padding: 0 15px 30px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item{max-width: 50%;}
.gallery-columns-3 .gallery-item{max-width: 33.33%;}
.gallery-columns-4 .gallery-item{max-width: 25%;}
.gallery-columns-5 .gallery-item{max-width: 20%;}
.gallery-columns-6 .gallery-item{max-width: 16.66%;}
.gallery-columns-7 .gallery-item{max-width: 14.28%;}
.gallery-columns-8 .gallery-item{max-width: 12.5%;}
.gallery-columns-9 .gallery-item{max-width: 11.11%;}
.gallery-icon img{margin: 0 auto;}

.gallery-caption{
	position:absolute;
	z-index:2;
	bottom:70px;
	right:35px;
	margin-left:25px;
	padding:8px 12px;
	font-size:11px;
	color:#333;
	opacity:0;
	text-transform:uppercase;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.gallery-item:hover .gallery-caption{
	opacity:1;
	bottom:50px;
}
.gallery-caption:before{
	content:'';
	position:absolute;
	z-index:-1;
	bottom:-40px;
	right:0;
	width:100%;
	height:100%;
	padding:8px 12px;
	background-color:#fff;
	-webkit-transform:translateY(10px);
	-ms-transform:translateY(10px);
	transform:translateY(10px);
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.gallery-item:hover .gallery-caption:before{
	opacity:1;
	bottom:10px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption{
	display: none;
}




/*自定义CSS */

body{
font-family: Ubuntu, Arial, Helvetica, sans-serif;
font-family:"\5FAE\8F6F\96C5\9ED1";
font-size: 15px; 
font-weight: 300; 
color: #333333;
}


/* Header custom BG */
body.page-id-11 header {background-color: #919191; height: 450px; 
	background-image: url(../images/h_1.jpg);
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}

body.page-id-11 header.edp {background-color: #919191; height: 450px; 
	background-image: url(../images/bigimg_6.jpg);
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}

/* Typography */
textarea, input {font-family: Ubuntu, Arial, Helvetica, sans-serif; font-family:"\5FAE\8F6F\96C5\9ED1";}
h1, h2, h3, h4, h5, h6 {font-family: 'Ubuntu', sans-serif; font-family:"\5FAE\8F6F\96C5\9ED1";}
h1{ font-size: 32px; color: #333333; }
h2{ font-size: 26px; color: #333333; }
h3{ font-size: 22px; color: #333333; }
h4{ font-size: 18px; color: #333333; }
h5{ font-size: 16px; color: #333333; }
h6{ font-size: 14px; color: #333333; }
blockquote:before{ color:#2f3338; }

/* Menu */
.nav-menu li a:hover, .nav-menu > li.current-menu-item > a, .nav-menu > li.current-menu-parent > a, .nav-menu > li.current-menu-ancestor > a{ color:#2f3338; }
.top_bar, .nav-menu .sub-menu, .nav-menu .sub-menu .sub-menu{ background-color: rgba(190,17,50,0.85); }

.nav-menu .sub-menu:after{ border-bottom-color:#1b1b1b; }
.nav-menu .sub-menu .sub-menu:after{ border-right-color:#1b1b1b; }

.nav-menu > li.current-menu-item > a, .nav-menu > li.current-menu-parent > a{ color:#2f3338; }
.nav-menu li .sub-menu li.current-menu-item a, .nav-menu li .sub-menu li.current-menu-parent > a{ color:#2f3338; }

/* Footer */
footer {background-color: #1b1b1b;}

/* Shortcodes */
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .btn-primary{ background-color:#2f3338; }
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover{ background:#2f3338; }

/* Custom Colors */
a{ color:#333333; }
a:hover, a:focus {color:#2f3338;}
::selection {background: #2f3338; color:#fff;}
::-moz-selection {background: #2f3338; color:#fff;}
.theme_color { color:#2f3338; }
.post-content a, .contentarea a { color:#2f3338; }
.post-content a:hover, .contentarea a:hover { color:#333; }
.bg_primary { background-color:#2f3338; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { background-color:#2f3338; }
.cstheme-navigation > div a:hover { border-color:#2f3338; }
#loader .bar { background-color: #2f3338; }
.posts-carousel-meta-category, .posts-carousel-meta-category a{color: #ff0000;}
.post-meta-category a{color: #ff0000;}
.post-meta-comments:hover i{ color: #2f3338; }
.post-meta-tags a:hover, .post-meta-tags a:hover:before{ border-color: #2f3338; }
.post-meta-tags a:hover i:before, .post-meta-tags a:hover i:after{ background-color: #2f3338; }
.coming_soon_wrapper h4:before{ background-color: #2f3338;}
.comment-reply-link:hover i{ color: #2f3338;}
.widget_tag_cloud a:hover{ border-color: #2f3338; color:#000;}
.subscribe-home-page .mc4wp-form input[type="submit"]:hover, .subscribe-home-page .mc4wp-form input[type="submit"]:focus{ background-color: #2f3338; }
.tweets_plugin_wrap > p small{ color: #2f3338; }
.tweets_plugin_wrap > p a:hover{ color: #2f3338; }
.eva-pagination a:hover{ border-color:#2f3338; background-color:#2f3338; }
.social_link:hover i{ color: #2f3338; }
#sharebox li:hover i{ color: #2f3338; }
#posts-slider .owl-dots > div:hover{ border-color: #2f3338; background-color: #2f3338; }
#posts-slider .posts-slider-descr:after{ background-color: #2f3338; }
.posts-slider-meta-category a{ color: #2f3338; }
.posts-slider-meta-comments:hover i{ color: #2f3338; }
#posts-carousel .owl-carousel .owl-item:before{ background-color: #2f3338; }
#about-leade:before{ background-color: #2f3338; }
#about-leade:after{ border-bottom-color: #2f3338; }
#about-leade h4{ color: #2f3338; }
.home-author-btn:hover{ background-color: #2f3338; color:#fff; }
.home-author-image:before, .home-author-image:after{ background-color: #2f3338; }
.posts-columns-meta-comments:hover i{ color: #2f3338; }
.post-meta-likes:hover i, .post-meta-views:hover i{ color: #2f3338; }
.related-post-meta-category a{ color: #2f3338; }
.related-post-item:before{ background-color: #2f3338; }
h2.comments-count b{ background-color: #2f3338; }
#respond-inputs input:focus, #commentform textarea:focus{ border-color: #2f3338; color:#333; }
#commentform .form-submit input[type="submit"]:hover, #commentform .form-submit input[type="submit"]:focus{ background-color: #2f3338; }
.wpcf7-inputs-wrap input:focus, form.wpcf7-form textarea:focus{ border-color: #2f3338; color:#333; }
form.wpcf7-form input[type="submit"]:hover, form.wpcf7-form input[type="submit"]:focus{ background-color: #2f3338; }


/* Custom CSS from Theme Options */
div {}	