.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;
}


/*产品*/
.product{
	width:100%;
	overflow: hidden;
	margin-bottom:46px;
	padding-bottom:28px;
	border-bottom:1px solid #e6e6e6;
}
.product .left{
	width:960px;
	float:left;
}
.product .left dl{
	width:100%;
	overflow: hidden;
}
.product .left dl dt{
	width:182px;
	float:left;
	margin-left:28px;
	margin-right:72px;
	border-radius:3px;
	overflow: hidden;
}
.product .left dl dt .user{
	width:100%;
	overflow: hidden;
}
.product .left dl dt .user img{
	width:100%;
}
.product .left dl dt p{
	font-size:16px;
	color:#666;
	margin-top:10px;
	text-align: center;
}
.product .left dl dd{
	width:calc(100% - 182px - 100px);
	float:left;
}
.product .left dl dd h1{
	font-size:20px;
	color:#333;
	margin-top:6px;
}
.product .left dl dd p{
	font-size:16px;
	margin-top:10px;
}
.product .left dl dd p a{
	color:#666;
}
.product .left dl dd p a:hover{
	color:#17A693;
}
.product .left dl dd p:nth-of-type(1){
	margin-top:20px;
}
.product .left dl dd p:nth-of-type(3){
	margin-top:26px;
}
.product .left dl dd p span{
	color:#b2b2b2;
}
.product .left dl dd p:nth-of-type(4) span{
	margin-right:20px;
}
.product .left dl dd p:nth-of-type(4) span i{
	display: inline-block;
	width:17px;
	height:16px;
	background:url(../img/icon_x.png)no-repeat;
	margin-right:5px; 
	vertical-align:top;
}
.product .left dl dd p:nth-of-type(5) span{
	margin-right:35px;
}
.product .right{
	width:calc(100% - 960px);
	float:left;
}
.product .right a{
	display: block;
	width:185px;
	height:45px;
	border:1px solid #e6e6e6;
	border-radius:9px;
	text-align: center;
	line-height:45px;
	font-size:13px;
	color:#666;
	margin-top:30px;
}
.product .right a:nth-child(1) i{
	display: inline-block;
	width:20px;
	height:20px;
	background:url(../img/write_1.png)no-repeat;
	vertical-align:top;
	margin-top:10px;
	margin-right:8px;
}
.product .right a:nth-child(2) i{
	display: inline-block;
	width:20px;
	height:20px;
	background:url(../img/refer_1.png)no-repeat;
	vertical-align:top;
	margin-top:12px;
	margin-right:8px;
}
.product .right a:nth-child(1):hover,.product .right a:nth-child(2):hover{
	color:#fff;
	background:#17A693;
	border:none;
}
.product .right a:nth-child(1):hover i{
	background:url(../img/write_2.png)no-repeat;
}
.product .right a:nth-child(2):hover i{
	background:url(http://www.nxmrhz.cn/img/refer_2.png)no-repeat;
}

/*左*/
.mainLeft{
	width:885px;
	float:left;
	overflow: hidden;
}


/*所选项目*/
.box h1{
	font-size:18px;
	color:#333;
	margin-bottom:20px;
}
.project{
	width:calc(100% - 122px);
	height:115px;
	background:url(../img/product_1.png)no-repeat;
	padding-left:122px;
	overflow: hidden;
	position:relative;
	margin-bottom:60px;
}
.project h1{
	font-size:17px;
	margin-top:18px;
	margin-bottom:8px;
}
.project h1 a{
	color:#333;
}
.project h1 a:hover{
	color:#C6472A;
}
.project p{
	font-size:14px;
	margin-bottom:12px;
}
.project p a{
	color:#888;
}
.project p a:hover{
	color:#C6472A;
}
.project h2{
	font-size:18px;
	color:#666;
}
.project .active{
	width:273px;
	height:26px;
	position:absolute;
	bottom:16px;
	right:46px;
}
.project .active a{
	display:inline-block;
	width:110px;
	height:26px;
	border:2px solid #fff1b8;
	text-align: center;
	line-height:26px;
	background:#fff;
	color:#ff871d;
	font-size:14px;
	margin-right:20px;
}


/*日记内容*/
.diary{
	width:100%;
	overflow: hidden;
}
.diary .contrast{
	width: 50%;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.diary .contrast h2{
	font-size: 22px;
    color: #fff;
	text-align: center;
	line-height: 50px;
    width: 140px;
    height: 50px;
    background: #17A693;
    border-radius: 30px;
    margin:30px auto;
}
.diary .contrast img{
	width: 300px;
	height: 300px;
	border-radius: 5px;
}
#diaryContent{
	margin:60px 0px; 
	font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 30px;
}
#diaryContent h3{
	font-size: 16px;
    color: #fff;
	text-align: center;
    width: 123px;
    height: 38px;
    line-height: 38px;
    background: #17A693;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 19px;
}
#diaryContent p{
	font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 30px;
    
}
#diaryContent img{
	border-radius: 5px;
	width: 23%;
	margin-bottom:30px;
}

