/* Main CSS Document */
@charset "utf8";
@font-face {
	font-family: 'Century751';
	src: url('/public/fonts/Century751 SeBd BT Semi Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
/* reset */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: Century751,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height:1;
	outline: 0;
	-webkit-text-size-adjust: none;/* Chrome 浏览器中设置小于 12px 的字体 */
	color: #333;
}
body {
	min-width: 1200px;
	background: #FFF;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
a {
	color: #333;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style: none;
}
td, th, div {
	word-break: break-all;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
	font-size: 18px;
	font-weight:normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
fieldset, img {
	border: 0 none;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: top;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
.blur {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(4px);
	/* Chrome, Opera */
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
 filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
/* IE6~IE9 */
}
input, select, textarea, button {
	font-family: "微软雅黑", "\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	outline:0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing : border-box;
	-ms-box-sizing : border-box;
	-o-box-sizing : border-box;
	box-sizing : border-box;
	/*resize: vertical;*/
	resize: none;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	overflow-y: auto;
}
.sinput select, .sinput textarea, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	display: inline-block;
	line-height: 16px;
	padding: 2px 5px;
	font-size: 12px;
	color: #555;
}
.sinput input[type="text"], .sinput input[type="password"] {
	height: 16px;
}
.sinput input[type="checkbox"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
.sinput input[type="radio"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: radio;
	box-sizing: border-box;
}
.sinput textarea, .sinput select, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sinput textarea:focus, .sinput input[type="text"]:focus, .sinput input[type="password"]:focus, .sinput input[type="datetime"]:focus, .sinput input[type="datetime-local"]:focus, .sinput input[type="date"]:focus, .sinput input[type="month"]:focus, .sinput input[type="time"]:focus, .sinput input[type="week"]:focus, .sinput input[type="number"]:focus, .sinput input[type="email"]:focus, .sinput input[type="url"]:focus, .sinput input[type="search"]:focus, .sinput input[type="tel"]:focus, .sinput input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.none {
	display: none !important;
}
/*下拉二级菜单样式*/
.combobox, .selbox {
	display: block;
	position: relative;
}
.combobox .comcon, .selbox .selcon {
	display: none;/*position:absolute;*/
}
.combobox .hover, .selbox .hover {
/*这里可以稍稍做点修改 通常在单样式里做特效修改*/
}
/*清楚浮动*/
/*.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}*/
.clearfix {
}
.clearfix:before, .clearfix:after {
	display: table;
    content: " ";
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
	clear: both;
}
/*.标准浏览器*/
/*窗体大小*/
.w-1200 {
	width: 1200px;
}
.mauto {
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
*[data-trans="t"] {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="b"] {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="l"] {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="r"] {
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="t"].action, *[data-trans="b"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
*[data-trans="l"].action, *[data-trans="r"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/ 
.fixed-top /* 头部固定 */ {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-bottom /* 底部固定 */ {
	position: fixed;
	bottom: 0px;
	top: auto;
}
.fixed-left /* 左侧固定 */ {
	position: fixed;
	right: auto;
	left: 0px;
}
.fixed-right /* 右侧固定 */ {
	position: fixed;
	right: 0px;
	left: auto;
}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html, * html body /* 修正IE6振动bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .fixed-top /* IE6 头部固定 */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 右侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 底部固定  */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
* html .fixed-left /* IE6 左侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft));
}
/* 弹出窗口 */
.modal_backdrop {
	width: 100%;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	z-index: 100001;
	display: none;
}
.modal_backdrop-black {
	background:#000;
}
.modal_backdrop-write {
	background:#FFF;
}
.modal_backdrop-transparent {
	background:transparent;
}
.modal_backdrop_top {
	width: 100%;
	background: #FFF;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	display: none;
}
.modal_tbox {
	left: 0;
	width: 100%;
	z-index: 100002;
}
.modal_tbox .tconbox {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	display: none;
}
.modal_tbox .tconbox .tcon-close {
	right:0.4rem;
	top: 0.4rem;
	width:0.2rem;
	height:0.2rem;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	background: url(/public/images/close.png) no-repeat left top;
	background-size:cover;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	transition: none;
}
.modal_tbox .tconbox .tcon-close:hover {
	background-position: right top;
}
/* 加载处理窗口 */
.modalbg_loading-box {
	z-index: 100003;
}
.modal_loading-box {
	z-index: 100004;
}
.modal_tbox .loading-box {
	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;
}
/* 分页样式 */
.mpage_boxs {
	padding-top: 60px;
	font-size:0;
	text-align: center;
}
.mpage_boxs ul {
	display:inline-block;
}
.mpage_boxs li {
	line-height:42px;
	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: #E70310;
	overflow: hidden;
}
.mpage_boxs a:hover {
	border-color: #E70310;
	color: #FFF;
	background: #E70310;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a {
	border-color: #E70310;
	color: #FFF;
	background: #E70310;
}
/* .hd-boxs */
.hd-boxs {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background:#FFF;
	position:relative;
	z-index:99999;
}
.hd-fhead {
	height:37px;
	background:#FDFDF9;
}
.hd-share-bar {
	float:left;
}
.hd-contact {
	float:right;
}
.hd-contact ul {
	margin-left:-10px;
}
.hd-contact ul li {
	margin-left:10px;
	line-height:37px;
	font-size:16px;
	display:inline-block;
	float:left;
	color:#666;
	position:relative;
}
.hd-contact ul .on {
	padding-left:34px;
}
.hd-contact ul .on:before {
	content: " ";
	left:0;
	top:8px;
	width:24px;
	height:24px;
	display:block;
	background:url(/public/images/hd-contact-bg.png) no-repeat left center;
	position:absolute;
}
.hd-contact ul .l2:before {
	background-position:right center;
}
.hd-contact ul li em {
	color:#E70310;
}
.hd-logo {
	padding:20px 0;
	float:left;
}
.hd-logo a {
	font-size:0;
	display:block;
}
.hd-mnav {
	right:0;
	top:25px;
	position:absolute;
}
.hd-mnav > ul {
	margin-left:-35px;
}
.hd-mnav .li-boxs {
	margin-left:35px;
	display: inline-block;
	float: left;
	position:relative;
}
.hd-mnav .li-boxs .lb-til {
	padding-bottom:25px;
	display:block;
}
.hd-mnav .active, .hd-mnav .on .lb-til, .hd-mnav .li-boxs .lb-til:hover {
	color:#E70310;
}
.hd-mnav .li-boxs .lb-til span {
	line-height:70px;
	font-size:20px;
	display:block;
	position:relative;
}
.hd-mnav .on .lb-til span:before {
	content:" ";
	left:0;
	bottom:-25px;
	width:100%;
	height:3px;
	display:block;
	background:red;
	position:absolute;
}
.hd-mnav .li-boxs .lb-con {
	margin:0 -60px;
	background:red;
	position:relative;
}
.hd-mnav .li-boxs .lb-con ul {
	left:0;
	top:0;
	padding-top:5px;
	width:100%;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	display:block;
	position:absolute;
}
.hd-mnav .li-boxs .lb-con li {
}
.hd-mnav .li-boxs .lb-con li a {
	line-height:50px;
	font-size:18px;
	text-align:center;
	border-top:1px solid #DDD;
	display:block;
	background:#FFF;
}
.hd-mnav .li-boxs .lb-con li:first-child a {
	border:none;
}
.hd-mnav .li-boxs .lb-con li a:hover {
	color:#E70310;
}
/* .banner-boxs */
.banner-boxs {
	min-width: 1200px;
	border-bottom: 1px solid #EEE;
	position: relative;
}
.banner-boxs .hd {
	bottom: 42px;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1;
}
.banner-boxs .hd ul li {
	margin-right: 10px;
	width: 30px;
	height: 3px;
	line-height: 3px;
	text-indent:-99999px;
	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: 600px;
	display: block;
	overflow: hidden;
}
.banner-boxs .bd ul li a {
	text-indent: -9999px;
}
/* .bd-boxs */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	color:#FFF;
	background: #252424;
}
.ft-boxs a {
	color:#FFF;
}
.ft-nav {
	padding:35px 0;
	border-bottom:1px solid #393939;
}
.ft-nav ul {
	width:100%;
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
	overflow: hidden;
}
.ft-nav ul li {
	display:block;
}
.ft-nav ul li a {
	line-height:22px;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	display:block;
	position:relative;
}
.ft-nav ul li span {
	width:1px;
	height:22px;
	display:block;
	background:#535353;
}
.ft-nav ul li:first-child a:before {
	display:none;
}
.ft-contact {
	padding:30px 0;
	line-height:32px;
	font-size:16px;
	text-transform:uppercase;
}
.ft-contact h3 {
	font-size:18px;
	font-weight:bold;
}
.ft-share {
	right:-6px;
	bottom:35px;
	text-transform:uppercase;
	position:absolute;
}
.ft-share.social-share .social-share-icon {
	margin:0 6px 0 0;
	width:32px;
	height:32px;
	line-height:32px;
}
.ft-icp {
	line-height:58px;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	background:#373737;
}
/* 公共样式 */
.bd-mbox {
	overflow:hidden;
}
.bd-mbox .bm-til {
	padding: 40px 0 20px;
	height:90px;
	text-align: center;
	position:relative;
	overflow:hidden;
}
.bd-mbox .bm-til i {
	/*left:0;*/
	/*top:80px;*/
	/*width:100%;*/
	/*height:10px;*/
	/*display:block;*/
	/*background:url(/public/images/bm-til-bg.png) repeat-x center center;*/
	/*position:absolute;*/
}
.bd-mbox .bm-til .icon .iconfont{

	color: #D69C24;
	margin-left: 10px;
}
.bd-mbox .bm-til .til {
	/*line-height:90px;*/
	font-size:30px;
	display:inline-block;
	position:relative;
}
.bd-mbox .bm-til .til em {
	content:" ";
	left:0;
	top:40px;
	width:100%;
	height:10px;
	opacity:1 !important;
	background:#FFF !important;
	position:absolute;
}
.bd-mbox .bm-til .til h3 {
	padding:0 30px;
	font-size:30px;
	position:relative;
}
.bd-mbox .bm-til .min {
	padding:5px 30px;
	line-height:40px;
}
.bd-mbox .bm-con {
	overflow:hidden;
}
.bd-mbox2 {
}
.bd-mbox2 .bm-til {
	padding: 40px 0 30px;
	text-align: center;
	position:relative;
	overflow:hidden;
}
.bd-mbox2 .bm-til h3 {
	line-height:70px;
	font-size:30px;
}
.bd-mbox2 .bm-til p {
	margin:0 auto;
	width:640px;
	height:1px;
	display:block;
	background:#BBB;
	position:relative;
}
.bd-mbox2 .bm-til p:before {
	content:" ";
	margin-left:50%;
	left:-22px;
	top:-1px;
	width:44px;
	height:3px;
	display:block;
	background:#E70310;
	position:absolute;
}
/* TAB */
.bd-tabbox {
}
.bd-tabbox .tab-til {
	margin-bottom:40px;
	font-size:0;
	text-align:center;
}
.bd-tabbox .tab-til ul {
	margin:-15px 0 0 -15px;
	display:inline-block;
}
.bd-tabbox .tab-til ul li {
	margin:15px 0 0 15px;
	display:inline-block;
	float:left;
}
.bd-tabbox .tab-til ul li a {
	padding:0 20px;
	line-height:46px;
	font-size:20px;
	border:2px solid #EEE;
	display:block;
	background:#EEE;
	position:relative;
}
.bd-tabbox .tab-til ul li a:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:2px solid #FFF;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:none;
	position:absolute;
}
.bd-tabbox .tab-til ul .on a, .bd-tabbox .tab-til ul li a:hover {
	border-color: #AAC5D8;
	border-bottom-color: #E70310;
	background: #AAC5D8;
    background-image: -webkit-linear-gradient(90deg, #CBD7EA, #ECF1F8, #CBD7EA);
}
.bd-tabbox .tab-til ul .on a:before, .bd-tabbox .tab-til ul li a:hover:before {
	display:block;
}
.bd-tabbox .tab-con {
}
/* video & live */
.bd-video-box {
	position:relative;
}
.bd-video-box .btn {
	top:179px;
	width:44px;
	height:90px;
	display:block;
	position:absolute;
	z-index:1;
}
.bd-video-box .prev {
	left:0;
	background:url(/public/images/bm-3-prev.png) no-repeat center top;
}
.bd-video-box .next {
	right:0;
	background:url(/public/images/bm-3-next.png) no-repeat center top;
}
.bd-video-box .hd {
	display:none;
}
.bd-video-box .bd {
	height:468px;
}
.bd-video-box .bd ul {
	margin-left:-18px !important;
}
.bd-video-box .bd ul li {
	padding:10px;
	margin-left:18px;
	display:inline-block;
	float:left;
}
.bd-video-box .bd ul li a {
	padding:6px;
	width:356px;
	display:block;
	background:#FFF;
}
.bd-video-box .bd ul li .img {
	display:block;
	position:relative;
}
.bd-video-box .bd ul li .img:before {
	content:" ";
	margin: 50% 0 0 50%;
	left:-36px;
	top:-36px;
	width:73px;
	height:73px;
	display:block;
	background:url(/public/images/bm-3-ico.png) no-repeat center center;
	position:absolute;
}
.bd-video-box .bd ul li .til {
	height:80px;
	line-height:80px;
	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*/
	overflow:hidden;
}
.bd-video-box .bd ul li a:hover {
	-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);
}
.bd-video-box .bd ul li a:hover .til {
	color:#E70310;
}
/* Why Choose us */
.bd-wcu-box {
}
.bd-wcu-box dl {
}
.bd-wcu-box dl dd {
	padding:50px 0;
}
.bd-wcu-box dl dd:nth-child(odd) {
	background:#FBFBFB;
}
.bd-wcu-box dl dd .box {
	padding-top:97px;
}
.bd-wcu-box dl dd .til {
	margin-bottom:30px;
	position:relative;
}
.bd-wcu-box dl dd .til:before {
	content:" ";
	right:25px;
	top:-14px;
	width:80px;
	height:76px;
	border:1px solid #BBB;
	display:block;
	position:absolute;
}
.bd-wcu-box dl dd .til h3 {
	line-height:50px;
	font-size:28px;
	text-align:right;
	background:#FFF;
	position:relative;
}
.bd-wcu-box dl dd .til h3 em {
	margin:0 0 0 15px;
	width:50px;
	/*height: 50px;*/
	font-weight:bold;
	text-align:center;
	display:block;
	color:#FFF;
	background:#E70310;
	position:relative;
}
.bd-wcu-box dl dd:nth-child(odd) .til:before {
	left:25px;
	right:auto;
}
.bd-wcu-box dl dd:nth-child(odd) .til h3 {
	text-align:left;
	background:#FBFBFB;
}
.bd-wcu-box dl dd:nth-child(odd) .til h3 em {
	margin:0 15px 0 0;
}
.bd-wcu-box dl dd .con {
	line-height:40px;
	font-size:20px;
}
.bd-wcu-box dl dd .img {
}
/* customers */
.bd-customers-box {
	position:relative;
}
.bd-customers-box .btn {
	top:0;
	width:50px;
	height:100%;
	line-height:180px;
	font-size:55px;
	text-align:center;
	display:block;
	position:absolute;
}
.bd-customers-box .prev {
	left:0;
}
.bd-customers-box .next {
	right:0;
}
.bd-customers-box .hd {
	display:none;
}
.bd-customers-box .bd {
	margin:0 50px;
	height:180px;
	overflow:hidden;
}
.bd-customers-box .bd ul {
	margin-left:-67px !important;
}
.bd-customers-box .bd ul li {
	margin-left:67px;
	display:inline-block;
	float:left;
	position:relative;
}
.bd-customers-box .bd ul li a {
	height:180px;
	display:block;
	position:relative;
}
.bd-customers-box .bd ul li a:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #BBB;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:block;
	position:absolute;
}
/* certificates */
.bd-certificates-box {
}
.bd-certificates-box .bm-con {
	padding-bottom: 50px;
	height:460px;
}
.bd-certificates-box .bm-con ul {
	margin-left:-60px;
}
.bd-certificates-box .bm-con ul li {
	margin-left:60px;
	display:inline-block;
	float:left;
}
.bd-certificates-box .bm-con ul li a {
	height:460px;
	display:block;
	position:relative;
}
.bd-certificates-box .bm-con ul li a:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #BBB;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:block;
	position:absolute;
}
/* liuyan */
.bd-liuyan {
}
.bd-liuyan .bm-con {
	padding-bottom:50px;
}
.bd-liuyan .bm-con .d-dl {
}
.bd-liuyan .bm-con .d-dl dd {
	display:inline-block;
	float:left;
}
.bd-liuyan .bm-con .d-d1 {
	width:420px;
}
.bd-liuyan .bm-con .d-d1 td {
	padding:5px 0;
}
.bd-liuyan .bm-con .d-d1 .til {
	margin-right:5px;
	font-size:14px;
	text-align:right;
}
.bd-liuyan .bm-con .d-d1 .til em {
	color:#E70310;
}
.bd-liuyan .bm-con .d-d1 textarea, .bd-liuyan .bm-con .d-d1 input[type="text"] {
	width:100%;
	border:1px solid #BBB;
}
.bd-liuyan .bm-con .d-d1 textarea {
	height:95px;
	float:left;
}
.bd-liuyan .bm-con .d-d1 input[type="text"] {
	height:32px;
}
.bd-liuyan .bm-con .d-d1 input[type="submit"] {
	width:114px;
	height:39px;
	text-indent:-99999px;
	border:none;
	outline:0 none;
	background:url(/public/images/bd-liuyan-btn-bg.png) no-repeat center center;
}
.bd-liuyan .bm-con .d-dl .d-d2 {
	padding:0 20px;
	width:560px;
	font-size:16px;
	border:1px solid #DDD;
	float:right;
}
.bd-liuyan .bm-con .d-dl .d-d2 .til {
	line-height:80px;
	font-size:20px;
}
.bd-liuyan .bm-con .d-dl .d-d2 .til em {
	font-size:16px;
}
.bd-liuyan .bm-con .d-dl .d-d2 .list {
}
.bd-liuyan .bm-con .d-dl .d-d2 .list ul {
	margin-top:-15px;
}
.bd-liuyan .bm-con .d-dl .d-d2 .list ul li {
	margin-top:15px;
	width:100%;
	line-height:22px;
	display:inline-block;
	float:left;
}
.bd-liuyan .bm-con .d-dl .d-d2 .list ul li a {
	padding-left:50px;
	display:block;
	color:#666;
	position:relative;
}
.bd-liuyan .bm-con .d-dl .d-d2 .list ul li a:before {
	content:" ";
	left:32px;
	top:7px;
	width:5px;
	height:5px;
	-moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	display:block;
	background:#777;
	position:absolute;
}
.bd-liuyan .bm-con .d-dl .d-d2 .list ul li em {
	left:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	text-indent:-99999px;
	border:1px solid #DDD;
	display:block;
	position:absolute;
}
.bd-liuyan .bm-con .d-dl .d-d2 .list ul .on em {
	text-indent:0;
}
.bd-liuyan .bm-con .d-dl .d-d2 .con {
	line-height:56px;
	color:#666;
}
/* WhatsApp */
.fx-whatsapp {
	width:100%;
}
.fx-whatsapp .fx-whatsapp-a {
	right:7px;
	bottom:350px;
	/*width:160px;*/
	height:82px;
	position:absolute;
}
.fx-whatsapp .fx-whatsapp-a img{

	width: 60px;
}

.fx-whatsapp .fx-email-a {
	right:15px;
	bottom:280px;
	/*width:160px;*/
	height:82px;
	position:absolute;
}
.fx-whatsapp .fx-email-a img{

	width: 40px;
}


.bd-arcategories .bm-con dl{

	margin: -1px -2px 0;
}

.bd-arcategories .bm-con dl dd{
	margin: 20px 0 0 27px;
	display: inline-block;
	float: left;
	/*border: 1px solid #ccc;*/
	width: 270px;
}
.bd-arcategories .bm-con dl dd a{

	display: block;
	width: 270px;
}




.bd-arcategories .bm-con dl dd a img{

	width: 100%;
	border-radius: 10px;

}

.bd-arcategories .bm-con dl dd  .til{
	margin-top: 10px;
	text-align: center;
}
.why-choose{
	margin-top: 40px;
	text-align: center;
}

.why-choose .til{

	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;

}
.why-choose-next{margin-top: 20px}
.why-choose .icon i{

	color: #D69C24;
	margin-left: 10px;

}
.why-choose-next  dl dd{
	margin-top: 10px;
	padding: 10px 10px 15px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	display: block;
	background: #FFF
}
.why-choose-next dl dd p,.why-choose-next dl dd div{
	float: left;
}
.why-choose-next dl dd div{

	width: 40%;
	margin-top: 20px;
}
.why-choose-next  dl dd .til{

	font-size: 30px;
	line-height: 20px;
	margin-bottom: 20px;
}

.why-choose-next  dl dd .con{

	font-size: 20px;
	line-height: 40px;
	width: 60%;
	text-align: left;
	word-break: break-word;
}

.why-choose-next  dl dd  .iconfont{

	color: #CC131C;
	display: block;
	font-size: 35px;
	margin-bottom: 20px;

}

.why-choose .til{

	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;

}
.guide{

	text-align: center;
	margin-top: 30px;
}
.guide .icon i{

	color: #D69C24;
	margin-left: 10px;
}
.guide .c-til{

	margin-bottom: 15px;
	font-size: 30px;

}
.guide li{margin-bottom: 20px}
.guide .til{

	position: relative;
	font-size: 20px;
	text-align: left;
	text-indent: 20px;
	background: #F7F7F7;
	line-height: 40px;
}

.guide .til .icon-right{

	right: 50px;
	top: 0;
	width: 0.4rem;
	font-size: 0.32rem;
	text-align: center;
	display: block;
	position: absolute
}

.guide .con{

	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
	font-size: 20px;
}

.guide .c-con .on .icon-right{

	transform:rotate(90deg);
	top: -23px;
	right: 31px;
}

.guide .c-con .on .con{

	display: block !important;
	word-break: break-word;
}

.customer .bm-til{

	font-size: 20px;
	text-align: center;
}
.customer .icon{

	margin-bottom: 20px;
}
.customer .til{font-size: 30px}
.customer .icon i{

	color: #D69C24;
	margin-left: 10px;

}

.customer ul li{
	margin: 20px 0 0 27px;
	display: inline-block;
	float: left;
	border: 1px solid #ccc;
	width: 270px;
}
.customer ul li a{

	display: block;
	width: 270px;
}



.customer ul li a img{

	width: 100%;
	border-radius: 10px;

}


.certification .bm-til{

	font-size: 20px;
	text-align: center;
}
.certification .icon{

	margin-bottom: 20px;
}
.certification .til{font-size: 30px}
.certification .icon i{

	color: #D69C24;
	margin-left: 10px;

}
.m-bm-4 .bm-con dl dd{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.m-bm-4 .bm-con dl dd a{

	padding-left: 10px;
	line-height: 30px;
	font-size: 14px;
	display: block;
	position: relative;
}

.m-bm-4 .bm-con dl dd em{
	left: 0;
	top: 13px;
	width: 15px;
	height: 20px;
	display: block;
	position: absolute;

}
.m-bm-4 .bm-con dl dd em:before{

	content: " ";
	left: 2px;
	top: 2px;
	width: 15px;
	border-bottom: 2px solid #CC131C;
	display: block;
	position: absolute
}
 .m-bm-4 .bm-con dl dd em:after{

	 content: " ";
	 height: 12px;
	 left: 8px;
	 top: -3px;
	 border-left: 2px solid #CC131C;
	 display: block;
	 position: absolute;
}

.m-bm-4 .bm-con .til{margin-left: 20px;font-size: 20px}
.m-bm-4 .bm-con .con{margin-left: 20px;display: none}
.m-bm-4 .bm-con .on .con{
	display: block;
	color: #999;
	font-size: 20px;
}
.m-bm-4 .bm-con .on em:after{

	display: none;
}

.bd-wcu-box dl dd .news:before {
	content: " ";
	left: 460px !important;
	position: absolute;
}
.bd-wcu-box dl dd .newss:before {
	content: " ";
	right: 390px !important;
	position: absolute;
}

.bd-arcertification .bm-til .icon{

	margin-bottom: 20px;
}

.box0 {
	height: 300px;
}

.box1 {
	height: 355px;
}

.box2 {
	height: 320px;
}

.box3 {
	height: 340px;
}

.box4 {
	height: 310px;
}
.bd-arlike {
	background: #FFF;
}
.bd-arlike .bm-con ul li {
	margin-top: 10px;
	padding: 0 10px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	float:left;
}
.bd-arlike .bm-con ul li .img {
	height: 70%;
	/*margin-bottom: 0.2rem;*/
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #DDD;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.bd-arlike .bm-con ul li .img img {
	width: 100%;
	/*height: 4.4rem;*/
	height: 100%;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
.bd-arlike .bm-con ul li .til {
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	word-break: keep-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/*overflow: hidden;*/
	text-align: center;
	width: 200px;
	margin: 5px auto
}