/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* layout */
body{
	font-family: 'Noto Sans', sans-serif;
	background: #e6e6e6;
}

.container{
	width: 1000px;
	margin: 0 auto;
	display: block;
	position: relative;
	background: #f9f9f9;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}
.clear{
	clear: both;
}
a{
	text-decoration: none;
	outline: none !important;
}
.link01{
	padding:10px 0;
}
.link01 li a{
	display: block;
	padding: 8px;
	color: #fff;
	background: #5A7C00;
	-webkit-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
	margin-bottom: 10px;
}
.link01 li a:hover{
	background: #49c;	
}
.title{
	position: relative;
}

#header, #content, #footer{
	display: block;
	width: 100%;
	min-width: 1000px;
}

#header{}
#header > .container{
	background: #f9f9f9 url(../images/mv01.jpg) no-repeat top 40px center;
	width: 960px;
	padding: 20px;
}


.siteTitle{
	line-height: 300px;
	margin-top: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 20px;
	background: rgba(0,0,0,0.5)
}
.siteTitle a{
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 3px;
}

#nav{
	position: relative;
	background: #fff;
}
#nav > ul > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 50px;
	text-align: center;
	position: relative;
}
#nav > ul > li > a{
	color: #333;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	padding: 0 20px;
}
#nav > ul > li:hover > a{
	background: #f67461;	
	color: #fff;
}
#nav > ul > li:hover > .dropdown{
	display: block;
}
#nav > ul > li > .dropdown{
	width: 300px;
	position: absolute;
	top: auto;
	left: 0;
	background: #f67461;
	z-index: 1000;
	padding: 10px 0;
	display: none;
}
.dropdown > li{
	text-align: left !important;	
	line-height: 40px;
}
.dropdown > li > a{
	font-size: 13px;
	color: #fff;
	padding: 0 20px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dropdown > li > a:hover{
	background: #c45747;
}

#searchForm{
	position: absolute;
	top: 10px;
	right: 0;
}
.searchWrap{
	width: 260px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}
#searchForm input[type="text"]{
	background: #fff;
	border: 1px solid #aab0a6;
	padding: 10px;
	margin: 0 auto;
	width: 205px;
	color: #6e6e6e;
}
#searchForm button{
	position: absolute;
	top: 0;
	right: 0;
	height: 39px;
	background: #a0ce4e;
	border: 1px solid #aab0a6;
	border-left: none;
	color: #fff;
	font-weight: 900;
	font-size: 16px;
}

#mv{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	position: relative;
	background: #ecf9d6;
}
#mv li{
	text-align: center;
	height: 450px !important;
	overflow: hidden;
	background: #ecf9d6;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
#mv li > img{
	width: 1920px !important;
	height: auto !important;
}
#mv li > .pop-title a{
	background: #a0ce4e;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 20;
	left: 50%;
	margin-left: -4%;
	padding: 20px;
}

#content{}
#content .main{
	width: 680px;
	float: left;
	margin-left: 20px;
}
#content .aside{
	width: 260px;
	float: right;
	margin-right: 20px;
}

#preview{}
#preview li,
#post{
	display: block;
	margin-bottom: 20px;
	border: 1px solid #b7b7b7;
	padding: 20px;	
	position: relative;
	background: #fff;
}
#preview li > .prev-img{
	width: 230px;
	height: 155px;
	position: relative;
	overflow: hidden;
	float: left;
}
#preview li > .con{
	width: 385px;
	float: right;
}
#preview li > .con > h2,
#post > .con > h2{
	font-size: 22px;
	color: #666;
	font-weight: bold;
}
#preview li > .date,
#post > .date{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(0,0,0,0.3);
	z-index: 2;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}
#preview li > .con > p,
#post > .con > p{
	font-size: 13px;
	line-height: 1.5;
	padding: 15px 0;
	color: #777;
}
#preview li > .con > .rd-more{
	width: 100px;
	line-height: 30px;
	text-align: center;
}
#preview li > .con > .rd-more > a{
	background: #8d8d8d;
	color: #fff;
	font-weight: 600;
	display: block;
	border-radius: 3px;
}
#preview li > .con > .rd-more > a:hover{
	background: #636363;
}

#post > .post-img{
	width: 700px;
	height: 350px;
}
#post > p{
	padding: 10px 0;
}

#info, #sublink, .blog, #popular{
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #b7b7b7;
}

.title{
	font-size: 16px;
	border-bottom: 1px solid #f67461;
	padding: 0 0 4px 0;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	color: #f67461;
	padding: 0 20px;
}

#info > p{
	font-size: 13px;
	line-height: 1.5;
	color: #777;
	padding: 0 20px 20px 20px;
}

#sublink ul{
	padding: 0 20px 10px 20px;
}
#sublink li{
	display: block;
	line-height: 30px;
}
#sublink li a{
	font-size: 13px;
	color: #333;
}
#sublink li a:hover{
	color: #f67461;
}

.blogwrap{
	padding: 20px;
	text-align:center;
}

#popular li > .pop-img{
	width: 85px;
	height: 55px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
#popular li > .con{
	width: 140px;
	float: right;
	padding-top: 20px;
}
#popular li > .con > a{
	font-size: 13px;
	color: #fff;
}
#popular li > .con > a:hover{
	color: #ffa903;
}

#footer > .container{
	text-align: center;
	width: 960px;
	padding: 0 20px;
}
#footer .copy{
	line-height: 70px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background: #f67461;
	font-weight: 600;
}


.bx-wrapper .bx-viewport{
	border: none !important;
	box-shadow: none !important;
	left: 0 !important;
	background: #ecf9d6;
}
.bx-wrapper .bx-viewport li{
	min-width: 1920px;
	width: 100%;
	height: auto;
	background: #ecf9d6;
}
.bx-wrapper .bx-viewport li > img,
.bx-wrapper img{
	width: 1920px !important;
	max-width: 1920px !important;
	height: auto !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width: 20px !important;
	height: 20px !important;
	border-radius: 50% !important;
	background: #909090
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #a0ce4e !important;
}
