/* 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;
}
.iconfont {
	font-size: inherit;
	text-rendering: auto;
}
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;
}
.img-hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img-hover:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.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;
	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-auto {
	width: 1200px;
}
@media (min-width: 1630px) {
	.w-auto {
		width: 1600px;
	}
}
.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_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: 45px;
	top: 45px;
	width: 30px;
	height: 30px;
	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;
}
.modal_tbox .tconbox .tcon-til {
	padding: 20px 45px 0;
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}
.modal_tbox .tconbox .tcon-con {
	padding: 0 45px;
}
/* 加载处理窗口 */
.modalbg_loading-box {
	z-index: 100003;
}
.modal_loading-box {
	z-index: 100004;
}
.modal_tbox .loading-box {
	width: 64px;
	height: 20px;
	box-shadow: none;
}
.modal_tbox .loading-box .ball-beat > div {
	background-color: rgba(0,0,0,.5);
}
.modal_tbox .loading-box .msg {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
/* 复制弹窗 */
.modalbg_mcopy-box {
}
.modal_mcopy-box {
}
.modal_tbox .mcopy-box {
	width: 701px;
	height: auto;
	background: #FFF;
}
.modal_tbox .mcopy-box .tcon-close {
	right: 24px;
	top: 24px;
	width: 16px;
	height: 16px;
}
.modal_tbox .mcopy-box .tcon-con {
	padding: 0;
}
.modal_tbox .mcopy-box .tcon-con .d-dl {
}
.modal_tbox .mcopy-box .tcon-con .d-dd {
	margin: 35px 0;
	padding: 0 35px;
	width: 280px;
	text-align: center;
	display: inline-block;
	float: left;
}
.modal_tbox .mcopy-box .tcon-con .d-til {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 24px;
}
.modal_tbox .mcopy-box .tcon-con .d-con {
}
.modal_tbox .mcopy-box .tcon-con .d-con .con {
	font-size: 16px;
}
.modal_tbox .mcopy-box .tcon-con .d-con .img {
	margin: 25px 0 15px;
}
.modal_tbox .mcopy-box .tcon-con .d-1 {
}
.modal_tbox .mcopy-box .tcon-con .d-1 .d-con .con {
	line-height: 34px;
}
.modal_tbox .mcopy-box .tcon-con .d-1 .d-con .btn {
	margin: 0 auto;
	width: 160px;
	line-height: 44px;
	font-size: 18px;
	display: block;
	color: #FFF;
	background: #E73437;
}
.modal_tbox .mcopy-box .tcon-con .d-2 {
	border-left: 1px solid #DDD;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con {
	position: relative;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con input[type='text'] {
	padding: 0 70px 0 10px;
	width: 100%;
	height: 34px;
	border: 1px solid #DDD;
	outline: 0 none;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con input[type='submit'] {
	right: 0;
	top: 0;
	width: 60px;
	height: 34px;
	border: none;
	outline: 0 none;
	color: #FFF;
	background: #E73437;
	position: absolute;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .til {
	line-height: 22px;
	font-size: 16px;
	color: #E73437;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .til span {
	font-size: 14px;
	display: block;
	color: #666;
}
/* 分页样式 */
.mpage_boxs {
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	display: inline-block;
}
.mpage_boxs li {
	margin: 0 5px;
	padding-top: 70px;
	line-height: 42px;
	font-size: 16px;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	padding: 0 20px;
	border: 1px solid #DDD;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs a {
	cursor: pointer;
	color: #E73437;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a, .mpage_boxs a:hover {
	padding:1px 21px;
	border:none;
	color:#FFF;
	background: #E73437;
}
/* .hd-boxs */
.hd-boxs {
	padding-top: 15px;
	width: 100%;
	z-index: 99999;
}
.hd-on, .hd-about .hd-boxs .hd-on {
	height: 75px;
	-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	-moz-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	box-shadow: 0 0 10px rgba(50,50,50,0.1);
}
.hd-on:before, .hd-about .hd-boxs:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	/* Safari for macOS & iOS */
	-webkit-backdrop-filter: blur(5px); 	
	/* Google Chrome */
	backdrop-filter: blur(5px);
	/* 设置背景半透明白色 */
	background: #FFF;
	position:absolute;
}
.hd-about .hd-boxs:before {
	background:transparent;
}
.hd-about .hd-on:before {
	background:#FFF;
}
.hd-con {
	position:relative;
}
.hd-logo {
	float: left;
}
.hd-logo a {
	width:136px;
	height:75px;
	display: block;
	background:url(/public/images/logo-bg.png) no-repeat center center;
}
.hd-logo img {
	display:none;
}
.hd-on .hd-logo img, .hd-about .hd-boxs .hd-logo img {
	display:block;
}
.hd-mnav {
	float: right;
	position: relative;
	overflow: hidden;
}
.hd-mnav .nav-bar {
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	opacity: 0;
	background: #FFF;
	position: absolute;
}
.hd-mnav ul {
	margin: 0 -30x;
}
.hd-mnav ul li {
	padding: 0 30px;
	display: inline-block;
	float: left;
}
.hd-mnav ul li a {
	margin: 0 -30px;
	padding: 0 30px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	display: block;
	color:#FFF;
}
.hd-mnav ul li span {
	line-height: 75px;
	font-size: 18px;
	display: block;
	position: relative;
}
.hd-mnav ul li span:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	display: none;
	background: #FFF;
	position: absolute;
}
.hd-mnav ul .active span:before {
	display: block;
}
.hd-on .hd-mnav .nav-bar, .hd-on .hd-mnav ul li span:before, .hd-about .hd-boxs .hd-mnav .nav-bar, .hd-about .hd-boxs .hd-mnav ul li span:before {
	background: #E73437;
}
.hd-on .hd-mnav ul li a, .hd-about .hd-boxs .hd-mnav ul li a {
	color: #333;
}
.hd-on .hd-mnav ul .on a, .hd-on .hd-mnav ul .active a, .hd-on .hd-mnav ul li a:hover
, .hd-about .hd-boxs .hd-mnav ul .on a, .hd-about .hd-boxs .hd-mnav ul .active a, .hd-about .hd-boxs .hd-mnav ul li a:hover {
	color: #E73437;
}
/* 中部 */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	padding:85px 0 40px;
	color:#555;
	background: #161616;
	overflow: hidden;
}
.ft-boxs a {
	color:#555;
}
.ft-dl {
}
.ft-dd {
	display:inline-block;
	float:left;
}
.ft-d0 {
	width:490px;
}
.ft-d0 .logo {
	margin-bottom:50px;
	display:block;
}
.ft-d0 .tel {
	margin-bottom:50px;
}
.ft-d0 .tel p {
	padding-left:40px;
	line-height:30px;
	font-size:18px;
	position:relative;
}
.ft-d0 .tel p i {
	left:0;
	top:0;
	width:30px;
	font-size:28px;
	text-align:center;
	display:block;
	position:absolute;
}
.ft-d0 .tel b {
	line-height:65px;
	font-size:36px;
	color:#FFF;
}
.ft-d0 .con {
	line-height:24px;
	font-size:14px;
}
.ft-d1 {
	margin-left:-100px;
}
.ft-d1 dl {
}
.ft-d1 dl dd {
	width:120px;
	display:inline-block;
	float:left;
}
.ft-d1 dl dd .til {
	margin-bottom:15px;
	padding-top:10px;
	line-height:20px;
	font-size:18px;
	display:block;
}
.ft-d1 dl dd .til a {
	color:#FFF;
}
.ft-d1 dl dd .con {
}
.ft-d1 dl dd ul {
}
.ft-d1 dl dd ul li {
	width:100%;
	line-height:32px;
	display:inline-block;
	float:left;
	color:#CCC;
}
.ft-d1 dl dd ul li a:hover {
	color: #E73437;
}
.ft-d1 dl .d-4 {
	width:340px;
}
.ft-d2 {
	text-align:center;
	float:right;
}
.ft-d2 .img {
	margin-bottom:20px;
}
.ft-d2 .til {
	line-height:40px;
	font-size:14px;
}
.ft-d2 .con {
	margin:0 -10px;
	font-size:24px;
}
.ft-d2 .con a {
	padding:0 10px;
	width:33.33333%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:block;
	float:left;
}
.ft-d2 .con .on {
	color:#009C00;
}
.ft-d2 .con .sina:hover {
	color:#D52C2B;
}
.ft-d2 .con .alibaba:hover {
	color:#FF6A00;
}
.ft-links {
	right:0;
	bottom:24px;
	color:#CCC;
	position:absolute;
}
.ft-links a {
	color:#CCC;
}
.ft-links ul {
	margin-left:-15px;
}
.ft-links ul li {
	margin-left:15px;
	line-height:36px;
	display:inline-block;
	float:left;
}
.ft-links ul li:first-child {
	margin-right:-15px;
}
.ft-copyright {
	right:0;
	bottom:0;
	color:#CCC;
	line-height:24px;
	position:absolute;
}
.ft-copyright a {
	color:#CCC;
}
.ft-copyright span {
	margin-left:15px;
}
.ft-copyright span img {
	margin-right:5px;
	vertical-align: text-bottom;
}
@media (min-width: 1630px) {
	.ft-d1 {
		margin:0;
	}
	.ft-d1 dl dd {
		width:170px;
	}
}
/* 当前位置 */
.bd-position {
	padding-left:30px;
	line-height: 100px;
	color: #999;
	position: relative;
}
.bd-position:before {
	left:0;
	top:0;
	font-size:20px;
	position:absolute;
}
.bd-position a {
	color: #999;
}
.bd-position a:hover {
	color: #E73437;
}
/* 公共样式 */
.bd-mbox {
	overflow: hidden;
}
.bd-mbox .bm-til {
	padding: 100px 0 50px;
}
.bd-mbox .bm-til .til {
	margin-bottom:14px;
	line-height:44px;
	font-size:44px;
	font-weight:bold;
	display:block;
}
.bd-mbox .bm-til .f-til {
	padding-right:65px;
	line-height:40px;
	font-size:30px;
	display:inline-block;
	position:relative;
}
.bd-mbox .bm-til .f-til:before {
	content:" ";
	right:0;
	top:19px;
	width:36px;
	border-bottom:2px solid #E73437;
	position:absolute;
}
.bd-mbox .bm-til .f-more {
	margin-top:30px;
	width:120px;
	line-height:68px;
	font-size:18px;
	display:block;
	position:relative;
}
.bd-mbox .bm-til .f-more:before {
	content:" ";
	left:0;
	bottom:0;
	width:100%;
	border-bottom:2px solid #333;
	position:absolute;
}
.bd-mbox .bm-til .f-more i {
	right:0;
	top:0;
	font-size:22px;
	position:absolute;
}
.bd-mbox .bm-til .f-more:hover {
	color:#E73437;
}
.bd-mbox .bm-til .f-more:hover:before {
	border-color:#E73437;
}
.bd-mbox .bm-til .f-more.on {
	margin: 0;
	line-height:40px;
}
.bd-mbox .bm-til .f-more.on:before {
	content:" ";
	display:none;
}
.bd-mbox .bm-til .f-con {
	margin-top:26px;
	line-height:36px;
	font-size:18px;
	text-align:right;
	color:#999;
}
.bd-mbox .bm-til .f-con p {
	display:block;
	position:relative;
}
.bd-mbox .bm-til .f-con p:first-child {
	padding-left:65px;
	display:inline-block;
	position:relative;
}
.bd-mbox .bm-til .f-con p:first-child:before {
	content:" ";
	left:0;
	top:19px;
	width:36px;
	border-bottom:2px solid #E73437;
	position:absolute;
}
.bd-mbox .bm-til .f-drag {
	padding-left:40px;
	line-height:30px;
	font-size:18px;
	color:#999;
	position:relative;
}
.bd-mbox .bm-til .f-drag i {
	left:-1px;
	top:-1px;
	width:30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border:1px solid #DDD;
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
	position:absolute;
}
.bd-mbox .bm-til .f-msg {
	padding-top:15px;
	line-height:30px;
	font-size:16px;
	color:#999;
}
/* 自适应 */
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row:after, .row:before {
	display: table;
    content: " ";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row:after {
    clear: both;
}
/* 工厂实力 */
.bd-gongchangshili {
}
.bd-gongchangshili .bm-con {
	padding-bottom:100px;
}
.bd-gongchangshili .bm-con .bd {
	margin-bottom:10px;
}
.bd-gongchangshili .bm-con .bd-con {
	height:364px;
	display:none;
	background:#F5F5F5;
	overflow:hidden;
}
.bd-gongchangshili .bm-con .bd dl {
}
.bd-gongchangshili .bm-con .bd dl dd {
	width:50%;
	display:inline-block;
	float:left;
}
.bd-gongchangshili .bm-con .bd .d-1 {
}
.bd-gongchangshili .bm-con .bd .d-1 img, .bd-gongchangshili .bm-con .bd .d-1 .player {
	height:364px;
}
.bd-gongchangshili .bm-con .bd .d-2 {
	position:relative;
}
.bd-gongchangshili .bm-con .bd .d-2 .box {
	padding-left:140px;
	right:60px;
	top:60px;
	text-align:right;
	position:absolute;
}
.bd-gongchangshili .bm-con .bd .d-2 i {
	margin-bottom:15px;
	width:70px;
	line-height:70px;
	font-size:66px;
	display:inline-block;
	color:#E73437;
}
.bd-gongchangshili .bm-con .bd .d-2 .til {
	margin-bottom:15px;
	line-height:50px;
	font-size:30px;
	font-weight:bold;
}
.bd-gongchangshili .bm-con .bd .d-2 .con {
	line-height:30px;
	font-size:18px;
}
.bd-gongchangshili .bm-con .hd {
}
.bd-gongchangshili .bm-con .hd ul {
	margin:0 -5px;
}
.bd-gongchangshili .bm-con .hd ul li {
	padding:0 5px;
	width:25%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:inline-block;
	float:left;
}
.bd-gongchangshili .bm-con .hd ul li a {
	height:120px;
	text-align:center;
	display:block;
	background:#EEE;
}
.bd-gongchangshili .bm-con .hd ul li .con {
	padding-top:35px;
	line-height: 34px;
    font-size: 34px;
}
.bd-gongchangshili .bm-con .hd ul li .con b {
	display: inline-block;
    position: relative;
}
.bd-gongchangshili .bm-con .hd ul li .con em {
    margin-left: 10px;
    left: 100%;
    top: 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    display: block;
    position: absolute;
}
.bd-gongchangshili .bm-con .hd ul li .til {
	line-height:30px;
	font-size:16px;
}
.bd-gongchangshili .bm-con .hd ul .on a {
	color:#FFF;
	background:#E73437;
}
@media (min-width: 1630px) {
	.bd-gongchangshili .bm-con .bd-con, .bd-gongchangshili .bm-con .bd .d-1 img, .bd-gongchangshili .bm-con .bd .d-1 .player {
		height:485px;
	}
	.bd-gongchangshili .bm-con .bd .d-2 .box {
		padding-left:170px;
		right:80px;
		top:90px;
	}
	.bd-gongchangshili .bm-con .bd .d-2 i {
		font-size:70px;
	}
	.bd-gongchangshili .bm-con .bd .d-2 .til {
		line-height:70px;
		font-size:40px;
	}
	.bd-gongchangshili .bm-con .bd .d-2 .con {
		line-height:48px;
		font-size:24px;
	}
	.bd-gongchangshili .bm-con .hd ul li a {
		height:155px;
	}
	.bd-gongchangshili .bm-con .hd ul li .con {
		padding-top:40px;
		line-height: 54px;
		font-size: 54px;
	}
	.bd-gongchangshili .bm-con .hd ul li .con em {
		line-height: 30px;
		font-size: 18px;
	}
	.bd-gongchangshili .bm-con .hd ul li .til {
		line-height:30px;
		font-size: 18px;
	}
}
/* 品牌实力 */
.bd-pinpaishili {
	height:715px;
	background:url(/public/images/bm-8-bg.png) no-repeat center top;
}
.bd-pinpaishili .bm-til {
	padding:0;
	left:0;
	top:150px;
	color:#FFF;
	position:absolute;
}
.bd-pinpaishili .bm-til .f-con {
	margin-top:60px;
	text-align:left;
	color:#FFF;
}
.bd-pinpaishili .bm-til .f-more {
	margin-top:130px;
	color:#FFF;
}
.bd-pinpaishili .bm-til .f-more:before {
	border-color:#FFF;
}
.bd-pinpaishili .bm-con {
	right:0;
	top:130px;
	width:600px;
	position:absolute;
}
.bd-pinpaishili .bm-con dl {
	margin:-24px -12px 0;
}
.bd-pinpaishili .bm-con dl dd {
	margin-top:24px;
	padding:0 12px;
	width:50%;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bd-pinpaishili .bm-con dl dd a {
	height:215px;
	text-align:center;
	display:block;
	color:#DDD;
	background:rgba(210,210,210,.5);
}
.bd-pinpaishili .bm-con dl dd i {
	padding-top:25px;
	line-height:86px;
	font-size:48px;
	text-align:center;
	display:block;
}
.bd-pinpaishili .bm-con dl dd .til {
	line-height:30px;
	font-size:18px;
}
.bd-pinpaishili .bm-con dl dd a:hover {
	color:#FFF;
	background:#E73437;
}
@media (min-width: 1630px) {
	.bd-pinpaishili .bm-con {
		width:930px;
	}
}
/* 资质证书 */
.bd-zizhizhengshu {
	background:#F5F5F5;
	padding-bottom:100px;
}
.bd-zizhizhengshu .bm-con {
	position:relative;
}
.bd-zizhizhengshu .bm-con .hd {
	right:0;
	top:-90px;
	position:absolute;
}
.bd-zizhizhengshu .bm-con .hd ul {
	margin-left:-50px;
}
.bd-zizhizhengshu .bm-con .hd ul li {
	margin-left:50px;
	display:inline-block;
	float:left;
}
.bd-zizhizhengshu .bm-con .hd ul li a {
	padding-bottom:10px;
	line-height:30px;
	font-size:22px;
	border-bottom:2px solid transparent;
	display:block;
	color:#999;
}
.bd-zizhizhengshu .bm-con .hd ul .on a {
	border-color:#E73437;
	color:#E73437;
}
.bd-zizhizhengshu .bm-con .bd {
	height:555px;
	position:relative;
	overflow:hidden;
}
/* dots are lines */
.bd-zizhizhengshu .bm-con .flickity-page-dots .dot {
	height: 1px;
	width: 100px;
	margin: 0;
	border-radius: 0;
	position: relative;
}
.bd-zizhizhengshu .bm-con .flickity-page-dots .is-selected {
	bottom: -1px;
	height: 3px;
	background: #E73437;
}
.bd-zizhizhengshu .bm-con .flickity-prev-next-button {
	display: none;
}
.bd-zizhizhengshu .bm-con .gallery {
	padding-bottom:90px;
	width:100%;
	height: 465px;
	background:#F5F5F5;
	overflow:hidden;
	position:absolute;
	z-index:1;
}
.bd-zizhizhengshu .bm-con .gallery:before {
	content:" ";
	left:0;
	bottom:0;
	width:100%;
	border-bottom:90px solid #F5F5F5;
	position:absolute;
	z-index: 2;
}
.bd-zizhizhengshu .bm-con .gallery a {
	padding:0 50px;
	height:100%;
	display:block;
	background:#FFF;
}
.bd-zizhizhengshu .bm-con .gallery .img {
	padding-top:50px;
	height:330px;
	text-align: center;
	position:relative;
}
.bd-zizhizhengshu .bm-con .gallery .img:before {
	margin:2px 0 0 50%;
	left:-23px;
	top:50%;
	width:46px;
	height:46px;
	line-height:46px;
	font-size:;
	text-align:center;
	display:none;
	color:#FFF;
	background:#E73437;
	position:absolute;
}
.bd-zizhizhengshu .bm-con .gallery .til {
	padding-top:15px;
}
.bd-zizhizhengshu .bm-con .gallery .til h3 {
	height:40px;
	line-height:40px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    overflow: hidden;
}
.bd-zizhizhengshu .bm-con .gallery a:hover {
	color:#E73437;
}
.bd-zizhizhengshu .bm-con .gallery a:hover .img:before {
	display:block;
}
.bd-zizhizhengshu .bm-con .gallery-cell {
	margin: 0 10px;
	width:540px;
	height: 100%;
	display: inline-block;
	float: left;
}
.bd-zizhizhengshu .bm-con .gallery-cell:first-child {
	margin-left:0;
}
.bd-zizhizhengshu .bm-con .gallery-cell img {
	width: auto;
	height: 100%;
}
/* position dots up a bit */
.bd-zizhizhengshu .bm-con .flickity-page-dots {
	bottom: 0;
	z-index: 3;
}
/* 9.34. Drag Indicator */
.bd-zizhizhengshu .bm-con .nectar-drag-indicator, .nectar-view-indicator {
	position: fixed;
	z-index: 400;
	left: -47px;
	top: -47px;
	pointer-events: none;
	width: 94px;
	height: 94px;
	mix-blend-mode: difference;
}
.bd-zizhizhengshu .bm-con .nectar-drag-indicator:before {
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	transform: scale(0.2);
	opacity: 0;
	border-radius: 50%;
}
.bd-zizhizhengshu .bm-con .nectar-drag-indicator span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.bd-zizhizhengshu .bm-con .nectar-drag-indicator i {
	top: 0;
	color: #fff;
	font-size: 16px;
	opacity: 0;
}
.bd-zizhizhengshu .bm-con .nectar-drag-indicator i.icon-left {
	padding-right: 20px;
	transform: translateX(12px);
}
.bd-zizhizhengshu .bm-con .nectar-drag-indicator i.icon-right {
	padding-left: 20px;
	transform: translateX(-12px);
}
.bd-zizhizhengshu .bm-con .nectar-drag-indicator:before, .bd-zizhizhengshu .bm-con .nectar-view-indicator .color-circle {
	-webkit-transition: transform 0.45s ease, opacity 0.3s ease;
	transition: transform 0.45s ease, opacity 0.3s ease;
}
.bd-zizhizhengshu .bm-con .nectar-drag-indicator i, .bd-zizhizhengshu .bm-con .nectar-view-indicator span {
	-webkit-transition: transform 0.2s ease, opacity 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.bd-zizhizhengshu .bm-con .nectar-drag-indicator.visible i {
	-webkit-transition: transform 0.45s ease 0.1s, opacity 0.3s ease 0.1s;
	transition: transform 0.45s ease 0.1s, opacity 0.3s ease 0.1s;
}
.bd-zizhizhengshu .bm-con .nectar-drag-indicator.visible:before, .bd-zizhizhengshu .bm-con .nectar-view-indicator.visible .color-circle, .bd-zizhizhengshu .bm-con .nectar-view-indicator.visible span, .bd-zizhizhengshu .bm-con .nectar-drag-indicator.visible i.icon-left, .bd-zizhizhengshu .bm-con .nectar-drag-indicator.visible i.icon-right {
	transform: scale(1);
	opacity: 1;
}
.bd-zizhizhengshu .bm-con .nectar-view-indicator:not(.style-see-through) {
	mix-blend-mode: normal;
}
.bd-zizhizhengshu .bm-con .nectar-view-indicator .color-circle {
	background-color: #000;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	transform: scale(0.2);
	opacity: 0;
	border-radius: 50%;
}
.bd-zizhizhengshu .bm-con .nectar-view-indicator span {
	opacity: 0;
	font-size: 16px;
	color: #fff;
	line-height: 94px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.bd-zizhizhengshu .bm-con .nectar-view-indicator.style-see-through .color-circle {
	background-color: transparent;
	border: 2px solid #fff;
}
/* 选项卡滚动 */
.bd-tabbanner {
	padding-bottom:100px;
}
.bd-tabbanner .bm-con {
	position:relative;
}
.bd-tabbanner .bm-con .hds {
	right:0;
	top:-90px;
	position:absolute;
}
.bd-tabbanner .bm-con .hds ul {
	margin-left:-50px;
}
.bd-tabbanner .bm-con .hds ul li {
	margin-left:50px;
	display:inline-block;
	float:left;
}
.bd-tabbanner .bm-con .hds ul li a {
	padding-bottom:10px;
	line-height:30px;
	font-size:22px;
	border-bottom:2px solid #FFF;
	display:block;
	color:#999;
}
.bd-tabbanner .bm-con .hds ul .on a {
	border-color:#E73437;
	color:#E73437;
}
.bd-tabbanner .bm-con .bds {
	height:480px;
	background:#000;
	overflow:hidden;
}
.bd-tabbanner .bm-con .bds:hover .btns {
	opacity:.3;
}
.bd-tabbanner .bm-con .bds .bds-con {
	display:none;
	position:relative;
}
.bd-tabbanner .bm-con .bds .btns {
	margin-top:-50px;
	top:50%;
	width:60px;
	line-height:60px;
	font-size:30px;
	text-align:center;
	border:3px solid #000;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity:0;
	display:block;
	color:#000;
	position:absolute;
	z-index:2;
}
.bd-tabbanner .bm-con .bds .btns:hover {
	opacity:1;
	border-color:#E73437;
	color:#E73437;
}
.bd-tabbanner .bm-con .bds .prevs {
	left:50px;
}
.bd-tabbanner .bm-con .bds .nexts {
	right:50px;
}
.bd-tabbanner .bm-con .bds .hd {
	right:60px;
	bottom:45px;
	position:absolute;
	z-index:2;
}
.bd-tabbanner .bm-con .bds .hd ul {
	margin-left:-15px;
}
.bd-tabbanner .bm-con .bds .hd ul li {
	margin-left:15px;
	width:20px;
	height:20px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	text-indent:-99999px;
	cursor:pointer;
	display:inline-block;
	float:left;
	background:rgba(0,0,0,.5);
}
.bd-tabbanner .bm-con .bds .hd ul .on {
	background:#E73437;
}
.bd-tabbanner .bm-con .bds .bd {
}
.bd-tabbanner .bm-con .bds .bd ul {
}
.bd-tabbanner .bm-con .bds .bd ul li {
	display:inline-block;
	float:left;
}
.bd-tabbanner .bm-con .bds .bd ul li a {
	display:block;
	color:#FFF;
	position:relative;
}
.bd-tabbanner .bm-con .bds .bd ul li .til {
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
}
.bd-tabbanner .bm-con .bds .bd ul li .til:before {
    content: " ";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    border-radius: 2px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAwCAYAAAGnNCAXAAAABGdBTUEAALGPC/xhBQAAAENJREFUCB1jYGBgYGICEpIgQgqNBRRi4MMmARYDyXKAWLwgggfOAnMJiIH0soJ0sMEJdlQWWBYshpAAK0ZwwSzS1AEAes8Ckyqvlc0AAAAASUVORK5CYII=);
    background-size: contain;
	position: absolute;
}
.bd-tabbanner .bm-con .bds .bd ul li .til h3 {
	padding:0 200px 40px 60px;
	line-height:30px;
	font-size:24px;
	position:relative;
}
@media (min-width: 1630px) {
	.bd-tabbanner .bm-con .bds {
		height:640px;
	}
	.bd-tabbanner .bm-con .bds .btns {
		margin-top:-80px;
		width:80px;
		line-height:80px;
		font-size:40px;
		border:5px solid #000;
		-moz-border-radius: 80px;
		-webkit-border-radius: 80px;
		border-radius: 80px;
	}
	.bd-tabbanner .bm-con .bds .hd ul {
		margin-left:-20px;
	}
	.bd-tabbanner .bm-con .bds .hd ul li {
		margin-left:20px;
	}
}
/* 感恩客户 */
.bd-ganengkehu {
	padding-bottom:100px;
	background:#F5F5F5;
}

/* 定制方案 */
.bd-dingzhifangan {
	height:620px;
	background:#F5F5F5;
}
.bd-dingzhifangan .bm-con {
	padding-top:95px;
}
.bd-dingzhifangan .bm-con .d-dl {
}
.bd-dingzhifangan .bm-con .d-dd {
	display:inline-block;
	float:left;
}
.bd-dingzhifangan .bm-con .d-d1 {
	float:left;
}
.bd-dingzhifangan .bm-con .d-d1 .d-til {
	padding-left:70px;
	line-height:64px;
	font-size:44px;
	font-weight:bold;
	position:relative;
}
.bd-dingzhifangan .bm-con .d-d1 .d-til i {
	left:0;
	top:0;
	width:64px;
	font-size:48px;
	text-align:center;
	position:absolute;
}
.bd-dingzhifangan .bm-con .d-d1 .d-ftil {
	margin-bottom:20px;
	line-height:44px;
	font-size:30px;
	color:#999;
}
.bd-dingzhifangan .bm-con .d-d1 .d-con {
}
.bd-dingzhifangan .bm-con .d-d1 .d-con p {
	line-height:56px;
	font-size:18px;
	color:#999;
}
.bd-dingzhifangan .bm-con .d-d1 .d-con b {
	line-height:50px;
	font-size:44px;
	color:#E73437;
}
.bd-dingzhifangan .bm-con .d-d2 {
	width:700px;
	float:right;
}
.bd-dingzhifangan .bm-con .d-d2 dl {
	margin:-45px 0 0 -50px;
}
.bd-dingzhifangan .bm-con .d-d2 dl dd {
	margin:45px 0 0 50px;
	display: inline-block;
	float: left;
}
.bd-dingzhifangan .bm-con .d-d2 dl dd .d-til {
	line-height:24px;
}
.bd-dingzhifangan .bm-con .d-d2 dl dd .d-con {
}
.bd-dingzhifangan .bm-con .d-d2 dl dd .d-con input[type="text"], .bd-dingzhifangan .bm-con .d-d2 dl dd .d-con textarea {
	width:100%;
	font-size:16px;
	border:none;
	border-bottom:1px solid #DDD;
	outline:0 none;
	background:transparent;
}
.bd-dingzhifangan .bm-con .d-d2 dl dd .d-con input[type="text"] {
	width:100%;
	height:54px;
}
.bd-dingzhifangan .bm-con .d-d2 dl dd .d-con textarea {
	float:left;
}
.bd-dingzhifangan .bm-con .d-d2 dl .d-1 {
	width:325px;
}
.bd-dingzhifangan .bm-con .d-d2 dl .d-2 {
	width: 100%;
	position:relative;
}
.bd-dingzhifangan .bm-con .d-d2 dl .d-2 input[type="submit"], .bd-dingzhifangan .bm-con .d-d2 dl .d-2 a {
	left:0;
	top:0;
	margin: 0 auto;
	width: 200px;
	line-height: 60px;
	font-size:22px;
	display: block;
	position:absolute;
}
.bd-dingzhifangan .bm-con .d-d2 dl .d-2 input[type="submit"] {
	border:none;
	outline:0 none;
	background:transparent;
}
.bd-dingzhifangan .bm-con .d-d2 dl .d-2 a {
	text-align:center;
	color: #FFF;
	background:#E73437;
}
.bd-dingzhifangan .bm-con .d-d2 dl .d-2 a i {
	margin-left:20px;
}
@media (min-width: 1630px) {
	.bd-dingzhifangan .bm-con .d-d2 {
		width:930px;
	}
	.bd-dingzhifangan .bm-con .d-d2 dl .d-1 {
		width:440px;
	}
}
/* bm-10 */
.bd-arwenti {
	background:#F5F5F5;
}
.bd-arwenti .bm-con {
	padding-bottom:100px;
}
.bd-arwenti .bm-con .hd {
	right:0;
    top: -90px;
	position:absolute;
}
.bd-arwenti .bm-con .hd ul {
	margin:0 -25px 0 -30px;
}
.bd-arwenti .bm-con .hd ul li {
	padding:0 25px 0 30px;
	line-height:30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:inline-block;
	float:left;
	position:relative;
}
.bd-arwenti .bm-con .hd ul li em {
	left:0;
	top:0;
	font-size:20px;
	color:#999;
	position:absolute;
}
.bd-arwenti .bm-con .hd ul li a {
	font-size:24px;
	display:block;
	color:#999;
	position:relative;
}
.bd-arwenti .bm-con .hd ul .on a {
	color:#E40B11;
}
.bd-arwenti .bm-con .bd {
}
.bd-arwenti .bm-con .bd-con {
	display:none;
}
.bd-arwenti .bm-con .bd .d-dl {
}
.bd-arwenti .bm-con .bd .d-dd {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:inline-block;
}
.bd-arwenti .bm-con .bd .d-1 {
	width: 46.25%;
	float:left;
}
.bd-arwenti .bm-con .bd .d-1 a {
	display:block;
	color:#999;
	background:#FFF;
}
.bd-arwenti .bm-con .bd .d-1 .box {
	padding:20px 20px 30px;
}
.bd-arwenti .bm-con .bd .d-1 .img {
	margin-bottom:15px;
	overflow:hidden;
}
.bd-arwenti .bm-con .bd .d-1 .img img {
	height:283px;
}
.bd-arwenti .bm-con .bd .d-1 .til {
	height:50px;
	line-height:50px;
	font-size:22px;
	font-weight:bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
	color:#333;
	overflow:hidden;
}
.bd-arwenti .bm-con .bd .d-1 .con {
	margin-bottom:15px;
	height:48px;
	line-height:24px;
}
.bd-arwenti .bm-con .bd .d-1 .time {
	height:24px;
	line-height:24px;
}
.bd-arwenti .bm-con .bd .d-1 .time .r .iconfont {
	margin-left:10px;
}
.bd-arwenti .bm-con .bd .d-1 a:hover .til {
	color:#E73437;
}
.bd-arwenti .bm-con .bd .d-2 {
	width: 48.125%;
	float:right;
}
.bd-arwenti .bm-con .bd .d-2 ul {
	margin-top:-12px;
}
.bd-arwenti .bm-con .bd .d-2 ul li {
	margin-top:12px;
	width:100%;
	display:inline-block;
	float:left;
}
.bd-arwenti .bm-con .bd .d-2 ul li a {
	line-height:30px;
	display:block;
	color:#666;
}
.bd-arwenti .bm-con .bd .d-2 ul li .til {
	height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
	overflow:hidden;
}
.bd-arwenti .bm-con .bd .d-2 ul li .con {
	margin-bottom:10px;
	height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
	overflow:hidden;
}
.bd-arwenti .bm-con .bd .d-2 ul li .time {
	padding-bottom:10px;
	border-bottom:1px dotted #999;
}
.bd-arwenti .bm-con .bd .d-2 ul li a:hover .til {
	font-weight:bold;
	color:#E73437;
}
@media (min-width: 1630px) {
	.bd-arwenti .bm-con .bd .d-1 .img img {
		height:385px;
	}
	.bd-arwenti .bm-con .bd .d-2 ul {
		margin-top:-49px;
	}
	.bd-arwenti .bm-con .bd .d-2 ul li {
		margin-top:48px;
	}
	.bd-arwenti .bm-con .bd .d-2 ul li .til {
		font-size:20px;
	}
}
/* 现货分销 */
.bd-xianhuofenxiao {
	height:1200px;
	background:url(/public/images/bm-6-bg.png) no-repeat center top;
}
.bd-xianhuofenxiao .bm-con {
}
.bd-xianhuofenxiao .bm-con .c-con {
}
.bd-xianhuofenxiao .bm-con .c-til {
	margin-bottom:60px;
	padding-left:70px;
	line-height:60px;
	font-size:30px;
	position:relative;
}
.bd-xianhuofenxiao .bm-con .c-til i {
	left:0;
	top:0;
	font-size:50px;
	position:absolute;
}
.bd-xianhuofenxiao .bm-con .c-box {
}
.bd-xianhuofenxiao .bm-con .c-1 {
}
.bd-xianhuofenxiao .bm-con .c-1 .c-box {
	padding-bottom:60px;
}
.bd-xianhuofenxiao .bm-con .c-1 .c-box dl {
	margin:0 -50px;
}
.bd-xianhuofenxiao .bm-con .c-1 .c-box dl dd {
	width:25%;
	padding:0 50px;
	text-align:center;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
	position:relative;
}
.bd-xianhuofenxiao .bm-con .c-1 .c-box dl dd:before {
	content:" ";
	left:0;
	top:0;
	height:100%;
	border-left:1px solid #DDD;
	position:absolute;
}
.bd-xianhuofenxiao .bm-con .c-1 .c-box dl dd:first-child:before {
	display:none;
}
.bd-xianhuofenxiao .bm-con .c-1 .c-box dl dd a {
	height:230px;
	text-align:center;
	display:block;
	color:#999;
	position:relative;
	overflow:hidden;
}
.bd-xianhuofenxiao .bm-con .c-1 .c-box dl dd i {
	margin-bottom:15px;
	line-height:90px;
	font-size:84px;
	text-align:center;
	display:block;
}
.bd-xianhuofenxiao .bm-con .c-1 .c-box dl dd .til {
	line-height:32px;
	font-size:20px;
}
.bd-xianhuofenxiao .bm-con .c-1 .c-box dl dd a:hover i {
	color:#E73437;
}
.bd-xianhuofenxiao .bm-con .c-1 .c-box dl dd a:hover .til {
	color:#333;
}
.bd-xianhuofenxiao .bm-con .c-2 {
}
.bd-xianhuofenxiao .bm-con .c-2 .c-box {
}
.bd-xianhuofenxiao .bm-con .c-2 .c-box dl {
	margin:0 -15px;
}
.bd-xianhuofenxiao .bm-con .c-2 .c-box dl dd {
	width:16.66666%;
	padding:0 15px;
	text-align:center;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bd-xianhuofenxiao .bm-con .c-2 .c-box dl dd a {
	height:315px;
	text-align:center;
	display:block;
	background:#FFF;
	position:relative;
	overflow:hidden;
}
.bd-xianhuofenxiao .bm-con .c-2 .c-box dl dd i {
	padding:65px 0 55px;
	line-height:60px;
	font-size:50px;
	text-align:center;
	display:block;
}
.bd-xianhuofenxiao .bm-con .c-2 .c-box dl dd .con {
	left:0;
	bottom:;
	width:100%;
	line-height:70px;
	font-size:80px;
	font-style:italic;
	color:#F5F5F5;
	position:absolute;
}
.bd-xianhuofenxiao .bm-con .c-2 .c-box dl dd .til {
	line-height:70px;
	font-size:24px;
	position:relative;
}
.bd-xianhuofenxiao .bm-con .c-2 .c-box dl dd a:hover {
	color:#FFF;
	background:#E73437;
}
.bd-xianhuofenxiao .bm-con .c-2 .c-box dl dd a:hover .con {
	color:#D82F32;
}