@charset "utf-8";

header .banner{
	height: 300px;
}
header .banner ul li{
	height: 300px;display: block;
}
header .banner ul li h2{
    padding-top: 80px;line-height: 203px;font-size: 40px;color: #FFF;text-align: center;
}

.template{
	margin-top: 30px;
}
.template .template-nav{
	margin: 0 0 30px;
}
.template .template-nav dl dt{
	font-size: 18px;color: #333;margin-bottom: 6px;
}
.template .template-nav dl dd{
	float: left;margin-right: 15px;
}
.template .template-nav dl dd > a{
	font-size: 14px;color: #666;display: inline-block;padding: 3px 15px;border-radius:3px;
}
.template .template-nav dl dd.active > a{
	border: 1px solid #26ace2;padding: 2px 14px;color: #26ace2;
}
.template div.col-md-3 {
	margin-bottom: 15px;
}
.template div.col-md-3 > a{
	display: block;box-shadow: 0 0 15px #ddd;
}
.template .template-btn {
	margin: 10px 0;
}
.template .template-btn a.pull-left{
	font-size: 16px;color: #00dfb9;border: 1px solid #00dfb9;padding: 4px 15px;display: inline-block;border-radius: 3px;line-height: 22px;
}
.template .template-btn a.pull-right{
	font-size: 16px;color: #333;line-height: 32px;
}
