*{
	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: 19px;
	font-family: sans-serif;
}
.title_ul li:nth-of-type(2) a{
	color: #00A7C2;
}
/*新闻内容*/
.contant_box{
	width: 1140px;
	margin: 30px auto;
}
/*左*/
.contant_box_l{
	width: 735px;
	float: left;
}
.subject{
	width: 735px;
	margin-bottom: 45px;
}
.subject_ti{
	width: 100%;
	height: 45px;
	background: #ededed;
	position: relative;
	margin-bottom: 30px;
}
.subject_ti img{
	float: left;
	
}
.subject_ti h2{
	position: absolute;
	top: 8px;
	left: 15px;
	color: #fff;
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
.subject_ti h2 a { color:#fff;}
.subject_ul{
	text-align: center;
	line-height: 45px;
	overflow: hidden;
	
}
.subject_ul li{
	width: 25%;
	float: left;
	text-align: left;
	box-sizing: border-box;
}
.subject_ul li a{
	 font-size: 16px;
    color: #666666;
}
.sub{
	width: 100%;
	height: 45px;
}
.sub_ul{
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #91C1E5;
	margin-bottom: 45px;
	margin-top: 45px;
}
.sub_ul li{
	width: 170px;
	float: left;
	margin-right: 13px;
	box-sizing: border-box;
	background-color: #00A7C2;
}
.sub_ul li a{
	color: #fff;
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
/*右*/
.contact_box_r{
	width: 313px;
	float: right;
}
.contac_box{
	width: 313px;
	height: 380px;
}
.contact_ul li{
	width: 313px;
	height: 80px;
	background: #00A7C2;
	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;  
}
