/**
	智慧小屋网站 2019.06.13
*/
/*导入字体图标*/
@import "fonts/iconfont.css";
* {
	font-family: MicrosoftYaHei;
}

a {
	transition: all .3s;
	-webkit-transition: all .3s;
}
.icon-xinjian:before{
	color:#fff;
}
.fankui{
	color:#fff;
}
.fan-top:hover{
	color:#fff;
}
.fan-top:before{
	color: #fff;
}
.f009688{color: #009688;}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mr80{ margin-right:80px;}
.mr120{ margin-right:120px;}
.mt20 {
	margin-top: 20px;
}

.mt50 {
	margin-top: 50px;
}
.mt30 {
	margin-top: 30px;
}
.mt10 {
	margin-top: 10px;
}
.ml120{
	margin-left:120px;
}
.mb150 {
	width: 1400px;
	margin-bottom: 150px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mr20 {
	margin-right: 20px;
}
.p10 {
	padding: 10px;
}
.p25 {
	padding: 25px;
}
.pb30{ padding-bottom:30px;}
.pb160{ padding-bottom:160px;}
.body-bg-eee {
	background-color: #eee;
}

.bg-white {
	background-color: #fff;
}
.over-h {
	display: block;
	overflow: hidden
}
h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
/*.bb-s-c{ border-bottom:1px solid #ccc;}*/
.w990{ width:990px;}
/*顶部*/
.layui-header {
	height: auto;
	display: block;
	background-color: #fff; border-bottom:2px solid #009688;
}
.top {
	height: 30px;
	background-color: #fafafa;
	line-height: 30px;
}
.nav {
	display: block;
}
.nav .layui-nav {
	background-color: #fff;
	padding: 0;
}
.nav .layui-nav .layui-nav-item {
	line-height: 36px;
	height: 36px;
	margin: 22px 10px 22px 0;
}
.nav .layui-nav .layui-nav-item a {
	color: #009688;
}
.nav .layui-nav .layui-this:after, .nav .layui-nav-bar {
	background: none
}
.nav .layui-nav .layui-this a, .nav .layui-nav .layui-nav-item a:hover {
	color: #fff;
	background-color: #009688;
	border-radius: 6px;
}
.nav .search-box {
	box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.2);
	border: solid 1px #009688;
	margin: 20px 0;
}
.nav .search-box input {
	width: 195px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding-left: 5px;
	vertical-align: middle;
	border: none;
}
.nav .search-box button {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: right;
	padding: 0 10px;
	font-size: 24px;
	color: #333;
	border: none;
	overflow: hidden;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
	background: none;
}
/*分页*/
.pages {
	text-align: center;
}
.pages a, .pages .layui-laypage-curr {
	margin: 10px 4px;
}
/*底部*/
.footer {
	background-color: #333333;
}
.footer p {
	text-align: center;
	padding: 20px;
	color: #fff;
	line-height: 1.8;
	font-size: 12px;
}

.footer p a{
	font-size: 12px;
	color:#fff;
}
/*浮动*/
.float-right{ position:fixed; right:1%; top:50%; width:60px;}
.float-right ul li{ margin-bottom:1px; border:1px solid #009688; background-color:#009688; color:#fff; text-align:center; width:58px; height:58px;}
.float-right ul li img{ width:100%; height:100%;}
.float-right ul li i{ font-size:24px; display:block; overflow:hidden; }.float-right ul li.go-top{ display:none}
/*.float-right ul li i{ font-size:26px; display:block; overflow:hidden; margin-top:5px;}.float-right ul li.go-top{ display:none}*/
.float-right ul li.go-top i{ margin-top:10px;}



/* 修改  7/17*/
.main-pic{
	width:100%;
	height:40px;
	background:#fff;
	position: relative;
}
.main-pic .inner{
	width:200px;
	height:40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	position: relative;

}
.main-pic .inner img{
	width:100%;
	height:100%;
}
.ner{
	position: absolute;
	top:1%;
	left:29%;
}
/*.over-h{*/
	/*margin-top:20px;*/
/*}*/

.main-pic .ce{
	/*width: 35px;*/
	/*height: 35px;*/
	/*background: #0dac99;*/
	/*transform: rotate(45deg);*/
	/*display: inline-block;*/
	/*position: absolute;*/
	/*left: 182px;*/
	/*top: 8px;*/
	width: 72px;
	height: 35px;
	background:#009688;
	transform: rotate(45deg);
	display: inline-block;
	position: absolute;
	left: 178px;
	top: 21px;
}
.hid{
	width: 200px;
	height: 50px;
	position: absolute;
	top: 40px;
	left: 180px;
	background: #fff;
	z-index: 99;
}
.news-content img{
	display: block;
	margin:30px auto;
}
















