/* Main CSS Document */
@charset "utf8";
.bd-boxs.no-bannner {
	padding-top: 99px;
}
@media (max-width: 1630px) {
.bd-boxs.no-bannner {
	padding-top: 75px;
}
}
/* 焦点图片 */
.banner-boxs {
	left: 50%;
	width: 100%;
	max-width: 1920px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	overflow: hidden;
}
.banner-boxs .img {
	position: relative;
}
.banner-boxs .bg {
}
.banner-boxs .bg:before {
	content: " ";
	padding-top: 34.88372%;
	display: block;
}
.banner-boxs .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
}
.banner-boxs.on {
	position: absolute;
}
.banner-boxs.on .bg:before {
	padding-top: 30.625%;
}
.banner-boxs.on .img:before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: saturate(180%) blur(6px);
	backdrop-filter: saturate(180%) blur(6px);
	background: rgba(0, 0, 0, .1);
	position: absolute;
	z-index: 1;
}
/* 推荐盒子 */
.bd-m-tujian {
	padding: 1.2rem 0;
	overflow: hidden;
}
.bd-m-tujian .c-til {
	margin-bottom: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.4rem;
	font-weight: bold;
}
/* 选项卡 */
.bd-tab {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-bottom: 1px solid #EEE;
}
.bd-tab ul {
	margin: 0 -0.5rem;
}
.bd-tab ul li {
	padding: 0 0.5rem;
	position: relative;
}
.bd-tab ul li a {
	line-height: 60px;
	font-size: max(0.24rem, 16px);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	color: #666;
	background: #FFF;
}
.bd-tab ul li span {
	padding-bottom: 1px;
	display: block;
	position: relative;
}
.bd-tab ul li span:before {
	content: " ";
	left: 0;
	bottom: -2px;
	width: 100%;
	border-bottom: 3px solid var(--color);
	display: none;
	position: absolute;
}
.bd-tab ul li a:hover, .bd-tab ul li.on a {
	color: var(--color);
}
.bd-tab ul li.on span:before {
	display: block;
}
/* 暂无内容 */
.bd-nodata {
	padding: 2.0rem 0;
	text-align: center;
	color: #999;
}
.bd-nodata .img {
	height: 3.2rem;
	display: block;
}
.bd-nodata .img img {
	width: 100%;
	height: 100%;
}
.bd-nodata .til {
	margin-top: 15px;
	height: 30px;
}
/* 产品列表 */
.bd-cplist {
}
.bd-cplist .cp-list {
	padding-top: 0.32rem;
}
.bd-cplist .cp-list.pt0 {
	padding-top: 0;
}
.bd-cplist .cp-list ul {
	margin: -0.32rem -0.16rem 0;
}
.bd-cplist .cp-list ul li {
	margin-top: 0.32rem;
	padding: 0 0.16rem;
	width: 25%;
	-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 {
	padding: 0.2rem 0 0.4rem;
	text-align: center;
	display: block;
	background: #F7F7F7;
}
.bd-cplist .cp-list ul li .til {
	padding: 0 0.32rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    overflow: hidden;
}
.bd-cplist .cp-list ul li .more {
	line-height: 16px;
}
.bd-cplist .cp-list ul li a:hover .til {
	color: var(--color);
}
/* 产品详情 */
.bd-cpticle {
}
.bd-cpticle .cp-content .cb-1, .bd-cpticle .cp-content .cb-2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-cpticle .cp-content .cb-1 {
	width: 40%;
}
.bd-cpticle .cp-content .cb-2 {
	padding-left: 1.0rem;
	width: 60%;
}
.bd-cpticle .cp-pics {
	position: relative;
}
.bd-cpticle .cp-pics .c-con {
	position: relative;
}
.bd-cpticle .cp-pics .c-con:before {
	content: " ";
	padding-top: 80%;
	display: block;
}
.bd-cpticle .cp-pics .swiper {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bd-cpticle .cp-pics .swiper-box {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #000;
	position: absolute;
	overflow: hidden;
}
.bd-cpticle .cp-pics .swiper-box img {
	max-width: 100%;
	max-height: 100%;
}
.bd-cpticle .cp-pics .btn {
	top: 50%;
	width: 0.68rem;
	line-height: 0.68rem;
	font-size: 0.32rem;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	color: #FFF;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	z-index: 2;
}
.bd-cpticle .cp-pics .btn.swiper-button-disabled {
	color: #999;
}
.bd-cpticle .cp-pics .prev {
	left: 0.2rem;
}
.bd-cpticle .cp-pics .next {
	right: 0.2rem;
}
.bd-cpticle .cp-pics .btn:hover {
}
.bd-cpticle .cp-pics .swiper-page {
	bottom: 0.4rem;
	line-height: 0.32rem;
	font-size: 0.32rem;
	color: #EEE;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	position: absolute;
	z-index: 1;
}
.bd-cpticle .cp-pics .swiper-pagination-current {
	padding-right: 0.16rem;
	font-size: 0.4rem;
	display: block;
	color: #FFF;
}
.bd-cpticle .cp-pics .swiper-pagination-total {
	padding-left: 0.16rem;
	margin-right: 0.56rem;
	opacity: .5;
	display: block;
}
.bd-cpticle .cp-about {
	padding: 0.4rem 0;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bd-cpticle .cp-about .c-box {
}
.bd-cpticle .cp-about .c-til {
	line-height: 0.6rem;
	font-size: 0.6rem;
	font-weight: bold;
}
.bd-cpticle .cp-about .c-con {
	padding: 0.56rem 0;
}
.bd-cpticle .cp-about .c-con ul {
	margin-top: -0.24rem;
}
.bd-cpticle .cp-about .c-con ul li {
	margin-top: 0.24rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
}
.bd-cpticle .cp-about .c-con h3 {
	font-weight: bold;
}
.bd-cpticle .cp-about .c-con p {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #666;
}
.bd-cpticle .c-btn {
}
.bd-cpticle .c-btn .d-dl {
}
.bd-cpticle .c-btn .d-dd {
	height: 0.8rem;
	line-height: 0.8rem;
}
.bd-cpticle .c-btn .d-dd a {
	display: block;
}
.bd-cpticle .c-btn .d-dd p {
	padding-left: 0.56rem;
	display: block;
	position: relative;
}
.bd-cpticle .c-btn .d-d1 a {
	padding: 0 0.4rem;
	font-size: 0.32rem;
	color: #FFF;
	background: var(--color);
}
.bd-cpticle .c-btn .d-d1 span {
	padding-right: 0.6rem;
	display: block;
	position: relative;
}
.bd-cpticle .c-btn .d-d1 i {
	right: 0;
	top: 0;
	font-size: 0.26rem;
	position: absolute;
}
.bd-cpticle .c-btn .d-d1 a:hover i {
	-webkit-animation: arrow_right_animation 1s ease infinite;
	animation: arrow_right_animation 1s ease infinite;
}
.bd-cpticle .c-btn .d-d2 {
	margin-left: 0.8rem;
}
.bd-cpticle .c-btn .d-d2 a {
	padding-left: 0.8rem;
	position: relative;
}
.bd-cpticle .c-btn .d-d2 i {
	left: 0;
	top: 0;
	width: 0.48rem;
	font-size: 0.48rem;
	text-align: center;
	color: var(--color);
	position: absolute;
}
.bd-cpticle .c-btn .d-d2 b {
	font-size: 0.52rem;
}
.bd-cpticle .cp-info {
	padding: 1.0rem 0 1.2rem;
}
.bd-cpticle .cp-body, .bd-cpticle .cp-body * {
    line-height: 42px !important;
    font-size: 16px !important;
	color: #666 !important;
}
.bd-cpticle .cp-body {
	-moz-border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	position: relative;
}
.bd-cpticle .cp-body img {
	margin: 0.2rem 0 !important;
	padding: 0 !important;
	width: auto !important;
	max-width: 100%;
	height: auto !important;
}
.bd-cpticle .cp-menu {
	padding-left: 1.0rem;
}
.bd-cpticle .cp-menu .c-box {
	padding: 0.4rem 0.4rem 0;
	top: 96px;
	width: 4.0rem;
	text-align: center;
	border: 1px solid #EEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: -webkit-sticky;
	position: sticky;
}
.bd-cpticle .cp-menu .c-til {
	margin-bottom: 0.2rem;
	line-height: 0.32rem;
	font-size: 0.32rem;
	font-weight: bold;
}
.bd-cpticle .cp-menu .c-con {
	line-height: 0.8rem;
	font-size: 0.24rem;
}
.bd-cpticle .cp-menu .c-con ul {
}
.bd-cpticle .cp-menu .c-con ul li {
	width: 100%;
	border-bottom: 1px solid #EEE;
	display: inline-block;
	float: left;
}
.bd-cpticle .cp-menu .c-con ul li a {
	display: block;
}
.bd-cpticle .cp-menu .c-con ul li a:hover, .bd-cpticle .cp-menu .c-con ul li.on a {
	color: var(--color);
}
.bd-cpticle .cp-menu .c-btn {
	margin-top: 0.2rem;
	height: 2.0rem;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.bd-cpticle .cp-menu .c-btn .box {
	padding-bottom: 0.28rem;
}
.bd-cpticle .cp-menu .c-btn i {
	width: 0.56rem;
	line-height: 0.56rem;
	font-size: 0.28rem;
	text-align: center;
	-moz-border-radius: 0.56rem;
	-webkit-border-radius: 0.56rem;
	border-radius: 0.56rem;
	display: block;
	color: #FFF;
	background: var(--color);
}
.bd-cpticle .cp-menu .c-btn .til {
	margin-top: 0.2rem;
	line-height: 0.24rem;
}
.bd-cpticle .cp-menu .c-btn:hover {
	color: var(--color);
}
.bd-cpticle .bmb-1 {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bd-cpticle .cp-tujian .c-con {
}
.bd-cpticle .cp-tujian .c-con ul {
	margin: 0 -0.16rem;
}
.bd-cpticle .cp-tujian .c-con ul li {
	padding: 0 0.16rem;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-cpticle .cp-tujian .c-con ul li a {
	display: block;
	position: relative;
}
.bd-cpticle .cp-tujian .c-con ul li .img:before {
	padding-top: 70%;
}
.bd-cpticle .cp-tujian .c-con ul li .til {
	padding: 0 0.32rem;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.32rem;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
	color: #FFF;
	background: rgba(0, 0, 0, .3);
	position: absolute;
    overflow: hidden;
}
.bd-cpticle .cp-tujian .c-con ul li a:hover .til {
	background: rgba(39, 83, 146, .8);
}
/* 新闻列表 */
.bd-arclist {
}
.bd-arclist .bd-m-arclist {
	padding-top: 0.4rem;
}
.bd-arclist .bd-m-arclist.pt0 {
	padding-top: 0;
}
/* 工程案例 */
.bd-gongchenganli {
}
.bd-gongchenganli .an-list {
	padding-top: 0.32rem;
}
.bd-gongchenganli .an-list ul {
	margin: -0.32rem -0.16rem 0;
}
.bd-gongchenganli .an-list ul li {
	margin-top: 0.32rem;
	padding: 0 0.16rem;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-gongchenganli .an-list ul li a {
	text-align: center;
	display: block;
	color: #FFF;
	position: relative;
	overflow: hidden;
}
.bd-gongchenganli .an-list ul li .img:before {
	padding-top: 90%;
}
.bd-gongchenganli .an-list ul li .img:after {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	display: block;
	background: #000;
	position: absolute;
}
.bd-gongchenganli .an-list ul li .box {
	padding: 0 0.32rem 0.8rem;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	position: absolute;
}
.bd-gongchenganli .an-list ul li .til {
	margin-bottom: 0.24rem;
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    overflow: hidden;
}
.bd-gongchenganli .an-list ul li .more {
	line-height: 0.24rem;
	font-size: 0.24rem;
}
.bd-gongchenganli .an-list ul li a:hover .img:after {
	opacity: .3;
}
.bd-gongchenganli .an-list ul li a:hover .box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
/* 文章详情 */
.bd-article {
}
.bd-article.pb90 {
	padding-bottom: 1.2rem;
}
.bd-article .arc-content {
	padding-top: 0.28rem;
}
.bd-article .arc-til {
    line-height: 0.6rem;
    font-size: 0.6rem;
    font-weight: bold;
	text-align: center;
}
.bd-article .arc-ftil {
	margin: 0.28rem 0 0.4rem;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	color: #666;
}
.bd-article .arc-ftil span {
	margin: 0 0.24rem;
}
.bd-article .arc-ftil a:hover {
	text-decoration: underline;
	color: var(--color);
}
.bd-article .arc-body, .bd-article .arc-body * {
    line-height: 42px !important;
    font-size: 16px !important;
    color: #666 !important;
}
.bd-article .arc-body {
	position: relative;
}
.bd-article .arc-body img {
	margin: 0.2rem 0 !important;
	padding: 0 !important;
	width: auto !important;
	max-width: 100%;
	height: auto !important;
}
.bd-article .arc-body iframe {
	width: 100%;
	min-height: 300px;
}
.bd-article .arc-body .iframe {
	margin: 0 auto;
	width: min(100%, 1000px);
	position: relative;
}
.bd-article .arc-body .iframe:before {
	content: " ";
	padding-top: 56.25%;
	display: block;
}
.bd-article .arc-body .iframe iframe {
	left: 0;
	top: 0;
	height: 100%;
	min-height: unset;
	position: absolute;
}
.bd-article .arc-tag {
	overflow: hidden;
}
.bd-article .arc-tag ul {
	margin: -0.8rem -0.1rem 0;
}
.bd-article .arc-tag ul li {
	margin-top: 0.8rem;
	padding: 0 0.1rem;
	display: inline-block;
	float: left;
}
.bd-article .arc-tag a {
	padding: 0 0.44rem;
    line-height: 42px;
    font-size: 16px;
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	border-radius: 0.4rem;
	display: block;
	color: #666;
	background: #F7F7F7;
}
.bd-article .arc-tag a:hover {
	border-color: var(--color);
	color: #FFF;
	background: var(--color);
}
.bd-article .arc-pre-next {
	margin-top: 0.8rem;
	padding: 20px;
	line-height: 30px;
	font-size: 16px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #999;
	background: #F7F7F7;
}
.bd-article .arc-pre-next a {
	color: #999;
}
.bd-article .arc-pre-next a:hover {
	color: var(--color);
}
.bd-article .arc-pre-next span {
	padding-left: 0.48rem;
	display: block;
}
.bd-article .arc-pre-next ul {
	margin: 0 -0.5rem;
	width: 66.66666%;
}
.bd-article .arc-pre-next ul li {
	padding: 0 0.5rem;
	width: 50%;
	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;
	overflow: hidden;
}
.bd-article .arc-pre-next ul li:first-child {
	border-right: 1px solid #DDD;
}
.bd-article .arc-pre-next ul li a:hover {
	color: var(--color);
}
.bd-article .arc-pre-next .back {
	padding-right: 42px;
	display: block;
	position: relative;
}
.bd-article .arc-pre-next .back i {
	right: -1px;
	top: -1px;
	width: 30px;
	text-align: center;
	border: 1px solid var(--color);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
	display: block;
	color: var(--color);
	position: absolute;

	/*width: 0.32rem;
	font-size: 0.24rem;
	text-align: center;
	display: block;
	position: absolute;*/
}
.bd-article .arc-tujian {
}
.bd-article .arc-tujian .c-con {
}
.bd-article .arc-tujian .c-con ul {
	margin: 0 -0.16rem;
}
.bd-article .arc-tujian .c-con ul li {
	padding: 0 0.16rem;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-article .arc-tujian .c-con ul li a {
	display: block;
}
.bd-article .arc-tujian .c-con ul li .img:before {
	padding-top: 70%;
}
.bd-article .arc-tujian .c-con ul li .til {
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.32rem;
	text-align: center;
	display: block;
    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-tujian .c-con ul li a:hover {
	color: var(--color);
}
/* 应用场景 */
.bd-yingyongchangjing .bd-m-hezuo {
	padding-top: 0;
}
/* 加盟合作 */
.bd-jiamenghezuo {
}
.bd-jiamenghezuo .bm-1 {
	padding-bottom: 1.2rem;
}
.bd-jiamenghezuo .bm-1 .bm-til {
	padding-top: 0.2rem;
}
.bd-jiamenghezuo .bm-1 .bm-con {
	width: min(max(75%, 1200px), 1720px);
	position: relative;
}
.bd-jiamenghezuo .bm-1 .bm-con .btn {
	top: 50%;
	width: 0.68rem;
	line-height: 0.68rem;
	font-size: 0.32rem;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	color: #FFF;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	z-index: 2;
}
.bd-jiamenghezuo .bm-1 .bm-con .btn.swiper-button-disabled {
	color: #999;
}
.bd-jiamenghezuo .bm-1 .bm-con .prev {
	left: 0;
}
.bd-jiamenghezuo .bm-1 .bm-con .next {
	right: 0;
}
.bd-jiamenghezuo .bm-1 .bm-con .btn:hover {
	color: #FFF;
	background: var(--color);
}
.bd-jiamenghezuo .bm-1 .bm-con .swiper {
	margin: 0 -5px;
	overflow: initial;
}
.bd-jiamenghezuo .bm-1 .bm-con .swiper-slide {
	padding: 0 5px;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.bd-jiamenghezuo .bm-1 .bm-con .swiper-box {
	padding: 0.2rem 0 0.4rem;
	position: relative;
}
.bd-jiamenghezuo .bm-1 .bm-con .swiper-box:before {
	content: " ";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: .2;
    display: block;
    background: #000;
    position: absolute;
}
.bd-jiamenghezuo .bm-1 .bm-con .swiper-slide .img:before {
    content: " ";
    padding-top: 100%;
}
.bd-jiamenghezuo .bm-1 .bm-con .swiper-slide .img img {
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.bd-jiamenghezuo .bm-1 .bm-con .swiper-slide .til {
	padding: 0 0.32rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    overflow: hidden;
}
.bd-jiamenghezuo .bm-1 .bm-con .swiper-slide .more {
	line-height: 16px;
}
.bd-jiamenghezuo .bm-1 .bm-con .swiper-slide:hover .swiper-box:before {
	opacity: .3;
}
.bd-jiamenghezuo .bm-2 {
	padding-bottom: 1.2rem;
	background: #F7F7F7;
}
.bd-jiamenghezuo .bm-2 .bm-con {
}
.bd-jiamenghezuo .bm-2 .bm-con dl {
	margin: 0 -0.12rem;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.bd-jiamenghezuo .bm-2 .bm-con dl dd {
	padding: 0 0.12rem;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-jiamenghezuo .bm-2 .bm-con dl dd a {
	padding: 1.0rem 0.6rem;
	height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	background: #FFF;
}
.bd-jiamenghezuo .bm-2 .bm-con dl dd .til {
	margin-bottom: 0.68rem;
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.4rem;
}
.bd-jiamenghezuo .bm-2 .bm-con dl dd .til em {
	margin-right: 0.2rem;
	font-weight: bold;
	color: var(--color);
}
.bd-jiamenghezuo .bm-2 .bm-con dl dd .con {
	margin-bottom: 0.56rem;
	width: 100%;
	height: 0;
	line-height: 0.48rem;
	font-size: 0.24rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #666;
}
.bd-jiamenghezuo .bm-2 .bm-con dl dd i {
	width: 0.68rem;
	line-height: 0.68rem;
	font-size: 0.68rem;
	color: var(--color);
}
.bd-jiamenghezuo .bm-2 .bm-con dl dd.on a {
	background: var(--color);
}
.bd-jiamenghezuo .bm-2 .bm-con dl dd.on a * {
	color: #FFF;
}
/* 加盟合作 */
.bd-m-jiamenghezuo .bm-con {
	background: url(/public/images/bd-jiamenghezuo-2-img.png) no-repeat center center;
	background-size: 38%;
	position: relative;
}
.bd-m-jiamenghezuo .bm-con:before {
	content: " ";
	padding-top: 40%;
	display: block;
}
.bd-m-jiamenghezuo .bm-con .d-dl {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	position: absolute;
}
.bd-m-jiamenghezuo .bm-con .d-dd {
	width: 50%;
}
.bd-m-jiamenghezuo .bm-con .d-box {
	width: 52.90697%;
	position: relative;
}
.bd-m-jiamenghezuo .bm-con .d-dd i {
	margin-top: -0.8rem;
	top: 50%;
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.6rem;
	text-align: center;
	border: 1px solid var(--color);
    -moz-border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    border-radius: 1.6rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	color: var(--color);
	background: #F7F7F7;
	position: absolute;
}
.bd-m-jiamenghezuo .bm-con .d-dd a {
	padding: 0.4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.bd-m-jiamenghezuo .bm-con .d-dd a:before {
	content: " ";
	margin-top: -0.2rem;
	top: 50%;
	width: 0;
    height: 0;
	display: none;
	position: absolute;
}
.bd-m-jiamenghezuo .bm-con .d-dd .til {
	margin-bottom: 0.8rem;
	padding-bottom: 0.36rem;
	line-height: 0.4rem;
	font-size: 0.4rem;
	font-weight: bold;
	position: relative;
}
.bd-m-jiamenghezuo .bm-con .d-dd .til:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 0.8rem;
	height: 0.04rem;
	display: block;
	background: var(--color);
	position: absolute;
}
.bd-m-jiamenghezuo .bm-con .d-dd .con {
	line-height: 0.44rem;
	font-size: 0.24rem;
}
.bd-m-jiamenghezuo .bm-con .d-d1 {
}
.bd-m-jiamenghezuo .bm-con .d-d1 a:before {
	right: -0.36rem;
	width: 0;
	height: 0;
	border-top: 0.2rem solid transparent;
	border-left: 0.4rem solid var(--color);
	border-bottom: 0.2rem solid transparent;
}
.bd-m-jiamenghezuo .bm-con .d-d1 i {
	right: -2.4rem;
}
.bd-m-jiamenghezuo .bm-con .d-d1 .til {
	text-align: right;
}
.bd-m-jiamenghezuo .bm-con .d-d1 .til:before {
	left: auto;
	right: 0;
}
.bd-m-jiamenghezuo .bm-con .d-d2 {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.bd-m-jiamenghezuo .bm-con .d-d2 a:before {
	left: -0.36rem;
	width: 0;
	height: 0;
    border-top: 0.2rem solid transparent;
    border-right: 0.4rem solid var(--color);
    border-bottom: 0.2rem solid transparent;
}
.bd-m-jiamenghezuo .bm-con .d-d2 i {
	left: -2.4rem;
}
.bd-m-jiamenghezuo .bm-con .d-dd a:hover {
	color: #FFF;
	background: var(--color);
}
.bd-m-jiamenghezuo .bm-con .d-dd a:hover:before {
	display: block;
}
.bd-m-jiamenghezuo .bm-con .d-dd a:hover .til:before {
	background: #FFF;
}
.bd-jiamenghezuo .bm-3 {
}
.bd-jiamenghezuo .bm-3 .bm-con {
}
.bd-jiamenghezuo .bm-3 .bm-con .d-dl {
	margin: -0.4rem -0.2rem 0;
}
.bd-jiamenghezuo .bm-3 .bm-con .d-dd {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-jiamenghezuo .bm-3 .bm-con .d-dd a {
	display: block;
	color: #FFF;
	position: relative;
}
.bd-jiamenghezuo .bm-3 .bm-con .d-dd .img {
	position: relative;
	overflow: hidden;
}
.bd-jiamenghezuo .bm-3 .bm-con .d-dd .img:before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	z-index: 1;
}
.bd-jiamenghezuo .bm-3 .bm-con .d-dd .img img {
	width: 100%;
	height: auto;
}
.bd-jiamenghezuo .bm-3 .bm-con .d-dd .box {
	padding: 0 0.8rem;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 0.4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	position: absolute;
	z-index: 1;
}
.bd-jiamenghezuo .bm-3 .bm-con .d-dd .til {
	margin-bottom: 0.4rem;
	font-size: 0.4rem;
}
.bd-jiamenghezuo .bm-3 .bm-con .d-dd .con {
	font-size: 0.24rem;
}
.bd-jiamenghezuo .bm-3 .bm-con .d-d2 .box {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.bd-jiamenghezuo .bm-4 {
	padding-bottom: 1.2rem;
}
.bd-jiamenghezuo .bm-4 .bm-con {
	background: #F7F7F7;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-img {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-box {
	padding: 0.8rem;
	width: 55.23255%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-til {
	padding-bottom: 0.2rem;
	line-height: 0.72rem;
	font-size: 0.4rem;
	border-bottom: 1px solid #DDD;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form {
	padding-top: 0.48rem;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-dl {
	margin: -0.24re -0.12rem 0;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-dd {
	margin-top: 0.24rem;
	padding: 0 0.12rem;
	width: 100%;
	line-height: 0.8rem;
	font-size: 0.24rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-til span {
	opacity: 0;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-con {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-dd input[type="text"], .bd-jiamenghezuo .bm-4 .bm-con .c-form .d-dd select {
	padding: 0 0.32rem;
	width: 100%;
	height: 0.8rem;
	font-size: 0.24rem;
	border: 1px solid #DDD;
	outline: 0 none;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-dd input[type="submit"] {
	padding: 0 0.56rem;
	line-height: 1.0rem;
	font-size: 0.28rem;
    border: none;
    outline: 0 none;
	color: #FFF;
	background: var(--color);
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-dd select {
	width: 32%;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-dd .d-textarea {
	padding: 0.18rem 0.32rem;
	border: 1px solid #DDD;
	background: #FFF;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-dd .d-textarea textarea {
    width: 100%;
    height: 2.0rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    border: none;
    outline: 0 none;
	float: left;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-d1 {
	width: 50%;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-d2 .d-con {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bd-jiamenghezuo .bm-4 .bm-con .c-form .d-d4 .d-con {
	width: 100%;
	text-align: center;
	-webkit-box-flex: unset;
	-webkit-flex: unset;
	-ms-flex: unset;
	flex: unset;
}
/* 关于泽任 */
.bd-about {
}
.bd-about .bm-1 {
}
.bd-about .bm-2 {
}
.bd-about .bm-2 .bm-con {
	padding: 1.4rem 0;
	background: url(/public/images/bd-about-2-bg.jpg) no-repeat center center;
	background-size: cover;
}
.bd-about .bm-2 .bm-con .c-bd {
}
.bd-about .bm-2 .bm-con .c-bd .swiper {
	overflow: unset;
}
.bd-about .bm-2 .bm-con .c-bd .swiper-box {
	margin: 0 auto;
	width: 9.6rem;
}
.bd-about .bm-2 .bm-con .c-bd .swiper-box .til {
	margin-bottom: 0.32rem;
	line-height: 0.92rem;
	font-size: 0.92rem;
	font-weight: bold;
	color: #A1DAFE;
}
.bd-about .bm-2 .bm-con .c-bd .swiper-box .con {
	height: 1.92rem;
	line-height: 0.48rem;
	font-size: 0.24rem;
	color: #F7F7F7;
}
.bd-about .bm-2 .bm-con .c-hd {
	width: 100%;
	line-height: 48px;
	text-align: center;
	position: relative;
}
.bd-about .bm-2 .bm-con .c-hd .btn {
	top: 44px;
	width: 48px;
	font-size: 18px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
	color: var(--color);
	background: #FFF;
	position: absolute;
	z-index: 2;
}
.bd-about .bm-2 .bm-con .c-hd .prev {
	left:0;
}
.bd-about .bm-2 .bm-con .c-hd .next {
	right:0;
}
.bd-about .bm-2 .bm-con .c-hd .btn:hover {
	color: #FFF;
	background: var(--color);
}
.bd-about .bm-2 .bm-con .c-hd .swiper-button-disabled {
	color:#666;
}
.bd-about .bm-2 .bm-con .c-hd .swiper {
	position: relative;
}
.bd-about .bm-2 .bm-con .c-hd .swiper:before {
	content: " ";
	left: 0;
	top: 68px;
	border-bottom: 1px solid #DDD;
	width: 100%;
	position: absolute;
}
.bd-about .bm-2 .bm-con .c-hd .swiper-slide {
	padding-top: 56px;
	width: 16.66666%;
	cursor: pointer;
	display: block;
	position: relative;
}
.bd-about .bm-2 .bm-con .c-hd .swiper-box {
	position: relative;
}
.bd-about .bm-2 .bm-con .c-hd .swiper-slide .box {
	position:relative;
}
.bd-about .bm-2 .bm-con .c-hd .swiper-slide .til {
	padding-top: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.bd-about .bm-2 .bm-con .c-hd .swiper-slide em {
	left: 50%;
	top: 0;
	width: 1px;
	height: 25px;
	display: block;
	background: #FFF;
	position: absolute;
}
.bd-about .bm-2 .bm-con .c-hd .swiper-slide i {
	left: 0;
	top: 12px;
	width: 100%;
	border-bottom: 1px solid #A1DAFE;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	position: absolute;
}
.bd-about .bm-2 .bm-con .c-hd .swiper-slide-thumb-active {
	color: #A1DAFE;
}
.bd-about .bm-2 .bm-con .c-hd .swiper-slide-thumb-active i, .bd-about .bm-2 .bm-con .c-hd .swiper-slide.on i {
	display: block;
}
.bd-about .bm-2 .bm-con .c-hd .swiper-slide-thumb-active em, .bd-about .bm-2 .bm-con .c-hd .swiper-slide.on em {
	background: #A1DAFE;
}
.bd-about .bm-2 .bm-con .c-hd .swiper-slide-thumb-active .til, .bd-about .bm-2 .bm-con .c-hd .swiper-slide.on .til {
	color: #A1DAFE;
}
.bd-about .bm-3 {
}
.bd-about .bm-3 .bm-con {
	background: url(/public/images/bd-about-3-bg.jpg) no-repeat center center;
	background-size: cover;
}
.bd-about .bm-3 .bm-con dl {
}
.bd-about .bm-3 .bm-con dl dd {
	width: 20%;
	display: inline-block;
	float: left;
	position: relative;
}
.bd-about .bm-3 .bm-con dl dd:before {
	content: " ";
	left: 0;
	top: 0;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, .3);
	display: block;
	position: absolute;
}
.bd-about .bm-3 .bm-con dl dd:first-child:before {
	display: none;
}
.bd-about .bm-3 .bm-con dl dd a {
	text-align: center;
	display: block;
	color: #FFF;
	position: relative;
}
.bd-about .bm-3 .bm-con dl dd a:before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
	display: block;
	position: absolute;
}
.bd-about .bm-3 .bm-con dl dd .box {
	padding: 1.2rem 0 1.0rem;
	position: relative;
}
.bd-about .bm-3 .bm-con dl dd i {
	margin: 0 auto;
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: 0.8rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFF;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
	display: block;
}
.bd-about .bm-3 .bm-con dl dd .til {
	margin: 0.8rem 0 0.6rem;
	line-height: 0.6rem;
	font-size: 0.6rem;
}
.bd-about .bm-3 .bm-con dl dd .con {
	margin-bottom: 1.32rem;
	height: 0.8rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
}
.bd-about .bm-3 .bm-con dl dd .num {
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 2.16rem;
	font-style: italic;
	transition: transform .3s;
	opacity: .3;
	display: block;
}
.bd-about .bm-3 .bm-con dl dd a:hover:before {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	opacity: .3;
}
.bd-about .bm-3 .bm-con dl dd a:hover .num {
	font-style: unset;
	transform: rotateY(360deg);
}
.bd-about .bm-4 {
}
.bd-about .bm-4 .bm-con {
	position: relative;
}
.bd-about .bm-4 .bm-con .c-box {
	display: none;
}
.bd-about .bm-4 .bm-con .swiper {
	margin: 0 -0.12rem;
}
.bd-about .bm-4 .bm-con .swiper-slide {
	padding: 0 0.12rem;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-about .bm-4 .bm-con .swiper-box {
	padding: 0.56rem 0.32rem;
	cursor: pointer;
	background: #F7F7F7;
}
.bd-about .bm-4 .bm-con .swiper-slide .img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.bd-about .bm-4 .bm-con .swiper-slide .img:before {
	content: " ";
	padding-top: 100%;
	width: 100%;
	display: block;
}
.bd-about .bm-4 .bm-con .swiper-slide .img p {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
}
.bd-about .bm-4 .bm-con .swiper-slide .img img {
	max-width: 100%;
	max-height: 100%;
}
.bd-about .bm-4 .bm-con .swiper-slide .til {
	margin-top: 0.56rem;
	padding-top: 0.24rem;
	border-top: 1px solid #DDD;
}
.bd-about .bm-4 .bm-con .swiper-slide .til h3 {
	height: 0.28rem;
	line-height: 0.28rem;
	font-size: 0.28rem;
	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-4 .bm-con .swiper-btn {
	top: 50%;
	width: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.32rem;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	position: absolute;
	z-index: 2;
}
.bd-about .bm-4 .bm-con .swiper-btn.on {
	display: none;
}
.bd-about .bm-4 .bm-con .swiper-btn.prev {
	left: 0;
}
.bd-about .bm-4 .bm-con .swiper-btn.next {
	right: 0;
}
.bd-about .bm-4 .bm-con .swiper-button-disabled {
	display: none;
}
.bd-about .bm-4 .bm-con .swiper-pagination {
	left: 0;
	top: auto;
	bottom: -webkit-calc(-1.0rem + 1px);
	bottom: calc(-1.0rem + 1px);
	height: 1px;
	position: absolute;
}
.bd-about .bm-4 .bm-con .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	left: 0;
	top: -1px;
	height: 3px;
}
.bd-about .bm-4 .bm-con .swiper-number {
	left: 0;
	bottom: -1.0rem;
	line-height: 0.68rem;
	font-size: 16px;
	color: #999;
	position: absolute;
}
.bd-about .bm-4 .bm-con .swiper-pagination-current {
	font-size: 20px;
	color: var(--color);
}
.bd-about .bm-5 {
}
.bd-about .bm-5 .bm-con {
}
.bd-about .bm-5 .bm-con .c-con {
	width: 0;
	flex: 1;
}
.bd-about .bm-5 .bm-con .c-ewm {
	margin-left: 2.8rem;
	text-align: center;
}
.bd-about .bm-5 .bm-con .c-ewm img {
	width: 2.0rem;
	height: auto;
}
.bd-about .bm-5 .bm-con .c-ewm .til {
	line-height: 0.4rem;
	font-size: 0.24rem;
	color: #666;
}
.bd-about .bm-5 .bm-con .cb-1 {
}
.bd-about .bm-5 .bm-con .cb-1 .d-dl {
	margin: 0 -0.4rem;
}
.bd-about .bm-5 .bm-con .cb-1 .d-dd {
	margin-bottom: 0.72rem;
	padding: 0 0.4rem;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	display: inline-block;
}
.bd-about .bm-5 .bm-con .cb-1 .d-dd:last-child {
	margin-bottom: 0;
	width: 100%;
}
.bd-about .bm-5 .bm-con .cb-1 .d-con {
	padding-left: 1.2rem;
	position: relative;
}
.bd-about .bm-5 .bm-con .cb-1 .d-con i {
	left: 0;
	top: 50%;
	width: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.4rem;
	text-align: center;
	-moz-border-radius: 0.88rem;
	-webkit-border-radius: 0.88rem;
	border-radius: 0.88rem;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	background: var(--color);
	position: absolute;
}
.bd-about .bm-5 .bm-con .cb-1 .d-con .box {
	line-height: max(0.48rem, 24px);
}
.bd-about .bm-5 .bm-con .cb-1 .d-con .til {
	font-size: 0.28rem;
}
.bd-about .bm-5 .bm-con .cb-1 .d-con .con {
	font-size: 0.32rem;
	font-weight: bold;
}
.bd-about .bm-5 .bm-con .cb-2 {
	padding-top: 0.56rem;
}
.bd-about .bm-5 .bm-con .cb-2 .map {
	height: 6.96rem;
}
/* 盒子 */
.bd-m-box {
}
.bd-m-box .cb-til {
	margin-bottom: 0.4rem;
	padding-top: 1.6rem;
	border-bottom: 1px solid #EEE;
}
.bd-m-box .cb-til .til {
	padding-bottom: 0.2rem;
	line-height: max(0.32rem, 18px);
	font-size: max(0.32rem, 18px);
	font-weight: bold;
	position: relative;
}
.bd-m-box .cb-til .til:before {
	content: " ";
	left: 0;
	bottom: -2px;
	width: 100%;
	border-bottom: 3px solid var(--color);
	position: absolute;
}
.bd-m-box.on .cb-til {
	padding-top: 0;
}
/* 图文列表 */
.bd-imglist {
	padding-bottom: 1.4rem;
}
.bd-imglist .bd-m-cplist {
	padding-top: 0.28rem;
}
/* 头条 */
.bd-headindex {
	color: #666;
}
/* 筛选 */
.bd-filter-sequence {
	margin-bottom: 30px;
}
.bd-filter-sequence .d-dl {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bd-filter-sequence .d-dd {
	height: 1.08rem;
	line-height: 24px;
	font-size: 16px;
	border-bottom: 1px solid #EEE;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.bd-filter-sequence .d-til {
}
.bd-filter-sequence .d-con {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bd-filter-sequence .d-box {
}
.bd-filter-sequence .d-con ul {
	margin: 0 -8px;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bd-filter-sequence .d-con ul li {
	padding: 0 8px;
	display:inline-block;
	float:left;
}
.bd-filter-sequence .d-con ul li a {
	width: 24px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display:block;
	color: #666;
}
.bd-filter-sequence .d-con ul .on a, .bd-filter-sequence .d-con ul li a:hover {
	color: #FFF;
	background: var(--color);
}
.bd-headindex .hh-box {
	overflow: hidden;
}
.bd-headindex .hh-list {
}
.bd-headindex .hh-list ul {
	margin: 0 -8px;
}
.bd-headindex .hh-list ul li {
	padding: 0 8px;
	display:inline-block;
	float:left;
}
.bd-headindex .hh-list ul li a {
	line-height: 44px;
	font-size: 16px;
	display:block;
	color: #666;
}
.bd-headindex .hh-list ul li a:hover {
	text-decoration:underline;
	color: var(--color);
}
/* 头条热词 */
.bd-headline {
	padding-bottom: 1.4rem;
}
.bd-headline .bh-list {
}
.bd-headline .bh-list .d-dl {
	margin-top: -0.4rem;
}
.bd-headline .bh-list .d-dd {
	margin-top: 0.4rem;
	background: #FFF;
}
.bd-headline .bh-list .d-til {
	padding: 0 30px;
	line-height: 54px;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	background: var(--color);
}
.bd-headline .bh-list .d-con {
	padding: 0.4rem 0.4rem 0.68rem 0;
	border-top: none;
}
.bd-headline .bh-list .d-con .user {
	width: 170px;
}
.bd-headline .bh-list .d-con .user .img {
	margin: 0 auto 20px;
	width: 100px;
	height: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	display: block;
	overflow: hidden;
}
.bd-headline .bh-list .d-con .user .img img {
	width: 100%;
	height: 100%;
}
.bd-headline .bh-list .d-con .user .btn {
	margin: 0 auto;
	width: 100px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #EEE;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #666;
	display:block;
}
.bd-headline .bh-list .d-con .user .btn:hover {
	color: #FFF;
	background: var(--color);
}
.bd-headline .bh-list .d-con .user .btn.on {
	border-color: #DDD;
	color: #999;
}
.bd-headline .bh-list .d-con .user .btn.on:hover {
	color: #999;
	background: #FFF;
}
.bd-headline .bh-list .d-box {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bd-headline .bh-list .d-box .body, .bd-headline .bh-list .d-box .body * {
    line-height: 32px !important;
    font-size: 16px !important;
	color: #666 !important;
}
.bd-headline .bh-list .d-box .body {
	margin: 0 0 20px;
	height: 128px;
	overflow: hidden;
}
.bd-headline .bh-list .d-box .tool {
	padding-top: 20px;
	border-top: 1px solid #EEE;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.bd-headline .bh-list .d-box .links {
}
.bd-headline .bh-list .d-box .links ul {
	margin-left: -15px;
}
.bd-headline .bh-list .d-box .links ul li {
	margin-left: 15px;
	display: inline-block;
	float: left;
}
.bd-headline .bh-list .d-box .links ul li a {
	padding-left: 42px;
	width: 0;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	-moz-border-radius: 42px;
	-webkit-border-radius: 42px;
	border-radius: 42px;
	-webkit-tap-highlight-color: transparent;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	background: var(--color-bg);
	position:relative;
	overflow:hidden;
}
.bd-headline .bh-list .d-box .links ul li a:before {
	left: 0;
	top: 0;
	width: 42px;
	font-size: 18px;
	text-align: center;
	position: absolute;
}
.bd-headline .bh-list .d-box .links ul li a:hover {
	color: #FFF;
	background: var(--color);
}
.bd-headline .bh-list .d-box .links ul .l-l1 a:hover {
	width: 125px;
}
.bd-headline .bh-list .d-box .links ul .l-l2 a:hover {
	width: 95px;
}
.bd-headline .bh-list .d-box .links ul .l-l3 a:hover {
	width: 0;
}
.bd-headline .bh-list .d-box .links ul .l-l3 .comcon {
	right: -122px;
	top: 50%;
	padding: 5px;
	border: 1px solid #EEE;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #FFF;
	position: absolute;
}
.bd-headline .bh-list .d-box .toggle {
	float:right;
}
.bd-headline .bh-list .d-box .toggle .btn {
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #EEE;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.bd-headline .bh-list .d-box .toggle .btn span {
	padding-right: 24px;
	display: block;
	position: relative;
}
.bd-headline .bh-list .d-box .toggle .btn i {
	right: 0;
	top: 0;
	width: 18px;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	position: absolute;
}
.bd-headline .bh-list .d-box .toggle .btn:hover {
	border-color: var(--color);
	color: #FFF;
	background: var(--color);
}
.bd-headline .bh-list .d-box .toggle .btn:hover i, .bd-headline .bh-list .d-box .toggle .btn.on i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bd-headline .bh-list .d-box .toggle .btn.on:hover i {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* 公共 */
.bd-arc-box {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.bd-arc-left {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bd-arc-right {
	margin-left: 0.4rem;
	width: 320px;
}
/* 公共文章模块 */
.bd-arcbox {
	margin-top: 0.56rem;
}
.bd-arcbox:first-child {
	margin: 0;
}
.bd-arcbox .cb-til {
	line-height: 30px;
	position:relative;
}
.bd-arcbox .cb-til .til {
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	color: var(--color);
}
.bd-arcbox .cb-til .more {
	right: 0;
	top: 0;
	font-size: 16px;
	color: var(--color);
	position: absolute;
}
.bd-arcbox:first-child .cb-til.on {
	padding-top: 0;
}
.bd-arcbox.on {
	margin-top: 0.8rem;
	padding: 0;
	background: none;
}
.bd-arcbox.on:first-child {
	margin: 0;
}
.bd-arcbox.on .cb-til .til {
	margin-bottom: 20px;
	padding: 0 0 0 10px;
	border: none;
	border-left: 3px solid var(--color);
}
/* 图片 */
.barc-widget {
	padding: 0;
	background: url(/public/images/barc-widget-bg.jpg) no-repeat center center;
	background-size: cover;
}
.barc-widget .cb-con {
	position: relative;
}
.barc-widget .cb-con:before {
	content: " ";
	padding-top: 66.66666%;
	display: block;
	background: rgba(0, 0, 0, .3);
}
.barc-widget .cb-con a {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 0.56rem;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	color: #FFF;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
}
.barc-widget .cb-con .til {
	font-size: 0.4rem;
}
.barc-widget .cb-con .con {
	font-size: 0.32rem;
}
/* 产品列表 */
.barc-cplist {
}
.barc-cplist .cb-con ul {
	margin: 0;
}
.barc-cplist .cb-con ul li {
	margin-top: 0.32rem;
	padding: 0;
	width: 100%;
}
.barc-cplist .cb-con ul li .img:before {
	padding-top: 70%;
}
.barc-cplist .cb-con ul li .til {
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.24rem;
	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;
}
.barc-cplist .cb-con ul li a:hover {
	color: var(--color);
}
/* 云 */
.barc-tagyun {
}
.barc-tagyun .cb-con {
	position: relative;
}
.barc-tagyun .cb-con:before {
	content: " ";
	padding-top: 70%;
	display: block;
}
.barc-tagyun .cb-con svg {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
/* 公共 */
.bd-main-boxs {
	position: relative;
	z-index: 1;
}
.bd-main-boxs .bd-position .c-con, .bd-main-boxs .bd-position a {
	color: #FFF;
}
.bd-main-boxs .bd-position a:hover {
	color: var(--color);
}
.bd-main-boxs .bmb-box {
	padding-top: 99px;
	position: relative;
}
.bd-main-boxs .bmb-con {
	margin-bottom: 1.0rem;
	-moz-border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	background: #FFF;
}
.bd-main-boxs .bmb-con .d-dl {
}
.bd-main-boxs .bmb-con .d-dd {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-main-boxs .bmb-con .d-con {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-main-boxs .bmb-con .d-d1 {
}
.bd-main-boxs .bmb-con .d-d1 .d-con {
	padding: 0.8rem 0.8rem 0;
	position: relative;
}
.bd-main-boxs .bmb-con .d-d1 .img {
	left: 0;
	top: 85px;
	-moz-border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	display: block;
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	overflow: hidden;
}
.bd-main-boxs .bmb-con .d-d1 .img:before {
	content: " ";
	padding-top: 65%;
	display: block;
}
.bd-main-boxs .bmb-con .d-d1 .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
}
.bd-main-boxs .bmb-con .d-d2 .d-con {
	padding: 1.0rem 0.8rem 0 0;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.bd-main-boxs .bmb-con .d-d2 .c-con .til {
	line-height: 0.56rem;
	font-size: 0.56rem;
	font-weight: bold;
	color: var(--color);
}
.bd-main-boxs .bmb-con .d-d2 .c-con .info {
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px solid #EEE;
	color: #666;
}
.bd-main-boxs .bmb-con .d-d2 .c-con .info div {
	margin-right: 15px;
}
.bd-main-boxs .bmb-con .d-d2 .c-con .con {
	margin: 30px 0;
	line-height: 32px;
	font-size: 16px;
}
.bd-main-boxs .bmb-con .d-d2 .c-con .btn {
	width: 180px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	display: block;
	color: #FFF;
	background: var(--color);
}
.bd-main-boxs .bmb-con .d-d2 .bd-m-link {
	margin-top: 0.4rem;
}
@media (max-width: 1630px) {
.bd-main-boxs .bmb-box {
	padding-top: 75px;
}
}