/*主体*/
.main{
	width:1200px;	
	margin:auto;
	overflow: hidden;
	margin-bottom:50px;
}


/*位置*/
.main .place{
	width:100%;
	margin:26px 0 30px 0;
	overflow: hidden;
}
.main .place p{
	font-size:12px;
	color:#333;
}
.main .place p a{
	color:#333;
}
.main .place p a:hover{
	color:#17A693;
}
.main .place p a:last-child{
	color:#999;
}


/*banner*/
.banner{
	width:100%;
	overflow: hidden;
	margin-bottom:30px;
	height:400px;
	border-radius:0 0 5px 5px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
	left: 450px !important;
}
.banner .swiper-pagination-bullet-active{
	background:#fff;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	width:40px;
	height:40px;
	border-radius:50%;
	background:none;
	font-size:50px;
	color:#fff;
	line-height:37px;
	text-align: center;
	opacity:1;
	top:93%;
	font-family: "宋体";
}
.banner .swiper-button-prev{
	left:1100px;
}
.banner .swiper-button-next{
	right:10px;
}
.banner .box_banner{
	width:100%;
	height:70px;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	bottom:4px;
	left:0;
}
.banner .box_banner h1{
	font-size:20px;
	color:#fff;
	margin:6px 0 6px 20px;
}
.banner .box_banner p{
	font-size:16px;
	color:#fff;
	margin-left:20px;
}


/*排行榜*/
.example{
	width:100%;
	overflow: hidden;
	margin-bottom:25px;
}
.example .title{
	margin:25px 0 15px 0;
	overflow: hidden;
}
.example .title h1{
	font-size:18px;
	color:#333;
}
.example ul{
	width: calc(100% - 2px);
	overflow: hidden;
	height:38px;
	border:1px solid #e6e6e6;
	background:#f8f8f8;
	margin-bottom:32px;
	border-radius:5px;
}
.example ul>li{
	width:133px;
	height:38px;
	border-right:1px solid #e6e6e6;
	float:left;
	color:#333;
	font-size:13px;
	line-height:38px;
	text-align: center;
	cursor:pointer;
}
.example ul>li.active{
	background:#fff;
	color:#1eb29c;
}
.example ol{
	width:100%;
	overflow: hidden;
}
.example ol.active{
	display:none;
}
.example ol li{
	width:370px;
	height:174px;
	float:left;
	margin-right:45px;
	position:relative;
	border-radius:6px;
	overflow: hidden;
	margin-bottom:34px;
}
.example ol li:last-of-type{
	margin-right:0;
}
.example ol li span{
	display: block;
	position:absolute;
	width:70px;
	height:70px;
	top:-35px;
	left:-35px;
	font-size:14px;
	color:#fff;
	background:#f95934;
	transform: rotate(45deg);
}
.example ol li span p{
	transform: rotate(-45deg);
	position:absolute;
	left:51px;
	top:26px;
	font-size:18px;
}
.example ol .btn{
	width:195px;
	height:36px;
	border-radius:20px;
	border:2px solid #f0e8e9;
	margin:34px auto;
	clear:both;
}
.example ol .btn a{
	display: block;
	font-size:14px;
	color:#a29396;
	text-align: center;
	line-height:36px;
}


/*案例日记*/
.diary{
	width:100%;
	overflow: hidden;
}
.diary ul{
	width: calc(100% - 2px);
	overflow: hidden;
	height:38px;
	border:1px solid #e6e6e6;
	background:#f8f8f8;
	margin-bottom:32px;
	border-radius:5px;
}
.diary ul>li{
	width:133px;
	height:38px;
	border-right:1px solid #e6e6e6;
	float:left;
	color:#333;
	font-size:13px;
	line-height:38px;
	text-align: center;
	cursor:pointer;
}
.diary ul>li.active{
	background:#fff;
	color:#1eb29c;
}
.diary ol{
	width:100%;
	overflow: hidden;
	display: none;
}
.diary ol.active{
	display: block;
}
.diary ol li{
	width:380px;
	height:270px;
	float:left;
	margin-right:27px;
	border:1px solid #e6e6e6;
	border-bottom:3px solid #f1f1f1;
	position:relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom:27px;
	border-radius:5px;
}
.diary ol li .wrap{
	position:absolute;
	width: calc(100% - 2px);
	height: 268px;
	z-index: 9999;
	top:0;
	left:0;
	border-radius:5px;
}
.diary ol li:nth-child(3n){
	margin-right:0;
}
.diary ol li .before,.diary ol li .after{
	width:50%;
	float:left;
	height:190px;
	overflow: hidden;
	position:relative;
	
}
.diary ol:nth-of-type(2) li .before{
	width:100%;
}
.diary ol:nth-of-type(2) li .before img{
	width:100%;
}	


