/* Main CSS Document */
@charset "utf8";
/* 焦点图片 */
.banner-boxs {
	height: 520px;
	text-align: center;
	color: #FFF;
	background-size: cover !important;
	overflow: hidden;
}
/* 公共 */
.bd-arcleft {
	width: 1050px;
	float: left;
}
.bd-arcright {
	width: 290px;
	float: right;
}
.bd-arcbox {
	margin-top:40px;
}
.bd-arc-t20 {
	margin-top:20px;
}
.bd-arcbox:first-child {
	margin:0;
}
.bd-arcbox .cb-til {
	padding-bottom:20px;
	overflow:hidden;
}
.bd-arcbox .cb-til .til {
    padding-left: 15px;
    line-height: 22px;
	font-size: 18px;
	float:left;
    position: relative;
}
.bd-arcbox .cb-til .til:before {
	content:" ";
	left:0;
	top:0;
	width:3px;
	height:100%;
	display:block;
	background:#C81839;
	position:absolute;
}
.bd-arcbox .cb-til .til em {
	margin-right:15px;
}
.bd-arcbox .cb-til .btn {
	font-size: 14px;
	float:right;
	color:#C81839;
}
.bd-arcbox .cb-til .btn i {
	margin-left:5px;
}
.bd-arcbox .cb-til .btn.on {
	cursor:not-allowed;
	color:#999;
}
.bd-arcbox .cb-til.on .til {
	padding:0;
	width:100%;
	border-bottom:1px solid #DDD;
}
.bd-arcbox .cb-til.on .til:before {
	display:none;
}
.bd-arcbox .cb-til.on .til span {
	margin-bottom:-2px;
	padding:0 20px 5px 0;
	display:inline-block;
	border-bottom:3px solid #C81839;
}
.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: #C81839;
}
.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: #C81839;
}
/* 选项卡 */
.bd-tab {
	border-bottom:3px solid #F5F5F5;
}
.bd-tab ul {
	margin-left:-15px;
}
.bd-tab ul li {
	margin-left:15px;
	display:inline-block;
	float:left;
}
.bd-tab ul li a {
	padding:0 20px 20px;
	line-height:40px;
	font-size:18px;
	display:block;
	position:relative;
}
.bd-tab ul li a:before {
	content:" ";
	left:0;
	bottom:-3px;
	width:100%;
	border-bottom:3px solid #F5F5F5;
	position:absolute;
}
.bd-tab ul .on a, .bd-tab ul li a:hover {
	color:#C81839;
}
.bd-tab ul .on a:before, .bd-tab ul li a:hover:before {
	border-color:#C81839;
}
.bd-tab2 {
}
.bd-tab2 ul {
	margin-left:-15px;
}
.bd-tab2 ul li {
	margin-left:15px;
	display:inline-block;
	float:left;
}
.bd-tab2 ul li a {
	width:200px;
	line-height:60px;
	font-size:18px;
	text-align:center;
	display:block;
	background:#F5F5F5;
	position:relative;
}
.bd-tab2 ul .on a, .bd-tab2 ul li a:hover {
	color:#FFF;
	background:#C81839
}
/* 跨境电商包装 */
.bd-kjdsbz {
}
.bd-kjdsbz .bm-1 {
}
.bd-kjdsbz .bm-1 .bm-con {
	padding:50px 0 100px;
}
.bd-kjdsbz .bm-1 .bm-con ul {
	margin-left:-25px;
}
.bd-kjdsbz .bm-1 .bm-con ul li {
	margin-left:25px;
	display:inline-block;
	float:left;
}
.bd-kjdsbz .bm-1 .bm-con ul li a {
	width:450px;
	height:280px;
	display:block;
	color:#FFF;
	position:relative;
}
.bd-kjdsbz .bm-1 .bm-con ul li a:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	position:absolute;
}
.bd-kjdsbz .bm-1 .bm-con ul li .til {
	left:0;
	top:110px;
	width:100%;
	line-height:30px;
	font-size:20px;
	text-align:center;
	position:absolute;
}
.bd-kjdsbz .bm-1 .bm-con ul .l-1 {
	background:url(/public/images/bd-kjdsbz-1-01.jpg) no-repeat center center;
}
.bd-kjdsbz .bm-1 .bm-con ul .l-2 {
	background:url(/public/images/bd-kjdsbz-1-02.jpg) no-repeat center center;
}
.bd-kjdsbz .bm-1 .bm-con ul .l-3 {
	background:url(/public/images/bd-kjdsbz-1-03.jpg) no-repeat center center;
}
.bd-kjdsbz .bm-1 .bm-con ul li a:hover:before {
	background:rgba(200,24,57,.8);
}
.bd-kjdsbz .bm-2 {
	height:750px;
	background:url(/public/images/bd-kjdsbz-2-bg.jpg) no-repeat center center;
}
.bd-kjdsbz .bm-2 .bm-con {
	padding-top:20px;
}
.bd-kjdsbz .bm-2 .bm-con ul {
	margin:-40px 0 0 -40px;
}
.bd-kjdsbz .bm-2 .bm-con ul li {
	margin:40px 0 0 40px;
	width:680px;
	display:inline-block;
	float:left;
}
.bd-kjdsbz .bm-2 .bm-con ul li a {
	padding:0 40px 0 150px;
	height:185px;
	display:block;
	background:#FFF;
	position:relative;
}
.bd-kjdsbz .bm-2 .bm-con ul li i {
	left:30px;
	top:0;
	width:90px;
	line-height:185px;
	text-align:center;
	font-size:90px;
	color:#999;
	position:absolute;
}
.bd-kjdsbz .bm-2 .bm-con ul li .til {
	padding-top:20px;
	line-height:45px;
	font-size:20px;
	font-weight:bold;
}
.bd-kjdsbz .bm-2 .bm-con ul li .con {
	line-height:30px;
	font-size:16px;
	color:#666;
}
.bd-kjdsbz .bm-2 .bm-con ul .on .til {
	padding-top:30px;
	line-height:50px;
}
.bd-kjdsbz .bm-2 .bm-con ul li a:hover i, .bd-kjdsbz .bm-2 .bm-con ul li a:hover .til {
	color:#C81839;
}
.bd-kjdsbz .bm-3 {
}
.bd-kjdsbz .bm-3 .bm-con {
}
.bd-kjdsbz .bm-3 .bm-con ul {
	margin:-10px 0 0 -10px;
}
.bd-kjdsbz .bm-3 .bm-con ul li {
	margin:10px 0 0 10px;
	display:inline-block;
	float:left;
}
.bd-kjdsbz .bm-3 .bm-con ul li a {
	width:460px;
	text-align:center;
	display:block;
}
.bd-kjdsbz .bm-3 .bm-con ul li .img {
	overflow:hidden;
}
.bd-kjdsbz .bm-3 .bm-con ul li .til {
}
.bd-kjdsbz .bm-3 .bm-con ul li .til h3 {
	padding:0 20px;
	height:66px;
	line-height:66px;
	font-size:20px;
	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:#EEE;
	overflow: hidden;
}
.bd-kjdsbz .bm-3 .bm-con ul li a:hover .til h3 {
	color:#FFF;
	background:#C81839;
}
.bd-kjdsbz .bm-4 {
	overflow:hidden;
}
.bd-kjdsbz .bm-4 .bm-con {
	position:relative;
}
.bd-kjdsbz .bm-4 .bm-con .btn {
	top:125px;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	border:5px solid #DDD;
	-moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display:block;
	color:#DDD;
	position:absolute;
}
.bd-kjdsbz .bm-4 .bm-con .prev {
	left:-100px;
}
.bd-kjdsbz .bm-4 .bm-con .next {
	right:-100px;
}
.bd-kjdsbz .bm-4 .bm-con .btn:hover {
	border-color:#C81839;
	color:#C81839;
}
.bd-kjdsbz .bm-4 .bm-con .bd {
	height:320px;
	overflow:hidden;
}
.bd-kjdsbz .bm-4 .bm-con .bd ul {
	margin:-10px 0 0 -10px !important;
}
.bd-kjdsbz .bm-4 .bm-con .bd ul li {
	margin:10px 0 0 10px;
	width:460px;
	display:inline-block;
	float:left;
}
.bd-kjdsbz .bm-4 .bm-con .bd ul li a {
	text-align:center;
	display:block;
	position:relative;
}
.bd-kjdsbz .bm-4 .bm-con .bd ul li .img {
	overflow:hidden;
}
.bd-kjdsbz .bm-4 .bm-con .bd ul li .til {
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
}
.bd-kjdsbz .bm-4 .bm-con .bd ul li .til h3 {
	padding:0 20px;
	height:66px;
	line-height:66px;
	font-size:20px;
	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-kjdsbz .bm-4 .bm-con .bd ul li a:hover .til h3 {
	color:#FFF;
	background:rgba(200,24,57,.8);
}
/* OEM代加工 */
.bd-oemdjg {
}
.bd-oemdjg .bm-1 {
}
.bd-oemdjg .bm-1 .bm-til {
	padding-top:30px;
}
.bd-oemdjg .bm-1 .bm-con {
	padding:40px 0;
}
.bd-oemdjg .bm-1 .bm-con dl {
	margin-left:-100px;
}
.bd-oemdjg .bm-1 .bm-con dl dd {
	margin-left:100px;
	width:275px;
	display:inline-block;
	float:left;
}
.bd-oemdjg .bm-1 .bm-con dl dd a {
	padding-left:110px;
	height:90px;
	display:block;
	position:relative;
}
.bd-oemdjg .bm-1 .bm-con dl dd i {
	left:0;
	top:0;
	width:100px;
	line-height:90px;
	font-size:70px;
	text-align:center;
	color:#999;
	position:absolute;
}
.bd-oemdjg .bm-1 .bm-con dl dd .con {
	line-height:60px;
	font-size:44px;
	font-weight:bold;
	display: inline-block;
	position:relative;
}
.bd-oemdjg .bm-1 .bm-con dl dd .con em {
	margin-left: 10px;
	left: 100%;
	top: 0;
	line-height: 26px;
	font-size: 18px;
	font-weight: normal;
	display: block;
	position: absolute;
}
.bd-oemdjg .bm-1 .bm-con dl dd .til {
	line-height:30px;
}
.bd-oemdjg .bm-1 .bm-con dl .d-1 i {
	font-size:100px;
}
.bd-oemdjg .bm-1 .bm-con dl .d-3 i {
	font-size:80px;
}
.bd-oemdjg .bm-1 .bm-con dl dd a:hover i {
	color:#C81839;
}
.bd-oemdjg .bm-2 {
}
.bd-oemdjg .bm-2 .bm-con {
}
.bd-oemdjg .bm-2 .bm-con ul {
	margin:-10px 0 0 -10px;
}
.bd-oemdjg .bm-2 .bm-con ul li {
	margin:10px 0 0 10px;
	display:inline-block;
	float:left;
}
.bd-oemdjg .bm-2 .bm-con ul li a {
	width:460px;
	text-align:center;
	display:block;
}
.bd-oemdjg .bm-2 .bm-con ul li .img {
	overflow:hidden;
}
.bd-oemdjg .bm-2 .bm-con ul li .til {
}
.bd-oemdjg .bm-2 .bm-con ul li .til h3 {
	padding:0 20px;
	height:66px;
	line-height:66px;
	font-size:20px;
	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:#EEE;
	overflow: hidden;
}
.bd-oemdjg .bm-2 .bm-con ul li a:hover .til h3 {
	color:#FFF;
	background:#C81839;
}
.bd-oemdjg .bm-3 {
}
.bd-oemdjg .bm-3 .bm-con {
	padding-bottom:100px;
}
.bd-oemdjg .bm-3 .bm-con ul {
	margin:-24px 0 0 -24px;
}
.bd-oemdjg .bm-3 .bm-con ul li {
	margin:24px 0 0 24px;
	display:inline-block;
	float:left;
}
.bd-oemdjg .bm-3 .bm-con ul li .img {
	border:1px solid #DDD;
	overflow:hidden;
}
.bd-oemdjg .bm-3 .bm-con ul li .img img {
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.bd-oemdjg .bm-3 .bm-con ul li a:hover .img img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.bd-oemdjg .bm-4 {
	background:#F5F5F5;
	overflow:hidden;
}
.bd-oemdjg .bm-4 .bm-con {
	padding-bottom:100px;
	height:520px;
	position:relative;
}
.bd-oemdjg .bm-4 .bm-con .c-box {
	left:-100px;
	top:0;
	width:1600px;
	position:absolute;
}
.bd-oemdjg .bm-4 .bm-con ul {
	margin-left:-10px;
}
.bd-oemdjg .bm-4 .bm-con ul li {
	margin-left:10px;
	display:inline-block;
	float:left;
}
.bd-oemdjg .bm-4 .bm-con ul li a {
	width:312px;
	height:520px;
	text-align:center;
	display:block;
	color:#FFF;
	position:relative;
}
.bd-oemdjg .bm-4 .bm-con ul li 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;
	/* Safari for macOS & iOS */
	-webkit-backdrop-filter: blur(2px); 	
	/* Google Chrome */
	backdrop-filter: blur(2px);
	background:rgba(0,0,0,.4);
	position: absolute;
}
.bd-oemdjg .bm-4 .bm-con ul li i {
	left:0;
	top:80px;
	width:100%;
	line-height:80px;
	font-size:70px;
	position:absolute;
}
.bd-oemdjg .bm-4 .bm-con ul li .til {
	left:0;
	top:185px;
	width:100%;
	line-height:30px;
	font-size:20px;
	position:absolute;
}
.bd-oemdjg .bm-4 .bm-con ul li .con {
	left:40px;
	top:265px;
	width:232px;
	line-height:30px;
	font-size:16px;
	text-align:left;
	position:absolute;
}
.bd-oemdjg .bm-4 .bm-con ul .l-1 a {
	background:url(/public/images/bd-oemdjg-4-01.jpg) no-repeat center center;
}
.bd-oemdjg .bm-4 .bm-con ul .l-2 a {
	background:url(/public/images/bd-oemdjg-4-02.jpg) no-repeat center center;
}
.bd-oemdjg .bm-4 .bm-con ul .l-3 a {
	background:url(/public/images/bd-oemdjg-4-03.jpg) no-repeat center center;
}
.bd-oemdjg .bm-4 .bm-con ul .l-4 a {
	background:url(/public/images/bd-oemdjg-4-04.jpg) no-repeat center center;
}
.bd-oemdjg .bm-4 .bm-con ul .l-5 a {
	background:url(/public/images/bd-oemdjg-4-05.jpg) no-repeat center center;
}
.bd-oemdjg .bm-4 .bm-con ul li a:hover:before {
	/* Safari for macOS & iOS */
	-webkit-backdrop-filter: blur(0); 	
	/* Google Chrome */
	backdrop-filter: blur(0);
	background: rgba(0,0,0,.5);
	background:rgba(200,24,57,.8);
}
/* 智能盲盒包装 */
.bd-znmhbz {
}
.bd-znmhbz .bm-1 {
}
.bd-znmhbz .bm-1 .bm-con {
	padding: 50px 0 100px;
}
.bd-znmhbz .bm-1 .bm-con dl {
	margin-left:-20px;
}
.bd-znmhbz .bm-1 .bm-con dl dd {
	margin-left:20px;
	display:inline-block;
	float:left;
}
.bd-znmhbz .bm-1 .bm-con dl dd a {
	width:264px;
	display:block;
}
.bd-znmhbz .bm-1 .bm-con dl dd .img {
	overflow:hidden;
}
.bd-znmhbz .bm-1 .bm-con dl dd .til {
	padding:15px 50px;
	line-height:30px;
	font-size:18px;
	text-align:center;
	background:#F5F5F5;
}
.bd-znmhbz .bm-1 .bm-con dl dd a:hover .til {
	color:#FFF;
	background:#C81839;
}
.bd-znmhbz .bm-1 .bm-con dl .d-5 .til {
	padding:15px 20px;
}
.bd-znmhbz .bm-2 {
	background:#F5F5F5;
	overflow:hidden;
}
.bd-znmhbz .bm-2 .bm-con {
	padding-bottom:100px;
	height:890px;
	position:relative;
}
.bd-znmhbz .bm-2 .bm-con .c-box {
	left:-100px;
	top:0;
	width:1600px;
	position:absolute;
}
.bd-znmhbz .bm-2 .bm-con dl {
	margin:-20px 0 0 -20px;
}
.bd-znmhbz .bm-2 .bm-con dl dd {
	margin:20px 0 0 20px;
	width:520px;
	display:inline-block;
	float:left;
}
.bd-znmhbz .bm-2 .bm-con dl dd a {
	height:435px;
	display:block;
	position:relative;
}
.bd-znmhbz .bm-2 .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;
	display:block;
	background:rgba(0,0,0,.2);
	position:absolute;
}
.bd-znmhbz .bm-2 .bm-con dl dd .box {
	left:100px;
	top:255px;
	color:#FFF;
	position:absolute;
}
.bd-znmhbz .bm-2 .bm-con dl dd .box:before {
	content:" ";
	left:0;
	top:0;
	width:60px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	border-bottom:5px solid #FFF;
	position:absolute;
}
.bd-znmhbz .bm-2 .bm-con dl .on .box {
	left:auto;
	right:100px;
	text-align:right;
}
.bd-znmhbz .bm-2 .bm-con dl .on .box:before {
	left:auto;
	right:0;
}
.bd-znmhbz .bm-2 .bm-con dl dd .til {
	padding-top:20px;
	line-height:60px;
	font-size:30px;
	font-weight:bold;
}
.bd-znmhbz .bm-2 .bm-con dl dd .con {
	line-height:22px;
	font-size:18px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	opacity:0;
}
.bd-znmhbz .bm-2 .bm-con dl dd .con em {
	margin-left:10px;
	color:#C81839;
}
.bd-znmhbz .bm-2 .bm-con dl .d-2, .bd-znmhbz .bm-2 .bm-con dl .d-3 {
	width:1060px;
}
.bd-znmhbz .bm-2 .bm-con dl dd a:hover:before {
	background:rgba(0,0,0,.5);
}
.bd-znmhbz .bm-2 .bm-con dl dd a:hover .box:before {
	border-color:#C81839;
}
.bd-znmhbz .bm-2 .bm-con dl dd a:hover .con {
	opacity:1;
}
.bd-znmhbz .bm-2 .bm-con dl .d-1 a {
	background:url(/public/images/bd-znmhbz-2-01.jpg) no-repeat center center;
}
.bd-znmhbz .bm-2 .bm-con dl .d-2 a {
	background:url(/public/images/bd-znmhbz-2-02.jpg) no-repeat center center;
}
.bd-znmhbz .bm-2 .bm-con dl .d-3 a {
	background:url(/public/images/bd-znmhbz-2-03.jpg) no-repeat center center;
}
.bd-znmhbz .bm-2 .bm-con dl .d-4 a {
	background:url(/public/images/bd-znmhbz-2-04.jpg) no-repeat center center;
}
.bd-znmhbz .bm-3 {
}
.bd-znmhbz .bm-3 .bm-con {
}
.bd-znmhbz .bm-3 .bm-con ul {
	margin:-10px 0 0 -10px !important;
}
.bd-znmhbz .bm-3 .bm-con ul li {
	margin:10px 0 0 10px;
	width:460px;
	display:inline-block;
	float:left;
}
.bd-znmhbz .bm-3 .bm-con ul li a {
	text-align:center;
	display:block;
	position:relative;
}
.bd-znmhbz .bm-3 .bm-con ul li .img {
	overflow:hidden;
}
.bd-znmhbz .bm-3 .bm-con ul li .til {
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
}
.bd-znmhbz .bm-3 .bm-con ul li .til h3 {
	padding:0 20px;
	height:66px;
	line-height:66px;
	font-size:20px;
	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-znmhbz .bm-3 .bm-con ul li a:hover .til h3 {
	color:#FFF;
	background:rgba(200,24,57,.8);
}
.bd-znmhbz .bm-3 .bm-con .more {
	margin:50px auto 0;
	width:180px;
	line-height:50px;
	border:1px solid #DDD;
	font-size:18px;
	text-align:center;
	display:block;
}
.bd-znmhbz .bm-3 .bm-con .more:hover {
	border-color:#C81839;
	color:#FFF;
	background:#C81839;
}
.bd-znmhbz .bm-4 {
}
.bd-znmhbz .bm-4 .bm-con {
	padding-bottom:100px;
}
.bd-znmhbz .bm-4 .bm-con ul {
	margin-left:-12px;
}
.bd-znmhbz .bm-4 .bm-con ul li {
	margin-left:12px;
	display:inline-block;
	float:left;
}
.bd-znmhbz .bm-4 .bm-con ul li a {
	width:341px;
	height:484px;
	text-align:center;
	display:block;
	color:#FFF;
	position:relative;
}
.bd-znmhbz .bm-4 .bm-con ul li 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;
	/* Safari for macOS & iOS */
	-webkit-backdrop-filter: blur(2px); 	
	/* Google Chrome */
	backdrop-filter: blur(2px);
	background:rgba(0,0,0,.4);
	position: absolute;
}
.bd-znmhbz .bm-4 .bm-con ul li i {
	left:0;
	top:70px;
	width:100%;
	line-height:80px;
	font-size:70px;
	position:absolute;
}
.bd-znmhbz .bm-4 .bm-con ul li .til {
	left:0;
	top:185px;
	width:100%;
	line-height:30px;
	font-size:20px;
	position:absolute;
}
.bd-znmhbz .bm-4 .bm-con ul li .con {
	left:45px;
	top:240px;
	width:251px;
	line-height:30px;
	font-size:16px;
	text-align:left;
	position:absolute;
}
.bd-znmhbz .bm-4 .bm-con ul .l-1 a {
	background:url(/public/images/bd-znmhbz-4-01.jpg) no-repeat center center;
}
.bd-znmhbz .bm-4 .bm-con ul .l-2 a {
	background:url(/public/images/bd-znmhbz-4-02.jpg) no-repeat center center;
}
.bd-znmhbz .bm-4 .bm-con ul .l-3 a {
	background:url(/public/images/bd-znmhbz-4-03.jpg) no-repeat center center;
}
.bd-znmhbz .bm-4 .bm-con ul .l-4 a {
	background:url(/public/images/bd-znmhbz-4-04.jpg) no-repeat center center;
}
.bd-znmhbz .bm-4 .bm-con ul li a:hover:before {
	/* Safari for macOS & iOS */
	-webkit-backdrop-filter: blur(0); 	
	/* Google Chrome */
	backdrop-filter: blur(0);
	background: rgba(0,0,0,.5);
	background:rgba(200,24,57,.8);
}
/* 商务印刷 */
.bd-imglist {
}
.bd-imglist .img-list {
	padding-top:30px;
}
.bd-imglist .img-list ul {
	margin:-30px 0 0 -10px;
}
.bd-imglist .img-list ul li {
	margin:30px 0 0 10px;
	display:inline-block;
	float:left;
}
.bd-imglist .img-list ul li a {
	width:460px;
	display:block;
}
.bd-imglist .img-list ul li .img {
	overflow:hidden;
}
.bd-imglist .img-list ul li .til {
	padding:0 15px;
	height:64px;
	line-height:64px;
	font-size:20px;
	text-align:center;
	border:1px solid #EEE;
	border-top:none;
	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;
	overflow: hidden;
}
.bd-imglist .img-list ul li a:hover .til {
	color:#FFF;
	background:#C81839;
}
.bd-imglist .bm-1 {
	overflow:hidden;
}
.bd-imglist .bm-1 .bm-til {
}
.bd-imglist .bm-1 .bm-con {
}
.bd-imglist .bm-1 .bm-con ul {
}
.bd-imglist .bm-1 .bm-con ul li {
	display:inline-block;
	float:left;
}
.bd-imglist .bm-1 .bm-con ul li a {
	width:700px;
	height:410px;
	display:block;
	color:#FFF;
	position:relative;
}
.bd-imglist .bm-1 .bm-con ul li a:before, .bd-imglist .bm-1 .bm-con ul li a:after {
    content: " ";
    top: 0;
    width: 960px;
    height: 410px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    position: absolute;
}
.bd-imglist .bm-1 .bm-con ul li a:after {
    background: rgba(0,0,0,.5);
}
.bd-imglist .bm-1 .bm-con ul .l-2 a:before, .bd-imglist .bm-1 .bm-con ul .l-2 a:after, .bd-imglist .bm-1 .bm-con ul .l-4 a:before, .bd-imglist .bm-1 .bm-con ul .l-4 a:after {
    left: 0;
}
.bd-imglist .bm-1 .bm-con ul .l-1 a:before, .bd-imglist .bm-1 .bm-con ul .l-1 a:after, .bd-imglist .bm-1 .bm-con ul .l-3 a:before, .bd-imglist .bm-1 .bm-con ul .l-3 a:after {
    right: 0;
}
.bd-imglist .bm-1 .bm-con ul li .box {
	height:100%;
	color:#FFF;
	position: relative;
	z-index:1;
}
.bd-imglist .bm-1 .bm-con ul li i {
	padding-top:80px;
	line-height:70px;
	font-size:70px;
	display:block;
}
.bd-imglist .bm-1 .bm-con ul li .til {
	padding-top:20px;
	line-height:60px;
	font-size:20px;
	font-weight:bold;
}
.bd-imglist .bm-1 .bm-con ul li .con {
	line-height:30px;
	font-size:16px;
}
.bd-imglist .bm-1 .bm-con ul li a:hover:after {
    background: rgba(200,24,57,.8);
}
.bd-imglist .bm-1 .bm-con ul .l-1 .box, .bd-imglist .bm-1 .bm-con ul .l-3 .box {
	padding-right:150px;
}
.bd-imglist .bm-1 .bm-con ul .l-2 .box, .bd-imglist .bm-1 .bm-con ul .l-4 .box {
	padding-left:150px;
	text-align:right;
}
.bd-imglist .bm-1 .bm-con ul .l-1 a:before {
    background: url(/public/images/bd-imglist-1-01.jpg) no-repeat center center;
}
.bd-imglist .bm-1 .bm-con ul .l-2 a:before {
    background: url(/public/images/bd-imglist-1-02.jpg) no-repeat center center;
}
.bd-imglist .bm-1 .bm-con ul .l-3 a:before {
    background: url(/public/images/bd-imglist-1-03.jpg) no-repeat center center;
}
.bd-imglist .bm-1 .bm-con ul .l-4 a:before {
    background: url(/public/images/bd-imglist-1-04.jpg) no-repeat center center;
}
.bd-imglist .bm-3 {
	overflow:hidden;
}
.bd-imglist .bm-3 .bm-con {
	padding-bottom:100px;
	position:relative;
}
.bd-imglist .bm-3 .bm-con .btn {
	top:36px;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	border:5px solid #DDD;
	-moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display:block;
	color:#DDD;
	position:absolute;
}
.bd-imglist .bm-3 .bm-con .prev {
	left:-100px;
}
.bd-imglist .bm-3 .bm-con .next {
	right:-100px;
}
.bd-imglist .bm-3 .bm-con .btn:hover {
	border-color:#C81839;
	color:#C81839;
}
.bd-imglist .bm-3 .bm-con .bd {
	height:142px;
	overflow:hidden;
}
.bd-imglist .bm-3 .bm-con .bd ul {
	margin:-24px 0 0 -24px !important;
}
.bd-imglist .bm-3 .bm-con .bd ul li {
	margin:24px 0 0 24px;
	display:inline-block;
	float:left;
}
.bd-imglist .bm-3 .bm-con .bd ul li .img {
	border:1px solid #DDD;
	overflow:hidden;
}
.bd-imglist .bm-3 .bm-con .bd ul li .img img {
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.bd-imglist .bm-3 .bm-con .bd ul li a:hover .img img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.bd-image {
	padding-bottom:100px;
	background:#F5F5F5;
}
.bd-image .img-about {
	padding-bottom:50px;
}
.bd-image .img-about .d-dl {
}
.bd-image .img-about .d-dd {
	display:inline-block;
	float:left;
}
.bd-image .img-about .d-1 {
	width:656px;
	position:relative;
}
.bd-image .img-about .d-1 .pageState {
	left:20px;
	bottom:0;
	line-height:54px;
	font-size:24px;
	color:#666;
	position:absolute;
	z-index:2;
}
.bd-image .img-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-image .img-about .d-1 .prev {
	right:68px;
}
.bd-image .img-about .d-2 {
	margin-left:50px;
	width:445px;
	height:484px;
	position:relative;
}
.bd-image .img-about .d-2 .d-til {
	margin-bottom:35px;
	line-height:55px;
	font-size:45px;
	font-weight:bold;
}
.bd-image .img-about .d-2 .d-con {
}
.bd-image .img-about .d-2 .d-con p {
	line-height:36px;
	font-size:16px;
}
.bd-image .img-about .d-2 .d-btn {
	left:0;
	bottom:0;
	position:absolute;
}
.bd-image .img-about .d-2 .d-btn ul {
}
.bd-image .img-about .d-2 .d-btn ul li {
	display:inline-block;
	float:left;
}
.bd-image .img-about .d-2 .d-btn ul li a {
	display:block;
}
.bd-image .img-about .d-2 .d-btn ul .l-1 a {
	padding:0 80px 0 30px;
	line-height:56px;
	font-size:20px;
	color:#FFF;
	background:#C81839;
	position:relative;
}
.bd-image .img-about .d-2 .d-btn ul .l-1 i {
	right:0;
	top:0;
	width:80px;
	text-align:center;
	position:absolute;
}
.bd-image .img-about .d-2 .d-btn ul .l-2 {
	margin-left:50px;
}
.bd-image .img-about .d-2 .d-btn ul .l-2 a {
	padding-left:45px;
	line-height:20px;
	position:relative;
}
.bd-image .img-about .d-2 .d-btn ul .l-2 i {
	left:0;
	top:0;
	font-size:36px;
	line-height:56px;
	text-align:center;
	color:#C81839;
	position:absolute;
}
.bd-image .img-about .d-2 .d-btn ul .l-2 .con {
	padding-top:6px;
}
.bd-image .img-about .d-2 .d-btn ul .l-2 .til {
	font-size:20px;
	font-weight:bold;
}
.bd-image .img-about .d-3 {
	left:0;
	top:0;
	width:200px;
	height:484px;
	float:right;
	position:relative;
}
.bd-image .img-about .d-3 .d-til {
	margin-bottom:20px;
	line-height:30px;
	text-align:center;
}
.bd-image .img-about .d-3 .d-con {
}
.bd-image .img-about .d-3 .d-con .bd {
	height:382px;
	overflow:hidden;
}
.bd-image .img-about .d-3 .d-con .bd ul {
	margin-top:-10px !important;
}
.bd-image .img-about .d-3 .d-con .bd ul li {
	margin-top:10px;
	width:200px;
	display:inline-block;
	float:left;
}
.bd-image .img-about .d-3 .d-con .bd ul li a {
	display:block;
}
.bd-image .img-about .d-3 .d-con .bd ul li .img {
	overflow:hidden;
}
.bd-image .img-about .d-3 .d-con .bd ul li .til {
	height:36px;
	line-height:36px;
	font-size:16px;
	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-image .img-about .d-3 .d-con .bd ul li a:hover .til {
	color:#C81839;
}
.bd-image .img-about .d-3 .btn {
	bottom:0;
	width:60px;
	line-height:54px;
	font-size:20px;
	text-align:center;
	display:block;
	position:absolute;
}
.bd-image .img-about .d-3 .prev {
	left:40px;
}
.bd-image .img-about .d-3 .next {
	right:40px;
}
.bd-image .img-about .d-3 .btn:hover {
	color:#C81839;
}
.bd-image .img-body {
	margin-bottom:50px;
	padding:15px 45px 60px;
	background:#FFF;
}
.bd-image .img-body .c-til {
	margin-bottom:30px;
	line-height:80px;
	font-size:30px;
	font-weight:bold;
	border-bottom:1px solid #DDD;
}
.bd-image .img-body .c-con {
	line-height:36px;
	font-size:18px;
}
.bd-image .img-news {
}
.bd-image .img-news .c-til {
	line-height:80px;
	font-size:30px;
	font-weight:bold;
}
.bd-image .img-news .c-con {
}
.bd-image .img-news .c-con ul {
	margin-left:-10px;
}
.bd-image .img-news .c-con ul li {
	margin-left:10px;
	width:460px;
	display:inline-block;
	float:left;
}
.bd-image .img-news .c-con ul li a {
	background:#FFF;
	display:block;
}
.bd-image .img-news .c-con ul li .img {
	overflow:hidden;
}
.bd-image .img-news .c-con ul li .til {
	padding:0 20px;
	height:66px;
	line-height:66px;
	font-size:20px;
	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-image .img-news .c-con ul li a:hover .til {
	color:#C81839;
}
/* 默认列表 */
.bd-deflist {
	padding-bottom:100px;
}
.bd-deflist .def-list {
}
.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 {
	float:left;
	overflow:hidden;
}
.bd-deflist .def-list .cb-con .l-li .box {
	width:780px;
	height:162px;
	float:right;
	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:#C81839;
}
.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:#C81839;
}
/* 文章列表 */
/* 新闻资讯 */
.bd-arlist {
	padding-bottom:100px;
}
.bd-arlist .arc-list {
	padding-top:30px;
}
.bd-arlist .arc-list ul {
	margin:-20px 0 0 -16px;
}
.bd-arlist .arc-list ul li {
	margin:20px 0 0 16px;
	width:450px;
	display:inline-block;
	float:left;
}
.bd-arlist .arc-list ul li a {
	display:block;
	color:#666;
	background:#FFF;
}
.bd-arlist .arc-list ul li .img {
	overflow:hidden;
}
.bd-arlist .arc-list ul li .box {
	padding:0 30px 30px;
	line-height:24px;
	font-size:16px;
	border:1px solid #DDD;
	border-top:none;
}
.bd-arlist .arc-list ul li .til {
	padding-top:10px;
	height:50px;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	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:5px;
	height:48px;
}
.bd-arlist .arc-list ul li .time {
	line-height:30px;
}
.bd-arlist .arc-list ul li a:hover {
}
.bd-arlist .arc-list ul li a:hover .til {
	color:#C81839;
}
/* 文章内容页面 */
.bd-article {
	padding-bottom: 90px;
	background:#F5F5F5;
}
.bd-article .arc-box {
	padding:80px 60px 100px;
	background:#FFF;
}
.bd-article .arc-til {
	margin: 0 0 20px;
	line-height: 46px;
	font-size: 34px;
	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: #C81839;
}
.bd-article .arc-content {
	margin-bottom: 50px;
	padding-top: 25px;
	line-height: 38px;
	font-size: 16px;
}
.bd-article .arc-content img {
	max-width: 100%;
	height: auto !important;
}
.bd-article .arc-content iframe {
	margin: 0 auto;
	width: 1066px;
	height: 600px;
	display: block;
}
.bd-article .arc-tag {
	margin-bottom: 40px;
	padding-bottom:60px;
	border-bottom:1px solid #DDD;
	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: #C81839;
	color: #FFF;
	background: #C81839;
}
.bd-article .arc-pre-next {
}
.bd-article .arc-pre-next ul {
}
.bd-article .arc-pre-next ul li {
	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);
	overflow: hidden;
}
.bd-article .arc-pre-next ul .l-1 {
	width: 420px;
	float: left;
}
.bd-article .arc-pre-next ul .l-2 {
	width: 420px;
	float: right;
	text-align: right;
}
.bd-article .arc-pre-next ul li a:hover {
	color: #C81839;
}
.bd-article .arc-news {
}
.bd-article .arc-news .c-til {
	line-height: 80px;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
}
.bd-article .arc-news .c-con {
}
.bd-article .arc-news .c-con ul {
}
.bd-article .arc-news .c-con ul li {
	width:290px;
	display:inline-block;
	float:left;
}
.bd-article .arc-news .c-con ul li a {
	padding:30px 40px 20px 0;
	display:block;
	color:#666;
	position:relative;
}
.bd-article .arc-news .c-con ul li a:before {
	content:" ";
	left:0;
	bottom:0;
	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;
}
.bd-article .arc-news .c-con ul li i {
	right:0;
	top:70px;
	position:absolute;
}
.bd-article .arc-news .c-con ul li .til {
	height:45px;
	line-height:45px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-article .arc-news .c-con ul li .con {
	line-height:35px;
}
.bd-article .arc-news .c-con ul li a:hover i {
	color:#C81839;
}
.bd-article .arc-news .c-con ul li a:hover .til {
	color:#333;
}
.bd-article .arc-news .c-con ul li a:hover:before {
	width:100%;
	border-color:#C81839;
}
/* 关于我们 */
.bd-about {
	background:#F5F5F5;
}
.bd-about .bd-position {
	position:absolute;
	z-index:1;
}
.bd-about .bd-mbox2 {
}
.bd-about .bd-mbox2 .bm-til {
	padding:60px 0 30px;
	text-align:center;
}
.bd-about .bd-mbox2 .bm-til .til {
	line-height:90px;
	font-size:50px;
}
.bd-about .bd-mbox2 .bm-til .con {
	line-height:40px;
	font-size:24px;
	color:#BBB;
}
.bd-about .bm-1 {
	padding-top:70px;
	height:730px;
	background:url(/public/images/bd-about-1-bg.jpg) no-repeat center center;
}
.bd-about .bm-1 .bm-til {
	padding-top:40px;
	color:#FFF;
}
.bd-about .bm-1 .bm-til .con {
	font-size:16px;
}
.bd-about .bm-1 .bm-con {
	line-height:30px;
	font-size:16px;
	color:#BBB;
}
.bd-about .bm-1 .bm-con .c-con {
	margin-bottom:90px;
}
.bd-about .bm-1 .bm-con .c-con p {
	display:block;
}
.bd-about .bm-1 .bm-con .c-con p:first-child {
	padding-bottom:40px;
}
.bd-about .bm-1 .bm-con .d-dl {
	margin-left:-235px;
}
.bd-about .bm-1 .bm-con .d-dl dd {
	margin-left:235px;
	width:310px;
	display:inline-block;
	float:left;
}
.bd-about .bm-1 .bm-con .d-dl dd a {
	padding-left:110px;
	height:100px;
	display:block;
	color:#FFF;
	position:relative;
}
.bd-about .bm-1 .bm-con .d-dl dd a:before {
	content:" ";
	left:-117px;
	top:0;
	height:100%;
	border-left:1px solid #999;
	position:absolute;
}
.bd-about .bm-1 .bm-con .d-dl dd:first-child a:before {
	display:none;
}
.bd-about .bm-1 .bm-con .d-dl dd i {
	left:0;
	top:0;
	width:100px;
	line-height:90px;
	font-size:70px;
	text-align:center;
	color:#999;
	position:absolute;
}
.bd-about .bm-1 .bm-con .d-dl dd .con {
	margin-bottom:5px;
	line-height:60px;
	font-size:55px;
	font-weight:bold;
	display: inline-block;
	position:relative;
}
.bd-about .bm-1 .bm-con .d-dl dd .con em {
	margin-left: 10px;
	left: 100%;
	top: 0;
	line-height: 36px;
	font-size: 18px;
	font-weight: normal;
	display: block;
	position: absolute;
}
.bd-about .bm-1 .bm-con .d-dl dd .til {
	line-height:30px;
	font-size:22px;
}
.bd-about .bm-1 .bm-con .d-dl .d-1 i {
	top:5px;
	font-size:90px;
}
.bd-about .bm-1 .bm-con .d-dl .d-3 i {
	left:-30px;
	font-size:120px;
}
.bd-about .bm-1 .bm-con .d-dl dd a:hover i {
	color:#C81839;
}
.bd-about .bm-2 {
}
.bd-about .bm-2 .bm-con {
}
.bd-about .bm-2 .bm-con dl {
}
.bd-about .bm-2 .bm-con dl dd {
	padding:80px 0 90px;
	width:350px;
	text-align:center;
	display:inline-block;
	float:left;
	background:#FFF;
	position:relative;
}
.bd-about .bm-2 .bm-con dl dd:before {
	content:" ";
	left:0;
	top:90px;
	height:215px;
	border-left:1px solid #DDD;
	position:absolute;
}
.bd-about .bm-2 .bm-con dl dd .d-til {
	padding-bottom:40px;
	height:45px;
	line-height:45px;
	font-size:30px;
	font-weight:bold;
	position:relative;
}
.bd-about .bm-2 .bm-con dl dd .d-til:before {
	content:" ";
	margin-left:50%;
	left:-15px;
	bottom:25px;
	width:30px;
	border-bottom:3px solid #C81839;
	position:absolute;
}
.bd-about .bm-2 .bm-con dl dd .d-con {
	line-height:34px;
	font-size:20px;
	color:#666;
}
.bd-about .bm-3 {
}
.bd-about .bm-3 .bm-con {
}
.bd-about .bm-3 .bm-con .c-btn {
	top:75px;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:40px;
	text-align:center;
	display:block;
	color:#DDD;
	position:absolute;
}
.bd-about .bm-3 .bm-con .c-prev {
	left:-50px;
	background-position:left top;
}
.bd-about .bm-3 .bm-con .c-prev:hover {
	background-position:left bottom;
}
.bd-about .bm-3 .bm-con .c-next {
	right:-50px;
	background-position:right top;
}
.bd-about .bm-3 .bm-con .c-next:hover {
	background-position:right bottom;
}
.bd-about .bm-3 .bm-con .c-btn:hover {
	color:#C81839;
}
.bd-about .bm-3 .bm-con .c-con {
	position: relative;
	overflow: hidden;
}
.bd-about .bm-3 .bm-con .c-con:before {
    content: " ";
    left: 0;
    top: 100px;
    width: 100%;
    border-bottom: 1px solid #DDD;
    position: absolute;
}
.bd-about .bm-3 .bm-con .c-con .l-ul {
	margin-left:466px;
	width:999999px;
}
.bd-about .bm-3 .bm-con .c-con .l-li {
	width: 466px;
	display:inline-block;
	float: left;
}
.bd-about .bm-3 .bm-con .c-con .l-li .til {
	margin-bottom:85px;
	position:relative;
}
.bd-about .bm-3 .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-3 .bm-con .c-con .l-li .til .ico ul {
	border-bottom:1px solid #DDD;
	display:inline-block;
}
.bd-about .bm-3 .bm-con .c-con .l-li .til .ico ul li {
	margin:0 13px;
	height:8px;
	border-left:1px solid #DDD;
	display:inline-block;
	float:left;
}
.bd-about .bm-3 .bm-con .c-con .l-li .til .ico ul .l-2 {
	margin-top:-12px;
	height:20px;
}
.bd-about .bm-3 .bm-con .c-con .l-li .til a {
	line-height:60px;
	font-size:36px;
	font-weight:bold;
	display:block;
	color:#DDD;
}
.bd-about .bm-3 .bm-con .c-con .l-li .con {
	width:1400px;
	opacity:0;
}
.bd-about .bm-3 .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-3 .bm-con .c-con .l-ul .left .til {
}
.bd-about .bm-3 .bm-con .c-con .l-ul .left .til .ico {
	text-align:left;
}
.bd-about .bm-3 .bm-con .c-con .l-ul .right .til {
	text-align:right;
}
.bd-about .bm-3 .bm-con .c-con .l-ul .right .til .ico {
	text-align:right;
}
.bd-about .bm-3 .bm-con .c-con .l-ul .on .til {
	text-align:center;
}
.bd-about .bm-3 .bm-con .c-con .l-ul .on .til:before {
	background:#C81839;
}
.bd-about .bm-3 .bm-con .c-con .l-ul .on .til .ico ul, .bd-about .bm-3 .bm-con .c-con .l-ul .on .til .ico ul li {
	border-color:#C81839;
}
.bd-about .bm-3 .bm-con .c-con .l-ul .on .til a {
	color:#C81839;
}
.bd-about .bm-3 .bm-con .c-con .l-ul .on .con {
	margin:0 -466px;
	opacity:1;
}
.bd-about .bd-zhengshu .bm-con {
	padding:0;
}
.bd-about .bm-4 {
}
.bd-about .bm-4 .bm-con {
}
.bd-about .bm-4 .bm-con ul {
	margin:-22px 0 0 -22px;
}
.bd-about .bm-4 .bm-con ul li {
	margin:22px 0 0 22px;
	line-height:70px;
	text-align:center;
	display:inline-block;
	float:left;
}
.bd-about .bm-4 .bm-con ul li a {
	width:452px;
	display:block;
}
.bd-about .bm-4 .bm-con ul li .img {
	overflow:hidden;
}
.bd-about .bm-4 .bm-con ul li .til {
	height:70px;
	line-height:70px;
	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-4 .bm-con ul li a:hover .til {
	color:#C81839;
}
.bd-about .bm-5 {
}
.bd-about .bm-5 .bm-con {
	background:#FFF;
	position:relative;
}
.bd-about .bm-5 .bm-con .c-con {
	padding-right:765px;
	height:480px;
	position:relative;
}
.bd-about .bm-5 .bm-con .c-con .box {
	padding:80px 0 0 90px;
}
.bd-about .bm-5 .bm-con .c-con ul {
	margin-top:-40px;
}
.bd-about .bm-5 .bm-con .c-con ul li {
	margin-top:40px;
	padding-left:60px;
	height:45px;
	line-height:20px;
	font-size:18px;
	position:relative;
}
.bd-about .bm-5 .bm-con .c-con ul li i {
	left:0;
	top:0;
	width:45px;
	line-height:45px;
	font-size:45px;
	text-align:center;
	color:#999;
	position:absolute;
}
.bd-about .bm-5 .bm-con .c-con ul li .til {
	height:20px;
	line-height:20px;
	display:block;
}
.bd-about .bm-5 .bm-con .c-con ul li .con {
	height:25px;
	line-height:25px;
	display:block;
}
.bd-about .bm-5 .bm-con .c-map {
	right:0;
	top:0;
	width:765px;
	height:480px;
	position:absolute;
}
.bd-about .bd-huoqufangan {
}
.bd-about .bd-huoqufangan .bm-con .d-1 {
	width:auto;
}
.bd-about .bd-huoqufangan .bm-con .d-con .d-d1 {
    width: 308px;
}
.bd-about .bd-huoqufangan .bm-con .d-con .d-d2 {
    width: 1270px;
}
/* 热词分类 */
.bd-hotkind {
	padding-bottom:100px;
}
.bd-hotkind .ba-1 {
}
.bd-hotkind .ba-1 .cb-con {
	overflow:hidden;
}
.bd-hotkind .ba-1 .cb-con ul {
	margin:-10px 0 0 -40px;
}
.bd-hotkind .ba-1 .cb-con ul li {
	margin:10px 0 0 40px;
	display:inline-block;
	float:left;
	position:relative;
}
.bd-hotkind .ba-1 .cb-con ul li:before {
	content:" ";
	left:-20px;
	top:8px;
	height:14px;
	border-left:1px solid #DDD;
	position:absolute;
}
.bd-hotkind .ba-1 .cb-con ul li a {
	line-height:30px;
	font-size:14px;
	display:block;
	color:#666;
}
.bd-hotkind .ba-1 .cb-con ul li a:hover {
	color:#C81839;
}
.bd-hotkey .hot-refresh {
}
.bd-hotkey .hot-refresh .cb-con {
}
.bd-hotkey .hot-refresh .cb-con .l-ul {
	margin-left:-20px;
}
.bd-hotkey .hot-refresh .cb-con .l-li {
	margin-left:20px;
	width:515px;
	display:inline-block;
	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: #C81839;
}
.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: #C81839;
}










/* 组件 */
.bd-widget {
	margin-top: 30px;
}
.bd-widget .cb-con {
}
.bd-widget .cb-con ul {
	margin-top:-10px;
}
.bd-widget .cb-con ul li {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #DDD;
}
.bd-widget .cb-con ul li a {
	padding-left:30px;
	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);
	display:block;
	position:relative;
	overflow:hidden;
}
.bd-widget .cb-con ul li a em {
	left:0;
	top:5px;
	width:20px;
	line-height:20px;
	font-size:16px;
	text-align:center;
	display:block;
	background:#DDD;
	position:absolute;
	overflow:hidden;
}
.bd-widget .cb-con ul .li-top a em {
	color:#FFF;
	background:#C81839;
}
.bd-widget .cb-con ul li a i {
	left:6px;
	top:11px;
	width:7px;
	height:7px;
	display:block;
	background:#999;
	position:absolute;
	overflow:hidden;
}
.bd-widget .cb-con ul li a:hover {
	color:#C81839;
}





















/* 热词 */
.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: #C81839;
	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 {
	float: left;
}
.bd-hotkey .hot-about .img {
	width: 280px;
	height: 186px;
	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 .til {
	margin-bottom: 10px;
	width: 750px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	float: right;
}
.bd-hotkey .hot-about .des {
	width: 750px;
	line-height: 26px;
	font-size: 14px;
	text-indent: 28px;
	float: right;
	color: #666;
}
/* 公共头部 */
.bd-r-mtil {
	line-height: 20px;
}
.bd-r-mtil h3 {
	padding-left: 15px;
	font-size: 18px;
	float: left;
	border-left: 5px solid #C81839;
}
.bd-r-mtil a {
	font-size: 14px;
	float: right;
	color: #999;
}
.bd-r-mtil a:hover {
	color: #C81839;
}
/* 推荐产品 */
.bd-tuijian {
	margin-bottom: 40px;
}
.bd-tuijian .cb-con {
}
.bd-tuijian .cb-con ul {
	margin-top: -10px;
}
.bd-tuijian .cb-con ul li {
	margin-top: 10px;
	display: block;
}
.bd-tuijian .cb-con ul li .img {
	padding: 8px;
	border: 1px solid #DDD;
	display: block;
}
.bd-tuijian .cb-con ul li .til {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	display: block;
	overflow: hidden;
}
/* 最新资讯 */
.bd-tjnews {
	margin-bottom: 40px;
}
.bd-tjnews .cb-til {
	padding-bottom:10px;
}
.bd-tjnews .cb-con {
}
.bd-tjnews .cb-con ul {
}
.bd-tjnews .cb-con ul li {
	width: 100%;
	display: inline-block;
	float: left;
}
.bd-tjnews .cb-con ul li a {
	height: 50px;
	line-height: 50px;
	border-top: 1px dotted #DDD;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	display: block;
	overflow: hidden;
}
.bd-tjnews .cb-con ul li:first-child a {
	border: none;
}
.bd-tjnews .cb-con ul li a:hover {
	color: #C81839;
}
/* 云 */
.bd-tagyun {
}
.bd-tagyun .cb-con {
	height: 290px;
}
/* 热门词库 */
.bd-ciku {
	margin-bottom: 40px;
}
.bd-ciku .ck-con {
	padding-top: 10px;
}
.bd-ciku .ck-con ul {
}
.bd-ciku .ck-con ul li {
}
.bd-ciku .ck-con ul li a {
	padding-left: 45px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border-bottom: 1px dotted #DDD;
	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;
}
.bd-ciku .ck-con ul li a em {
	left: 13px;
	top: 11px;
	width: 20px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	display: block;
	background: #DDD;
	position: absolute;
	overflow: hidden;
}
.bd-ciku .ck-con ul .li-top a em {
	color: #FFF;
	background: red;
}
.bd-ciku .ck-con ul li a i {
	left: 19px;
	top: 18px;
	width: 7px;
	height: 7px;
	display: block;
	background: #999;
	position: absolute;
	overflow: hidden;
}
.bd-ciku .ck-con ul li a:hover {
	color: #C81839;
}