/*搜藏等*/
.operation{
	width:100%;
	overflow: hidden;
	margin-bottom:90px;
}
.operation ul{
	width:770px;
	margin:auto;
}
.operation ul li{
	width:128px;
	height:45px;
	border:1px solid #ccc;
	float:left;
	margin-right:29px;
	border-radius:23px;
}
.operation ul li:last-child{
	margin-right:0;
}
.operation ul li a{
	display: block;
	width:100%;
	height:100%;
	text-align: center;
	line-height:45px;
	font-size:16px;
	color:#666;
}
.operation ul li a i{
	display:inline-block;
	height:19px;
	margin-right:10px;
	margin-top:12px;
	vertical-align:top;
}
.operation ul li:nth-child(1) a i{
	width:19px;
	background:url(../img/icon_sca.png)no-repeat;
	background-size:cover;
}
.operation ul li:nth-child(2) a i{
	width:23px;
	background:url(../img/icon_zf.png)no-repeat;
	background-size:cover;
}
.operation ul li:nth-child(3) a i{
	width:23px;
	background:url(../img/icon_fx.png)no-repeat;
	background-size:cover;
}
.operation ul li:nth-child(4) a i{
	width:23px;
	background:url(../img/icon_zz.png)no-repeat;
	background-size:cover;
}
.operation ul li:nth-child(5) a i{
	width:23px;
	background:url(../img/icon_ca.png)no-repeat;
	background-size:cover;
}

.operation ul li:hover{
	border:1px solid #17A693;
}
.operation ul li:hover a{
	color:#17A693;
}

.operation ul li:nth-child(1):hover a i{
	background:url(../img/icon_sca1.png)no-repeat;
	background-size:cover;
}
.operation ul li:nth-child(2):hover a i{
	background:url(../img/icon_zf2.png)no-repeat;
	background-size:cover;
}
.operation ul li:nth-child(3):hover a i{
	background:url(../img/icon_fx1.png)no-repeat;
	background-size:cover;
}
.operation ul li:nth-child(4):hover a i{
	background:url(../img/icon_z1.png)no-repeat;
	background-size:cover;
}
.operation ul li:nth-child(5):hover a i{
	background:url(../img/icon_ca1.png)no-repeat;
	background-size:cover;
}


/*广告*/
.palcard{
	width:100%;
	height:104px;
	overflow: hidden;
	border-radius:3px;
}
.palcard a{
	display: block;
}
.palcard a img{
	width:100%;
}


/*右*/
.mainRight{
	width:272px;
	float:right;
	overflow: hidden;
}

.hospital{
	width:238px;
	border-radius:3px;
	border:1px solid #e6e6e6;
	margin-bottom:40px;
	overflow: hidden;
	margin-top:45px;
	padding:16px;
}
.hospital h1{
	font-size:16px;
	color:#333;
}
.hospital .logob{
	width:46px;
	height:46px;
	margin:auto;
	margin-bottom:15px;
}
.hospital a{
	font-size:15px;
	color:#333;
	display:block;
	text-align: center;
}
.hospital a:hover{
	color:#17A693;
}
.hospital p{
	width:90%;
	font-size:14px;
	color:#999;
	margin:6px auto;
	line-height:20px;
}
.hospital h2{
	font-size:13px;
	width:80%;
	padding:5px 10px;
	text-align: center;
	border:1px solid #17A693;
	border-radius:3px;
	margin:10px auto;
	margin-top:15px;
	color:#17A693;
}

/*相关日记*/
.correlation{
	width:238px;
	border-radius:3px;
	border:1px solid #e6e6e6;
	margin-bottom:40px;
	overflow: hidden;
	padding:16px;
}
.correlation h1{
	font-size:16px;
	color:#333;
	margin-top:18px;
	margin-bottom:24px;
}
.correlation dl{
	width:100%;
	overflow: hidden;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e6e6e6;
}
.correlation dl:last-child{
	margin-bottom:0;
	border:none;
}
.correlation dl dt{
	width:100%;
	overflow: hidden;
	margin-bottom:14px;
}
.correlation dl dt p{
	font-size:15px;
	margin-bottom:8px;
}
.correlation dl dt p a{
	color:#666;
}
.correlation dl dt p a:hover{
	color:#17A693;
}
.correlation dl dt  img{
	width:238px;
	height:132px;
}
.correlation dl dd{
	width:100%;
	overflow: hidden;
}
.correlation dl dd ul{
	width:100%;
	overflow: hidden;
}
.correlation dl dd ul li{
	width:20%;
	float:left;
	margin-right:20%;
	font-size:13px;
	color:#666;
}
.correlation dl dd ul li:last-child{
	margin-right:0;
}
.correlation dl dd ul li span{
	color:#999;
	margin-right:5px;
}