.diary ol li .before i,.diary ol li .after i{
	display: block;
	width:100%;
	height:100%;
}
.diary ol li .before i{
	background:url(http://www.nxmrhz.cn/bmal/img/diary_01.jpg)no-repeat;
	background-size:cover;
}
.diary ol li .after i{
	background:url(http://www.nxmrhz.cn/bmal/img/diary_02.jpg)no-repeat;
	background-size:cover;
}
.diary ol li .before span,.diary ol li .after span{
	position:absolute;
	left:0;
	bottom:10%;
	width:67px;
	height:26px;
	border-radius:0 13px 13px 0;
	text-align: center;
	line-height:26px;
	font-size:14px;
	color:#fff;
}
.diary ol li .before span{
	background-color:rgba(0,0,0,0.3);
}
.diary ol li .after span{
	background-color:rgba(41,181,163,0.3);
}
.diary ol li .bottom{
	width: calc(100% - 24px);
	padding:16px 12px;
	overflow: hidden;
	position:relative;
	background:#fff;
	top:0;
	transition:all .3s linear;
	z-index: 2;
}
.diary ol li .bottom p{
	font-size:16px;
	color:#333;
	margin-bottom:40px;
}
.diary ol li .bottom span{
	display: inline-block;
	margin-right:30px;
	font-size:15px;
	color:#999;
}
.diary ol li .bottom dl{
	margin-top:25px;
}
.diary ol li .bottom dl dt{
	width:30%;
	float:left;
}
.diary ol li .bottom dl dt img{
	width:50%;
	border-radius:50%;
}
.diary ol li .bottom dl dt i{
	width:36px;
	height:36px;
	border-radius:50%;
	overflow: hidden;
	margin-right:6px;
	display: inline-block;
	vertical-align:middle;
	background:url(http://www.nxmrhz.cn/bmal/img/img_diary.jpg)no-repeat;
	background-size:100% 100%;
}
.diary ol li .bottom dl dt b{
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-left:8px;
}
.diary ol li .bottom dl dd{
	width:43%;
	float:right;
	margin-top:31px;
}
.diary ol li .bottom dl dd p{
	display: inline-block;
	margin:0;
	margin-right:10px;
	font-size:16px;
	color:#555;
	line-height:30px;
}
.diary ol li .bottom dl dd p span{
	margin:0;
}
.diary ol li .bottom dl dd p:last-child{
	margin-right:0;
	
}
.diary ol li .bottom dl dd p span{
	color:#999;
	margin-left:5px;
}
.diary ol li:hover .wrap{
	border:1px solid #1eb29c;
}
.diary ol li:hover .bottom{
	top:-95px;
	transition:all .3s linear;
}
.diary ol li:hover .bottom>p{
	margin-bottom:13px;
	color:#1eb29c;
	transition:all .4s linear;
}
.diary ol li:hover .bottom dl{
	margin-top:15px;
	transition:all .4s linear;
}
.diary ol li a .video{
	position:absolute;
	top:10px;
	right:10px;
	width:45px;
	height:22px;
	text-align: center;
	line-height:22px;
	background-color:rgba(255,255,255,0.7);
	color:#333;
	border-radius:11px;
	z-index: 99999;
	font-size:12px;
	padding-left:9px;
}
.diary ol li a .video::after{
	position:absolute;
	content:"";
	width:0;
	height:0;
	border-width:4px 0 4px 7px;
	border-style:solid;
	top:7px;
	left:9px;
	border-color:transparent transparent transparent #1eb29c;
}

/*翻页*/
.page{
	width:100%;
	overflow: hidden;
	margin: auto;
	margin-top:50px;
	margin-bottom:60px;
}
.page ul{
	width:100%;
}
.page ul li{
	font-size:14px;
	color:#333;
	border:1px solid #999;
	padding:3px 9px;
	margin-right:10px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	border-radius:3px;
}
.page ul li:hover{
	background:#17A693;
	color:#fff;
	border:1px solid #17A693;
}
.page ul li:last-child{
	margin-right:0;
}












