/**
 * 首页样式
 */
header.header {
	background: #fff;
	border-bottom: 2px solid #21ca33;
}

header.header .nav-wrap {
	height: 40px;
}

header.header .nav-wrap .logo{
	height: 75px;
}

header.header .nav-wrap::before {
	background: #fefefe;
}

header.header .sf-menu > li {
	margin-left: 40px;
}

header.header .nav__primary .sf-menu > li > a {
	color:#666;
	font-weight:200;
	fons-size:18px;
}
/**
 * 首页内容等
 */
.motopress-wrapper.slider-wrap.clearfix.ys-banner{
	width:100%;
	height: 590px;
	background: url("https://mcdn.yishengdaojia.cn/upload/20160601/6d58d37ff3c82084e39232f4ffdb595e.png") no-repeat;
	background-size:cover;
	border-bottom: 1px solid #eee;
	box-shadow: 1px 1px #ccc;
}
.ys-intro {
	width:100%;
	text-align: center;
	background: #fff;
	height: 450px;

	border-bottom: 1px solid #ccc;
}

.motopress-wrapper.content-holder.clearfix > .container > .row {
	margin-left: 0px;
}

.one,.two,.three{
 	display: inline-block;
	width:300px;
	height: 244px;
	max-width:400px;
	background: #666;
	margin:40px 30px;
	border: 1px solid #e3e3e3;

}

.one{
	background: url('/media/web-1.png') no-repeat;
	background-size: 100% auto;
}
.two{
	background: url('/media/web-2.png') no-repeat;
	background-size: 100% auto;
}
.three{
	background: url('/media/web-3.png') no-repeat;
	background-size: 100% auto;
}

.row.ys-info{
	text-align: center;
	margin-top:30px;
	margin-bottom: 30px;
}

.row.ys-info .span4 {
	text-align: left;
}

.row.ys-info h1 {
	/*text-align: center;*/
}

.row.ys-info .news {
}

.row.ys-info .news img{
	width:60%;
	height: auto;
	border:.5px solid #ccc;
}
.row.ys-info li .ys-article-title a {
	display: inline-block;
	max-width: 60%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #666;
	font-weight: 600;
}
.row.ys-info .ys-article-title{
	width:100%;
	margin:15px 0px 10px 0px;
}

.row.ys-info .news p.excerpt {
	font:12px/18px Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.row.ys-info .ys-article-title .post_date {
	color:#ccc;
	font-style: 14px;
}

a.ys-view-more {

}

/**
 * footer样式
 */
.footer {
	background: #3D7443;
}


/**
 * 项目介绍页的内容
 */
div.hr{
	background:#509859;
	height:1px;
	margin:40px 0;
}
.hr.light{
	background: #eee;
}
.intro-content b {
	font:13px/20px Arial,"Helvetica Neue",Helvetica,sans-serif;
}

/**
 * 新闻页面
 */
a.ys-news-title {
	color: #666;
}