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

.container{
	width: 1000px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.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{}

.siteTitle{
	line-height: 60px;
	float: left;
}
.siteTitle a{
	color: #a0ce4e;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 3px;
}

#nav{
	width: 500px;
	float: right;
}
#nav > ul > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 60px;
	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: #a0ce4e;	
	color: #fff;
}
#nav > ul > li:hover > .dropdown{
	display: block;
}
#nav > ul > li > .dropdown{
	width: 370px;
	position: absolute;
	top: auto;
	left: 0;
	background: #a0ce4e;
	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: #87ad44;
}

#searchForm{
	position: relative;
	background: #ecf9d6;
}
.searchWrap{
	width: 530px;
	margin: 0 auto;
	position: relative;
	padding:20px;
}
#searchForm input[type="text"]{
	background: #fff;
	border: 1px solid #aab0a6;
	padding: 10px;
	margin: 0 auto;
	width: 385px;
	color: #000;
	outline:none;
}
#searchForm button{
	
	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{
	padding: 30px 0 0 0;
}
#content .main{
	width: 700px;
	float: left;
}
#content .aside{
	width: 280px;
	float: right;
}

#preview{}
#preview li{
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px dotted #bcbcbc;
}
#preview li > .prev-img{
	width: 197px;
	height: 135px;
	position: relative;
	overflow: hidden;
	float: left;
}
#preview li > .con{
	width: 484px;
	float: right;
}
#preview li > h2,
#post > h2{
	font-size: 22px;
	color: #77a12c;
	font-weight: bold;
}
#preview li > .date,
#post > .date{
	font-size: 13px;
	color: #525252;
	line-height: 30px;
}
#preview li > .con > p,
#post > p{
	font-size: 13px;
	line-height: 1.5;
	color: #666;
}
#preview li > .con > .rd-more{
	margin-top: 10px;
	text-align: right;
}
#preview li > .con > .rd-more > a{
	display: inline-block;
	background: url(../images/rd.png) no-repeat left center;
	line-height: 13px;
	color: #77a12c;
	font-weight: 300;
}
#preview li > .con > .rd-more > a:hover{
	color: #48555e;
	background-image: url(../images/);
}

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

#info, #sublink, .blog, #popular{
	margin-bottom: 20px;
	padding: 0 20px;
	text-align:center;
}

.title{
	font-size: 16px;
	border-bottom: 1px dotted #bdbdbd;
	padding: 0 0 4px 0;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

#info > .title{
	background: url(../images/user.png) no-repeat left center;
}
#info > p{
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}

#sublink > .title{
	background: url(../images/pricetag.png) no-repeat left center;
}
#sublink li{
	display: block;
	line-height: 30px;
}
#sublink li a{
	font-size: 13px;
	color: #77a12c;
}
#sublink li a:hover{
	color: #333;
}

.blog > .title{
	background: url(../images/calendar.png) no-repeat left center;
}
#popular > .title{
	background: url(../images/heart.png) no-repeat left 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{
	background: #363839;
	text-align: center;
}
#footer .copy{
	line-height: 70px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}


.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;
	display:none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #a0ce4e !important;
}
