/* 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;
  -webkit-user-select:none;
  user-select:none;
}
.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-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_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: #ff4e00;
}
.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: #ff4e00;
	position: absolute;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .til {
	line-height: 22px;
	font-size: 16px;
	color: #ff4e00;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .til span {
	font-size: 14px;
	display: block;
	color: #666;
}
/* 分页样式 */
.mpage_boxs {
	padding-top: 40px;
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	display: inline-block;
}
.mpage_boxs li {
	line-height: 42px;
	font-size: 16px;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	margin-right: 5px;
	padding: 0 20px;
	border: 1px solid #DDD;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs a {
	cursor: pointer;
	color: #ff4e00;
}
.mpage_boxs a:hover {
	border-color: #ff4e00;
	color: #FFF;
	background: #ff4e00;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a {
	border-color: #ff4e00;
	color: #FFF;
	background: #ff4e00;
}
/* .hd-boxs */
.hd-boxs {
	padding-top: 15px;
	width: 100%;
	z-index: 99999;
}
.hd-on {
	height: 75px;
	-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);
	background: #FFF;
}
/* LOGO及动画 */
.hd-logo {
  position: absolute;
  margin-top: 10px;
}
.hd-logo a {
	display: block;
}
.hd-logo a span{
  text-align: center;
  display:inline-block;
}
.hd-logo a span .logo_an{
  width: 65px;
  height: 65px;
  display:block;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.hd-logo a span .logo_line{
  margin-top: 1px;
}
.hd-logo a .logo_right{
  margin-left: 13px;
  margin-top: 10px;
}
.hd-on .hd-logo .logo_right{
  margin-top: 12px;
}
.hd-on .hd-logo .logo_an{
	width: 75px;
  height: 75px;
  animation: logo-rotate 0.5s infinite linear;
  -webkit-animation: logo-rotate 0.5s infinite linear;
}
.hd-on .hd-logo .logo_line{
  display:none;
}
@keyframes logo-rotate{
	0%{
		transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
	}
}
/* logo及动画结束 */

.hd-mnav {
	float: right;
	position: relative;
	overflow: hidden;
}
.hd-mnav .nav-bar {
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	opacity: 0;
	background: #ff4e00;
	position: absolute;
}
.hd-mnav ul {
	margin: 0 -25px;
}
.hd-mnav ul li {
	padding: 0 20px;
	display: inline-block;
	float: left;
}
.hd-mnav ul li a {
	margin: 0 -25px;
	padding: 0 40px;
	display: block;
	color: #3e3a39;
}
.hd-mnav ul li a:hover{
	color: #ff4e00;
}
.hd-mnav ul li a:hover span::before{
	background:#ff4e00;
}
.hd-mnav ul li span {
	padding-bottom: 12px;
	line-height: 75px;
	font-size: 18px;
	display: block;
	position: relative;
}
.hd-mnav ul li span:before {
	content: " ";
	left: -15px;
	bottom: 0;
	padding: 0 15px;
	width: 100%;
	height: 2px;
	display: none;
	background: #ff4e00;
	position: absolute;
}
.hd-mnav ul .on span:before {
	display: block;
}
.hd-on .hd-mnav .nav-bar, .hd-on .hd-mnav ul li span:before {
	background: #ff4e00;
}
.hd-on .hd-mnav ul li a {
	color: #333;
}
.hd-on .hd-mnav ul .on a, .hd-on .hd-mnav ul li a:hover {
	color: #ff4e00;
}
.hd-on .hd-mnav ul li a:hover span::before{
	background:#ff4e00;
}
/* .bd-boxs */
.bd-mtil {
	margin: 0 auto;
	width: 160px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	background: #F16B18;
}
/* 底部 */
.ft-boxs {
	padding: 35px 0 25px;
	color:#fff;
	background: #454545;
}
.ft-boxs a {
	color:#fff;
}
.ft-dl {
}
.ft-dd {
	display:inline-block;
}
.ft-d1 {
	float:right;
}
.ft-d1 dl {
}
.ft-d1 dl dd {
	width:200px;
	display:inline-block;
	float:right;
}
.ft-d1 dl dd:last-child{
	width: 200px;
}
.ft-d1 dl dd ul {
}
.ft-d1 dl dd ul li {
}
.ft-d1 dl dd ul li a {
	font-size:14px;
	line-height:28px;
	display:inline-block;
	color:#fff;
}
.ft-d1 dl dd ul li a:hover {
	color: #ff4e00
}
.ft-d1 dl dd .til{
	margin-bottom:20px;
	line-height:20px;
	font-size:20px;
	display:block;
	color:#ff4e00;
}
.ft-d2 {
	float:left;
}
.ft-d2 a {
	display:block;
	color: #888;
}
.ft-d2 .contactUs{
	margin-top: 15px;
	width: 330px;
	word-break:break-word;
	line-height: 20px;
	text-align: left;
}
.ft-links {
	padding:5px 0 5px;
}
.ft-links ul {
	margin-left:-15px;
}
.ft-links ul li {
	margin-left:15px;
	line-height:32px;
	display:inline-block;
	float:left;
	color: #fff;
}
.ft-links ul li:first-child {
	margin-right:-15px;
}
.ft-copyright {
	line-height:24px;
}
.qrcodeDiv{
	display:inline-block;
	margin-top: 15px;
  margin-left: 70px;
}
.qrcodeDiv .qr-list{
	display:inline-block;
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin-right: 10px;
}
.qrcodeDiv .qr-list:hover div{
	display:block;
}
.qrcodeDiv .qr-list div{
	display:none;
	position: absolute;
	transform: translate(-50%,-100%);
	top: 0;
	left: 50%;
}

.ft-copyright .r span {
	margin-right:30px;
}
.ft-copyright .r span img {
	margin-right:14px;
	vertical-align: text-bottom;
}
.fx-boxs {
	width: 100%;
	z-index: 99999;
}
.fx-tool {
	right: 0;
	bottom: 0;
	width: 75px;
	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: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 42px;
	text-align: center;
	display: block;
	color: #FFF;
	background: #ff4e00;
}
.fx-tool .l-1 {
	display: none;
}
.fx-tool .l-2 {
	position: relative;
}
.fx-tool .l-2 .l-con{
	top: 0;
	right: 60px;
	width: 0;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #FFF;
	background: #ff4e00;
	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-2 img{
	width: 42px;
	height: 42px;
	display:inline-block;
	margin-top: 16px;
}
.fx-tool .l-2.l-2-2:hover .l-con {
	width: 330px;
}
.fx-tool .l-3 {
	position: relative;
}
.fx-tool .l-4 {
	position: relative;
}
.fx-tool .l-4 .l-con {
	right: 90px;
	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-4 .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-liuyan {
	right: 90px;
	bottom: -70px;
	padding: 15px 22px;
	width: 330px;
	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);
	background: #EDEDED;
	position: absolute;
}
.fx-liuyan:before {
	content: " ";
	right: -15px;
	bottom: 94px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 20px solid #EDEDED;
	border-bottom: 10px solid transparent;
	position: absolute;
}
.fx-liuyan .ly-til {
	margin: -15px -22px 0;
	padding: 15px 15px 15px 20px;
	line-height: 30px;
	font-size: 18px;
}
.fx-liuyan .ly-til h3 {
	font-size: 22px;
	float: left;
	color:#ff4e00;
}
.fx-liuyan .ly-til a {
	width: 30px;
	float: right;
	text-align: center;
	display: block;
	color:#ff4e00;
}
.fx-liuyan .ly-til .con {
	line-height: 30px;
	font-size: 20px;
}
.fx-liuyan .ly-con {
	margin: 0 -20px -15px;
	padding: 0 15px 15px;
	border-top: none;
}
.fx-liuyan .ly-con .c-til {
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 18px;
	overflow: hidden;
}
.fx-liuyan .f-dl {
	margin-top: -5px;
}
.fx-liuyan .f-dd {
	margin-top: 5px;
	display: block;
	position: relative;
}
.fx-liuyan .f-submit {
	margin-top: 10px;
}
.fx-liuyan .f-dd i {
	left: 0;
	top: 0;
	width: 42px;
	line-height: 42px;
	font-size: 22px;
	text-align: center;
	display: block;
	color: #999;
	position: absolute;
}
.fx-liuyan .f-dd input, .fx-liuyan .f-dd textarea {
	width: 100%;
	font-size: 16px;
	font-family: "微软雅黑", "\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	border: none;
	outline: 0 none;
}
.fx-liuyan .f-dd input[type="text"] {
	padding-left: 42px;
	height: 42px;
}
.fx-liuyan .f-dd textarea {
	border: 10px solid #FFF;
	line-height: 24px;
	height: 100px;
}
.fx-liuyan .f-dd input[type="submit"] {
	height: 42px;
	font-size: 18px;
	border: none;
	outline: 0 none;
	color: #FFF;
	background: #ff4e00;
}
/* 当前位置 */
.bd-position {
	line-height: 70px;
	color: #999;
	position: relative;
}
.bd-position a {
	color: #999;
}
.bd-position a:hover {
	color: #ff4e00;
}

/* TAB */
.bd-tabbox {
}
.bd-tabbox .bt-til {
	position:relative;
}
.bd-tabbox .bt-til ul {
	margin:-15px -15px 0 -15px;
	display:flex;
	justify-content: space-between ;
}
.bd-tabbox .bt-til ul li {
	margin-top: 15px;
}
.bd-tabbox .bt-til ul li a {
	padding:0 10px;
	width:160px;
	height:50px;
	line-height:50px;
	font-size:18px;
	text-align:center;
  color: #595757;
	border:1px solid #595757;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	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:block;
	overflow:hidden;
}
.bd-tabbox .bt-til ul .on a {
	border-color:#ff4e00;
	color:#FFF;
	background:#ff4e00;
}
.bd-tabbox .bt-con {
	padding:30px 0 60px;
}
.bd-tabbox .bd-con {
	width:100%;
	display:none;
	float:left;
}
.bd-tabbox .bt-con ul {
	margin:-30px 0 0 -30px;
}
.bd-tabbox .bt-con ul li {
	margin:0 0 30px 35px;
	display:inline-block;
	float:left;
}
.bd-tabbox .bt-con ul li a {
	width:400px;
	transition: all 0.2s linear;
	display:block;
}
.bd-tabbox .bt-con ul li a:hover img{
  width: 95%;
}
.bd-tabbox .bt-con ul li .img {
  position: relative;
	height:270px;
	overflow:hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-tabbox .bt-con ul li .img::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 105px;
  height: 6px;
  background: #231815;
  transition: all .2s;
}
.bd-tabbox .bt-con ul li a:hover .img::after{
  width: 100%;
  background: #ff4e00;
}
.bd-tabbox .bt-con ul li .img img{
  width: 90%;
  -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.bd-tabbox .bt-con ul li .til {
	padding:0 10px;
	height:65px;
	line-height:65px;
	font-size:20px;
	text-align:center;
	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:block;
	overflow:hidden;
}
.bd-tabbox .bt-con ul li a:hover {
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}
.bd-tabbox .bt-con ul li a:hover .til {
	color:#ff4e00;
}
/* 公共样式 */
.bd-mbox .bm-til {
	padding: 90px 0 30px;
	font-size: 0;
	text-align: center;
}
.bd-mbox .bm-til .til {
	padding: 0 40px;
	line-height: 70px;
	font-size: 44px;
	display: inline-block;
	position: relative;
}
.bd-mbox .bm-til .til:before, .bd-mbox .bm-til .til:after {
	content: " ";
	top: 32px;
	width: 173px;
	height: 12px;
	display: block;
	position: absolute;
}
.bd-mbox .bm-til .til:before {
	left: -147px;
	background: url(/public/images/bm-til-bg.png) no-repeat center top;
}
.bd-mbox .bm-til .til:after {
	right: -147px;
	background: url(/public/images/bm-til-bg.png) no-repeat center top;
}
.bd-mbox .bm-til .til i {
	margin: 0 20px;
	font-weight: bold;
}
.bd-mbox .bm-til .til b {
	color: #ff4e00;
}

.bd-mbox.hotkeyTitle .bm-til{
  position: relative;
	padding-top: 20px;
	padding-bottom: 5px;
}
.bd-mbox.hotkeyTitle .bm-til .til{
	font-size: 22px;
}
.bd-mbox.hotkeyTitle .bm-til .change-btn{
  position: absolute;
  right: 0;
  top: 46px;
  color: #ff4e00;
  cursor: pointer;
  z-index: 2;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  width: 60px;
  text-align: center;
  -webkit-transition: font-size linear 0.2s;
	-moz-transition: font-size linear 0.2s;
	-ms-transition: font-size linear 0.2s;
	-o-transition: font-size linear 0.2s;
	transition: font-size linear 0.2s;
}
.bd-mbox.hotkeyTitle .bm-til .change-btn:hover{
  font-size: 16px;
}

.bd-mbox .bm-til .ftil {
	line-height: 44px;
	font-size: 20px;
	color: #595757;
}
/* 案例 */
.bd-anli {
}
.bd-anli .bm-con {
	padding-bottom:70px;
}
.bd-anli .bm-con ul {
	margin: -18px 0 0 -18px;
}
.bd-anli .bm-con ul li {
	margin: 18px 0 0 18px;
	float: left;
}
.bd-anli.bd-anli-index .bm-con ul li {
	margin-left: 0;
}
.bd-anli .bm-con ul li a {
	width: 388px;
	display: block;
}
.bd-anli .bm-con ul li .img {
	height: 272px;
	display: block;
	overflow: hidden;
  border: 1px solid #EEE;
  box-sizing: content-box;
}
.bd-anli .bm-con ul li .til {
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	background: #EEE;
	overflow: hidden;
}
.bd-anli .bm-con ul li a:hover .til {
	color:#FFF;
	background:#ff4e00;
}
/* 关于 */
.bd-guanyu {
	height:1410px;
	background:url(/public/images/bd-guanyu-bg.jpg) no-repeat center top;
}
.bd-guanyu .bm-til {
	padding-top:70px;
}
.bd-guanyu .bm-con {
	position:relative;
}
.bd-guanyu .c-about {
	padding-left:650px;
	height:460px;
	position:relative;
}
.bd-guanyu .c-about .til {
	padding-top:15px;
	margin-bottom:30px;
	line-height:40px;
	font-size:36px;
	text-indent:10px;
	display:block;
	color:#ff4e00;
}
.bd-guanyu .c-about .til img {
	margin-right:15px;
	color: #95c11a;
  vertical-align: middle;
}
.bd-guanyu .c-about .con {
	line-height:33px;
	font-size:18px;
	word-break:break-word;
	text-align:justify;
}
.bd-guanyu .c-about .player-boxs {
	left:0;
	top:0;
	width:600px;
	height:460px;
	position:absolute;
}
.bd-guanyu .c-tab {
	left:650px;
	top:415px;
	position:absolute;
}
.bd-guanyu .c-tab ul {
	margin-left:-20px;
}
.bd-guanyu .c-tab ul li {
	margin-left:20px;
	display:inline-block;
	float:left;
}
.bd-guanyu .c-tab ul li a {
	padding:0 45px;
	line-height:40px;
	font-size:18px;
	border:1px solid #777;
	display:block;
}
.bd-guanyu .c-tab ul .on a {
	border-color:#ff4e00;
	color:#FFF;
	background:#ff4e00;
}
.bd-guanyu .c-con {
	padding-top:30px;
}
.bd-guanyu .bd-con {
	display:none;
}
.bd-guanyu .c-con ul {
	margin-left:-24px;
}
.bd-guanyu .c-con ul li {
	margin-left:24px;
	display:inline-block;
	float:left;
}
.bd-guanyu .c-con ul li a {
	width:282px;
	height:200px;
	display:block;
	overflow:hidden;
}

.bd-guanyu  .bm-con {
	padding-bottom: 70px;
}
.bd-guanyu  .bm-con dl {
	margin-left: -100px;
}
.bd-guanyu  .bm-con dl dd {
	margin-left: 100px;
	width:221px;
	display:inline-block;
	vertical-align: top;
	text-align: center;
}
.bd-guanyu  .bm-con dl dd a {
	color: #231815;
}
.bd-guanyu  .bm-con dl dd a:hover {
	color: #333;
}
.bd-guanyu  .bm-con dl dd .img {
	width: 200px;
	height: 200px;
	display: inline-block;
	background: url(/public/images/bm-1.bg.png) no-repeat;
}
.bd-guanyu  .bm-con dl dd .con {
	line-height: 60px;
	font-size: 44px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.bd-guanyu  .bm-con dl dd a:hover .con{
  color: #ff4e00;
}
.bd-guanyu  .bm-con dl dd .con sup {
	font-size: 22px;
	font-weight: normal;
}
.bd-guanyu  .bm-con dl dd .til {
	line-height: 30px;
	font-size: 20px;
}
.bd-guanyu  .bm-con dl .d-1 .img {
	background-position: left top;
}
.bd-guanyu  .bm-con dl .d-1 a:hover .img {
	background-position: left bottom;
}
.bd-guanyu  .bm-con dl .d-2 .img {
	background-position: -200px top;
}
.bd-guanyu  .bm-con dl .d-2 a:hover .img {
	background-position: -200px bottom;
}
.bd-guanyu  .bm-con dl .d-3 .img {
	background-position: -400px top;
}
.bd-guanyu  .bm-con dl .d-3 a:hover .img {
	background-position: -400px bottom;
}
.bd-guanyu  .bm-con dl .d-4 .img {
	background-position: -600px top;
}
.bd-guanyu  .bm-con dl .d-4 a:hover .img {
	background-position: -600px bottom;
}
/* 实力展示 */
.bd-shili {
	background:#f0f0f0;
}
.bd-shili .bm-til {
	padding-top:70px;
}
.bd-shili .bm-con {
	padding-bottom:90px;
}
.bd-shili .bm-con dl dd{
	width:400px;
  display: inline-block;
  vertical-align: top;
}
.bd-shili .bm-con dl dd p{
  width: 400px;
  height: 260px;
  display: block;
}
.bd-shili .bm-con dl dd p img{
  width: 400px;
  height: 260px;
}
.bd-shili .bm-con dl dd .box {
	width: 400px;
  height: 260px;
}

.bd-shili .bm-con dl dd .box .til{
  font-weight: bold;
  padding: 56px 0 0 32px;
  font-size: 20px;
  color: #ff4e00;
}
.bd-shili .bm-con dl dd .box .til img{
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 8px;
}
.bd-shili .bm-con dl dd .box .con{
  padding: 18px 32px 0 32px;
  font-size: 16px;
  color: #252525;
  line-height: 30px;
}

/* 推荐报价 */
.bd-arbaojia {
	padding:30px 0 50px;
	background:#F5F5F5;
}
.bd-arbaojia .bm-con {
}
.bd-arbaojia .d-dl {
}
.bd-arbaojia .d-dd {
	display:inline-block;
}
.bd-arbaojia .d-1 {
	width:550px;
	float:left;
}
.bd-arbaojia .d-1 ul {
}
.bd-arbaojia .d-1 ul li {
	width:100%;
	display:inline-block;
	float:left;
}
.bd-arbaojia .d-1 ul li a {
	padding:15px 0;
	display:block;
	position:relative;
}
.bd-arbaojia .d-1 ul li .time {
	margin-top:-15px;
	padding-top:15px;
	height:76px;
	border-top:1px solid #BBB;
	color:#999;
	position:relative;
}
.bd-arbaojia .d-1 ul li:first-child .time {
	border-color:#F5F5F5;
}
.bd-arbaojia .d-1 ul li .time:before {
	content: "\e600";
	right:15px;
	top:25px;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:block;
	position:absolute;
}
.bd-arbaojia .d-1 ul li .time .day {
	margin-top:5px;
	line-height:46px;
	font-size:40px;
	font-weight:bold;
}
.bd-arbaojia .d-1 ul li .time .year {
	line-height:20px;
	font-size:12px;
}
.bd-arbaojia .d-1 ul li .til {
	left:70px;
	bottom:20px;
	width:480px;
	height:30px;
	line-height:30px;
	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*/
	display:inline-block;
	position:absolute;
	overflow:hidden;
}
.bd-arbaojia .d-1 ul li a:hover .til {
	text-decoration:underline;
}
.bd-arbaojia .d-2 {
	width:570px;
	float:right;
}
.bd-arbaojia .d-2 .d-til {
	margin-top:10px;
	line-height: 70px;
	font-size: 44px;
	font-weight:bold;
	text-align:center;
	color:#ff4e00;
}
.bd-arbaojia .d-2 .d-con {
    line-height: 44px;
    font-size: 20px;
	text-align:center;
    color: #999;
}
.bd-arbaojia .d-2 dl {
}
.bd-arbaojia .d-2 dl dd {
	margin-top:15px;
	height:50px;
	background:#FFF;
	position:relative;
}
.bd-arbaojia .d-2 dl dd .til {
	left:15px;
	top:0;
	line-height:50px;
	color:#666;
	position:absolute;
}
.bd-arbaojia .d-2 dl dd input {
	width:100%;
	height:50px;
	font-size:18px;
	border:none;
	outline:0 none;
}
.bd-arbaojia .d-2 dl dd input[type='text'] {
	padding:0 15px 0 110px;
}
.bd-arbaojia .d-2 dl dd input[type='submit'] {
	color:#FFF;
	background:#ff4e00;
}
/* 德国工艺 */
.bd-gongyi {
	background:url(/public/images/bd-gongyi-bg.jpg) no-repeat center bottom;
	height: 930px;
	position: relative;
}
.bd-gongyi .bm-con {
  padding-top: 150px;
}
.bd-gongyi .bm-con dl {
	margin:-20px 0 0 -20px;
}
.bd-gongyi .bm-con dl dd {
	margin:20px 0 0 20px;
	display:inline-block;
}
.bd-gongyi .bm-con dl dd a {
	width:542px;
	border-radius: 10px;
	display:block;
	color:#FFF;
	position:relative;
	overflow:hidden;
}
.bd-gongyi .bm-con dl dd .box {
	left:0;
	top:0;
	padding:0 40px;
	width:100%;
	height:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .35s;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	background:#ff4e00;
	position:absolute;
}
.bd-gongyi .bm-con dl dd .til {
	padding:30px 0 10px;
	line-height:40px;
	font-size:30px;
}
.bd-gongyi .bm-con dl dd .con {
	line-height:26px;
	font-size:18px;
}
.bd-gongyi .bm-con dl dd a:hover .box {
	z-index: 20;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.bd-gongyi .bm-con .r{
	text-align: right;
}

.bd-gongyi .gongyi-logo{
	width: 286px;
	height: 286px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -143px;
	margin-top: -143px;
	z-index: 99;
}
.bd-gongyi .d-3 .box .con{
	width: 380px;
}
.bd-gongyi .d-4 .box .con{
  margin-left: 90px;
}

/* 证书样式 */
.certificate ul li {
	width:290px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 15px;
}
.certificate  ul li:nth-child(4n+1){
  margin-left: 0;
}
.certificate  ul li img {
  border: 1px solid #bbb5b7;
	width:290px;
  transition: all 0.35s;
}
.certificate  ul li:hover img{
  transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
}