body{
	background-color:#f5f5f5; 
	max-width: 1920px;
}
.message-pack{
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding-bottom: 70px;
}
.message-pack .cont>div{
	background-color: #fff;
	height: 370px;
	position: relative;
	top: -40px;
}
.message-pack div.l{
	width: 780px;
	box-sizing: border-box;
	padding: 60px 60px 0;
}
.message-pack div.r{
	width: 400px;
	box-sizing: border-box;
	padding: 40px 30px 0;
}
/*.message-pack .msg-tit{
	display: flex;
	justify-content: left;
}*/
.message-pack .msg-tit h2{
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	margin-right: 15px;
}
.message-pack .msg-tit #type{
	background: url(/static/home/images/img/other/pack-bg-01.png) no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	padding-left: 10px;
	width: 130px;
	margin-top: 4px;
}
.message-pack .msg-tit #price{
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
	color: #333;
}
.message-pack .msg-tit #price:first-letter{
	font-size: 16px;
	font-weight: 400;
}
.message-pack .l-two{
	box-sizing: border-box;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
	border-bottom: 1px #333 solid;
}
.message-pack .l-two p{
	font-size: 16px;
	color: #666;
	line-height: 1;
}
.message-pack .type-li{
	margin-top:15px; 
	overflow: hidden;
}
.message-pack .type-li div{
	margin-top: 15px;
	display: flex;
	justify-content: left;
	box-sizing: border-box;

}
.message-pack .type-li div:first-child{
	padding-bottom: 20px;
	border-bottom: 1px #efefef dashed;
}
.message-pack .type-li div h3{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	position: relative;
	margin-right: 75px;
}
.message-pack .type-li div h3::after{
	content: '';
	display: block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #333;
    position: absolute;
    top: 13px;
    right: -30px;
}
.message-pack .type-li a{
	font-size: 14px;
	color:#999;
	line-height: 30px; 
	display: block;
	box-sizing: border-box;
	padding: 0 22px;
	margin-right: 10px;
}
.message-pack .type-li a.active{
	color: #fff;
	background-color: #333;
	border-radius: 15px;
}
.message-pack div.r h4{
	font-size: 24px;
	line-height: 1;
	color: #333;
}
.message-pack div.r p{
	font-size: 14px;
	line-height: 1;
	color: #999;
	margin-top: 20px;
}
.message-pack div.r input[type='text']{
	box-sizing: border-box;
	background-color: #f5f5f5;
	border-radius: 8px;
	padding: 0 20px;
	height: 48px;
	color:  #999;
	font-size: 14px;
	width: 165px;
	margin-top: 20px;
	position: relative;
}

.message-pack div.r input[name='Mobile']{
	width: 100%;
	margin-top: 30px;
}

.message-pack div.r input[name='HouseArea']{
	background-image: url(/static/home/images/img/other/㎡.svg);
	background-repeat: no-repeat;
	background-position: 110px 0;
}

.message-pack div.r div{
	display: flex;
	justify-content: space-between;
}

.message-pack div.r input[type='button']{
	color: #fff;
	height: 48px;
	background-color: #e12222;
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	width: 100%;
	margin-top: 40px;
	border-radius: 7px;
}
.message-pack>p{
	font-size: 16px;
	color: #666;
	line-height: 1;
	text-align: center;
	margin-top:30px; 
}
.message-pack>img{
	display: block;
	margin: 40px auto 0;
}


.swiper-box{
	/*margin-top: 70px; */
	background-color: #fff;
}
.swiper-box .cont-box{
	position: relative;
	min-height: 660px;
}

.swiper-box .slide{
	min-width: 1200px;
	position: relative;
	top: -40px;
	background-image: url(/static/home/images/img/other/package-woshi.jpg);
	background-size: cover;
	/*background-attachment:fixed;*/
	background-repeat: no-repeat;
	background-position:center; 
	/*background-size:100% 100%;*/
	overflow: hidden;
	width: 100%;
	height: 660px;
	margin:0 auto; 
}
.swiper-box .slide:first-child{
	background-image: url(/static/home/images/img/other/package-keting.jpg);
}
.swiper-box .slide div{
	width: 1200px;
	position: relative;
	margin: 0 auto; 
}
.swiper-box .slide p{
	/*display: none;*/

	position: absolute;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding:0 25px;
	line-height: 38px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 8px;
}
.swiper-box .slide p.lb::after{
	content: '';
	border-top: 5px solid transparent;
	border-right: 10px solid rgba(0,0,0,0.8);
	border-bottom: 5px solid transparent;
	position: absolute;
	left:-10px;
	top: 14px;
}
.swiper-box .slide p.rb::after{
	content: '';
	border-top: 5px solid transparent;
	border-left: 10px solid rgba(0,0,0,0.8);
	border-bottom: 5px solid transparent;
	position: absolute;
	right:-10px;
	top: 14px;
}


/*设备清单*/
.equipment-list{
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 40px;
	/*padding-top: 330px;*/
	padding-bottom: 100px;
}

.equipment-list ul{
	display: flex;
	justify-content: center;
	/*margin-top: 40px;*/
}
.equipment-list ul li{
	font-size: 16px;
	color: #999;
	margin:0 40px;
	cursor: pointer;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 3px solid #999;
}
.equipment-list ul li.active{
	color: #333;
	border-color: #333;
}


.equipment-list h2{
	font-size: 30px;
	line-height: 1;
	color: #bbb;
	font-weight: bold;
	margin-top: 60px;
}
.equipment-list h2 span{
	font-weight: 400;
	font-size: 20px;
	text-transform:uppercase;
}

.equipment-list table{
	margin-top: 40px;
	text-align: center;
}
.equipment-list table th{
	border: 1px solid #ddd;
}
.equipment-list table th{
	background-color: #333;
	color: #fff;
	font-size: 14px;
	height: 42px;
}
.equipment-list table tr th:first-child{
	border-right: 10px solid #fff;
}

.equipment-list table tr.top{
	border-top: 30px solid #fff;
}

.equipment-list table td{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	color: #666;
	font-size: 14px;
	height: 55px;
}
.equipment-list table tr.top td:first-child{
	border:0;
	border-right: 10px solid #fff;
	font-size: 20px;
	font-weight: bold;
	color: #fff;

}