/* Main CSS Document */
@charset "utf8";
/* 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(blur.svg#blur);
	/* 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;
}
.clearfix:before, .clearfix:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}*/
.clearfix {
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	clear: both;
}
/*.标准浏览器*/
/*窗体大小*/
.w-1200 {
	width: 1200px;
}
.mauto {
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
*[data-trans="t"] {
	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;
}
*[data-trans="b"] {
	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;
}
*[data-trans="l"] {
	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;
}
*[data-trans="r"] {
	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;
}
*[data-trans="t"].action, *[data-trans="b"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
*[data-trans="l"].action, *[data-trans="r"].action {
	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(/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: 28px;
	font-size: 14px;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	margin-right: 5px;
	padding: 0 10px;
	border: #ddd 1px solid;
	text-decoration: none;
	cursor: pointer;
	display: block;
	color: #F60;
	background:#FFF;
	overflow: hidden;
}
.mpage_boxs a:hover {
	border-color: #F60;
	color: #FFF;
	background: #F60;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a {
	border-color: #F60;
	color: #FFF;
	background: #F60;
}
/* .hd-boxs */
.hd-boxs {
	height: 201px;
	position: relative;
	z-index: 99999;
}
.hd-fixed {
	width: 100%;
	-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;
}
.hd-logo {
	padding: 20px 0;
	float: left;
}
.hd-logo a {
	font-size: 0;
	display: block;
}
.hd-tel {
	margin-top: 40px;
	padding-left: 70px;
	float: right;
	position: relative;
}
.hd-tel .img {
	left: 0;
	top: 5px;
	position: absolute;
}
.hd-tel .til {
	line-height: 25px;
	font-size: 18px;
}
.hd-tel .con {
	line-height: 35px;
	font-size: 26px;
	font-weight: bold;
	color: #F60;
}
.hd-mnav {
	border-top: 1px solid #DDD;
	background:#F60;
}
.hd-mnav ul {
}
.hd-mnav ul li {
	display: inline-block;
	float: left;
}
.hd-mnav ul li a {
	width: 150px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	display: block;
	color:#FFF;
	position: relative;
}
.hd-mnav ul li a:before {
	content: " ";
	margin-left: 50%;
	left: -12px;
	bottom: 10px;
	width: 24px;
	height: 2px;
	display: none;
	background: #FFF;
	position: absolute;
}
.hd-mnav ul li a:after {
	content: " ";
	left: -1px;
	top: 15px;
	width: 1px;
	height: 30px;
	display: block;
	background: #F98845;
	position: absolute;
}
.hd-mnav ul li:first-child a:after {
	display: none;
}
.hd-mnav ul .on a, .hd-mnav ul li a:hover {
	font-weight: bold;
	background:#B7450B;
	z-index:1;
}
.hd-mnav ul .on a:after, .hd-mnav ul li a:hover:after {
	display: none;
}
.hd-mnav ul .on a:before {
	display: block;
}
/* .banner-boxs */
.banner-boxs {
	min-width: 1200px;
	border-bottom: 1px solid #EEE;
	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:0 10px;
	width: 8px;
	height: 8px;
	line-height: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-indent: -99999px;
	cursor: pointer;
	display: inline-block;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
.banner-boxs .hd ul .on {
	width:48px;
	background: #F60;
}
.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 {
}
.bd-tags {
	background: #F4F4F4;
}
.bd-tags ul {
}
.bd-tags ul li {
	line-height: 50px;
	font-size: 16px;
	display: inline-block;
	float: left
}
/* 底部 */
.ft-boxs {
	padding: 75px 0;
	color: #CCC;
	background: #353535;
}
.ft-boxs a {
	color: #CCC;
}
.ft-boxs .d-dl {
}
.ft-boxs .d-dd {
	display:inline-block;
	float:left;
}
.ft-boxs .d1 {
	width:320px;
	line-height:30px;
}
.ft-boxs .d1 .logo {
	margin-bottom:10px;
	display:block;
}
.ft-boxs .d1 span:first-child {
	margin-right:20px;
}
.ft-boxs .d2 {
	margin-left:95px;
	width:460px;
	position:relative;
}
.ft-boxs .d2:before {
	content:" ";
	left:-58px;
	width:1px;
	height:100%;
	display:block;
	background:#CCC;
	position:absolute;
}
.ft-boxs .d2 ul {
}
.ft-boxs .d2 ul li {
	padding-left:38px;
	line-height:38px;
	display:block;
	position:relative;
}
.ft-boxs .d2 ul li a {
	display:block;
}
.ft-boxs .d2 ul li em {
	left:0;
	top:4px;
	width:30px;
	height:30px;
	display:block;
	background:url(/public/images/ft-ico.png) no-repeat left top;
	position:absolute;
}
.ft-boxs .d2 ul .l1 em {
	background-position:left top;
}
.ft-boxs .d2 ul .l2 em {
	background-position:left -30px;
}
.ft-boxs .d2 ul .l3 em {
	background-position:left -60px;
}
.ft-boxs .d2 ul .l4 em {
	background-position:left -90px;
}
.ft-boxs .d3 {
	float:right;
}
/* 公共样式 */
.bd-mbox {
	overflow: hidden;
}
.bd-mbox .bm-til {
	padding: 80px 0 66px;
	height: 90px;
	text-align: center;
	overflow: hidden;
}
.bd-mbox .bm-til h3 {
	line-height: 60px;
	font-size: 46px;
	font-weight: bold;
}
.bd-mbox .bm-til p {
	padding-bottom: 16px;
	line-height: 30px;
	font-size: 20px;
	color: #666;
	position: relative;
}
.bd-mbox .bm-til p:before {
	content: " ";
	margin-left: 50%;
	left: -20px;
	bottom: 0;
	width: 40px;
	height: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	background: #F60;
	position: absolute;
}
.bd-mbox .bm-con {
}
/* bm-1 */
.bm-1 {
}
.bm-1 .bm-con {
	padding-bottom: 60px;
}
.bm-1 .bm-con dl {
}
.bm-1 .bm-con dl dd {
	width: 300px;
	text-align: center;
	display: inline-block;
	float: left;
	position:relative;
}
.bm-1 .bm-con dl dd:before {
	content:" ";
	left:0;
	bottom:0;
	width:1px;
	height:67px;
	display:block;
	background:#CBCBCB;
	position:absolute;
}
.bm-1 .bm-con dl dd:first-child:before {
	display:none;
}
.bm-1 .bm-con dl dd .img {
}
.bm-1 .bm-con dl dd .til {
	margin-top: 30px;
	line-height: 46px;
	font-size: 42px;
	font-weight:bold;
}
.bm-1 .bm-con dl dd .til em {
	font-size: 26px;
	font-weight:normal;
}
.bm-1 .bm-con dl dd .con {
	line-height: 30px;
	font-size: 24px;
}
/* bm-2 */
.bm-2 {
	background: #F4F4F4;
}
.bm-2 .bm-con {
	padding-bottom: 60px;
	min-height: 360px;
	position: relative;
}
.bm-2 .bm-con .hd {
	left: 0;
	top: 0;
	width: 240px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: absolute;
	z-index: 1;
}
.bm-2 .bm-con .hd ul {
}
.bm-2 .bm-con .hd ul li {
	display: inline-block;
	float: left;
	position: relative;
}
.bm-2 .bm-con .hd ul li a {
	width: 240px;
	line-height: 120px;
	font-size: 20px;
	text-align: center;
	display: block;
	background: #FFF;
	position: relative;
}
.bm-2 .bm-con .hd ul li a:before {
	content: " ";
	left: 0;
	top: -1px;
	width: 100%;
	height: 1px;
	display: block;
	background: #DDD;
	position: absolute;
}
.bm-2 .bm-con .hd ul li:first-child a:before, .bm-2 .bm-con .hd ul .on a:before {
	display: none;
}
.bm-2 .bm-con .hd ul li em {
	right: -11px;
	top: 43px;
	height: 34px;
	display: none;
	position: absolute;
}
.bm-2 .bm-con .hd ul .on {
	z-index: 1;
}
.bm-2 .bm-con .hd ul .on a {
	font-size:22px;
	font-weight: bold;
	color: #FFF;
	background: #F60;
}
.bm-2 .bm-con .hd ul .on em {
	display: block;
}
.bm-2 .bm-con .bd {
}
.bm-2 .bm-con .bd .bd-con {
	position: relative;
}
.bm-2 .bm-con .about {
	margin-left: 280px;
	height: 360px;
}
.bm-2 .bm-con .about .img {
	float: left;
}
.bm-2 .bm-con .about .box {
	width: 500px;
	height: 360px;
	float: right;
	position: relative;
}
.bm-2 .bm-con .about .til {
	margin:20px 0 30px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
	overflow: hidden;
}
.bm-2 .bm-con .about .con {
	margin-bottom: 30px;
	padding-top: 30px;
	height: 168px;
	line-height: 32px;
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bm-2 .bm-con .about .con b {
	margin-top: -30px;
	line-height: 30px;
	display: block;
}
.bm-2 .bm-con .about .more {
	padding: 0 30px 0 15px;
	line-height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	color:#999;
	display: inline-block;
	position: relative;
}
.bm-2 .bm-con .about .more:hover {
	border-color:#F60;
	color:#F60;
}
.bm-2 .bm-con .about .more em {
	right: 13px;
	top: 9px;
	width: 9px;
	height: 12px;
	display: block;
	background: url(/public/images/ico-more2.png) no-repeat center top;
	position: absolute;
}
.bm-2 .bm-con .about .more:hover em {
	background: url(/public/images/ico-more-on.png) no-repeat center top;
}
.bm-3 {
	background: url(/public/images/bm-3-bg.png) no-repeat center top;
}
.bm-3 .bm-til {
	padding-top: 80px;
	color: #FFF;
}
.bm-3 .bm-til p {
	color: #FFF;
}
.bm-3 .bm-til p:before {
	background: #FFF;
}
.bm-3 .bm-con {
}
.bm-3 .bm-con .hd {
	padding-bottom: 26px;
}
.bm-3 .bm-con .hd ul {
}
.bm-3 .bm-con .hd ul li {
	display: inline-block;
	float: left;
	position: relative;
}
.bm-3 .bm-con .hd ul li a {
	line-height: 80px;
	font-size: 22px;
	width: 300px;
	text-align: center;
	display: block;
	background: #FFF;
	position: relative;
}
.bm-3 .bm-con .hd ul li a:before {
	content: " ";
	margin-left: 50%;
	left: -12px;
	bottom: 15px;
	width: 24px;
	height: 2px;
	display: none;
	background: #FFF;
	position: absolute;
}
.bm-3 .bm-con .hd ul li a:after {
	content: " ";
	left: -1px;
	top: 0;
	width: 1px;
	height: 80px;
	display: block;
	background: #DDD;
	position: absolute;
}
.bm-3 .bm-con .hd ul li:first-child a:after, .bm-3 .bm-con .hd ul .on a:after {
	display: none;
}
.bm-3 .bm-con .hd ul li em {
	left: -19px;
	bottom: -14px;
	margin-left: 50%;
	width: 38px;
	height: 14px;
	background: url(/public/images/bm-3-hd-ico.png) no-repeat center top;
	display: none;
	position: absolute;
}
.bm-3 .bm-con .hd ul .on {
	z-index: 1;
}
.bm-3 .bm-con .hd ul .on a {
	font-weight:bold;
	color: #FFF;
	background: #F60;
	position: relative;
}
.bm-3 .bm-con .hd ul .on em {
	display: block;
}
.bm-3 .bm-con .hd ul .on a:before {
	display: block;
}
.bm-3 .bm-con .bd {
}
.bm-3 .bm-con .bd-con {
	display: none;
}
.bm-3 .bm-con .bd .box {
	padding: 0 80px;
	width: 480px;
	height: 430px;
	position: relative;
}
.bm-3 .bm-con .bd .img {
}
.bm-3 .bm-con .bd .til {
	padding-top: 45px;
	line-height: 90px;
	font-size: 34px;
	font-weight: bold;
}
.bm-3 .bm-con .bd .con {
	line-height: 34px;
	font-size: 18px;
}
.bm-3 .bm-con .bd .more {
	left: 80px;
	bottom: 80px;
	width: 210px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display: block;
	color: #FFF;
	background: url(/public/images/ico-more.png) no-repeat right 40px center #F60;
	position: absolute;
}
.bm-4 {
	background: #F4F4F4;
}
.bm-4 .bm-con {
	position: relative;
}
.bm-4 .bm-con .img {
	position: absolute;
}
.bm-4 .bm-con .ml-600 {
	right: 600px;
}
.bm-4 .bm-con .mr-600 {
	left: 600px;
}
.bm-4 .bm-con .box {
	padding: 0 50px;
	width: 500px;
	height: 450px;
	text-align: center;
	position: relative;
}
.bm-4 .bm-con .ico {
	left: 0;
	top: 0;
	position: absolute;
}
.bm-4 .bm-con .til {
	margin: 60px 0 10px;
	line-height: 80px;
	font-size: 38px;
	font-weight: bold;
	position: relative;
}
.bm-4 .bm-con .til:before {
	content: " ";
	margin-left: 50%;
	left: -20px;
	bottom: 0;
	width: 40px;
	height: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	background: #F60;
	position: absolute;
}
.bm-4 .bm-con .ftil, .bm-4 .bm-con .con {
	line-height: 34px;
	font-size: 20px;
	color: #666;
}
.bm-4 .bm-con .ftil {
	margin-bottom: 50px;
}
.bm-4 .bm-con .ftil b {
	display: block;
}
.bm-4 .bm-con .con {
}
.bm-4 .bm-con .con em {
}
.bm-4 .bm-con .ftil b, .bm-4 .bm-con .con em {
	color: #F60;
}
.bm-5 {
}
.bm-5 .bm-con {
	padding-bottom:60px;
	position: relative;
}
.bm-5 .bm-con .hd {
	margin-bottom: 20px;
}
.bm-5 .bm-con .hd ul {
	margin-left: -96px;
}
.bm-5 .bm-con .hd ul li {
	margin-left: 96px;
	display: inline-block;
	float: left;
}
.bm-5 .bm-con .hd ul li a, .bm-5 .bm-con .bm-more a {
	width: 120px;
	height: 120px;
	text-align: center;
	-moz-border-radius: 120px;
	-webkit-border-radius: 120px;
	border-radius: 120px;
	display: block;
	overflow: hidden;
}
.bm-5 .bm-con .hd ul li .ico, .bm-5 .bm-con .bm-more .ico {
	margin: 15px auto 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(/public/images/bm-5-ico.png) no-repeat left top;
}
.bm-5 .bm-con .hd ul .l1 .ico {
	background-position: left top;
}
.bm-5 .bm-con .hd ul .l2 .ico {
	background-position: -60px top;
}
.bm-5 .bm-con .hd ul .l3 .ico {
	background-position: -120px top;
}
.bm-5 .bm-con .hd ul .l4 .ico {
	background-position: -180px top;
}
.bm-5 .bm-con .hd ul .l5 .ico {
	background-position: -240px top;
}
.bm-5 .bm-con .hd ul .l1.on em, .bm-5 .bm-con .hd ul .l1 a:hover em {
	background-position: left bottom;
}
.bm-5 .bm-con .hd ul .l2.on em, .bm-5 .bm-con .hd ul .l2 a:hover em {
	background-position: -60px bottom;
}
.bm-5 .bm-con .hd ul .l3.on em, .bm-5 .bm-con .hd ul .l3 a:hover em {
	background-position: -120px bottom;
}
.bm-5 .bm-con .hd ul .l4.on em, .bm-5 .bm-con .hd ul .l4 a:hover em {
	background-position: -180px bottom;
}
.bm-5 .bm-con .hd ul .l5.on em, .bm-5 .bm-con .hd ul .l5 a:hover em {
	background-position: -240px bottom;
}
.bm-5 .bm-con .hd ul li .til {
	margin-top: -5px;
	font-size: 20px;
}
.bm-5 .bm-con .hd ul .on a, .bm-5 .bm-con .hd ul li a:hover, .bm-5 .bm-con .bm-more a:hover {
	color: #FFF;
	background: #F60;
}
.bm-5 .bm-con .bm-more {
	right: 0;
	top: 0;
	position: absolute;
}
.bm-5 .bm-con .bm-more .ico {
	background-position: -300px top;
}
.bm-5 .bm-con .bm-more a:hover .ico {
	background-position: -300px bottom;
}
.bm-5 .bm-con .bd {
}
.bm-5 .bm-con .bd-con {
	display:none;
	background: #F4F4F4;
}
.bm-5 .bm-con .bd .img {
	width:710;
	height:540px;
	float: left;
	background:#FFF;
}
.bm-5 .bm-con .bd .box {
	margin-right: 45px;
	width: 400px;
	float: right;
}
.bm-5 .bm-con .bd .til {
	margin:50px 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bm-5 .bm-con .bd .con {
	margin-bottom: 30px;
	height: 288px;
	line-height: 32px;
	font-size: 16px;
	text-indent:32px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bm-5 .bm-con .bd .more {
	padding: 0 30px 0 15px;
	line-height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	color:#999;
	display: inline-block;
	position: relative;
}
.bm-5 .bm-con .bd .more:hover {
	color:#F60;
	border-color:#F60;
}
.bm-5 .bm-con .bd .more em {
	right: 13px;
	top: 9px;
	width: 9px;
	height: 12px;
	display: block;
	background: url(/public/images/ico-more2.png) no-repeat center top;
	position: absolute;
}
.bm-5 .bm-con .bd .more:hover em {
	background: url(/public/images/ico-more-on.png) no-repeat center top;
}
.bm-6 {
	background:#F4F4F4;
}
.bm-6 .bm-til {
	height:auto;
}
.bm-6 .bm-til p {
	margin-bottom:-16px;
	height:1px;
}
.bm-6 .bm-con {
	padding-bottom:60px;
}
.bm-6 .bm-con a:hover {
	text-decoration:underline;
	color:#F60;
}
.bm-6 .bm-con .d-dl {
	margin-left:-50px;
}
.bm-6 .bm-con .d-dd {
	margin-left:50px;
	width:575px;
	display:inline-block;
	float:left;
}
.bm-6 .bm-con .d-til {
	margin-bottom:20px;
	line-height:20px;
	font-size:20px;
}
.bm-6 .bm-con .d-til .til {
	padding-left:13px;
	font-size:20px;
	font-weight:bold;
	float:left;
	position:relative;
}
.bm-6 .bm-con .d-til .til:before {
	content:" ";
	left:0;
	top:0;
	width:3px;
	height:20px;
	display:block;
	background:#F60;
	position:absolute;
}
.bm-6 .bm-con .d-til .more {
	font-size:18px;
	float:right;
}
.bm-6 .bm-con .d1 {
}
.bm-6 .bm-con .d1 .d-con .img {
	margin-bottom:15px;
	height:325px;
	display:block;
	background:#FFF;
}
.bm-6 .bm-con .d1 .d-con .til {
	height:45px;
	line-height:45px;
	font-weight:bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
	overflow:hidden;
}
.bm-6 .bm-con .d1 .d-con .til em {
	font-style:italic;
	color:#F60;
}
.bm-6 .bm-con .d1 .d-con .con {
	line-height:24px;
	font-size:16px;
	color:#666;
}
.bm-6 .bm-con .d1 .d-con .con a {
	color:#F60;
}
.bm-6 .bm-con .d2 {
	height:475px;
	position:relative;
}
.bm-6 .bm-con .d2 .more {
	right:0;
	bottom:0;
	width:80px;
	line-height:30px;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	border:1px solid #666;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
	display:block;
	position:absolute;
}
.bm-6 .bm-con .d2 .more:hover {
	border-color:#F60;
}
.bm-6 .bm-con .d2 .d-con ul {
}
.bm-6 .bm-con .d2 .d-con ul li {
	margin-top:26px;
	padding-top:25px;
	border-top:1px solid #DDD;
}
.bm-6 .bm-con .d2 .d-con ul li:first-child {
	margin:0;
	padding:0;
	border:none;
}
.bm-6 .bm-con .d2 ul li .time {
	width:100px;
	text-align:center;
	float:left;
}
.bm-6 .bm-con .d2 .d-con ul li .time b {
	line-height:60px;
	font-size:46px;
}
.bm-6 .bm-con .d2 .d-con ul li .time p {
	line-height:16px;
	font-size:14px;
	color:#666;
}
.bm-6 .bm-con .d2 .d-con ul li .box {
	padding-left:20px;
	width:454px;
	border-left:1px solid #DDD;
	float:right;
}
.bm-6 .bm-con .d2 .d-con ul li .til {
	/*margin-bottom:15px;*/
	height:45px;
	line-height:45px;
	font-weight:bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
	overflow:hidden;
}
.bm-6 .bm-con .d2 .d-con ul li .con {
	height:48px;
	line-height:24px;
	font-size:16px;
	color:#666;
	overflow:hidden;
}
.bm-6 .bm-con .d2 .d-con ul li .con a {
	color:#F60;
}
.bm-7 {
	height:630px;
	background:url(/public/images/bm-7-bg.png) no-repeat center top;
}
.bm-7 .bm-con {
}
.bm-7 .bm-con .box {
	padding-top:135px;
	width:600px;
}
.bm-7 .bm-con .til {
	margin-bottom:45px;
	line-height:120px;
	font-size:52px;
	color:#FFF;
	position:relative;
}
.bm-7 .bm-con .til:before {
	content:" ";
	left:0;
	bottom:0;
	width:110px;
	height:2px;
	display:block;
	background:#F60;
	position:absolute;
}
.bm-7 .bm-con .til em {
	font-weight:bold;
	color:#F60;
}
.bm-7 .bm-con .con {
	width:450px;
	line-height:32px;
	font-size:16px;
	color:#CCC;
}
.bm-7 .bm-con .con a {
	color:#F60;
}
/* 图片列表 */
.bd-mimglist .list {
}
.bd-mimglist .list ul {
	margin-left: -40px;
}
.bd-mimglist .list ul li {
	margin: 30px 0 0 40px;
	display: inline-block;
	float: left;
}
.bd-mimglist .list ul li a {
	width: 270px;
	display: block;
	background: #FFF;
}
.bd-mimglist .list ul li .til {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
	text-align: center;
	position: relative;
	overflow: hidden;
}
.bd-mimglist .list ul li a .til:before {
	content: " ";
	left: 0;
	top: 0;
	width: 268px;
	height: 48px;
	border: 1px solid #DDD;
	display: block;
	position: absolute;
}
.bd-mimglist .list ul li .til span {
	padding-right: 30px;
	max-width: 210px;
	height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.bd-mimglist .list ul li .til span em {
	right: 5px;
	top: 16px;
	width: 18px;
	height: 18px;
	display: block;
	background: url(/public/images/bm-2-til-ico.png) no-repeat left top;
	position: absolute;
}
.bd-mimglist .list ul li a:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #FFF;
	background: #F60;
}
.bd-mimglist .list ul li a:hover .til:before {
	border-color: #F60;
}
.bd-mimglist .list ul li a:hover .til span em {
	background-position: right top;
}
/* 客服 */
.fx-kefu {
    position: fixed;
    right: -216px;
    top: 50%;
    z-index: 900;
}
.fx-kefu li a {
    text-decoration: none;
}
.fx-kefu li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}
.fx-kefu li i {
    background: url(/public/images/fx-kefu.png) no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0px auto;
    text-align: center;
}
.fx-kefu li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.fx-kefu .my-kefu-qq i {
    background-position: left top;
}
.fx-kefu .my-kefu-tel i {
    background-position: -32px top;
}
.fx-kefu .my-kefu-weixin i {
    background-position: -64px top;
}
.fx-kefu .my-kefu-ftop {
    display: none;
}
.fx-kefu .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -96px top;
}
.fx-kefu .my-kefu-left {
    float: left;
    width: 84px;
    height: 47px;
    position: relative;
}
.fx-kefu .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
	font-size:18px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}
.fx-kefu .my-kefu-right {
    width: 20px;
}
.fx-kefu .my-kefu-tel-main {
    background: #F60;
    color: #fff;
    height: 56px;
    width: 300px;
    padding:9px 0 6px;
    float: left;
}
.fx-kefu .my-kefu-main {
    background: #F60;
    width: 104px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}
.fx-kefu .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}