body{
	font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif,apple color emoji,segoe ui emoji;
}
.layui-nav-bar{
    background-color: #FFB800;
}
.pageHeader{
	background-color: #2F4056;
	padding: 20px 80px 5px 80px;
	position: relative;
	width: -webkit-fill-available;
	box-shadow: 0px 0px 10px #2f4056;
	z-index: 9999;
}
.pageContentCyan{
	padding: 60px 80px;
	background-color: #2F4056;
	min-width: 400px;
	color: white;
	box-shadow: 0px 0px 10px #2f4056;
	/* display: flex; */
}
.pageContentWhite{
	padding: 60px 80px;
	background-color: #DDDDDD;
	min-width: 400px;
	/* height: 440px; */
	color: #2F4056;
	/* display: flex; */
}
.pageFooter{
	padding: 80px;
	height: fit-content;
}
.ft-white{
	color:white;
}

.btn-primary-orange{
	border-color:#FFFFFF;
	background:0 0;
	color:#FFFFFF;
}
.btn-primary-orange:hover{
	border-color:#FFB800;
	color:#FFB800
}

.layui-nav .layui-nav-item {
    line-height: 50px;
}

.btn-more{
	border-color:#FFB800;
	background:0 0;
	color:#FFB800;
	padding: 6px 30px 6px 30px;
	/* vertical-align: middle; */
	height: 50px;
	/* border-radius: 4px; */
}
.btn-more:hover{
	/* border-color:#2F4056; */
	color:#2F4056;
	background:#FFB800;
}
.center-align{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-width: 580px;
}
.left-align{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	min-width: 400px;
	padding: 10px;
}
.right-align{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.our-advantage>div{
	margin: 60px 30px;
	width: 330px;
	height: 340px;
	box-shadow: 0px 0px 6px #bbbbbb;
	border-radius: 7px;
	min-width: 330px;
	color: #666666;
}
.our-advantage p{
	line-height: 24px;
}

.our-advantage>div>.sub-title{
	text-align:center;
	width:260px;
	position: absolute;
	top: 175px;
	font-weight: 600;
	font-size: 20px;
}

hr.orange{
	border-color: #FFB800 !important;
	box-shadow: 0px 0px 4px #FFB800;
}
hr.blue{
	border-color: #01AAED !important;
	box-shadow: 0px 0px 4px #01AAED;
}
hr.green{
	border-color: #55aa00 !important;
	box-shadow: 0px 0px 4px #55aa00;
}


.our-advantage>div>.content{
	text-align:center;
	width:300px;
	position: absolute;
	top: 230px;
	font-size: 16px;
}

.round-icon1{
	border-color:#bbbbbb;
	background:0 0;
	/* color:#6282A2; */
	width: 100px;
	height:100px;
	margin-top: -160px;
	
}
.round-icon1>i{
	font-size: 44px;	
}
.round-icon1:hover{
	/* color:#2F4056; */
	background:#ffffff;
	width: 120PX;
	height: 120px;
}
.layui-row .title-cn{
	padding-top: 20px; 
	font-size: 44px; 
	/* -webkit-text-stroke: 2px; */
	letter-spacing: 2px;
}
.layui-row .title-en{
	padding-top: 10px; 
	font-size: 18px; 
	font-weight: 600;
	color: #666666;
}

.btn-primary-grey{
	border-color:#666666;
	background:0 0;
	color:#666666;
	font-size: 20px;
	padding: 10px 35px;
	height: 60px;
}
.btn-primary-grey:hover{
	border-color:#FFB800;
	color:#ffffff;
	background:#FFB800;
}
.btn-primary-grey>i{
	font-size: 24px;
}
.list{
	padding-top: 20px; 
	font-size: 14px; 
	color: #666666;
	display: flex;
}
.help-link{
	font-size: 12px;
	padding: 3px 5px;
	color: #A9A9A9;
	border:1px solid;
	margin: 2px 2px;
}
.help-link:hover{
	border:1px solid;
	color:#ffffff;
}
.layui-menu{
	background-color: transparent;
}

.helpMenu{
	position: flex;
	box-shadow: 0px 0px 10px #2f4056;
	z-index: 9999;
	height:  calc(100vh - 90px);
	width: 290px;
	min-width: 290px;
	padding: 30px;
}
.bg-eee{
	background-color: #eeeeee;
}
.layui-menu li, .layui-menu-body-title a {
    padding: 5px 0px 5px 15px; 
}
.serviceTable td{
	min-width:100px;
	min-height:30px;
	padding: 10px;
	border: 1px #4E6475 solid;
	text-align: center;
	font-size: 16px;
	background-color: whitesmoke;
}
.serviceTable thead{
	background-color: #4E6475;
	color: white;
	height: 60px;
	font-size: 18px;
	border: 1px #4E6475 solid;
}
.ServicePrice>td>font{
	color: #2f4056;
	font-size: 32px;
	font-weight: 600;
}