/* Main CSS Document */
@charset "utf8";
/* reset */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: "微软雅黑", "\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: #555;
}
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;
} /*ie浏览器 */
/*.clearfix:after{content:' ';display:block;clear:both;height:0;visibility:hidden;} .标准浏览器*/
.clearfix:before, .clearfix:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
/*.标准浏览器*/
/*窗体大小*/
.w-1200 {
	width: 1200px;
}
.mauto {
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
.transYT {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.transXT {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.action.transYT {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.action.transXT {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/ 
.fixed-top /* 头部固定 */ {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-bottom /* 底部固定 */ {
	position: fixed;
	bottom: 0px;
	top: auto;
}
.fixed-left /* 左侧固定 */ {
	position: fixed;
	right: auto;
	left: 0px;
}
.fixed-right /* 右侧固定 */ {
	position: fixed;
	right: 0px;
	left: auto;
}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html, * html body /* 修正IE6振动bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .fixed-top /* IE6 头部固定 */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 右侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 底部固定  */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
* html .fixed-left /* IE6 左侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft));
}
/* 分页样式 */
.mpage_boxs {
	padding-top: 60px;
	font-size:0;
	text-align: center;
}
.mpage_boxs ul {
	display:inline-block;
}
.mpage_boxs li {
	line-height:32px;
	font-size: 14px;
	display:inline-block;
	float:left;
}
.mpage_boxs a, .mpage_boxs span {
	margin-right: 5px;
	padding: 0 17px;
	border: #ddd 1px solid;
	text-decoration: none;
	cursor:pointer;
	display:block;
	color: #9E895A;
	overflow: hidden;
}
.mpage_boxs a:hover {
	border-color: #9E895A;
	color: #FFF;
	background: #9E895A;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a {
	border-color: #9E895A;
	color: #FFF;
	background: #9E895A;
}
/* .hd-boxs */
.hd-boxs {
	width:100%;
    -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;
	z-index: 999999;
}
.hd-logo {
	float:left;
	position:relative;
}
.hd-logo a {
	display:block;
}
.hd-tel {
	margin-left:60px;
	line-height: 75px;
	font-size:28px;
	font-weight:bold;
	white-space:nowrap;
	display:block;
	float:left;
}
.hd-tel i {
	top:-2px;
	margin-right:5px;
	width:32px;
	height:32px;
	line-height:32px;
	font-size:26px;
	text-align:center;
	border:1px solid #333;
	-moz-border-radius:32px;
	-webkit-border-radius:32px;
	border-radius:32px;
	position:relative;
}
.hd-tel i:before {
	top:1px;
	position:relative;
}
.hd-mnav {
	float:right;
}
.hd-mnav ul {
}
.hd-mnav ul li {
	display: inline-block;
	float: left;
}
.hd-mnav ul .li-boxs {
	display: block;
	position: relative;
}
.hd-mnav ul .li-boxs .lb-til {
	padding:0 12px;
	line-height: 75px;
	font-size: 18px;
	text-align: center;
	display: block;
	color:#333;
	position:relative;
}
.hd-mnav ul .li-boxs .lb-til em {
	left:0;
	bottom:0;
	width:100%;
	display:none;
	position:absolute;
}
.hd-mnav ul .li-boxs .lb-til em b {
	margin:0 20px;
	height:3px;
	display:block;
	background:#9E895A;
}
.hd-mnav ul .li-boxs.on .lb-til em {
	display: block;
}
.hd-mnav ul .lng {
	padding:0 25px;
	line-height: 100px;
	font-size: 16px;
}
.hd-mnav ul .lng a {
	color: #FFF;
}
.hd-mnav ul .lng span {
	margin:0 5px;
}
.hd-mnav-son {
    width: 100%;
    left: 0;
    top: 75px;
	border-top: 1px solid #EEE;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	/* Safari for macOS & iOS */
	-webkit-backdrop-filter: blur(5px); 	
	/* Google Chrome */
	backdrop-filter: blur(5px);
	/* 设置背景半透明白色 */
	background: rgba(239,239,239, 0.95);
	display:none;
	position: absolute;
}
.hd-mnav-son .son-con {
	-webkit-animation: nvfadeInDown .3s .1s ease both;
	-moz-animation: nvfadeInDown .3s .1s ease both;
	display:none;
}
@-webkit-keyframes nvfadeInDown {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes nvfadeInDown {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}
.hd-mnav-son .son-con[data-val="1"] {
	padding:35px 0;
	overflow:hidden;
}
.hd-mnav-son .son-con[data-val="1"] dl {
	margin-left:-86px;
}
.hd-mnav-son .son-con[data-val="1"] dl dd {
	padding-left:85px;
	width:235px;
	height:315px;
	border-left:1px dotted #CCC;
	display:inline-block;
	float:left;
}
.hd-mnav-son .son-con[data-val="1"] dl dd ul {
}
.hd-mnav-son .son-con[data-val="1"] dl dd ul li {
	height:45px;
	line-height:45px;
	overflow:hidden;
}
.hd-mnav-son .son-con[data-val="1"] dl dd ul li a {
	font-size:14px;
	display:inline-block;
}
.hd-mnav-son .son-con[data-val="1"] dl dd ul .til a {
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.hd-mnav-son .son-con[data-val="1"] dl dd ul li a em {
	margin-right:10px;
	font-size:12px;
	font-family:'宋体';
	display:inline-block;
}
.hd-mnav-son .son-con[data-val="1"] dl dd ul li a:hover {
	color:#9E895A;
}
.hd-mnav-son .son-1 {
	padding:55px 0;
	height:230px;
	overflow:hidden;
	padding-left:510px;
	position:relative;
}
.hd-mnav-son .son-1 .sc-l {
	left:0;
	top:55px;
	position:absolute;
}
.hd-mnav-son .son-1 .sc-r {
}
.hd-mnav-son .son-1 .sc-r ul {
	margin:-46px 0 0 -150px;
}
.hd-mnav-son .son-1 .sc-r ul li {
	margin:41px 0 0 150px;
	width:190px;
	height:46px;
	display:inline-block;
	float:left;
	overflow:hidden;
}
.hd-mnav-son .son-1 .sc-r ul li a {
	height:45px;
	line-height:45px;
	font-size:14px;
	border-bottom:1px dashed #AAA;
	display:block;
	position:relative;
}
.hd-mnav-son .son-1 .sc-r ul li a em {
	margin-right:10px;
	font-size:12px;
	font-family:'宋体';
	display:inline-block;
}
.hd-mnav-son .son-1 .sc-r ul li a i {
	left:0;
	bottom: -1px;
	width: 30px;
	height: 1px;
	background:#9E895A;
	position:absolute;
}
.hd-mnav-son .son-1 .sc-r ul li a:hover {
	color:#9E895A;
	border-bottom:1px solid #9E895A
}
.hd-mnav-son .son-1 .sc-r ul li a:hover i {
	width:100%;
}
/* .banner-boxs */
.banner-boxs {
	padding-top:75px;
	min-width: 1200px;
	border-bottom: 1px solid #EEE;
	background: #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-right: 10px;
	width: 30px;
	height: 3px;
	line-height: 3px;
	cursor: pointer;
	display: inline-block;
	background: rgba(255,255,255,0.5);
	position: relative;
	overflow: hidden;
}
.banner-boxs .hd ul .on {
	background: #FFF;
}
.banner-boxs .bd, .banner-boxs .bd ul, .banner-boxs .bd ul li, .banner-boxs .bd ul li a {
	width: 100%;
	height: 530px;
	display: block;
	overflow: hidden;
}
.banner-boxs .bd ul li a {
	text-indent: -9999px;
}
/* .bd-boxs */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	padding:60px 0 15px;
	font-size:14px;
	color:#777;
	background:url(/public/images/ft-bg.png) repeat-x left top;
	background: #121212;
	background-image: -webkit-linear-gradient(90deg, #121212, #343434);
}
.ft-boxs a {
	color:#777;
}
.ft-info {
	width:215px;
	display:inline-block;
	float:left;
}
.ft-info .logo {
	margin-bottom:50px;
	display:block;
}
.ft-info dl {
	margin-top:-10px;
}
.ft-info dl dd a {
	color:#FFF;
}
.ft-info dl dd {
	margin-top:10px;
	padding-left:52px;
	line-height:52px;
	font-size:18px;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:block;
	color:#FFF;
	background: #333;
	position:relative;
}
.ft-info dl dd i {
	left:0;
	top:0;
	width:52px;
	line-height:52px;
	text-align:center;
	position:absolute;
}
.ft-info dl .tel {
	font-size:20px;
}
.ft-info dl .tel i {
	font-size:26px;
	transform:rotate(-35deg);
	-ms-transform:rotate(-25deg); 	/* IE 9 */
	-moz-transform:rotate(-35deg); 	/* Firefox */
	-webkit-transform:rotate(-35deg); /* Safari 和 Chrome */
	-o-transform:rotate(-35deg); 	/* Opera */
}
.ft-nav {
	width:800px;
	float:right;
}
.ft-nav .chanpin {
	margin-bottom:15px;
}
.ft-nav .chanpin ul {
	margin-left:-30px;
}
.ft-nav .chanpin ul li {
	margin-left:30px;
	display:inline-block;
	float:left;
}
.ft-nav .chanpin ul li a {
	line-height:50px;
	color:#FFF;
}
.ft-nav .nav {
}
.ft-nav .nav dl {
}
.ft-nav .nav dl dd {
	width:180px;
	display:inline-block;
	float:left;
}
.ft-nav .nav dl dd .d-til {
	line-height:34px;
	font-size:14px;
}
.ft-nav .nav dl dd .bd {
	height:150px;
	overflow:hidden;
}
.ft-nav .nav dl dd .d-ul {
}
.ft-nav .nav dl dd .d-ul li {
}
.ft-nav .nav dl dd .d-ul li a {
	line-height:30px;
	display:block;
}
.ft-nav .nav dl .d-ewm {
	padding-left:30px;
}
.ft-nav .nav dl .d-ewm .til {
	margin-top:10px;
	width:114px;
	font-size:14px;
	text-align:center;
}
.ft-lianxi {
	padding-top:30px;
	line-height:24px;
}
.ft-lianxi span {
	margin-right:50px;
}
.ft-flink {
	line-height:24px;
}
.ft-flink a {
	margin-right:15px;
}