*{
	text-decoration: none;
}
.clear{
	clear: both;
}
.content_box{
	width: 1140px;
	margin: 25px auto;
}

/*标题*/
.content_title{
	width: 1140px;
	height: 30px;
	margin: 0 auto;
	border-bottom: 1px solid #C6C6C6;	
}
.title_ul li{
	float: left;
	margin-left:10px;
}
.title_ul li h1{
	font-size: 20px;
}
.title_ul li a{
	display: inline-block;
	margin-top: 2px;
	color: #666;
	font-size: 16px;
	font-family: sans-serif;
}
.title_ul li:nth-of-type(2) a{
	color: #00b0b0;
}

/*新闻内容*/
.contant_box{
	width: 1140px;
	margin: 30px auto;
}
/*左*/
.contant_box_l{
	width: 735px;
	float: left;
}
.contant_box_l_ul li{
	width: 100%;
	height: 180px;
	padding-top: 35px;
	text-align: left;
	border-bottom:1px solid #16a7a6;
}
.contant_box_l_ul li .img_a{
	float: left;
}
.case_con{
	width:590px;
	float: right;
}
.case_in a{
	margin-right: 10px;
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #666;
}
.case_in a:nth-of-type(1){
	color: #00b0b0;
}
.case_con p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}
.case_con p a{
	color: #666666;;
}
/*选择页面*/
.page_box{
	width: 735px;
	margin: 50px auto;
}
.page_ul{
	margin-left: 100px;
}
.page_ul li{
	float: left;
	margin-left: 10px;
	margin-bottom: 50px;
}
.page_ul li a{
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #333333;
}
.page_ul li a:hover{
	color: #00b0b0;
}


/*右*/
.contact_box_r{
	width: 313px;
	float: right;
	margin-top: 25px;
}
.contac_box{
	width: 313px;
	height: 380px;
}
.contact_ul li{
	width: 313px;
	height: 80px;
	background: #00b0b0;
	margin-bottom: 15px;
	text-align: center;
	line-height: 80px;
}
.contact_ul li a{
	font-size:20px;
	position: relative;
	color: #fff;
}
.contact_ul li a img{
	position: absolute;
	top: -1px;
	left: -38px;
}
/*经典案例*/
.illness_box{
	width: 313px;
	margin: 30px 0;
}
.illness_ti{
	width: 100%;
	height: 57px;
	background: #cde6f2;
	position: relative;
}
.illness_ti img{
	float: left;
	
}
.illness_ti h2{
	position: absolute;
	top: 13px;
	left: 27px;
	color: #fff;
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
.illness_ti a{
	text-align: center;
	line-height: 57px;
	float: right;
	color: #333;
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-right: 10px;
}
.illness_ul{
	width: 100%;
	margin-top: 20px;
}
.illness_ul li{
	margin-top: 10px;
}
.illness_ul li a {
	color: #333;
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
}
/*案例视频*/
.video_box{
	width: 313px;
	height: 460px;
}
.video_ul{
	margin-top: 20px;
}
.video_ul li{
	width: 150px;
	height: 185px;
	text-align: center;
	float: left;
	padding-left: 5px;
}
.video_ul li a img{
	display: inline-block;
	width: 150px;
}
.video_ul li a{
	color: #333;
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    
}















































































