﻿/* 产品优势 */
		.mdc_youshi{
			width: 70%;
			margin: 0 auto;
		}
		.mdc_youshi_list{
			justify-content: space-between;
			display: flex;
		        margin-top: 40px;
		}
		.mdc_list_left,.mdc_list_right{
			display: flex;
		}
		.shuzi{
			font-size: 28px;
			background: #28a7e1;
			padding: 10px;
			color: #fff;
			font-style: italic;
			font-family: "Algerian";
		}
		.wenben{
			border: 1px solid #646464;
			width: 300px;
			display:flex;
			justity-content:center;
			align-items:center;
			padding-left: 10px;
			margin-left: 1px;
			color: #646464;
		}
/* 使用范围 */
		    .lingyu{
				display: flex;
				justify-content: space-between;
				width: 75%;
				margin: 0 auto;
			} 
			.l_biaoti {
				background: #197696;
				border-radius: 25px;
				width: 160px;
				font-size: 16px;
                                                                padding: 6px 0;
				color: #fff;
				text-align: center;
			}
			.l_neirong {
				
			}

			.l_neirong h3 {
				font-size: 14px;
				padding-left: 10px;
			}

			.l_neirong h3 p{
				display: inline;
				font-weight: 500;
			}
			.lingyu_top{
				margin-top: 50px;
			}
			.lingyu_bottom{
				margin-top: 100px;
			}
			.lingyu_img img{
				width: 500px;
			}