body{
	margin: 0px;
	background-color:white;
	min-width:1140px;
	height:100%;
	color:#333333;
}
.title{
	float: left;
	width:100%;
	height:46px;
	background-color: #e5e5e5;
}
.title-center{
	width: 1140px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.title-center ul li{
	float: left;
	list-style-type: none;
	cursor: pointer;
	width: 120px;
	height: 46px;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 46px;
}
.title-center ul{
	margin-left: 300px;
}
.title-center ul li:hover{
	background-color: #dbdbdb;
}
.title .title-center ul li a:hover{
	color: black;
}
.sonSelectLi a {
    color: #e30911;
}
.body{
    width: 100%;
    float: left;
    height:100%;
}
.body-center{
	width: 1140px;
	height:100%;
	margin: 0 auto;
	background: #f7f7f7;
}
.between-box{
	background:#f7f7f7;
    padding-bottom: 100px;
}
.between{
	background:#f7f7f7;
	width:1140px;
    margin: 0 auto;
}
.body-center-body{
	width: 100%;
	height:100%;
}
.content{
	background: white;
	padding: 0px 30px;
}
.bg-box{
	width: 100%;
	height: 240px;
	min-width: 1162px;
	background-image: url(../../image/priceBg.jpg);
	background-size: 100% 100%;
	position: relative;
}
.titles{
	height: 80px;
    line-height: 100px;
	font-size: 20px;
    font-size: 26px;
    color: #222222;
}
.tips{
	color: #666666;
	height: 64px;
	line-height: 30px;
}
.table-content{
	box-sizing: border-box;
    border: 1px solid #e8f1fb;
}
.table-head{
	height: 40px;
	line-height: 20px;
	display: flex;
}
.table-body{
	display: flex;
	height: 170px;
    position: relative;
}
.table-head li,.table-body li{
	width: 25%;
	margin-left: 10px;
	margin-top: 10px;
    color: #333333;
        box-sizing: border-box;
}
.enter{
	color: #247ff7;
	cursor: pointer;
    margin-left: 20px;
}
.enter:hover{
	color: #529dff;
}
.sign{
	background: #e8f1fb;
}
.sum{
	/* color: #e30911;
	font-size: 40px; */
	font-size: 18px;
	margin-right: 20px;
}
.serve{
	line-height: 25px;
}
.name{
	line-height: 142px;
	font-size: 18px;
	padding-left:20px !important;
}
.titleName{
	padding-left:20px !important;
}
.explain{
	line-height: 120px;	
}
.contentTwo{
	margin-top: 50px;
	padding: 0 30px;
}
.tab{
	display: flex;
	flex-direction: row;
}
.tab-list{
	width: 18%;
	height: 262px;
	line-height: 34px;
	border: 1px solid #f7f7f7;
	margin-right: 20px;
	text-align: center;
	padding: 30px 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px #C7C7C7;
    background: white;
}
.tab-title{
	font-size: 28px;
}
.tab-content{
	margin-top: 30px;
}
.num{
	margin-top: 30px;
}
.tab-head,.tab-body{
	height: 44px;
	line-height: 44px;
	display: flex;
    padding-left: 38px;
}
.tab-head li,.tab-body li{
	width: 30%;
}
.phone{
	height: 50px;
	text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
    color:#666666;
}
.phone img{
	margin-right: 5px;
}
.phoneNum{
	font-size: 24px;
    line-height: 50px;
}
.cont{
    margin-top: 50px;
}
.item{
	font-size:18px;
}
.codeBox{
	width:200px;
	height:200px;
	position: absolute;
    right: -100px;
    display: none;
    z-index: 1;
    box-shadow: 0px 0px 3px #C7C7C7;
    background: white;
    padding: 16px 20px;
    box-sizing: border-box;
    text-align: center;
}
.codeBox img{
	width:100px;
	height:100px;
    margin: 12px 30px 10px;
}
