/* Main CSS Document */
@charset "utf8";
/* 焦点图片 */
.banner-boxs {
	overflow: hidden;
}
.banner-boxs .img {
	margin: 0 -360px;
    padding: 0 360px;
    height: 450px;
    display: block;
    background-size:contain !important;
}
@media (min-width: 1630px) {
	.banner-boxs .img {
		margin: 0 -160px;
		padding: 0 160px;
		height: 600px;
    	background-size:cover !important;
	}
}
/* 公共 */
.bd-arcleft {
	width: 880px;
	float: left;
}
.bd-arcright {
	width: 290px;
	float: right;
}
@media (min-width: 1630px) {
	.bd-arcleft {
		width: 1200px;
	}
	.bd-arcright {
		width: 350px;
	}
}
.bd-tabbox {
}
.bd-tabbox ul {
}
.bd-tabbox ul li {
	padding: 30px 0 50px;
	width:16.66666%;
	display:inline-block;
	float:left;
}
.bd-tabbox ul li a {
	text-align:center;
	display:block;
	color:#999;
}
.bd-tabbox ul li .iconfont {
	margin-bottom:5px;
	line-height:60px;
	font-size:54px;
	display:block;
}
.bd-tabbox ul li .icon-ornaments {
	font-size:70px;
}
.bd-tabbox ul li .til {
	line-height:40px;
}
.bd-tabbox ul .on a, .bd-tabbox ul li a:hover {
	color:#E73437;
}
.bd-arcbox {
	margin-top:20px;
	padding:0 25px;
	background:#FFF;
}
.bd-arcbox:first-child {
	margin:0;
}
.bd-arcbox .cb-til {
	padding-top:15px;
}
.bd-arcbox .cb-til .til {
	line-height:45px;
	font-size:22px;
	position:relative;
}
.bd-arcbox .cb-til.on {
	padding:10px 0;
}
.bd-arcbox .cb-til.on .til {
	padding-left:15px;
	line-height:25px;
	border-left:5px solid #E73437;
}
.bd-arcbox:first-child .cb-til.on {
	padding-top:0;
}
.bd-arcbox .cb-con {
}
.bd-arcbox .cb-list {
}
.bd-arcbox .cb-list ul {
	margin-left:-16px;
}
.bd-arcbox .cb-list ul li {
	margin-left:16px;
	width:442px;
	display:inline-block;
	float:left;
}
.bd-arcbox .cb-list ul li .box {
	padding:20px;
	border: 1px solid #EEE;
	display:block;
}
.bd-arcbox .cb-list ul li .til {
	margin-bottom: 15px;
	line-height:22px;
	height: 44px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    overflow: hidden;
}
.bd-arcbox .cb-list ul li .til a:hover {
	color: #E73437;
}
.bd-arcbox .cb-list ul li .con {
	margin-bottom: 20px;
	line-height:20px;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color:#666;
    overflow: hidden;
}
.bd-arcbox .cb-list ul li .more {
	line-height:20px;
}
.bd-arcbox .cb-list ul li .more .r a {
	color: #E73437;
}
@media (min-width: 1630px) {
	.bd-arcbox {
		padding:0 40px;
	}
}
/* 新闻 */
.barc-news {
}
.barc-news .cb-con {
	padding-bottom:30px;
}
.barc-news .cb-con ul {
	margin-top:-10px;
}
.barc-news .cb-con ul li {
	margin-top:10px;
	width: 100%;
	display: inline-block;
	float: left;
}
.barc-news .cb-con ul li a {
	padding-right:30px;
	line-height:60px;
	border-bottom:1px solid #DDD;
    display: block;
    color: #999;
    position: relative;
}
.barc-news .cb-con ul li a:before {
	content:" ";
	left:0;
	bottom:-1px;
	width:80px;
	border-bottom:1px solid #DDD;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position:absolute;
}
.barc-news .cb-con ul li i {
	right:0;
	top:0;
	position:absolute;
}
.barc-news .cb-con ul li .til {
	height:60px;
	font-size:16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.barc-news .cb-con ul li a:hover {
	color:#333;
}
.barc-news .cb-con ul li a:hover i {
	color:#E73437;
}
.barc-news .cb-con ul li a:hover:before {
	width:100%;
	border-color:#E73437;
}
/* 标签 */
.barc-tags {
}
.barc-tags .cb-con {
	padding:10px 0 30px;
}
.barc-tags .cb-con ul {
	margin:-10px 0 0 -10px;
}
.barc-tags .cb-con ul li {
	margin:10px 0 0 10px;
	display:inline-block;
	float:left;
}
.barc-tags .cb-con ul li a {
	padding: 0 15px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #DDD;
	display: block;
}
.barc-tags .cb-con ul li a:hover {
	border-color: #E73437;
    color: #FFF;
    background: #E73437;
}
/* 分享 */
.barc-share {
}
.barc-share .cb-con {
	padding:8px 0 30px;
	height:42px;
}
.barc-share .cb-con a {
	margin-right:8px;
	width:42px;
	line-height:42px;
	font-size:26px;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
	color:#FFF;
}
.barc-share .cb-con .icon-weibo {
	background:#FF763B;
}
.barc-share .cb-con .icon-wechat {
	background:#7BC549;
}
.barc-share .cb-con .icon-qzone {
	background:#FDBE3D;
}
/* 文章列表 */
.barc-list {
	margin-top:30px;
}
.barc-list .cb-con {
}
.barc-list .cb-con ul {
	margin-top:-5px;
}
.barc-list .cb-con ul li {
	margin-top:5px;
	border-bottom:1px dotted #DDD;
}
.barc-list .cb-con ul li a {
	padding-left:35px;
	height:50px;
	line-height:50px;
	font-size:16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	display:block;
	position:relative;
	overflow:hidden;
}
.barc-list .cb-con ul li a em {
	left:0;
	top:13px;
	width:24px;
	line-height:24px;
	font-size:16px;
	text-align:center;
	display:block;
	background:#DDD;
	position:absolute;
	overflow:hidden;
}
.barc-list .cb-con ul .li-top a em {
	color:#FFF;
	background:#E73437;
}
.barc-list .cb-con ul li a i {
	left:6px;
	top:21px;
	width:8px;
	height:8px;
	display:block;
	background:#999;
	position:absolute;
	overflow:hidden;
}
.barc-list .cb-con ul li a:hover {
	color:#E73437;
}















/* 产品中心 */
.bd-cplist {
	overflow:hidden;
}
.bd-cplist .cp-list {
}
.bd-cplist .cp-list ul {
	margin:-20px -10px 0 -10px;
}
.bd-cplist .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-cplist .cp-list ul li a {
	display:block;
	color:#999;
	position:relative;
}
.bd-cplist .cp-list ul li .box {
	position:relative;
}
.bd-cplist .cp-list ul li .bg {
}
.bd-cplist .cp-list ul li .img {
	left:0;
	top:0;
	height:100%;
	overflow:hidden;
	position:absolute;
}
.bd-cplist .cp-list ul li .img img {
	height:100%;
}
.bd-cplist .cp-list ul li .til {
}
.bd-cplist .cp-list ul li .til h3 {
    padding: 0 135px 0 20px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #F5F5F5;
    overflow: hidden;
}
.bd-cplist .cp-list ul li .more {
	right:15px;
	bottom:0;
	width:100px;
    line-height: 60px;
	font-size:16px;
	position:absolute;
}
.bd-cplist .cp-list ul li .more .iconfont {
	margin-left:10px;
}
.bd-cplist .cp-list ul li a:hover {
    color: #FFF;
}
.bd-cplist .cp-list ul li a:hover .til h3 {
	background:#E73437;
}
@media (min-width: 1630px) {
	.bd-cplist .cp-list ul li .til h3 {
		height: 75px;
		line-height: 75px;
		font-size: 24px;
	}
	.bd-cplist .cp-list ul li .more {
    	line-height: 75px;
    	font-size: 18px;
	}
}
.bd-cpticle {
	background:#F5F5F5;
}
.bd-cpticle .cp-about {
	padding-bottom:50px;
}
.bd-cpticle .cp-about .d-dl {
}
.bd-cpticle .cp-about .d-dd {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:inline-block;
}
.bd-cpticle .cp-about .d-1 {
	width:521px;
	float:left;
	position:relative;
}
.bd-cpticle .cp-about .d-1 .pageState {
	left:20px;
	bottom:0;
	line-height:54px;
	font-size:24px;
	color:#666;
	position:absolute;
	z-index:2;
}
.bd-cpticle .cp-about .d-1 .btn {
	right:0;
	bottom:0;
	width:68px;
	line-height:54px;
	font-size:16px;

	text-align:center;
	display:block;
	color:#FFF;
	background:rgba(0,0,0,.2);
	position:absolute;
	z-index:2;
}
.bd-cpticle .cp-about .d-1 .btn:hover {
	color: #FFF;
	background: #E73437;
}
.bd-cpticle .cp-about .d-1 .prev {
	right:68px;
}
.bd-cpticle .cp-about .d-1 .bd {
	height:416px;
	background:#000;
	overflow:hidden;
}
.bd-cpticle .cp-about .d-1 .bd .img, .bd-cpticle .cp-about .d-1 .bd img {
	width:100%;
	height:100%;
}
.bd-cpticle .cp-about .d-2 {
	width:618px;
	height:416px;
	float:right;
	position:relative;
}
.bd-cpticle .cp-about .d-2 .d-til {
	margin-bottom:35px;
	line-height:45px;
	font-size:30px;
	font-weight:bold;
}
.bd-cpticle .cp-about .d-2 .d-con {
}
.bd-cpticle .cp-about .d-2 .d-con ul li {
	line-height:40px;
	font-size:18px;
	display:inline-block;
	float:left;
}
.bd-cpticle .cp-about .d-2 .d-con .l-til {
	width:100%;
}
.bd-cpticle .cp-about .d-2 .d-con .l-til {
	margin-bottom:10px;
	font-weight:bold;
}
.bd-cpticle .cp-about .d-2 .d-con .l-con {
	width:50%;
}
.bd-cpticle .cp-about .d-2 .d-con .l-u1 {
	margin-bottom:50px;
}
.bd-cpticle .cp-about .d-2 .d-con .l-u2 {
	display:none;
}
.bd-cpticle .cp-about .d-2 .d-con .l-u2 .l-con {
	width:100%;
	line-height:34px;
}
.bd-cpticle .cp-about .d-2 .d-btn {
	left:0;
	bottom:0;
	position:absolute;
}
.bd-cpticle .cp-about .d-2 .d-btn ul {
}
.bd-cpticle .cp-about .d-2 .d-btn ul li {
	display:inline-block;
	float:left;
}
.bd-cpticle .cp-about .d-2 .d-btn ul li a {
	display:block;
}
.bd-cpticle .cp-about .d-2 .d-btn ul .l-1 a {
	padding:0 80px 0 30px;
	line-height:56px;
	font-size:20px;
	color:#FFF;
	background:#E73437;
	position:relative;
}
.bd-cpticle .cp-about .d-2 .d-btn ul .l-1 i {
	right:0;
	top:0;
	width:80px;
	text-align:center;
	position:absolute;
}
.bd-cpticle .cp-about .d-2 .d-btn ul .l-2 {
	margin-left:50px;
}
.bd-cpticle .cp-about .d-2 .d-btn ul .l-2 a {
	padding-left:45px;
	line-height:56px;
	position:relative;
}
.bd-cpticle .cp-about .d-2 .d-btn ul .l-2 i {
	left:0;
	top:0;
	font-size:36px;
	text-align:center;
	color:#E73437;
	position:absolute;
}
.bd-cpticle .cp-about .d-2 .d-btn ul .l-2 .til {
	font-size:36px;
	font-weight:bold;
}
@media (min-width: 1630px) {
	.bd-cpticle .cp-about .d-1 {
		width:695px;
	}
	.bd-cpticle .cp-about .d-1 .bd {
		height:555px;
	}
	.bd-cpticle .cp-about .d-2 {
		width:825px;
		height:555px;
	}
	.bd-cpticle .cp-about .d-2 .d-til {
		line-height:50px;
		font-size:44px;
	}
	.bd-cpticle .cp-about .d-2 .d-con .l-u2 {
		display:block;
	}
}
.bd-cpticle .cp-body {
	margin-bottom:100px;
	padding:15px 45px 60px;
	background:#FFFF;
}
.bd-cpticle .cp-body .c-til {
	margin-bottom:30px;
	line-height:80px;
	font-size:30px;
	font-weight:bold;
	border-bottom:1px solid #DDD;
}
.bd-cpticle .cp-body .c-con {
	line-height:36px;
	font-size:18px;
}
.bd-cpticle .cp-body .c-con img {
	max-width: 100%;
	height: auto !important;
}
.bd-cpticle .cp-body .c-con iframe {
	margin: 0 auto;
	width: 1066px;
	height: 600px;
	display: block;
}
.bd-cpticle .cp-news {
	padding-bottom:100px;
	background:#FFF;
}
.bd-cpticle .cp-news .bm-con {
}
.bd-cpticle .cp-news .bm-con ul {
	margin:-20px -10px 0 -10px;
}
.bd-cpticle .cp-news .bm-con 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-cpticle .cp-news .bm-con ul li a {
	display:block;
	color:#999;
	position:relative;
}
.bd-cpticle .cp-news .bm-con ul li .box {
	position:relative;
}
.bd-cpticle .cp-news .bm-con ul li .bg {
}
.bd-cpticle .cp-news .bm-con ul li .img {
	left:0;
	top:0;
	height:100%;
	overflow:hidden;
	position:absolute;
}
.bd-cpticle .cp-news .bm-con ul li .img img {
	height:100%;
}
.bd-cpticle .cp-news .bm-con ul li .til {
}
.bd-cpticle .cp-news .bm-con ul li .til h3 {
    padding: 0 135px 0 20px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #F5F5F5;
    overflow: hidden;
}
.bd-cpticle .cp-news .bm-con ul li .more {
	right:15px;
	bottom:0;
	width:100px;
    line-height: 60px;
	font-size:16px;
	position:absolute;
}
.bd-cpticle .cp-news .bm-con ul li .more .iconfont {
	margin-left:10px;
}
.bd-cpticle .cp-news .bm-con ul li a:hover {
    color: #FFF;
}
.bd-cpticle .cp-news .bm-con ul li a:hover .til h3 {
	background:#E73437;
}
@media (min-width: 1630px) {
	.bd-cpticle .cp-news .bm-con ul li .til h3 {
		height: 75px;
		line-height: 75px;
		font-size: 24px;
	}
	.bd-cpticle .cp-news .bm-con ul li .more {
    	line-height: 75px;
    	font-size: 18px;
	}
}
/* 定制开发 */
.bd-dzkf {
}
.bd-dzkf .bm-1 {
}
.bd-dzkf .bm-1 .bm-til {
	padding-top:30px;
}
.bd-dzkf .bm-1 .bm-con {
}
.bd-dzkf .bm-1 .bm-con dl {
	margin:0 -14px;
}
.bd-dzkf .bm-1 .bm-con dl dd {
	width:25%;
	padding:0 14px;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bd-dzkf .bm-1 .bm-con dl dd a {
	height:270px;
	text-align:center;
	display:block;
	color:#FFF;
	background:#F5F5F5;
	position:relative;
	overflow:hidden;
}
.bd-dzkf .bm-1 .bm-con dl dd a:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	position:absolute;
}
.bd-dzkf .bm-1 .bm-con dl dd .box {
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
}
.bd-dzkf .bm-1 .bm-con dl dd .box:before {
	content:" ";
	margin-left:50%;
	bottom:60px;
	left:-30px;
	width:60px;
	border-bottom:4px solid #E73437;
	display:block;
	position:absolute;
}
.bd-dzkf .bm-1 .bm-con dl dd .til {
	padding-top:80px;
	line-height:30px;
	display:block;
}
.bd-dzkf .bm-1 .bm-con dl dd a:hover {
	color:#FFF;
}
.bd-dzkf .bm-1 .bm-con dl dd a:hover:before {
	background:rgba(231,52,55,.8);
}
.bd-dzkf .bm-1 .bm-con dl dd a:hover .box:before {
	border-color:#FFF;
}
.bd-dzkf .bm-1 .bm-con dl .d-1 a {
	background:url(/public/images/bd-dzkf-1-01.png) no-repeat center center;
}
.bd-dzkf .bm-1 .bm-con dl .d-2 .ico .iconfont {
	font-size:90px;
}
.bd-dzkf .bm-1 .bm-con dl .d-2 a {
	background:url(/public/images/bd-dzkf-1-02.png) no-repeat center center;
}
.bd-dzkf .bm-1 .bm-con dl .d-3 .ico .iconfont {
}
.bd-dzkf .bm-1 .bm-con dl .d-3 a {
	background:url(/public/images/bd-dzkf-1-03.png) no-repeat center center;
}
.bd-dzkf .bm-1 .bm-con dl .d-4 .ico .iconfont {
	font-size:80px;
}
.bd-dzkf .bm-1 .bm-con dl .d-4 a {
	background:url(/public/images/bd-dzkf-1-04.png) no-repeat center center;
}
.bd-dzkf .bm-2 {
}
.bd-dzkf .bm-2 .bm-con {
}
.bd-dzkf .bm-2 .bm-con dl {
	margin:0 -14px;
}
.bd-dzkf .bm-2 .bm-con dl dd {
	width:20%;
	padding:0 14px;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bd-dzkf .bm-2 .bm-con dl dd a {
	height:400px;
	text-align:center;
	display:block;
	background:#F5F5F5;
	position:relative;
	overflow:hidden;
}
.bd-dzkf .bm-2 .bm-con dl dd .iconfont {
	margin:55px auto 10px;
	width:70px;
	line-height:70px;
	font-size:60px;
	display:block;
}
.bd-dzkf .bm-2 .bm-con dl dd .til {
	margin-bottom:20px;
	line-height:56px;
	font-size:24px;
	display:block;
}
.bd-dzkf .bm-2 .bm-con dl dd .con {
	padding:0 15px;
	line-height:30px;
	font-size:16px;
	color:#999;
}
.bd-dzkf .bm-2 .bm-con dl dd a:hover {
	color:#FFF;
	background:#E73437;
}
.bd-dzkf .bm-2 .bm-con dl dd a:hover .con {
	color:#FFF;
}
@media (min-width: 1630px) {
	.bd-dzkf .bm-2 .bm-con dl dd .til {
		margin-bottom:30px;
	}
	.bd-dzkf .bm-2 .bm-con dl dd .con {
		padding:0 40px;
		font-size:18px;
	}
}
.bd-dzkf .bm-3 {
}
.bd-dzkf .bm-3 .bm-con {
	padding:50px 0 100px;
}
.bd-dzkf .bm-3 .bm-con dl {
}
.bd-dzkf .bm-3 .bm-con dl dd {
	width:14.285%;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bd-dzkf .bm-3 .bm-con dl dd a {
	text-align:center;
	display:block;
	color:#999;
	position:relative;
}
.bd-dzkf .bm-3 .bm-con dl dd a:before, .bd-dzkf .bm-3 .bm-con dl dd a:after {
	content:" ";
	left:0;
	top:0;
	display:block;
	position:absolute;
}
.bd-dzkf .bm-3 .bm-con dl dd a:before {
	margin-left:50%;
	left:-8px;
	top:100px;
	width:16px;
	height:16px;
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
	background:#CCC;
	z-index:1;
}
.bd-dzkf .bm-3 .bm-con dl dd a:after {
	width:100%;
	left:;
	top:108px;
	border-bottom:1px solid #CCC;
}
.bd-dzkf .bm-3 .bm-con dl dd .iconfont {
	margin:0 auto 65px;
	width:70px;
	height:70px;
	line-height:70px;
	font-size:60px;
	display:block;
	color:#AAA;
}
.bd-dzkf .bm-3 .bm-con dl dd .til {
	line-height:28px;
	font-size:18px;
	display:block;
}
.bd-dzkf .bm-3 .bm-con dl dd .num {
	margin-left:50%;
	left:40px;
	top:5px;
	width:30px;
	line-height:20px;
	-moz-border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
	color:#FFF;
	background:#AAA;
	position:absolute;
}
.bd-dzkf .bm-3 .bm-con dl dd a:hover {
	color:#333;
}
.bd-dzkf .bm-3 .bm-con dl dd a:hover:before, .bd-dzkf .bm-3 .bm-con dl dd a:hover .num {
	background:#E73437;
}
.bd-dzkf .bm-3 .bm-con dl dd a:hover .iconfont, .bd-dzkf .bm-3 .bm-con dl dd a:hover .til {
	color:#333;
}
@media (min-width: 1630px) {
	.bd-dzkf .bm-3 .bm-con dl dd .til {
		line-height:30px;
		font-size:20px;
	}
}
.bd-dzkf .bm-4 {
	padding:0;
	height:900px;
	background:url(/public/images/bd-dzkf-4-bg.png) no-repeat center top;
}
.bd-dzkf .bm-4 .bm-til {
	padding-bottom:40px;
}
.bd-dzkf .bm-4 .bm-con {
}
.bd-dzkf .bm-4 .bm-con .hds {
	margin-bottom:40px;
	left:auto;
	top:auto;
	position:static;
}
.bd-tabbanner .bm-con .hds ul li a {
	border-color:transparent;
}
.bd-dzkf .bd-tabbanner .bm-con .bds {
	height:480px;
}
@media (min-width: 1630px) {
	.bd-dzkf .bm-4 {
		height:1100px;
	}
	.bd-dzkf .bm-4 .bm-con {
		padding-top:30px;
	}
	.bd-dzkf .bd-tabbanner .bm-con .bds {
		height:640px;
	}
	.bd-tabbanner .bm-con .hds ul {
		margin-left:-90px;
	}
	.bd-tabbanner .bm-con .hds ul li {
		margin-left:90px;
	}
}
.bd-dzkf .bd-dingzhifangan {
	background:#FFF;
}
/* 现货分销 */
.bd-xhfx {
}
.bd-xhfx .bm-1 {
	padding-bottom:100px;
}
.bd-xhfx .bm-1 .bm-til {
    padding-top: 30px;
}
.bd-xhfx .bm-1 .bm-con {
}
.bd-xhfx .bm-1 .bm-con dl {
}
.bd-xhfx .bm-1 .bm-con dl dd {
	width:25%;
	text-align:center;
	display:inline-block;
	float:left;
}
.bd-xhfx .bm-1 .bm-con dl dd a {
	height:510px;
	display:block;
	color:#DDD;
	position:relative;
}
.bd-xhfx .bm-1 .bm-con dl dd a:before {
    content: " ";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
}
.bd-xhfx .bm-1 .bm-con dl dd .box {
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.bd-xhfx .bm-1 .bm-con dl dd .iconfont {
	margin-top:110px;
	line-height:110px;
	font-size:70px;
	display:block;
}
.bd-xhfx .bm-1 .bm-con dl dd .til {
	line-height:70px;
	font-size:24px;
}
.bd-xhfx .bm-1 .bm-con dl dd .con {
	padding:0 30px;
	line-height:40px;
	font-size:20px;
}
.bd-xhfx .bm-1 .bm-con dl .on {
	width:50%;
	text-align:left;
}
.bd-xhfx .bm-1 .bm-con dl .on a:before {
}
.bd-xhfx .bm-1 .bm-con dl .on .iconfont, .bd-xhfx .bm-1 .bm-con dl .on .til {
	padding-left:100px;
}
.bd-xhfx .bm-1 .bm-con dl .on .con {
	padding:0 100px;
}
.bd-xhfx .bm-1 .bm-con dl .d-1 a {
	background:url(/public/images/bd-xhfx-1-01.png) no-repeat center center;
}
.bd-xhfx .bm-1 .bm-con dl .d-2 a {
	background:url(/public/images/bd-xhfx-1-02.png) no-repeat center center;
}
.bd-xhfx .bm-1 .bm-con dl .d-3 a {
	background:url(/public/images/bd-xhfx-1-03.png) no-repeat center center;
}
.bd-xhfx .bm-1 .bm-con dl dd a:hover .iconfont {
	color:#E73437;
}
@media (min-width: 1630px) {
	.bd-xhfx .bm-1 .bm-con dl dd .iconfont {
		font-size:90px;
	}
	.bd-xhfx .bm-1 .bm-con dl dd .til {
		line-height:90px;
		font-size:30px;
	}
	.bd-xhfx .bm-1 .bm-con dl dd .con {
		padding:0 50px;
		line-height:40px;
		font-size:24px;
	}
	.bd-xhfx .bm-1 .bm-con dl .on .iconfont, .bd-xhfx .bm-1 .bm-con dl .on .til {
		padding-left:130px;
	}
	.bd-xhfx .bm-1 .bm-con dl .on .con {
		padding:0 130px;
	}
}
.bd-xhfx .bm-2 {
	padding-bottom:100px;
	background:#F5F5F5;
}
.bd-xhfx .bm-2 .bm-con {
}
.bd-xhfx .bm-2 .bm-con dl {
}
.bd-xhfx .bm-2 .bm-con dl dd {
	width:25%;
	display:inline-block;
	float:left;
}
.bd-xhfx .bm-2 .bm-con dl dd a {
	padding: 30px 0 60px;
	text-align:center;
	display:block;
}
.bd-xhfx .bm-2 .bm-con dl dd .iconfont {
	margin:0 auto 40px;
	width:66px;
	height:66px;
	font-size:66px;
	display:block;
	color:#999;
}
.bd-xhfx .bm-2 .bm-con dl dd .con {
	line-height:54px;
	font-size:54px;
}
.bd-xhfx .bm-2 .bm-con dl dd .con b {
    display: inline-block;
    position: relative;
}
.bd-xhfx .bm-2 .bm-con dl dd .con em {
	margin-left: 10px;
	left: 100%;
	top: 0;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	display: block;
	position: absolute;
}
.bd-xhfx .bm-2 .bm-con dl dd .til {
	line-height:60px;
	display:block;
	position:relative;
}
.bd-xhfx .bm-2 .bm-con dl dd .til:before {
	content:" ";
	margin-left:50%;
	left:-18px;
	top:90px;
	width:36px;
	border-bottom:2px solid #E73437;
	position:absolute;
}
.bd-xhfx .bm-2 .bm-con dl dd a:hover {
}
.bd-xhfx .bm-2 .bm-con dl dd a:hover:before {
	background:rgba(231,52,55,.8);
}
.bd-xhfx .bm-2 .bm-con dl dd a:hover .iconfont {
	color:#E73437;
}
.bd-xhfx .bm-2 .bm-con dl dd a:hover .til:before {
	border-color:#E73437;
}
.bd-xhfx .bm-3 {
}
.bd-xhfx .bm-3 .bm-con {
}
.bd-xhfx .bm-3 .bm-con ul {
    margin: 0 -5px;
}
.bd-xhfx .bm-3 .bm-con ul li {
    padding: 0 5px;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}
.bd-xhfx .bm-3 .bm-con ul li a {
    display: block;
    color: #FFF;
    position: relative;
}
.bd-xhfx .bm-3 .bm-con ul li .til {
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
}
.bd-xhfx .bm-3 .bm-con ul li .til h3 {
	padding:0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
	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 .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	background:rgba(0,0,0,.5);
    overflow: hidden;
}
.bd-xhfx .bm-3 .bm-con ul li a:hover {
	color:#FFF;
}
.bd-xhfx .bm-3 .bm-con ul li a:hover .til h3 {
	background: rgba(231,52,55,.9);
}
@media (min-width: 1630px) {
	.bd-xhfx .bm-3 .bm-con ul li .til h3 {
		height: 75px;
		line-height: 75px;
		font-size: 24px;
	}
}
.bd-xhfx .bm-4 {
	padding-bottom:100px;
}
.bd-xhfx .bm-4 .bm-con {
}
.bd-xhfx .bm-4 .bm-con ul {
	margin:-20px -10px 0 -10px;
}
.bd-xhfx .bm-4 .bm-con ul li {
	margin-top:20px;
	padding:0 10px;
	width:33.33333%;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bd-xhfx .bm-4 .bm-con ul li a {
	display:block;
	position:relative;
}
.bd-xhfx .bm-4 .bm-con ul li .box {
	position:relative;
}
.bd-xhfx .bm-4 .bm-con ul li .bg {
}
.bd-xhfx .bm-4 .bm-con ul li .img {
	left:0;
	top:0;
	height:100%;
	overflow:hidden;
	position:absolute;
}
.bd-xhfx .bm-4 .bm-con ul li .img img {
	height:100%;
}
.bd-xhfx .bm-4 .bm-con ul li .til {
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
}
.bd-xhfx .bm-4 .bm-con ul li .til h3 {
    padding: 0 135px 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #FFF;
    background: rgba(0,0,0,.3);
    overflow: hidden;
}
.bd-xhfx .bm-4 .bm-con ul li .more {
	right:15px;
	bottom:0;
	width:100px;
    line-height: 50px;
	font-size:16px;
	color:#FFF;
	position:absolute;
}
.bd-xhfx .bm-4 .bm-con ul li .more .iconfont {
	margin-left:10px;
}
.bd-xhfx .bm-4 .bm-con ul li a:hover .til h3 {
	background:rgba(231,52,55,.9);
}
@media (min-width: 1630px) {
	.bd-xhfx .bm-4 .bm-con ul li .til h3 {
		height: 75px;
		line-height: 75px;
		font-size: 24px;
	}
	.bd-xhfx .bm-4 .bm-con ul li .more {
    	line-height: 75px;
    	font-size: 18px;
	}
}
.bd-xhfx .bm-5 {
	height:750px;
	background:url(/public/images/bd-xhfx-5-bg.png) no-repeat center top;
}
.bd-xhfx .bm-5 .bm-til, .bd-xhfx .bm-5 .bm-til .f-con {
	color:#FFF;
}
.bd-xhfx .bm-5 .bm-con {
}
.bd-xhfx .bm-5 .bm-con dl {
	margin-left:-30px;
}
.bd-xhfx .bm-5 .bm-con dl dd {
	margin-left:30px;
	width:585px;
	display:inline-block;
	float:left;
}
.bd-xhfx .bm-5 .bm-con dl dd a {
	padding:0 50px;
	height:400px;
	display:block;
	background:rgba(255,255,255,.5);
}
.bd-xhfx .bm-5 .bm-con dl dd .box {
	padding:50px 0 20px;
}
.bd-xhfx .bm-5 .bm-con dl dd .til {
	line-height:50px;
	font-size:30px;
}
.bd-xhfx .bm-5 .bm-con dl dd .iconfont {
	line-height:80px;
	font-size:60px;
}
.bd-xhfx .bm-5 .bm-con dl dd .con {
	line-height:36px;
	font-size:18px;
}
.bd-xhfx .bm-5 .bm-con dl dd .iconfont {
}
.bd-xhfx .bm-5 .bm-con dl dd a:hover {
	color:#FFF;
	background: rgba(231,52,55,.7);
}
.bd-xhfx .bm-5 .bm-con dl .d-2 {
	text-align:right;
}
.bd-xhfx .bm-5 .bm-con dl .d-2 .iconfont {
	font-size:66px;
}
@media (min-width: 1630px) {
	.bd-xhfx .bm-5 .bm-con dl dd {
		margin-left:30px;
		width:785px;
	}
	.bd-xhfx .bm-5 .bm-con dl dd a {
		padding:0 70px;
	}
	.bd-xhfx .bm-5 .bm-con dl dd .box {
		padding-top:70px;
	}
}
.bd-xhfx .bm-6 {
	padding-bottom:100px;
}
.bd-xhfx .bm-6 .bm-con {
}
.bd-xhfx .bm-6 .bm-con dl {
	margin:0 -14px;
}
.bd-xhfx .bm-6 .bm-con dl dd {
	width:25%;
	padding:0 14px;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bd-xhfx .bm-6 .bm-con dl dd a {
	height:470px;
	text-align:center;
	border-bottom:5px solid #E73437;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
	color:#999;
	display:block;
	background:#F5F5F5;
	position:relative;
	overflow:hidden;
}
.bd-xhfx .bm-6 .bm-con dl dd a:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	background:rgba(0,0,0,.6);
	position:absolute;
}
.bd-xhfx .bm-6 .bm-con dl dd .box {
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
}
.bd-xhfx .bm-6 .bm-con dl dd .iconfont {
	margin:125px 0 40px;
	height:100px;
	line-height:100px;
	font-size:80px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	display:block;
}
.bd-xhfx .bm-6 .bm-con dl dd .til {
	margin-bottom:20px;
	line-height:48px;
	font-size:26px;
	display:block;
}
.bd-xhfx .bm-6 .bm-con dl dd .con {
	padding:0 50px;
	line-height:30px;
	font-size:18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	opacity:0;
	color:#FFF;
}
.bd-xhfx .bm-6 .bm-con dl dd a:hover {
	color:#FFF;
}
.bd-xhfx .bm-6 .bm-con dl dd a:hover:before {
	background:rgba(231,52,55,.8);
}
.bd-xhfx .bm-6 .bm-con dl dd a:hover .box:before {
	border-color:#FFF;
}
.bd-xhfx .bm-6 .bm-con dl dd a:hover .iconfont {
	margin-top:65px;
}
.bd-xhfx .bm-6 .bm-con dl dd a:hover .con {
	opacity:100;
}
.bd-xhfx .bm-6 .bm-con dl .d-1 a {
	background:url(/public/images/bd-xhfx-6-01.png) no-repeat center center;
}
.bd-xhfx .bm-6 .bm-con dl .d-2 .ico .iconfont {
	font-size:90px;
}
.bd-xhfx .bm-6 .bm-con dl .d-2 a {
	background:url(/public/images/bd-xhfx-6-02.png) no-repeat center center;
}
.bd-xhfx .bm-6 .bm-con dl .d-3 .ico .iconfont {
}
.bd-xhfx .bm-6 .bm-con dl .d-3 a {
	background:url(/public/images/bd-xhfx-6-03.png) no-repeat center center;
}
.bd-xhfx .bm-6 .bm-con dl .d-4 .ico .iconfont {
	font-size:80px;
}
.bd-xhfx .bm-6 .bm-con dl .d-4 a {
	background:url(/public/images/bd-xhfx-6-04.png) no-repeat center center;
}
@media (min-width: 1630px) {
	.bd-xhfx .bm-6 .bm-con dl dd .iconfont {
		margin-bottom:55px;
		height:120px;
		line-height:120px;
		font-size:110px;
	}
	.bd-xhfx .bm-6 .bm-con dl dd .til {
		margin-bottom:30px;
		line-height:56px;
		font-size:30px;
	}
	.bd-xhfx .bm-6 .bm-con dl dd .con {
		padding:0 40px;
		font-size:20px;
	}
	.bd-xhfx .bm-6 .bm-con dl dd a:hover .iconfont {
		margin-top:65px;
	}
}
.bd-xhfx .bd-dingzhifangan {
    background: #FFF;
}
/* 合作案例 */
.bd-allist {
}
.bd-allist .bd-tabbox ul li {
	width:20%;
}
.bd-allist .bd-tabbox ul li .icon-museum {
	font-size:76px;
}
.bd-allist .al-list {
	overflow:hidden;
}
.bd-allist .al-list ul {
	margin:-30px -15px 0 -15px;
}
.bd-allist .al-list ul li {
	margin-top:30px;
	padding:0 15px;
	width:50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:inline-block;
	float:left;
}
.bd-allist .al-list ul li a {
	display:block;
	color:#999;
	position:relative;
}
.bd-allist .al-list ul li .box {
	position:relative;
}
.bd-allist .al-list ul li .bg {
}
.bd-allist .al-list ul li .img {
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
}
.bd-allist .al-list ul li .img img {
	height:100%;
}
.bd-allist .al-list ul li .til {
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
}
.bd-allist .al-list ul li .til h3 {
    padding: 0 135px 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #FFF;
    background: rgba(0,0,0,.3);
    overflow: hidden;
}
.bd-allist .al-list ul li .more {
	right:15px;
	bottom:0;
	width:100px;
    line-height: 50px;
	font-size:16px;
	color:#FFF;
	position:absolute;
}
.bd-allist .al-list ul li .more .iconfont {
	margin-left:10px;
}
.bd-allist .al-list ul li a:hover .til h3 {
	background:rgba(231,52,55,.9);
}
@media (min-width: 1630px) {
	.bd-allist .al-list ul li .til h3 {
		height: 75px;
		line-height: 75px;
		font-size: 24px;
	}
	.bd-allist .al-list ul li .more {
    	line-height: 75px;
    	font-size: 18px;
	}
}
.bd-allist .bd-dingzhifangan {
    background: #FFF;
}
/* 新闻资讯 */
.bd-arlist {
}
.bd-arlist .arc-tab {
	overflow:hidden;
}
.bd-arlist .arc-tab ul {
	margin:0 -60px 0 -90px;
}
.bd-arlist .arc-tab ul li {
	padding:20px 60px 50px 90px;
	line-height:30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:inline-block;
	float:left;
	position:relative;
}
.bd-arlist .arc-tab ul li em {
	left:0;
	top:20px;
	font-size:20px;
	color:#999;
	position:absolute;
}
.bd-arlist .arc-tab ul li a {
	font-size:24px;
	display:block;
	color:#999;
	position:relative;
}
.bd-arlist .arc-tab ul .on a {
	color:#E40B11;
}
.bd-arlist .arc-list {
	overflow:hidden;
}
.bd-arlist .arc-list ul {
	margin: -20px -10px 0;
}
.bd-arlist .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-arlist .arc-list ul li a {
	display:block;
	color:#999;
	background:#F5F5F5;
}
.bd-arlist .arc-list ul li .img {
	overflow:hidden;
}
.bd-arlist .arc-list ul li .img img {
	height:213px;
}
.bd-arlist .arc-list ul li .box {
	padding:15px 30px 25px;
}
.bd-arlist .arc-list ul li .til {
	margin-bottom:5px;
	height:40px;
	line-height:40px;
	font-weight:bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
	color:#333;
	overflow:hidden;
}
.bd-arlist .arc-list ul li .con {
	margin-bottom:15px;
	height:40px;
	line-height:20px;
	line-height:14px;
	display:none;
}
.bd-arlist .arc-list ul li .time {
	height:24px;
	line-height:24px;
}
.bd-arlist .arc-list ul li .time .r .iconfont {
	margin-left:10px;
}
.bd-arlist .arc-list ul li a:hover {
	color:#FFF;
	background:#E73437;
}
.bd-arlist .arc-list ul li a:hover .til {
	color:#FFF;
}
@media (min-width: 1630px) {
	.bd-arlist .arc-list ul li .img img {
		height:286px;
	}
	.bd-arlist .arc-list ul li .til {
		font-size:20px;
	}
	.bd-arlist .arc-list ul li .con {
		display:block;
	}
}

















/* 新闻详情 */
.bd-article {
	background:#F5F5F5;
}
.bd-article .arc-content {
	padding-bottom:100px;
}
.bd-article .arc-con {
	padding:70px 60px 100px;
	background:#FFF;
}
.bd-article .arc-til {
	margin-bottom:10px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
}
.bd-article .arc-ftil {
	padding-bottom: 25px;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px dotted #DDD;
	color: #666;
}
.bd-article .arc-ftil span {
	margin: 0 10px;
}
.bd-article .arc-ftil a:hover {
	text-decoration: underline;
	color: #E73437;
}
.bd-article .arc-body {
	margin-bottom: 50px;
	padding-top: 30px;
	line-height: 38px;
	font-size: 16px;
}
.bd-article .arc-body img {
	max-width: 100%;
	height: auto !important;
}
.bd-article .arc-body iframe {
	margin: 0 auto;
	width: 1066px;
	height: 600px;
	display: block;
}
.bd-article .arc-tag {
	overflow:hidden;
}
.bd-article .arc-tag a {
	margin-right: 15px;
	padding: 0 15px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #DDD;
	display: inline-block;
}
.bd-article .arc-tag a:hover {
	border-color: #E73437;
	color: #FFF;
	background: #E73437;
}
.bd-article .arc-pre-next {
	padding-top:50px;
}
.bd-article .arc-pre-next ul {
	margin:0 -30px;
}
.bd-article .arc-pre-next ul li {
	padding:0 30px;
	width:50%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
}
.bd-article .arc-pre-next ul .l-1 {
	float: left;
}
.bd-article .arc-pre-next ul .l-2 {
	float: right;
	text-align: right;
}
.bd-article .arc-pre-next ul li a:hover {
	color: #E73437;
}
.bd-article .bd-gongchangshili, .bd-article .bd-dingzhifangan {
    background: #FFF;
}
@media (min-width: 1630px) {
	.bd-article .arc-til {
		margin-bottom:15px;
		line-height: 46px;
    	font-size: 34px;
	}
}
/* 走进元景 */
.bd-about {
}
.bd-about .ab-url {
    top: -75px;
    position: relative;
}
.bd-about .bm-1 {
	height:800px;
	background:url(/public/images/bd-about-1-bg.png) no-repeat center top;
}

.bd-about .bm-1 .bm-con {
	padding-top:100px;
}
.bd-about .bm-1 .bm-con .c-til {
	padding:30px 0 100px;
	line-height:80px;
	font-size:60px;
	font-weight:bold;
	text-align:center;
}
.bd-about .bm-1 .bm-con .c-con {
}
.bd-about .bm-1 .bm-con .c-con dl {
	margin-top:-45px;
}
.bd-about .bm-1 .bm-con .c-con dl dd {
	margin-top:45px;
	padding:0 35px;
	width:25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
	display:inline-block;
	float:left;
}
.bd-about .bm-1 .bm-con .c-con dl dd a {
	padding:25px 0 15px;
	border-bottom:1px solid #333;
	display:block;
	position:relative;
}
.bd-about .bm-1 .bm-con .c-con dl dd a:before {
	content: " ";
	left: 0;
	bottom: -1px;
	width: 80px;
	border-bottom: 1px solid #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
}
.bd-about .bm-1 .bm-con .c-con dl dd i {
	right:0;
	top:0;
	line-height:92px;
	font-size:16px;
	display:block;
	position:absolute;
}
.bd-about .bm-1 .bm-con .c-con dl dd .con {
	line-height:22px;
	color:#999;
}
.bd-about .bm-1 .bm-con .c-con dl dd .til {
	line-height:30px;
	font-size:16px;
	font-weight:bold;
}
.bd-about .bm-1 .bm-con .c-con dl dd a:hover .til {
	color:#E73437;
}
.bd-about .bm-1 .bm-con .c-con dl dd a:hover:before {
	width: 100%;
    border-color: #E73437;
}
@media (min-width: 1630px) {
	.bd-about .bm-1 .bm-con .c-con dl {
		padding:0 55px;
	}
	.bd-about .bm-1 .bm-con .c-con dl dd {
		padding:0 55px;
	}
}
.bd-about .bm-2 {
	padding-bottom:100px;
}
.bd-about .bm-2 .bm-con {
}
.bd-about .bm-2 .bm-con .c-con {
	margin-bottom:90px;
	line-height:36px;
	font-size:18px;
}
.bd-about .bm-2 .bm-con .c-dl {
	margin-bottom:80px;
}
.bd-about .bm-2 .bm-con .c-dl dl {
}
.bd-about .bm-2 .bm-con .c-dl dl dd {
	width:25%;
	text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
	display:inline-block;
	float:left;
}
.bd-about .bm-2 .bm-con .c-dl dl dd a {
	display:block;
}
.bd-about .bm-2 .bm-con .c-dl dl dd .box {
	padding-left:90px;
	height:90px;
	display:inline-block;
	position:relative;
}
.bd-about .bm-2 .bm-con .c-dl dl dd .box i {
	left:0;
	top:0;
	width:60px;
	height:90px;
	line-height:90px;
	font-size:54px;
	text-align:center;
	display:block;
	color:#999;
	position:absolute;
}
.bd-about .bm-2 .bm-con .c-dl dl dd .con {
	padding-top:8px;
	line-height:52px;
	font-size:54px;
	font-weight:bold;
	text-align:left;
}
.bd-about .bm-2 .bm-con .c-dl dl dd .con b {
	display: inline-block;
    position: relative;
}
.bd-about .bm-2 .bm-con .c-dl dl dd .con em {
    margin-left: 10px;
    left: 100%;
    top: 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    display: block;
    position: absolute;
}
.bd-about .bm-2 .bm-con .c-dl dl dd .til {
	line-height:26px;
	font-size:18px;
}
.bd-about .bm-2 .bm-con .c-dl dl dd a:hover i {
	color:#E73437;
}
.bd-about .bm-2 .bm-con .c-box {
}
.bd-about .bm-2 .bm-con .c-box dl {
	margin:-15px 0 0 -18px;
}
.bd-about .bm-2 .bm-con .c-box dl dd {
	margin:15px 0 0 18px;
	width:282px;
	display:inline-block;
	float:left;
}
.bd-about .bm-2 .bm-con .c-box dl dd a {
	display:block;
}
.bd-about .bm-2 .bm-con .c-box dl dd img {
	height:180px;
}
.bd-about .bm-2 .bm-con .c-box dl .d-1 {
	width:600px;
	height:375px;
}
.bd-about .bm-2 .bm-con .c-box dl .d-1 .player  {
	height:100%;	
}
@media (min-width: 1630px) {
	.bd-about .bm-2 .bm-con .c-box dl dd {
		width:382px;
	}
	.bd-about .bm-2 .bm-con .c-box dl dd img {
		height:242px;
	}
	.bd-about .bm-2 .bm-con .c-box dl .d-1 {
		width:800px;
		height:500px;
	}
}
.bd-about .bm-3 {
	height:800px;
	background:url(/public/images/bd-about-3-bg.png) no-repeat center top;
}
.bd-about .bm-3 .bm-con {
	padding-top:120px;
}
.bd-about .bm-3 .bm-con ul {
}
.bd-about .bm-3 .bm-con ul li {
	width:25%;
	text-align:center;
	display:inline-block;
	float:left;
}
.bd-about .bm-3 .bm-con ul li a {
	line-height:44px;
	text-align:center;
	display:block;
	color:#999;
}
.bd-about .bm-3 .bm-con ul li i {
	margin-bottom:30px;
	line-height:80px;
	font-size:70px;
	display:block;
}
.bd-about .bm-3 .bm-con ul li .til {
	font-size:24px;
}
.bd-about .bm-3 .bm-con ul li .con {
	font-size:18px;
}
.bd-about .bm-3 .bm-con ul li a:hover {
	color:#333;
}
.bd-about .bm-3 .bm-con ul li a:hover i {
	color:#E73437;
}
.bd-about .bm-4 {
	height:900px;
	background:url(/public/images/bd-about-4-bg.png) no-repeat center top;
}
.bd-about .bm-4 .bm-til {
	padding-top:150px;
}
.bd-about .bm-4 .bm-con {
	padding-top:60px;
}
.bd-about .bm-4 .bm-con .c-btn {
	top:135px;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:40px;
	text-align:center;
	display:block;
	color:#DDD;
	position:absolute;
}
.bd-about .bm-4 .bm-con .c-prev {
	left:-50px;
	background-position:left top;
}
.bd-about .bm-4 .bm-con .c-prev:hover {
	background-position:left bottom;
}
.bd-about .bm-4 .bm-con .c-next {
	right:-50px;
	background-position:right top;
}
.bd-about .bm-4 .bm-con .c-next:hover {
	background-position:right bottom;
}
.bd-about .bm-4 .bm-con .c-btn:hover {
	color:#E73437;
}
.bd-about .bm-4 .bm-con .c-con {
	position: relative;
	overflow: hidden;
}
.bd-about .bm-4 .bm-con .c-con:before {
    content: " ";
    left: 0;
    top: 100px;
    width: 100%;
    border-bottom: 1px solid #AAA;
    position: absolute;
}
.bd-about .bm-4 .bm-con .c-con .l-ul {
	margin-left:400px;
	width:999999px;
}
.bd-about .bm-4 .bm-con .c-con .l-li {
	width: 400px;
	display:inline-block;
	float: left;
}
.bd-about .bm-4 .bm-con .c-con .l-li .til {
	margin-bottom:85px;
	position:relative;
}
.bd-about .bm-4 .bm-con .c-con .l-li .til .ico {
	left:0;
	bottom:-41px;
	width:100%;
	font-size:0;
	text-align:center;
	position:absolute;
}
.bd-about .bm-4 .bm-con .c-con .l-li .til .ico ul {
	border-bottom:1px solid #AAA;
	display:inline-block;
}
.bd-about .bm-4 .bm-con .c-con .l-li .til .ico ul li {
	margin:0 13px;
	height:8px;
	border-left:1px solid #AAA;
	display:inline-block;
	float:left;
}
.bd-about .bm-4 .bm-con .c-con .l-li .til .ico ul .l-2 {
	margin-top:-12px;
	height:20px;
}
.bd-about .bm-4 .bm-con .c-con .l-li .til a {
	line-height:60px;
	font-size:36px;
	font-weight:bold;
	display:block;
	color:#CCC;
}
.bd-about .bm-4 .bm-con .c-con .l-li .con {
	width:1200px;
	opacity:0;
}
.bd-about .bm-4 .bm-con .c-con .l-li .con p {
	padding: 55px 80px 80px;
	line-height:32px;
	font-size:18px;
	text-align:center;
	background:#FFF;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .left .til {
}
.bd-about .bm-4 .bm-con .c-con .l-ul .left .til .ico {
	text-align:left;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .right .til {
	text-align:right;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .right .til .ico {
	text-align:right;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on {
	position:relative;
	z-index:1;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on .til {
	text-align:center;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on .til:before {
	background:#E73437;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on .til .ico ul, .bd-about .bm-4 .bm-con .c-con .l-ul .on .til .ico ul li {
	border-color:#E73437;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on .til a {
	color:#E73437;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on .con {
	margin:0 -400px;
	opacity:1;
}
@media (min-width: 1630px) {
	.bd-about .bm-4 .bm-con .c-con .l-ul {
		margin-left:533px;
	}
	.bd-about .bm-4 .bm-con .c-con .l-li {
		width: 533px;
	}
	.bd-about .bm-4 .bm-con .c-con .l-li .con {
		width:1600px;
	}
	.bd-about .bm-4 .bm-con .c-con .l-ul .on .con {
		margin:0 -533px;
	}
}
.bd-about .bm-5 {
}
.bd-about .bm-5 .bm-con {
	padding-bottom:100px;
}
.bd-about .bm-5 .bm-con ul {
	margin:-20px -10px 0 -10px;
}
.bd-about .bm-5 .bm-con ul li {
	margin-top:20px;
	padding:0 10px;
	width:33.33333%;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bd-about .bm-5 .bm-con ul li a {
	display:block;
	position:relative;
}
.bd-about .bm-5 .bm-con ul li .box {
	position:relative;
}
.bd-about .bm-5 .bm-con ul li .bg {
}
.bd-about .bm-5 .bm-con ul li .img {
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
}
.bd-about .bm-5 .bm-con ul li .img img {
	height:100%;
}
.bd-about .bm-5 .bm-con ul li .til {
}
.bd-about .bm-5 .bm-con ul li .til h3 {
    padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align:center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    background: #F5F5F5;
    overflow: hidden;
}
.bd-about .bm-5 .bm-con ul li .more .iconfont {
	margin-left:10px;
}
.bd-about .bm-5 .bm-con ul li a:hover .til h3 {
	color:#FFF;
	background:#E73437;
}
@media (min-width: 1630px) {
	.bd-about .bm-5 .bm-con ul li .til h3 {
		height: 75px;
		line-height: 75px;
		font-size: 24px;
	}
}
.bd-about .bm-6 {
	padding-bottom:100px;
	background:#F5F5F5;
}
.bd-about .bm-6 .bm-con {
	overflow:hidden;
}
.bd-about .bm-6 .bm-con .bd {
	height:425px;
	position:relative;
	overflow:hidden;
}
/* dots are lines */
.bd-about .bm-6 .bm-con .flickity-page-dots .dot {
	height: 1px;
	width: 100px;
	margin: 0;
	border-radius: 0;
	position: relative;
}
.bd-about .bm-6 .bm-con .flickity-page-dots .is-selected {
	bottom: -1px;
	height: 3px;
	background: #E73437;
}
.bd-about .bm-6 .bm-con .flickity-prev-next-button {
	display: none;
}
.bd-about .bm-6 .bm-con .gallery {
	padding-bottom:90px;
	width:100%;
	height: 335px;
	background:#F5F5F5;
	overflow:hidden;
	position:absolute;
	z-index:1;
}
.bd-about .bm-6 .bm-con .gallery:before {
	content:" ";
	left:0;
	bottom:0;
	width:100%;
	border-bottom:90px solid #F5F5F5;
	position:absolute;
}
.bd-about .bm-6 .bm-con .gallery a {
	height:100%;
	display:block;
	background:#FFF;
}
.bd-about .bm-6 .bm-con .gallery .img {
	padding-top:50px;
	height:100%;
	position:relative;
}
.bd-about .bm-6 .bm-con .gallery .img:before {
	margin:2px 0 0 50%;
	left:-23px;
	top:50%;
	width:46px;
	height:46px;
	line-height:46px;
	font-size:;
	text-align:center;
	display:none;
	color:#FFF;
	background:#E73437;
	position:absolute;
}
.bd-about .bm-6 .bm-con .gallery .til {
	padding-top:15px;
}
.bd-about .bm-6 .bm-con .gallery .til h3 {
	height:40px;
	line-height:40px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    overflow: hidden;
}
.bd-about .bm-6 .bm-con .gallery a:hover {
	color:#E73437;
}
.bd-about .bm-6 .bm-con .gallery a:hover .img:before {
	display:block;
}
.bd-about .bm-6 .bm-con .gallery-cell {
	margin: 0 10px;
	width: 498px;
	height: 100%;
	display: inline-block;
	float: left;
}
.bd-about .bm-6 .bm-con .gallery-cell:first-child {
	margin-left:0;
}
.bd-about .bm-6 .bm-con .gallery-cell img {
	width: auto;
	height: 100%;
}
/* position dots up a bit */
.bd-about .bm-6 .bm-con .flickity-page-dots {
	bottom: 0;
}
/* 9.34. Drag Indicator */
.bd-about .bm-6 .bm-con .nectar-drag-indicator, .nectar-view-indicator {
	position: fixed;
	z-index: 400;
	left: -47px;
	top: -47px;
	pointer-events: none;
	width: 94px;
	height: 94px;
	mix-blend-mode: difference;
}
.bd-about .bm-6 .bm-con .nectar-drag-indicator:before {
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	transform: scale(0.2);
	opacity: 0;
	border-radius: 50%;
}
.bd-about .bm-6 .bm-con .nectar-drag-indicator span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.bd-about .bm-6 .bm-con .nectar-drag-indicator i {
	top: 0;
	color: #fff;
	font-size: 16px;
	opacity: 0;
}
.bd-about .bm-6 .bm-con .nectar-drag-indicator i.icon-left {
	padding-right: 20px;
	transform: translateX(12px);
}
.bd-about .bm-6 .bm-con .nectar-drag-indicator i.icon-right {
	padding-left: 20px;
	transform: translateX(-12px);
}
.bd-about .bm-6 .bm-con .nectar-drag-indicator:before, .bd-about .bm-6 .bm-con .nectar-view-indicator .color-circle {
	-webkit-transition: transform 0.45s ease, opacity 0.3s ease;
	transition: transform 0.45s ease, opacity 0.3s ease;
}
.bd-about .bm-6 .bm-con .nectar-drag-indicator i, .bd-about .bm-6 .bm-con .nectar-view-indicator span {
	-webkit-transition: transform 0.2s ease, opacity 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.bd-about .bm-6 .bm-con .nectar-drag-indicator.visible i {
	-webkit-transition: transform 0.45s ease 0.1s, opacity 0.3s ease 0.1s;
	transition: transform 0.45s ease 0.1s, opacity 0.3s ease 0.1s;
}
.bd-about .bm-6 .bm-con .nectar-drag-indicator.visible:before, .bd-about .bm-6 .bm-con .nectar-view-indicator.visible .color-circle, .bd-about .bm-6 .bm-con .nectar-view-indicator.visible span, .bd-about .bm-6 .bm-con .nectar-drag-indicator.visible i.icon-left, .bd-about .bm-6 .bm-con .nectar-drag-indicator.visible i.icon-right {
	transform: scale(1);
	opacity: 1;
}
.bd-about .bm-6 .bm-con .nectar-view-indicator:not(.style-see-through) {
	mix-blend-mode: normal;
}
.bd-about .bm-6 .bm-con .nectar-view-indicator .color-circle {
	background-color: #000;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	transform: scale(0.2);
	opacity: 0;
	border-radius: 50%;
}
.bd-about .bm-6 .bm-con .nectar-view-indicator span {
	opacity: 0;
	font-size: 16px;
	color: #fff;
	line-height: 94px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.bd-about .bm-6 .bm-con .nectar-view-indicator.style-see-through .color-circle {
	background-color: transparent;
	border: 2px solid #fff;
}
.bd-about .bm-7 {
	padding-bottom:100px;
}
.bd-about .bm-7 .bm-con {
	padding-top:20px;
}
.bd-about .bm-7 .bm-con .hd {
	margin-bottom:20px;
}
.bd-about .bm-7 .bm-con .hd ul {
	margin:0 -10px;
}
.bd-about .bm-7 .bm-con .hd ul li {
	padding:0 10px;
	width:20%;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bd-about .bm-7 .bm-con .hd ul li a {
	line-height:75px;
	font-size:22px;
	text-align:center;
	display:block;
	background:#F5F5F5;
}
.bd-about .bm-7 .bm-con .hd ul .on a {
	color:#FFF;
	background:#E73437;
}
.bd-about .bm-7 .bm-con .bd {
	background:#000;
}
.bd-about .bm-7 .bm-con .bd-con {
	display:none;
	position:relative;
}
.bd-about .bm-7 .bm-con .bd-con .img {
}
.bd-about .bm-7 .bm-con .bd-con .til {
	left:0;
	bottom:0;
	width:100%;
	background:rgba(0,0,0,.5);
	position:absolute;
}
.bd-about .bm-7 .bm-con .bd-con .til h3 {
	line-height:95px;
	font-size:28px;
	text-align:center;
	color:#FFF;
}
.bd-about .bm-7 .bm-con .bd-con .til h3 b {
	color:#E73437;
}
@media (min-width: 1630px) {
	.bd-about .bm-7 .bm-con .hd ul li a {
		line-height:90px;
		font-size:26px;
	}
}
.bd-about .bm-8 {
	padding-bottom:100px;
}
.bd-about .bm-8 .bm-til, .bd-about .bm-8 .bm-con {
	padding-top:130px;
}
.bd-about .bm-8 .bm-con {
	position:relative;
}
.bd-about .bm-8 .bm-til {
	left:0;
	top:0;
	position:absolute;
}
.bd-about .bm-8 .bm-con .c-dl {
	margin-bottom:90px;
	padding-left:440px;
}
.bd-about .bm-8 .bm-con .c-dl dl {
	margin:-30px 0 0 -30px;
}
.bd-about .bm-8 .bm-con .c-dl dl dd {
	margin:20px 0 0 30px;
	width:365px;
	display:inline-block;
	float:left;
}
.bd-about .bm-8 .bm-con .c-dl dl dd .box {
	padding:10px 0 10px 65px;
	height: 70px;
	position:relative;
}
.bd-about .bm-8 .bm-con .c-dl dl dd i {
	left:0;
	top:0;
	width:50px;
	line-height:70px;
	font-size:42px;
	text-align:center;
	color:#999;
	position:absolute;
}
.bd-about .bm-8 .bm-con .c-dl dl dd .til {
	line-height:20px;
	font-size:16px;
	color:#999;
}
.bd-about .bm-8 .bm-con .c-dl dl dd .con {
	line-height:30px;
	font-size:24px;
	font-weight:bold;
}
.bd-about .bm-8 .bm-con .c-dl dl dd .con em {
	margin-left:15px;
	font-size:16px;
	font-weight:normal;
	color:#999;
}
.bd-about .bm-8 .bm-con .c-dl dl .d-2 {
	width: 365px;
}
.bd-about .bm-8 .bm-con .c-dl dl .d-3 {
	width: 405px;
}
.bd-about .bm-8 .bm-con .c-dl dl .d-4 {
	width: 325px;
}
.bd-about .bm-8 .bm-con .c-dl dl .d-5 {
	width: 760px;
}
@media (min-width: 1630px) {
	.bd-about .bm-8 .bm-con .c-dl {
		padding-left:460px;
	}
	.bd-about .bm-8 .bm-con .c-dl dl dd {
		width:360px;
	}
	.bd-about .bm-8 .bm-con .c-dl dl .d-2 {
		width:320px;
	}
	.bd-about .bm-8 .bm-con .c-dl dl .d-3 {
		width:400px;
	}
	.bd-about .bm-8 .bm-con .c-dl dl .d-4 {
		width:360px;
	}
	.bd-about .bm-8 .bm-con .c-dl dl .d-5 {
		width:750px;
	}
}
.bd-about .bm-8 .bm-con .map {
	height:555px;
}
/* 默认列表 */
.bd-deflist {
	padding-bottom:100px;
}
.bd-deflist .def-list {
	padding:0;
}
.bd-deflist .def-list .cb-con {
}
.bd-deflist .def-list .cb-con .l-ul {
	margin-top:-20px;
}
.bd-deflist .def-list .cb-con .l-li {
	margin-top:20px;
	padding-bottom:20px;
	width:100%;
	border-bottom:1px dotted #DDD;
	display:inline-block;
	float:left;
}
.bd-deflist .def-list .cb-con .l-li .img {
	margin-right:-275px;
	float:left;
	overflow:hidden;
}
.bd-deflist .def-list .cb-con .l-li .l-con {
	width:100%;
	float:left;
}
.bd-deflist .def-list .cb-con .l-li .box {
	margin-left:275px;
	height:162px;
	position:relative;
}
.bd-deflist .def-list .cb-con .l-li .til {
	margin-bottom:10px;
	line-height: 34px;
	font-size:16px;
	display: block;
	overflow: hidden;
}
.bd-deflist .def-list .cb-con .l-li .til h3 {
	width:510px;
	height:34px;
	font-size:16px;
	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-deflist .def-list .cb-con .l-li .til p {
	margin-right:10px;
	font-size:14px;
	float:right;
	color:#999;
}
.bd-deflist .def-list .cb-con .l-li .til a:hover h3 {
	color:#E73437;
}
.bd-deflist .def-list .cb-con .l-li .con {
	line-height:20px;
	color:#999;
}
.bd-deflist .def-list .cb-con .l-li .tags {
	left:0;
	bottom:5px;
	height:32px;
	position:absolute;
	overflow:hidden;
}
.bd-deflist .def-list .cb-con .l-li .tags ul {
	margin:-15px 0 0 -15px;
}
.bd-deflist .def-list .cb-con .l-li .tags ul li {
	margin:15px 0 0 15px;
	display:inline-block;
	float:left;
}
.bd-deflist .def-list .cb-con .l-li .tags ul li a {
	padding:0 15px;
	line-height:32px;
	display:block;
	background:#FAFAFA;
}
.bd-deflist .def-list .cb-con .l-li .tags ul li a:hover {
	color:#FFF;
	background:#E73437;
}
/* 证书列表 */
.bd-zslist {
	padding-bottom:100px;
}
.bd-zslist .zs-list {
}
.bd-zslist .zs-list ul {
	margin:-40px -20px 0 -20px;
}
.bd-zslist .zs-list ul li {
	margin-top:40px;
	padding:0 20px;
	width:33.33333%;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bd-zslist .zs-list ul li a {
    display: block;
    background: #FFF
}
.bd-zslist .zs-list ul li .img {
	text-align:center;
	border:1px solid #DDD;
	overflow:hidden;
}
/*.bd-zslist .zs-list ul li .img span {
	height:330px;
	display:block;
	background-size:cover !important;
}*/
.bd-zslist .zs-list ul li .img img {
}
.bd-zslist .zs-list ul li .til {
}
.bd-zslist .zs-list ul li .til h3 {
	padding:0 15px;
	height:60px;
	line-height:60px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    overflow: hidden;
}
.bd-zslist .zs-list ul li a:hover {
	color:#E73437;
}
.bd-zslist .zs-list ul li a:hover .img:before {
	display:block;
}
/* 热词分类 */
.bd-hotkind {
	padding-bottom:100px;
}
.bd-hotkind .key-box {
	margin-top:50px;
}
.bd-hotkind .key-box:first-child {
	margin:0;
}
.bd-hotkind .key-box .key-til {
	padding:10px 0 25px;
}
.bd-hotkind .key-box .key-til .til {
	padding-left:10px;
	line-height:30px;
	font-size:24px;
	border-left:5px solid #E73437;
}
.bd-hotkind .key-box .key-con {
	overflow:hidden;
}
.bd-hotkind .key-box .key-con ul {
	margin:-15px 0 0 -15px;
}
.bd-hotkind .key-box .key-con ul li {
	margin:15px 0 0 15px;
	display:inline-block;
	float:left;
	position:relative;
}
.bd-hotkind .key-box .key-con ul li a {
	padding:0 20px;
	line-height:40px;
	font-size:16px;
	display:block;
	background:#F5F5F5;
}
.bd-hotkind .key-box .key-con ul li a:hover {
	color:#FFF;
	background:#E73437;
}
.bd-hotkey .hot-refresh {
	padding:0;
}
.bd-hotkey .hot-refresh .cb-til {
	position:relative;
}
.bd-hotkey .hot-refresh .cb-til .btn {
	right:0;
	top:0;
	line-height:45px;
	font-size:16px;
	position:absolute;
}
.bd-hotkey .hot-refresh .cb-til .btn i {
	margin-left:5px;
}
.bd-hotkey .hot-refresh .cb-til .btn:hover {
	color:#E73437;
}
.bd-hotkey .hot-refresh .cb-con {
	padding-top:10px;
}
.bd-hotkey .hot-refresh .cb-con .l-ul {
	margin:0 -15px;
}
.bd-hotkey .hot-refresh .cb-con .l-li {
	padding:0 15px;
	width: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.bd-hotkey .hot-refresh .cb-con .l-li .box {
	padding:20px 25px;
	border: 1px solid #EEE;
	display:block;
}
.bd-hotkey .hot-refresh .cb-con .l-li .til {
	margin-bottom: 15px;
	line-height:26px;
	height: 52px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    overflow: hidden;
}
.bd-hotkey .hot-refresh .cb-con .l-li .til a:hover {
	color: #E73437;
}
.bd-hotkey .hot-refresh .cb-con .l-li .con {
	margin-bottom: 20px;
	line-height:24px;
	height: 72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color:#666;
    overflow: hidden;
}
.bd-hotkey .hot-refresh .cb-con .l-li .more {
	line-height:40px;
}
.bd-hotkey .hot-refresh .cb-con .l-li .more .r a {
	color: #E73437;
}
/* 热词 */
.bd-reciliebiao {
}
.bd-reciliebiao .rc-con {
	width: 900px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	float: left;
}
.bd-reciliebiao .rc-con ul {
	padding: 15px 20px 15px 165px;
	min-height: 30px;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	position: relative;
}
.bd-reciliebiao .rc-con ul li {
	margin-left: 15px;
	padding: 10px 0;
	line-height: 20px;
	display: inline-block;
	float: left;
}
.bd-reciliebiao .rc-con ul li a {
	padding-right: 15px;
	font-size: 16px;
	border-right: 1px solid #999;
	display: block;
	overflow: hidden;
}
.bd-reciliebiao .rc-con ul li a:hover {
	color: #E73437;
	text-decoration: underline;
}
.bd-reciliebiao .rc-con ul .li-fir {
	margin: 0;
	padding: 0;
	left: 0;
	top: 15px;
	width: 165px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	text-align: center;
	position: absolute;
}
.bd-reciliebiao .rc-con ul .li-fir a {
	padding: 0;
	max-width: 100%;
	border: none;
	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;
	overflow: hidden;
}
.bd-reciliebiao .rc-con ul .li-fir em {
	width: 15px;
	font-size: 16px;
	transform: rotate(45deg);
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
}
.bd-reciliebiao .rc-con ul .li-fir i {
	vertical-align: top;
	font-size: 16px;
	display: inline-block;
}
/* 热词列表 */
.bd-hotkey {
}
.bd-hotkey .hot-about {
}
.bd-hotkey .hot-about .img {
	margin-right:-310px;
	width: 280px;
	height: 186px;
	float: left;
	position:relative;
	overflow: hidden;
}
.bd-hotkey .hot-about .img img {
	transition: all 0.35s;
}
.bd-hotkey .hot-about .img:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.bd-hotkey .hot-about .c-con {
	width:100%;
	float:left;
}
.bd-hotkey .hot-about .box {
	margin-left:310px;
}
.bd-hotkey .hot-about .til {
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.bd-hotkey .hot-about .des {
	line-height: 26px;
	font-size: 14px;
	text-indent: 28px;
	color: #666;
}
/* 公共头部 */
.bd-r-mtil {
	line-height: 20px;
}
.bd-r-mtil h3 {
	padding-left: 15px;
	font-size: 18px;
	float: left;
	border-left: 5px solid #E73437;
}
.bd-r-mtil a {
	font-size: 14px;
	float: right;
	color: #999;
}
.bd-r-mtil a:hover {
	color: #E73437;
}