﻿/* Main CSS Document */

/* reset */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: "微软雅黑", "\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1;
	outline: 0;
	-webkit-text-size-adjust: none;/* Chrome 浏览器中设置小于 12px 的字体 */
	color: #333;
}
body {
	min-width: 1200px;
	background: #FFF;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
a {
	color: #333;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style: none;
}
td, th, div {
	word-break: break-all;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
	font-size: 18px;
	font-weight:normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
fieldset, img {
	border: 0 none;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: top;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
.blur {
	filter: url(https://www.hlfat.com/public/css/blur.svg);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(4px);
	/* Chrome, Opera */
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
 filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
/* IE6~IE9 */
}
input, select, textarea, button {
	outline:0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing : border-box;
	-ms-box-sizing : border-box;
	-o-box-sizing : border-box;
	box-sizing : border-box;
	/*resize: vertical;*/
	resize: none;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	overflow-y: auto;
}
.sinput select, .sinput textarea, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	display: inline-block;
	line-height: 16px;
	padding: 2px 5px;
	font-size: 12px;
	color: #555;
}
.sinput input[type="text"], .sinput input[type="password"] {
	height: 16px;
}
.sinput input[type="checkbox"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
.sinput input[type="radio"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: radio;
	box-sizing: border-box;
}
.sinput textarea, .sinput select, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sinput textarea:focus, .sinput input[type="text"]:focus, .sinput input[type="password"]:focus, .sinput input[type="datetime"]:focus, .sinput input[type="datetime-local"]:focus, .sinput input[type="date"]:focus, .sinput input[type="month"]:focus, .sinput input[type="time"]:focus, .sinput input[type="week"]:focus, .sinput input[type="number"]:focus, .sinput input[type="email"]:focus, .sinput input[type="url"]:focus, .sinput input[type="search"]:focus, .sinput input[type="tel"]:focus, .sinput input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.none {
	display: none !important;
}
/*下拉二级菜单样式*/
.combobox, .selbox {
	display: block;
	position: relative;
}
.combobox .comcon, .selbox .selcon {
	display: none;/*position:absolute;*/
}
.combobox .hover, .selbox .hover {
/*这里可以稍稍做点修改 通常在单样式里做特效修改*/
}
/*清楚浮动*/
.clearfix {
	zoom: 1;
} /*ie浏览器 */
/*.clearfix:after{content:' ';display:block;clear:both;height:0;visibility:hidden;} .标准浏览器*/
.clearfix:before, .clearfix:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
/*.标准浏览器*/
/*窗体大小*/
.w-1200 {
	width: 1200px;
}
.mauto {
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
.transYT {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.transXT {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.action.transYT {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.action.transXT {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/ 
.fixed-top /* 头部固定 */ {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-bottom /* 底部固定 */ {
	position: fixed;
	bottom: 0px;
	top: auto;
}
.fixed-left /* 左侧固定 */ {
	position: fixed;
	right: auto;
	left: 0px;
}
.fixed-right /* 右侧固定 */ {
	position: fixed;
	right: 0px;
	left: auto;
}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html, * html body /* 修正IE6振动bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .fixed-top /* IE6 头部固定 */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 右侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 底部固定  */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
* html .fixed-left /* IE6 左侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft));
}
/* 弹出窗口 */
.modal_backdrop {
	width: 100%;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	z-index: 100001;
	display: none;
}
.modal_backdrop-black {
	background:#000;
}
.modal_backdrop-write {
	background:#FFF;
}
.modal_backdrop-transparent {
	background:transparent;
}
.modal_backdrop_top {
	width: 100%;
	background: #FFF;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	display: none;
}
.modal_tbox {
	left: 0;
	width: 100%;
	z-index: 100002;
}
.modal_tbox .tconbox {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	display: none;
}
.modal_tbox .tconbox .tcon-close {
	right:0.4rem;
	top: 0.4rem;
	width:0.2rem;
	height:0.2rem;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	background: url(https://www.hlfat.com/public/images/close.png) no-repeat left top;
	background-size:cover;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	transition: none;
}
.modal_tbox .tconbox .tcon-close:hover {
	background-position: right top;
}
/* 加载处理窗口 */
.modalbg_loading-box {
	z-index: 100003;
}
.modal_loading-box {
	z-index: 100004;
}
.modal_tbox .loading-box {
	padding: 0;
	width: 150px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(0,0,0,0.5);
}
.modal_tbox .loading-box .msg {
	line-height: 60px;
	text-align: center;
	color: #FFF;
}
/* 分页样式 */
.mpage_boxs {
	padding-top: 60px;
	font-size:0;
	text-align: center;
}
.mpage_boxs ul {
	display:inline-block;
}
.mpage_boxs li {
	line-height:32px;
	font-size: 14px;
	display:inline-block;
	float:left;
}
.mpage_boxs a, .mpage_boxs span {
	margin-right: 5px;
	padding: 0 17px;
	border: #ddd 1px solid;
	text-decoration: none;
	cursor:pointer;
	display:block;
	color: #EF820B;
	overflow: hidden;
}
.mpage_boxs a:hover {
	border-color: #EF820B;
	color: #FFF;
	background: #EF820B;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a {
	border-color: #EF820B;
	color: #FFF;
	background: #EF820B;
}
/* .hd-boxs */
.hd-boxs {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background:#FFF;
	position:relative;
	z-index:99999;
}
.hd-mess {
	line-height:40px;
}
.hd-logo {
	float:left;
}
.hd-logo a {
	padding:10px 0 20px;
	font-size:0;
	display:block;
}
.hd-msg {
	margin-left:30px;
	width:480px;
	line-height:85px;
	font-size:24px;
	font-style:italic;
	text-align-last:justify;	
	text-align:justify;	
	text-justify:distribute-all-lines;
	float:left;
	color:#EF820B;
}
.hd-tel {
	line-height:27px;
	float:right;
	position:relative;
}
.hd-tel em {
	left:-65px;
	bottom:2px;
	width:60px;
	line-height:22px;
	font-size:16px;
	text-align:center;
	color:#666;
	position:absolute;
}
.hd-tel h3 {
	font-weight:bold;
	color:#EF820B;
}
.hd-tel p {
	font-size:20px;
	font-weight:bold;
}
.hd-fuwu {
	margin-right:-210px;
	width:210px;
	float:left;
}
.hd-fuwu .fw-til {
	font-size: 20px;
	line-height: 55px;
	text-align:center;
	display:block;
	color:#FFF;
	background:#EF820B;
}
.hd-fuwu .fw-con {
	left:0;
	top:55px;
	width:100%;
	background:#FFF;
	position:absolute;
}
.hd-fuwu .fw-ul {
	margin-top:-1px;
}
.hd-fuwu .fw-li {
	position:initial;
}
.hd-fuwu .fw-li .l-til {
	padding-top:1px;
	line-height:91px;
	font-size: 20px;
	text-align:center;
	border-top:1px solid #EEE;
	display:block;
	position:relative;
}
.hd-fuwu .fw-li .l-til.active {
    color: #EF820B;
}
.hd-fuwu .fw-li .l-til.active:before {
	content:" ";
	left:0;
	top:0;
	width:210px;
	height:87px;
	border:3px solid #EF820B;
	border-right:none;
	display:block;
	position:absolute;
}
.hd-fuwu .fw-li .l-til.active:after {
	content:" ";
	right:-3px;
	top:3px;
	width:3px;
	height:87px;
	display:block;
	background:#FFF;
	position:absolute;
	z-index:1;
}
.hd-fuwu .fw-li .l-con {
	left:210px;
	top:0;
	padding:20px 60px;
	width:430px;
	height:512px;
	border:3px solid #EF820B;
	background:#FFF;
	position:absolute;
}
.hd-fuwu .fw-li .l-con ul {
	margin-left:-30px;
}
.hd-fuwu .fw-li .l-con ul li {
	margin-left:30px;
	width:200px;
	display:inline-block;
	float:left;
}
.hd-fuwu .fw-li .l-con ul li a {
	height: 55px;
	line-height: 55px;
	font-size:16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(https://www.hlfat.com/public/css/ellipsis.xml);
	display:block;
    overflow: hidden;
}
.hd-fuwu .fw-li .l-con ul li a:hover {
    color: #EF820B;
}
.hd-mnav {
	width:100%;
	float:left;
}
.hd-mnav ul {
	margin-left:230px;
}
.hd-mnav ul li {
	display: inline-block;
	float: left;
}
.hd-mnav ul .li-boxs {
	display: block;
	position: relative;
}
.hd-mnav ul .li-boxs .lb-til {
	width:138px;
	line-height: 55px;
	font-size: 20px;
	text-align: center;
	display: block;
	position:relative;
}
.hd-mnav ul .active .lb-til, .hd-mnav ul .on .lb-til {
	color:#EF820B;
}
.hd-mnav-son {
    width: 100%;
    left: 0;
    top: 190px;
	border-top: 1px solid #EEE;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	/* Safari for macOS & iOS */
	-webkit-backdrop-filter: blur(5px); 	
	/* Google Chrome */
	backdrop-filter: blur(5px);
	/* 设置背景半透明白色 */
	background: rgba(239,239,239, 0.95);
	display:none;
	position: absolute;
	z-index:99998;
}
.hd-mnav-son .son-con {
	-webkit-animation: nvfadeInDown .3s .1s ease both;
	-moz-animation: nvfadeInDown .3s .1s ease both;
	display:none;
}
@-webkit-keyframes nvfadeInDown {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes nvfadeInDown {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}
.hd-mnav-son .son-1 {
	padding:55px 0;
	height:230px;
	overflow:hidden;
	padding-left:510px;
	position:relative;
}
.hd-mnav-son .son-1 .sc-l {
	left:0;
	top:55px;
	position:absolute;
}
.hd-mnav-son .son-1 .sc-r {
}
.hd-mnav-son .son-1 .sc-r ul {
	margin:-46px 0 0 -150px;
}
.hd-mnav-son .son-1 .sc-r ul li {
	margin:41px 0 0 150px;
	width:190px;
	height:46px;
	display:inline-block;
	float:left;
	overflow:hidden;
}
.hd-mnav-son .son-1 .sc-r ul li a {
	height:45px;
	line-height:45px;
	font-size:16px;
	border-bottom:1px dashed #AAA;
	display:block;
	position:relative;
}
.hd-mnav-son .son-1 .sc-r ul li a em {
	margin-right:10px;
	font-size:12px;
	font-family:'宋体';
	display:inline-block;
}
.hd-mnav-son .son-1 .sc-r ul li a i {
	left:0;
	bottom: -1px;
	width: 30px;
	height: 1px;
	background:#EF820B;
	position:absolute;
}
.hd-mnav-son .son-1 .sc-r ul li a:hover {
	color:#EF820B;
	border-bottom:1px solid #EF820B
}
.hd-mnav-son .son-1 .sc-r ul li a:hover i {
	width:100%;
}
/* .banner-boxs */
.banner-boxs {
	min-width: 1200px;
	position: relative;
}
.banner-boxs .hd {
	bottom: 42px;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1;
}
.banner-boxs .hd ul li {
	margin-right: 10px;
	width: 30px;
	height: 3px;
	line-height: 3px;
	cursor: pointer;
	display: inline-block;
	background: rgba(255,255,255,0.5);
	position: relative;
	overflow: hidden;
}
.banner-boxs .hd ul .on {
	background: #FFF;
}
.banner-boxs .bd, .banner-boxs .bd ul, .banner-boxs .bd ul li, .banner-boxs .bd ul li a {
	width: 100%;
	height: 600px;
	display: block;
	overflow: hidden;
}
.banner-boxs .bd ul li a {
	text-indent: -9999px;
}
/* .bd-boxs */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	padding-top:30px;
	margin-top: 10px;
	text-align:center;
	color:#EEE;
	background: #555;
}
.ft-boxs a {
	color:#EEE;
}
.ft-boxs span {
	margin:0 15px;
}
.ft-logo {
	display:block;
	margin-bottom:20px;
}
.ft-logo .til {
	line-height:30px;
	font-size:24px;
}
.ft-con {
	line-height:30px;
	font-size:16px;
}
.ft-icp {
	margin-top:15px;
	line-height:54px;
	font-size:16px;
	border-top:2px solid #777;
}
.fx-boxs {
	width: 100%;
	z-index: 99999;
}
.fx-tool {
	right: 0;
	bottom: calc(calc(100vh - 618px) / 2);
	width: 100px;
	height:418px;
	position: absolute;
}
.fx-tool ul {
	margin-top: -6px;
}
.fx-tool ul li {
	margin-top: 6px;
	display: inline-block;
	float: left;
}
.fx-tool ul li > a {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	color: #FFF;
	background:url(../image/fx-tool-bg.png) no-repeat #FEBC4E;
	position:relative;
}
.fx-tool ul li > a p {
	left:0;
	bottom:0;
	line-height:40px;
	width:100%;
	display:block;
	position:absolute;
}
.fx-tool .l-1 {
}
.fx-tool .l-1 a {
	background-position: left -8px;
}
.fx-tool .l-2 {
	position: relative;
}
.fx-tool .l-2 a {
	background-position: left -108px;
}
.fx-tool .l-2 .l-con {
	top: 20px;
	right: 105px;
	width: 0;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #FFF;
	background: #FEBC4E;
	position: absolute;
	overflow: hidden;
}
.fx-tool .l-2:hover .l-con {
	padding-left: 20px;
	width: 230px;
	transition: width 0.2s;
	-moz-transition: width 0.2s;
	-webkit-transition: width 0.2s;
	-o-transition: width 0.2s;
}
.fx-tool .l-3 {
	position: relative;
}
.fx-tool .l-3 a {
	background-position: left -208px;
}
.fx-tool .l-3 .l-con {
	right: 115px;
	bottom: 0;
	display: none;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
}
.fx-tool .l-3 .l-con:before {
	content: " ";
	right: -15px;
	bottom: 28px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 20px solid #FFF;
	border-bottom: 10px solid transparent;
	position: absolute;
}
.fx-tool .l-4 {
	display:none;
}
.fx-tool .l-4 a {
	background-position: left -308px;
}
/* 公共样式 */
.bd-mbox {
}
.bd-mbox .bm-til {
	padding: 70px 0 90px;
	text-align: center;
	background:url(../image/bm-til-bg.png) no-repeat center bottom 45px;
}
.bd-mbox .bm-til h3 {
	line-height:70px;
	font-size:50px;
}
.bd-mbox .bm-til em {
	color:#EF820B;
}
.bd-mbox .bm-til p {
	line-height:50px;
	font-size:28px;
	color:#666;
}
.bd-mbox .bm-con {
}
.bd-mbox2 {
}
.bd-mbox2 .bm2-til {
	padding: 60px 0 30px;
	text-align: center;
}
.bd-mbox2 .bm2-til h3 {
	line-height:50px;
	font-size:40px;
	font-weight:bold;
}
.bd-mbox2 .bm2-til em {
	color:#EF820B;
}
.bd-mbox2 .bm2-til p {
	line-height:50px;
	font-size:26px;
}
.bd-mbox2 .bm2-con {
}
/* 服务流程 */
.bd-argsliucheng {
}
.bd-argsliucheng .bm-con {
	padding-bottom:50px;
}
.bd-argsliucheng .bm-con dl {
	margin:-90px 0 0 -90px;
}
.bd-argsliucheng .bm-con dl dd {
	margin:90px 0 0 90px;
	width:340px;
	display:inline-block;
	float:left;
	position:relative;
}
.bd-argsliucheng .bm-con dl dd .i1, .bd-argsliucheng .bm-con dl dd .i3 {
	right:-50px;
	top:30px;
	position:absolute;
}
.bd-argsliucheng .bm-con dl dd .i2 {
	right:120px;
	bottom:-60px;
	position:absolute;
}
.bd-argsliucheng .bm-con dl dd .img {
	width:90px;
	display:inline-block;
	float:left;
}
.bd-argsliucheng .bm-con dl dd .til {
	margin-bottom:10px;
	line-height:30px;
	text-align:center;
	font-size:28px;
}
.bd-argsliucheng .bm-con dl dd .con {
	text-align:center;
	line-height:24px;
	font-size:18px;
	color:#666;
}
.bd-argsliucheng .bm-con .more {
	margin:60px auto 0;
	width:1016px;
	line-height:66px;
	font-size:40px;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:block;
	color:#FFF;
	background:#EF820B;
}
/* 部分合作客户 */
.bd-arhezuokehu {
	background:#F7F7F7;
}
.bd-arhezuokehu .bm-con {
	padding-bottom:70px;
}
.bd-arhezuokehu .bm-con .hd {
	display:none;
}
.bd-arhezuokehu .bm-con .bd {
}
.bd-arhezuokehu .bm-con .bd .bd-con {
}
.bd-arhezuokehu .bm-con .bd ul {
	margin:-6px 0 0 -6px;
}
.bd-arhezuokehu .bm-con .bd ul li {
	margin:6px 0 0 6px;
	display:inline-block;
	float:left;
}
.bd-arhezuokehu .bm-con .bd ul li a {
	width:195px;
	display:block;
}
/* 相关资讯 */
.bd-arzixun {
}
.bd-arzixun .bm-til {
}
.bd-arzixun .bm-con {
	height:356px;
	background:url(../image/bm-8-1.jpg) no-repeat left top;
}
.bd-arzixun .bm-con dl {
	margin-left:390px;
}
.bd-arzixun .bm-con dl dd {
	width:50%;
	display:inline-block;
	float:left;
}
.bd-arzixun .bm-con dl dd .d-til {
}
.bd-arzixun .bm-con dl dd .d-til a {
	width:386px;
	line-height:58px;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:block;
	color:#FFF;
}
.bd-arzixun .bm-con dl dd .d-con {
	width:386px;
}
.bd-arzixun .bm-con dl .d1 .d-til a {
	background:#0AA1E7;
}
.bd-arzixun .bm-con dl .d1 .d-con {
}
.bd-arzixun .bm-con dl .d1 .d-con .til {
	padding-top:15px;
	height:30px;
	line-height:30px;
	font-size:20px;
	white-space:nowrap;	
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("https://www.hlfat.com/public/css/ellipsis.xml");/*FireFox*/
	overflow:hidden;
}
.bd-arzixun .bm-con dl .d1 .d-con a:hover .til {
	color:#EF820B;
}
.bd-arzixun .bm-con dl .d1 .d-con .time {
	line-height:28px;
	font-size:16px;
	margin-bottom:15px;
}
.bd-arzixun .bm-con dl .d1 .d-con .con {
	line-height:28px;
	color:#666;
}
.bd-arzixun .bm-con dl .d2 .d-til a {
	background:#EF820B;
}
.bd-arzixun .bm-con dl .d2 .d-con {
	padding:10px 0 0 15px;
}
.bd-arzixun .bm-con dl .d2 .d-con ul {
}
.bd-arzixun .bm-con dl .d2 .d-con ul li {
	height:40px;
	line-height:40px;
	font-size:18px;
	white-space:nowrap;	
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("https://www.hlfat.com/public/css/ellipsis.xml");/*FireFox*/
	overflow:hidden;
}
.bd-arzixun .bm-con dl .d2 .d-con ul li a:hover {
	color:#EF820B;
}
/* 服务 */
.bd-arfuwu {
}
.bd-arfuwu .bm2-con {
	margin:0 auto;
	padding-bottom:30px;
	width:930px;
}
.bd-arfuwu .bm2-con dl {
	margin-left:-95px;
}
.bd-arfuwu .bm2-con dl dd {
	margin-left:95px;
	width:110px;
	text-align:center;
	display:inline-block;
	float:left;
}
.bd-arfuwu .bm2-con dl dd .til {
	line-height:60px;
	font-size:24px;
	color:#EF820B;
}
/* 消息 */
.bd-armess {
	padding:25px 0;
	color:#666;
	background:#F7F7F7;
}
.bd-armess dl {
	margin-left:-93px;
}
.bd-armess dl dd {
	margin-left:93px;
	padding-left:80px;
	width:150px;
	display:inline-block;
	float:left;
	position:relative;
}
.bd-armess dl dd .img {
	left:0;
	top:0;
	position:absolute;
}
.bd-armess dl dd .til {
	line-height:35px;
	font-size:24px;
}
.bd-armess dl dd .con {
	line-height:25px;
	font-size:18px;
}