/* Main CSS Document */
@charset "utf8";
/* reset */
:root {
	--color: #E73134;
}
* {
	margin: 0;
	padding: 0;
}
html, body {
	font: 14px/1.5 -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
	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-type: none;
	list-style-image: 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, *[data-hover="*"] *[data-hover="img"] {
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.img-hover:hover, *[data-hover="*"]:hover *[data-hover="img"] {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
}
.shadow,.shadow-2xl {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
}
.shadow-lg,.shadow-sm {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}
.shadow-md {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
}
.shadow-px,.shadow-px-100,.shadow-px-10,.shadow-xl {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-px {
	--tw-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
.shadow-px-100 {
	--tw-shadow: 0 0 0 1px rgba(0,0,0,1);
}
.shadow-px-10 {
	--tw-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.shadow-none {
	--tw-shadow: 0 0 #0000;
}
*[data-hover="*"] {
	--transition-duration: 600ms;
	--border-margin: 30px;
	--border-width: 1px;
	--border-color: #FFF;
}
*[data-hover="*"] figure {
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
}
*[data-hover="*"] > figure:before, *[data-hover="*"] > figure:after, *[data-hover="*"] > figure > figure:before, *[data-hover="*"] > figure > figure:after {
	content:" ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 600ms ease;
	transition: all var(--transition-duration) ease;
	background:rgba(255,255,255,.5);
	position:absolute;
}
*[data-hover="*"] > figure:before, *[data-hover="*"] > figure > figure:after {
	transform-origin: 0 0;
}
*[data-hover="*"] > figure:after, *[data-hover="*"] > figure > figure:before {
	transform-origin: 100% 100%;
}
*[data-hover="*"] > figure:before, *[data-hover="*"] > figure:after {
	left:15px;
	left:var(--border-margin);
	right:15px;
	right:var(--border-margin);
	height: 3px;
	height: var(--border-width);
	transform: scaleX(0);
}
*[data-hover="*"] > figure:before {
	top: 15px;
	top: var(--border-margin);
}
*[data-hover="*"] > figure:after {
	bottom:15px;
	bottom:var(--border-margin);
}
*[data-hover="*"] > figure > figure:before, *[data-hover="*"] > figure > figure:after {
	top:15px;
	top:var(--border-margin);
	bottom:15px;
	bottom:var(--border-margin);
	width:3px;
	width: var(--border-width);
	transform: scaleY(0);
}
*[data-hover="*"] > figure > figure:before {
	left:15px;
	left:var(--border-margin);
}
*[data-hover="*"] > figure > figure:after {
	right:15px;
	right:var(--border-margin);
}
a:hover *[data-hover="*"] > figure:before, a:hover *[data-hover="*"] > figure:after, a:hover *[data-hover="*"] > figure > figure:before, a:hover *[data-hover="*"] > figure > figure:after {
	transform: scale(1);
}
@media (max-width: 1750px) {
*[data-hover="*"] {
	--border-margin: 15px;
	--border-width: 1px;
}
}
.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;
	font: 14px/1.5 -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
}
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:after, .clearfix:before {
	display: table;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	clear: both;
}
/*窗体大小*/
.w-auto {
	width: 1720px;
}
@media (max-width: 1750px) {
.w-auto {
	width: 1200px;
}
}
.mauto {
	margin: 0 auto;
}
.w-mauto {
	max-width:1720px;
	min-width:1200px;
	width:89.58333%;
	margin:0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
*[data-trans="t"] {
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	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(-100px);
	-webkit-transform: translateY(-100px);
	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(100px);
	-webkit-transform: translateX(100px);
	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(-100px);
	-webkit-transform: translateX(-100px);
	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 {
	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 .til {
	line-height: 22px;
	font-size: 16px;
	color: #086DD9;
}
.modal_tbox .mcopy-box .tcon-con .d-con .til span {
	font-size: 14px;
	display: block;
	color: #666;
}
.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-con .con {
	position: relative;
}
.modal_tbox .mcopy-box .tcon-con .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-con .con input[type='submit'] {
	right: 0;
	top: 0;
	width: 60px;
	height: 34px;
	border: none;
	outline: 0 none;
	color: #FFF;
	background: #086DD9;
	position: absolute;
}
/* 分页样式 */
.mpage_boxs {
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	display: inline-block;
}
.mpage_boxs li {
	margin: 0 5px;
	padding-top: 50px;
	line-height: 42px;
	font-size: 16px;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	padding: 0 18px;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
	border: 1px solid #DDD;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs a {
	cursor: pointer;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a, .mpage_boxs a:hover {
	padding: 1px 19px;
	border: none;
	color: #FFF;
	background: var(--color);
}
@media (max-width: 1750px) {
.mpage_boxs a, .mpage_boxs span {
	padding: 0 15px;
}
.mpage_boxs li {
	padding-top: 40px;
	line-height: 36px;
	font-size: 14px;
}
.mpage_boxs .cur a, .mpage_boxs a:hover {
	padding: 1px 16px;
}
}
/* .hd-boxs */
.hd-boxs {
	width: 100%;
	height:99px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	z-index: 99999;
}
.hd-boxs:before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	background: rgba(255,255,255,0);
	position: absolute;
	z-index:1;
}
.hd-con {
	position: relative;
	z-index:1;
}
.hd-con .w-mauto {
	display: -ms-flexbox;
	display: flex;
}
.hd-logo {
	left:0;
	top:0;
	height:100%;
	position:absolute;
}
.hd-logo a {
	width: 72px;
	height:99px;
	line-height:99px;
	display: block;
	color:#FFF;
	position:relative;
}
.hd-logo img {
	padding-top:12px;
	-webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.hd-mnav {
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.hd-mnav .nav-bar {
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	opacity: 0;
	background: var(--color);
	position: absolute;
}
.hd-mnav ul {
	margin: 0 -45px;
}
.hd-mnav ul li {
	padding: 0 45px;
	display: inline-block;
	float: left;
}
.hd-mnav ul li a {
	margin: 0 -45px;
	padding: 0 45px;
	display: block;
	color: #FFF;
}
.hd-mnav ul .active a, .hd-mnav ul li a:hover {
	color:var(--color) !important;
}
.hd-mnav ul li span {
	height:99px;
	line-height: 99px;
	font-size: 18px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	position: relative;
}
.hd-mnav ul li span:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	display: none;
	background: var(--color);
	position: absolute;
}
.hd-mnav ul .active span:before {
	display: block;
}
.hd-search {
	right:0;
	top:0;
	height:100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position:absolute;
}
.hd-search .d-dl {
	margin-left:-60px;
}
.hd-search .d-dd {
	margin-left:60px;
	height:36px;
	line-height:36px;
	display:inline-block;
	float:left;
}
.hd-search .d-dd a {
	width:36px;
	height:36px;
	text-align:center;
	display:block;
	color:#FFF
}
.hd-search .d-d1 a {
	font-size:24px;
}
.hd-search .d-d2 a {
	font-size:18px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
	background:var(--color);
}
@media (max-width: 1630px) {
.hd-boxs {
	height:75px;
}
.hd-boxs:before {
	height:75px;
}
.hd-logo a {
	height:75px;
	line-height:75px;
}
.hd-logo img {
	padding-top:0;
}
.hd-mnav {
}
.hd-mnav ul {
	margin: 0 -30px;
}
.hd-mnav ul li {
	padding: 0 30px;
}
.hd-mnav ul li a {
	margin: 0 -30px;
	padding: 0 30px;
}
.hd-mnav ul li span {
	height:75px;
	line-height: 75px;
	font-size: 16px;
}
}
.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 {
	-webkit-backdrop-filter: saturate(180%) blur(6px);
	backdrop-filter: saturate(180%) blur(6px);
	background:#FFF;
}
.hd-on .hd-logo a {
	height:75px;
	line-height:75px;
}
.hd-on .hd-logo a:before {
	height:75px;
	opacity:0;
}
.hd-on .hd-logo img {
	padding:0;
}
.hd-on .hd-mnav ul li a {
	color: #333;
}
.hd-on .hd-mnav ul li span {
	height:75px;
	line-height:75px;
}
.hd-on .hd-mnav ul .active a, .hd-on .hd-mnav ul li a:hover {
	color: #333;
}
.hd-on .hd-search .d-d1 a {
	color:#666;
}
/* 中部 */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	padding-bottom:60px;
	border-bottom:5px solid var(--color);
	color:#666;
	background:#000;
	overflow: hidden;
}
.ft-boxs a {
	color:#666;
}
.ft-service {
	margin-bottom:100px;
	background:url(/public/images/ft-service-bg.jpg) no-repeat center center;
	background-size: cover;
	position:relative;
}
.ft-service .c-bg {
	position:relative;
}
.ft-service .c-bg:before {
	content:" ";
	padding-top:23.25581%;
	max-height:400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:block;
}
.ft-service .c-box {
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
}
.ft-service .c-box {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.ft-service .c-box dl {
}
.ft-service .c-box dl dd {
	width:25%;
	display:inline-block;
	float:left;
}
.ft-service .c-box dl dd a {
	text-align:center;
	display:block;
	color:#FFF;
}
.ft-service .c-box dl dd i {
	margin-bottom:25px;
	height:56px;
	line-height:56px;
	font-size:56px;
	display:block;
}
.ft-service .c-box dl dd .til {
	line-height:30px;
	font-size:18px;
}
.ft-service .c-box dl dd .til b {
	display:block;
}
.ft-service .c-box dl dd a:hover {
	color:var(--color);
}
.ft-menu {
	margin-bottom:130px;
	position:relative;
}
.ft-menu dl {
	margin-right: 400px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ft-menu dl dd {
}
.ft-menu dl dd .til {
	margin-bottom:20px;
	line-height: 24px;
	font-size: 24px;
	display: block;
}
.ft-menu dl dd .con {
	line-height:32px;
	font-size:16px;
}
.ft-menu dl dd ul li {
}
.ft-menu dl dd a:hover {
	color:var(--color);
}
.ft-links, .ft-links a {
}
.ft-links ul {
	margin-left: -15px;
}
.ft-links ul li {
	margin-left: 15px;
	line-height: 36px;
	font-size:16px;
	display: inline-block;
	float: left;
}
.ft-links ul li:first-child {
	margin-right: -15px;
}
.ft-copyright {
	line-height: 36px;
	font-size:16px;
}
.ft-copyright span {
	margin-left: 15px;
}
.ft-copyright span:first-child {
	margin:0;
}
.ft-copyright span img {
	margin-right: 5px;
	vertical-align: text-bottom;
}
.ft-about {
	right:0;
	top:0;
	bottom:0;
	width:0;
	text-align:right;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position:absolute;
}
.ft-about .c-tel {
}
.ft-about .c-tel .til {
	padding-left:36px;
	line-height:36px;
	font-size:18px;
	position:relative;
}
.ft-about .c-tel .til i {
	left:0;
	top:3px;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
	border:1px solid #666;
	text-align:center;
	position:absolute;
}
.ft-about .c-tel .tel {
	line-height:46px;
	font-size:36px;
	font-weight:bold;
	color:var(--color);
}
.ft-about .c-con {
	line-height: 36px;
	font-size:16px;
}
.ft-logo {
	margin-left:50%;
	left:-32px;
	bottom:40px;
	width:64px;
	position:absolute;
}
.ft-logo a {
	display:block;
}
.ft-logo img {
	width:100%;
	height:auto;
}
@media (max-width: 1630px) {
.ft-boxs {
	padding-bottom:30px;
}
.ft-service {
    margin-bottom: 70px;
}
.ft-service .c-box dl dd i {
	margin-bottom:20px;
	line-height:46px;
	font-size:46px;
}
.ft-service .c-box dl dd .til {
	line-height:26px;
	font-size:16px;
}
.ft-menu {
	margin-bottom:100px;
}
.ft-menu dl {
	margin-right: 330px;
}
.ft-menu dl dd .til {
	margin-bottom:20px;
	line-height: 18px;
	font-size: 18px;
}
.ft-menu dl dd .con {
	line-height:30px;
	font-size:14px;
}
.ft-links ul li, .ft-copyright, .ft-about .c-con {
	line-height:30px;
	font-size:14px;
}
.ft-logo {
	left:-27px;
	bottom:20px;
	width:54px;
}
}
/* 搜索 */
.fx-heder {
	width:100%;
	-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);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	opacity:0;
	transform: translate3d(0, calc(-100%), 0);
	background:#F7F7F7;
}
.hd-boxs.on:before {
	-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);
	-webkit-backdrop-filter: saturate(180%) blur(6px);
	backdrop-filter: saturate(180%) blur(6px);
	background:#FFF;
}
.hd-boxs.on .fx-heder {
	transform: translate3d(0, 0, 0);
	opacity:1;
}
.hd-boxs.hd-on.on .fx-heder {
	transform: translate3d(0, -24px, 0);
}
.hd-boxs.on .hd-mnav ul li a {
	color:#333;
}
.hd-boxs.on .hd-mnav ul .active a, .hd-boxs.on .hd-mnav ul li a:hover {
	color:#333;
}
.hd-boxs.on .hd-search .d-d1 a {
	color:#666;
}
.fx-heder .c-bg {
	position:relative;
}
.fx-heder .c-bg:before {
	content: " ";
	padding-top: 46.51162%;
	max-height: 800px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.fx-heder .c-btn {
	left:0;
	bottom:7%;
	width:100%;
	position:absolute;
	z-index:1;
}
.fx-heder .c-btn a {
	margin:0 auto;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
	border:1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	color:#999;
}
.fx-heder .c-btn a:hover {
	border-color:var(--color);
	color:var(--color);
}
.fx-heder .c-box {
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position:absolute;
}
.fx-heder .c-search {
	margin:0 auto;
	width:34.88372%;
	position:relative;
}
.fx-heder .c-search:before {
	content:" ";
	padding-top:11.66666%;
	display:block;
}
.fx-heder .c-search input {
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:none;
	position:absolute;
}
.fx-heder .c-search input[type="text"] {
	padding:0 15% 0 20px;
	font-size:16px;
}
.fx-heder .c-search .btn {
	right:0;
	top:0;
	width:15%;
	height:100%;
	text-align:center;
	position:absolute;
}
.fx-heder .c-search .btn a {
	left:0;
	top:0;
	width:100%;
	height:100%;
	font-size:30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color:var(--color);
	position:absolute;
}
.fx-heder .c-search input[type="submit"] {
	right:0;
	top:0;
	background: transparent;
	position:absolute;
}
.fx-heder .c-connect {
	margin:0 auto;
	padding-top:6.13496%;
	width:94.76744%;
}
.fx-heder .c-connect .d-dl {
	display: -ms-flexbox;
	display: flex;
}
.fx-heder .c-connect .d-dd {
	width:33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	float:left;
}
.fx-heder .c-connect .d-til {
	margin-bottom:15px;
	line-height:30px;
	font-size:24px;
	font-weight:bold;
}
.fx-heder .c-connect .d-con {
}
.fx-heder .c-connect .d-d1 {
}
.fx-heder .c-connect .d-d1 .con {
	padding-bottom:28px;
	line-height:44px;
	font-size:18px;
	color:#999;
}
.fx-heder .c-connect .d-d1 .tel {
	line-height:60px;
	font-size:36px;
	font-weight:bold;
	display:block;
}
.fx-heder .c-connect .d-d2 {
	text-align:center;
}
.fx-heder .c-connect .d-d2 .d-box {
	width:100%;
}
.fx-heder .c-connect .d-d2 .con {
	padding-bottom:28px;
	line-height:44px;
	font-size:18px;
	color:#999;
}
.fx-heder .c-connect .d-d2 .btn {
	margin:0 auto;
	width:200px;
	line-height:60px;
	font-size:18px;
	display:block;
	color:#FFF;
	background:var(--color);
}
.fx-heder .c-connect .d-d3 {
}
.fx-heder .c-connect .d-d3 .d-con {
	line-height:44px;
}
.fx-heder .c-connect .d-d3 .til {
	font-size:18px;
	color:#999;
}
.fx-heder .c-connect .d-d3 .con {
	font-size:24px;
	font-weight:bold;
	color:#666;
}
.fx-heder .c-connect .d-d3 .con span:first-child {
	margin-right:15px;
}
@media (max-width: 1630px) {
.fx-heder {
	transform: translate3d(0, calc(-100%), 0);
}
.hd-boxs.on .fx-heder {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.hd-boxs.hd-on.on .fx-heder {
	transform: translate3d(0, 0, 0);
}
.fx-heder .c-btn a {
	width:40px;
	height:40px;
	line-height:40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.fx-heder .c-connect .d-til {
	margin-bottom:10px;
	line-height:26px;
	font-size:20px;
}
.fx-heder .c-connect .d-d1 .con {
	padding-bottom:20px;
	line-height:38px;
	font-size:14px;
}
.fx-heder .c-connect .d-d1 .tel {
	line-height:50px;
	font-size:28px;
}
.fx-heder .c-connect .d-d2 .con {
	padding-bottom:20px;
	line-height:38px;
	font-size:14px;
}
.fx-heder .c-connect .d-d2 .btn {
	width:160px;
	line-height:50px;
	font-size:17px;
}
.fx-heder .c-connect .d-d3 .d-con {
	line-height:36px;
}
.fx-heder .c-connect .d-d3 .til {
	font-size:14px;
}
.fx-heder .c-connect .d-d3 .con {
	font-size:20px;
}
.fx-heder .c-connect .d-d3 .con span:first-child {
	margin-right:10px;
}
}
/* 当前位置 */
.bd-position {
	padding-left: 30px;
	line-height: 100px;
	font-size:16px;
	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: #333;
}
@media (max-width: 1750px) {
.bd-position {
	line-height: 80px;
	font-size:14px;
}
}
/* 公共样式 */
.bd-mbox {
	position:relative;
	overflow: hidden;
}
.bd-mbox .bm-bg {
}
.bd-mbox .bm-bg:before {
    content: " ";
    display: block;
}
.bd-mbox .bm-box {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
}
.bd-mbox .bm-til {
	padding: 100px 0 40px;
	text-align:center;
}
.bd-mbox .bm-til .til {
	line-height:44px;
	font-size:44px;
}
.bd-mbox .bm-til .con {
	margin-top:20px;
	line-height:30px;
	font-size:18px;
	text-align:center;
	color:#666;
}
.bd-mbox .bm-til.on {
	color:#FFF;
}
.bd-mbox.on .bm-til .con {
	text-align:left;
}
@media (max-width: 1630px) {
.bd-mbox .bm-til {
	padding: 80px 0 30px;
}
.bd-mbox .bm-til .til {
	line-height:34px;
	font-size:34px;
}
.bd-mbox .bm-til .con {
	margin-top:15px;
	line-height:24px;
	font-size:14px;
}
}
/* 自适应 */
.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-arc-list {
}
.bd-arc-list ul {
	margin:-20px -10px 0;
}
.bd-arc-list ul li {
	margin-top:20px;
	padding:0 10px;
	width:33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	float:left;
}
.bd-arc-list ul li a {
	display:block;
	background:#FFF;
}
.bd-arc-list ul li .img {
	position:relative;
	overflow:hidden;
}
.bd-arc-list ul li .img:before {
	content:" ";
	padding-top:53.57142%;
	display:block;
}
.bd-arc-list ul li .img img {
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
}
.bd-arc-list ul li .box {
	padding:0 30px 30px;
	font-size:16px;
}
.bd-arc-list ul li .til {
	margin:40px 0 30px;
	padding-left:50px;
	height:24px;
	line-height:24px;
	font-size:24px;
	font-weight:bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	position:relative;
	overflow: hidden;
}
.bd-arc-list ul li .til:before {
	content:" ";
	margin-top:-1px;
	left:0;
	top:50%;
	width:40px;
	border-bottom:3px solid var(--color);
	position:absolute;
}
.bd-arc-list ul li .con {
	margin-bottom:50px;
	height:60px;
	line-height:30px;
	color:#666;
	overflow:hidden;
}
.bd-arc-list ul li .info {
	line-height:16px;
	color:#666;
}
.bd-arc-list ul li a:hover .til {
	color:var(--color);
}
@media (max-width: 1630px) {
.bd-arc-list ul li .box {
	padding:0 20px 20px;
	font-size:14px;
}
.bd-arc-list ul li .til {
	margin:30px 0 20px;
	padding-left:30px;
	height:18px;
	line-height:18px;
	font-size:18px;
}
.bd-arc-list ul li .til:before {
	width:20px;
}
.bd-arc-list ul li .con {
	margin-bottom:30px;
	height:48px;
	line-height:24px;
}
}
/* 产品列表 */
.bd-cp-list {
}
.bd-cp-list ul {
	margin:-20px -10px 0;
}
.bd-cp-list ul li {
	margin-top:20px;
	padding:0 10px;
	width:33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	float:left;
}
.bd-cp-list ul li a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	display:block;
	color:#FFF;
	background:#FFF;
	position:relative;
	overflow:hidden;
}
.bd-cp-list ul li .img {
	position:relative;
	overflow:hidden;
}
.bd-cp-list ul li .img:before {
	content:" ";
	padding-top:71.42857%;
	display:block;
}
.bd-cp-list ul li .img img {
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
}
.bd-cp-list ul li .box {
	padding:0 30px;
	left:0;
	bottom:0;
	width:100%;
	line-height:90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:rgba(0,0,0,.3);
	position:absolute;
}
.bd-cp-list ul li .til {
	height:90px;
	font-size:24px;
	width:calc(100% - 130px);
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	float:left;
	overflow: hidden;
}
.bd-cp-list ul li .ftil {
	max-width:130px;
	font-size:18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	float:right;
	overflow: hidden;
}
.bd-cp-list ul li a:hover .box {
	color:#FFF;
	background:rgba(231,49,52,.6);
}
@media (max-width: 1630px) {
.bd-cp-list ul li .box {
	padding:0 15px;
	line-height:60px;
}
.bd-cp-list ul li .til {
	height:60px;
	font-size:18px;
	width:calc(100% - 110px);
}
.bd-cp-list ul li .ftil {
	max-width:110px;
	font-size:14px;
}
}
/* 咨询 */
.bd-m-zixun {
	padding:100px 0;
}
.bd-m-zixun .bm-til {
	padding:0;
	text-align:left;
}
.bd-m-zixun .bm-con {
	margin:0 auto;
	min-width:1200px;
	width:93.02325%;
}
.bd-m-zixun .bm-con .c-about {
	margin-bottom:70px;
	padding-bottom:70px;
	border-bottom:1px dotted #DDD;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bd-m-zixun .bm-con .c-about .ca-con {
	width:56%;
}
.bd-m-zixun .bm-con .c-about .d-dl {
	margin:0 -80px;
}
.bd-m-zixun .bm-con .c-about .d-dd {
	padding:0 80px;
	line-height:50px;
	font-size:24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:inline-block;
	float:left;
}
.bd-m-zixun .bm-con .c-about .d-til {
	font-size:30px;
	font-weight:bold;
}
.bd-m-zixun .bm-con .c-about .d-con {
}
.bd-m-zixun .bm-con .c-about .d-con .con {
	margin-bottom:30px;
	color:#666;
}
.bd-m-zixun .bm-con .c-about .d-con .btn {
	width:220px;
	line-height:70px;
	text-align:center;
	display:block;
	color:#FFF;
	background:var(--color);
}
.bd-m-zixun .bm-con .c-about .d-d1 {
	width:45%;
	border-right:1px solid #DDD;
}
.bd-m-zixun .bm-con .c-about .d-d2 {
	width:55;
}
.bd-m-zixun .bm-con .c-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bd-m-zixun .bm-con .cf-l {
	float:left;
}
.bd-m-zixun .bm-con .cf-l .til {
	line-height:50px;
	font-size:30px;
	font-weight:bold;
}
.bd-m-zixun .bm-con .cf-l .con {
	margin-bottom:70px;
	line-height:50px;
	font-size:24px;
	color:#666;
}
.bd-m-zixun .bm-con .cf-l .iofo {
	margin-bottom:25px;
	line-height:20px;
	font-size:18px;
	color:#666;
}
.bd-m-zixun .bm-con .cf-l .tel {
	line-height:36px;
	font-size:36px;
	font-weight:bold;
}
.bd-m-zixun .bm-con .cf-r {
	width: 56%;
	float:right;
}
.bd-m-zixun .bm-con .cf-r ul {
	margin: -16px -8px 0;
}
.bd-m-zixun .bm-con .cf-r ul li {
	margin-top: 16px;
	padding: 0 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-m-zixun .bm-con .cf-r ul li input, .bd-m-zixun .bm-con .cf-r ul li textarea {
	width: 100%;
	font-size: 16px;
	border:none;
	outline: 0 none;
}
.bd-m-zixun .bm-con .cf-r ul li input[type="text"] {
	padding: 0 25px 0 120px;
	border:1px solid #DDD;
	height: 60px;
}
.bd-m-zixun .bm-con .cf-r ul li input[type="submit"] {
	width:210px;
	height: 60px;
	font-size: 18px;
	color:#FFF;
	background:var(--color);
}
.bd-m-zixun .bm-con .cf-r ul li .l-textarea {
	border:1px solid #DDD;
	overflow: hidden;
}
.bd-m-zixun .bm-con .cf-r ul li textarea {
	height: 220px;
	line-height: 30px;
	border: 20px solid #FFF;
	border-left: 25px solid #FFF;
	border-right: 25px solid #FFF;
	float: left;
}
.bd-m-zixun .bm-con .cf-r ul .l-1 {
	width: 50%;
	position:relative;
}
.bd-m-zixun .bm-con .cf-r ul .l-1 .til {
	left:25px;
	top:0;
	line-height:60px;
	font-size: 16px;
	position:absolute;
}
@media (max-width: 1630px) {
.bd-m-zixun {
	padding:70px 0;
}
.bd-m-zixun .bm-con .c-about .d-dl {
	margin:0 -60px;
}
.bd-m-zixun .bm-con .c-about .d-dd {
	padding:0 60px;
	line-height:40px;
	font-size:18px;
}
.bd-m-zixun .bm-con .c-about .d-til {
	font-size:24px;
}
.bd-m-zixun .bm-con .c-about .d-con .con {
	margin-bottom:20px;
}
.bd-m-zixun .bm-con .c-about .d-con .btn {
	width:180px;
	line-height:50px;
}
.bd-m-zixun .bm-con .cf-l .til {
	line-height:40px;
	font-size:24px;
}
.bd-m-zixun .bm-con .cf-l .con {
	margin-bottom:50px;
	line-height:30px;
	font-size:18px;
}
.bd-m-zixun .bm-con .cf-l .iofo {
	margin-bottom:15px;
	line-height:20px;
	font-size:14px;
}
.bd-m-zixun .bm-con .cf-l .tel {
	line-height:30px;
	font-size:30px;
}
.bd-m-zixun .bm-con .cf-r ul li input[type="text"] {
	height: 54px;
}
.bd-m-zixun .bm-con .cf-r ul li input[type="submit"] {
	width:180px;
	height: 54px;
}
.bd-m-zixun .bm-con .cf-r ul li textarea {
	height: 180px;
	line-height: 30px;
	border: 20px solid #FFF;
	border-left: 25px solid #FFF;
	border-right: 25px solid #FFF;
}
.bd-m-zixun .bm-con .cf-r ul .l-1 .til {
	line-height:54px;
}
}
/* 图片 */
.bd-ar-tupian dl {
}
.bd-ar-tupian dl dd {
	width:33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:inline-block;
	float:left;
}
.bd-ar-tupian dl dd a {
	display:block;
	color:#FFF;
	position:relative;
}
.bd-ar-tupian dl dd .img {
	position:relative;
	overflow:hidden;
}
.bd-ar-tupian dl dd .img:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	background:rgba(0,0,0,0);
	display:block;
	position:absolute;
	z-index:1;
}
.bd-ar-tupian dl dd .box {
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	opacity:0;
	display: flex;
    align-items: center;
    justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	position:absolute;
	z-index:2;
}
.bd-ar-tupian dl dd .til {
	margin-bottom:-30px;
	padding-bottom:30px;
	font-size:24px;
	position:relative;
}
.bd-ar-tupian dl dd .til:before {
	content:" ";
	margin-left:50%;
	left:-30px;
	bottom:0;
	width:60px;
	border-bottom:2px solid #FFF;
	position:absolute;
}
.bd-ar-tupian dl dd a:hover .img:before {
	background:rgba(0,0,0,.3);
}
.bd-ar-tupian dl dd a:hover .box {
	opacity:1;
}