/* Main CSS Document */
@charset "utf8";
:root {
	--width: 1200px;
	/*--font-family: 'quote-cjk-patch', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
	--font-family: 'quote-cjk-patch', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
	--font-family: 'quote-cjk-patch', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	--font-size: 14px;
	--color-white: #FFF;
	--def-color: #333;
	--font-color: var(--color-white);
	--color: #B3965C;
	--color1: #F6F3ED;
	--color2: #EFE9DD;
	--color3: #E7DECD;
	--color4: #E0D4BD;
	--color5: #D8C9AD;
	--color6: #D0BF9D;
	--color7: #C9B48D;
	--color8: #C1AA7D;
	--color9: #B99F6C;
	--alpha: 1;
	--rgba-color: 179, 150, 92;
	--bg-color: var(--color);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--background-color: var(--color-white);
	--def-background-color: #F7F7F7;
}
/* 推荐盒子 */
.bd-boxs.no-bannner {
	padding-top: var(--def-hd-height);
}
@media (max-width: 1630px) {
.bd-boxs.no-bannner {
	padding-top: var(--hd-height);
}
}
/* 生产设备 */
.bd-m-shengchanshebei {
}
.bd-m-shengchanshebei ul {
	margin: -0.28rem -0.14rem 0;
}
.bd-m-shengchanshebei ul li {
	margin-top: 0.28rem;
	padding: 0 0.14rem;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-m-shengchanshebei ul li a {
	display: block;
	background: var(--def-background-color);
}
.bd-m-shengchanshebei ul li .img:before {
	padding-top: 62.5%;
}
.bd-m-shengchanshebei ul li .til {
	padding: 0 0.24rem;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	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-m-shengchanshebei ul li a:hover {
	color: var(--font-color);
	background: var(--bg-color);
}
/* 资质荣誉 */
.bd-m-yongyuzizhi {
}
.bd-m-yongyuzizhi ul {
	margin: -0.4rem -0.2rem 0;
}
.bd-m-yongyuzizhi ul li {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-m-yongyuzizhi ul li a {
	padding: 0.6rem 0.6rem 0.52rem;
	display: block;
	background: var(--background-color);
}
.bd-m-yongyuzizhi ul li .box {
}
.bd-m-yongyuzizhi ul li .img {
	position: relative;
}
.bd-m-yongyuzizhi ul li .img em {
	left: 50%;
	top: 50%;
	width: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	display: block;
	color: #FFF;
	background: var(--color);
	position: absolute;
}
.bd-m-yongyuzizhi ul li:hover .img em {
	opacity: 1;
}
.bd-m-yongyuzizhi ul li .img:before {
	padding-top: 150.20408%;
}
.bd-m-yongyuzizhi ul li .img p {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
}
.bd-m-yongyuzizhi ul li .til {
	margin-top: 30px;
	padding-top: 15px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #DDD;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	color: #666;
	overflow: hidden;
}
.bd-m-yongyuzizhi.on ul li a {
	background: var(--def-background-color);
}
@media (max-width: 1630px) {
.bd-m-yongyuzizhi.on ul li {
	width: 25%;
}
}
/* 留言 */
.bd-m-form {
	padding: 1.2rem 0;
	background: var(--def-background-color);
}
.bd-m-form .cb-1 {
}
.bd-m-form .cb-1 .c-til {
	margin-bottom: 80px;
}
.bd-m-form .cb-1 .c-til .til {
	margin-bottom: 20px;
	line-height: 45px;
	font-size: 32px;
}
.bd-m-form .cb-1 .c-til .ftil {
	line-height: 20px;
	font-size: 16px;
}
.bd-m-form .cb-1 .c-con {
}
.bd-m-form .cb-1 .c-con .til {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 16px;
}
.bd-m-form .cb-1 .c-con .tel {
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
}
.bd-m-form .cb-2 {
	width: 55.625%;
}
.bd-m-form .cb-2 .c-til {
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 16px;
	font-size: 16px;
	position: relative;
}
.bd-m-form .cb-2 .c-til:before {
	content: " ";
	margin-top: -5px;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	background: red;
	position: absolute;
}
.bd-m-form .cb-2 .c-form {
}
.bd-m-form .cb-2 .c-form .d-dl {
	margin: 0 -9px;
}
.bd-m-form .cb-2 .c-form .d-dd {
	margin-top: 18px;
	padding: 0 9px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-m-form .cb-2 .c-form .d-box {
	line-height: 46px;
	font-size: 16px;
	border: 1px solid #DDD;
	-moz-border-radius: 46px;
	-webkit-border-radius: 46px;
	border-radius: 46px;
	background: var(--background-color);
}
.bd-m-form .cb-2 .c-form input {
	width: 100%;
	height: 46px;
	font-size: 16px;
	border: none;
	outline: 0 none;
}
.bd-m-form .cb-2 .c-form input[type="text"] {
	padding: 0 20px 0 10px;
	background: transparent;
}
.bd-m-form .cb-2 .c-form input[type="submit"] {
	-moz-border-radius: 46px;
	-webkit-border-radius: 46px;
	border-radius: 46px;
	color: var(--font-color);
	background: var(--bg-color);
}
.bd-m-form .cb-2 .c-form .d-textarea {
	padding: 10px 20px;
	border: 1px solid #DDD;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: var(--background-color);
}
.bd-m-form .cb-2 .c-form textarea {
	width: 100%;
	height: 120px;
	line-height: 30px;
	font-size: 16px;
	border: none;
	outline: 0 none;
}
.bd-m-form .cb-2 .c-form .d-d1 {
	width: 50%;
}
.bd-m-form .cb-2 .c-form .d-d1 .d-box {
	padding-left: 20px;
}
/* 选项卡 */
.bd-tab {
}
.bd-tab ul {
	margin: 0 -8px;
}
.bd-tab ul li {
	padding: 0 8px;
	position: relative;
}
.bd-tab ul li a {
	padding: 0 0.4rem;
	line-height: 60px;
	font-size: 18px;
	display: block;
	color: #666;
	background: var(--def-background-color);
	position: relative;
}
.bd-tab ul li a:hover, .bd-tab ul li.on a {
	color: var(--font-color);
	background: var(--bg-color);
}
.bd-tab ul li.on span:before {
	display: block;
}
.bd-tab.on {
}
.bd-tab.on ul {
	margin: 0;
}
.bd-tab.on ul li {
	padding: 0;
	width: 100%;
}
.bd-tab.on ul li a {
	text-align: center;
}
.bd-tab.on ul li a:before {
	content: " ";
	margin-left: 50%;
	left: -15px;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid var(--bg-color);
	display: none;
	position: absolute;
}
.bd-tab.on ul li a:hover {
	color: #666;
	background: var(--def-background-color);
}
.bd-tab.on ul li.on a {
	color: var(--font-color);
	background: var(--bg-color);
}
.bd-tab.on ul li.on a: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: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-cplist .cp-list ul li a {
	display: block;
}
.bd-cplist .cp-list ul li .img {
	padding: 0.28rem;
	border: 1px solid #DDD;
}
.bd-cplist .cp-list ul li .img-before:before {
	padding-top: 89%;
}
.bd-cplist .cp-list ul li .til {
	padding: 0 0.84rem 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);
	position: relative;
	overflow: hidden;
}
.bd-cplist .cp-list ul li i {
	margin-top: -0.26rem;
	right: 0.32rem;
	top: 50%;
	width: 0.52rem;
	height: 0.52rem;
	line-height: 0.52rem;
	font-size: 0.24rem;
	text-align: center;
	-moz-border-radius: 0.52rem;
	-webkit-border-radius: 0.52rem;
	border-radius: 0.52rem;
	display: block;
	color: var(--font-color);
	background: #BFBEBD;
	position: absolute;
}
.bd-cplist .cp-list ul li a:hover {
	color: var(--color);
}
.bd-cplist .cp-list ul li a:hover .til i {
	background: var(--bg-color);
}
/* 产品详情 */
.bd-cpticle {
}
.bd-cpticle .cp-content {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.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 {
	top: var(--def-hd-height);
	width: 48.75%;
	position: -webkit-sticky;
	position: sticky;
}
.bd-cpticle .cp-content .cb-2 {
	width: 45.625%;
}
.bd-cpticle .cp-pics {
	position: relative;
}
.bd-cpticle .cp-pics .c-con {
	position: relative;
}
.bd-cpticle .cp-pics .c-con:before {
	content: " ";
	padding-top: 100%;
	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 {
	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 {
	padding-bottom: 0.8rem;
	color: #666;
}
.bd-cpticle .cp-about .c-til {
	margin-bottom: 0.1rem;
	line-height: 0.92rem;
	font-size: 0.56rem;
}
.bd-cpticle .cp-about .c-con {
	line-height: max(30px, 24px);
	font-size: max(0.21rem, 14px);
}
.bd-cpticle .c-btn {
}
.bd-cpticle .c-btn .d-dl {
	margin: 0 -0.26rem;
}
.bd-cpticle .c-btn .d-dd {
	padding: 0 0.26rem;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-cpticle .c-btn .d-dd a {
	height: 1.0rem;
	line-height: 1.0rem;
	color: var(--font-color);
}
.bd-cpticle .c-btn .d-dd p {
	padding-left: 0.56rem;
	display: block;
	position: relative;
}
.bd-cpticle .c-btn .d-dd span {
	padding-left: 0.6rem;
	font-size: 0.24rem;
	display: block;
	position: relative;
}
.bd-cpticle .c-btn .d-dd i {
	left: 0;
	top: 0;
	font-size: 0.4rem;
	position: absolute;
}
.bd-cpticle .c-btn .d-d1 a {
	background: #666565;
}
.bd-cpticle .c-btn .d-d2 {
}
.bd-cpticle .c-btn .d-d2 a {
	background: var(--color);
}
.bd-cpticle .c-btn .d-d2 b {
	font-size: 0.32rem;
}
.bd-cpticle .cp-info {
	padding-top: 1.0rem;
}
.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.8rem 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 {
	line-height: 70px;
	font-size: 18px;
	font-weight: bold;
}
.bd-cpticle .cp-menu .c-con {
	line-height: 70px;
	font-size: 16px;
}
.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 {
	line-height: 18px;
	font-size: 18px;
	text-align: center;
	display: block;
}
.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 {
	padding-bottom: 1.2rem;
}
.bd-cpticle .cp-tujian .c-til {
	padding-bottom: 0.6rem;
	line-height: max(0.68rem, 42px);
	font-size: max(0.68rem, 42px);
	text-align: center;
}
.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;
	display: inline-block;
	float: left;
}
.bd-cpticle .cp-tujian .c-con ul li a {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: block;
	position: relative;
	overflow: hidden;
}
.bd-cpticle .cp-tujian .c-con ul li .img:before {
	padding-top: 89%;
}
.bd-cpticle .cp-tujian .c-con ul li .til {
	padding: 0 0.32rem;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.0rem;
	line-height: 1.0rem;
	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(var(--rgba-color), .8);
}
/* 新闻列表 */
.bd-arclist {
}
.bd-arclist .bd-m-arclist {
	padding-top: 0.32rem;
}
/* 成功案例 */
.bd-chenggonganli {
}
.bd-chenggonganli .al-list {
}
.bd-chenggonganli .al-list ul {
	margin: -0.4rem -0.2rem 0;
}
.bd-chenggonganli .al-list ul li {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-chenggonganli .al-list ul li a {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	display: block;
}
.bd-chenggonganli .al-list ul li .img:before {
	padding-top: 96.15384%;
}
.bd-chenggonganli .al-list ul li .til {
	padding: 0 20px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-chenggonganli .al-list ul li a:hover {
	-webkit-transform: translateY(-0.2rem);
	-ms-transform: translateY(-0.2rem);
	transform: translateY(-0.2rem);
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
}
/* 文章详情 */
.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.on {
	padding-bottom: 0.24rem;
	border-bottom: 1px solid #EEE;
}
.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 -0.1rem;
}
.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: 0.8rem 0 1.2rem;
	padding: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	background: #F7F7F7;
}
.bd-article .arc-pre-next ul {
}
.bd-article .arc-pre-next ul li {
	width: 33.33333%;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-article .arc-pre-next ul li a {
	color: #999;
	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 li span {
	padding-left: 0.48rem;
	display: block;
	position: relative;
}
.bd-article .arc-pre-next ul li i {
	left: 0;
	top: 0;
	position: absolute;
}
.bd-article .arc-pre-next ul li a:hover {
	color: var(--color);
}
/* 走进宏山 */
.bd-m-tab {
}
.bd-m-tab ul {
}
.bd-m-tab ul li {
}
.bd-m-tab ul li a {
	padding: 0 35px;
	display: block;
}
.bd-m-tab ul li span {
	line-height: 60px;
	font-size: 18px;
	display: block;
	position: relative;
}
.bd-m-tab ul li span:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	border: 1px solid var(--color);
	display: none;
	position: absolute;
}
.bd-m-tab ul li a:hover {
	color: var(--color);
}
.bd-m-tab ul li a:hover span:before {
	display: block;
}
.bd-about {
}
.bd-about .bm-1 {
	padding-bottom: 1.8rem;
}
.bd-about .bm-1 .bm-con {
}
.bd-about .bm-1 .bm-con .c-about {
	position: relative;
}
.bd-about .bm-1 .bm-con .c-box {
	width: -webkit-calc(58.125% - 1.2rem);
	width: calc(58.125% - 1.2rem);
}
.bd-about .bm-1 .bm-con .c-con {
	line-height: 0.52rem;
	font-size: 0.24rem;
	text-indent: 0.48rem;
}
.bd-about .bm-1 .bm-con .c-number {
	margin-top: 1.0rem;
}
.bd-about .bm-1 .bm-con .c-number dl {
}
.bd-about .bm-1 .bm-con .c-number dl dd {
	text-align: center;
	position: relative;
}
.bd-about .bm-1 .bm-con .c-number dl dd.on span {
	content: " ";
	left: 0;
	height: 100%;
	border-left: 1px solid #DDD;
	display:block;
	position: absolute;
}
.bd-about .bm-1 .bm-con .c-number dl dd a {
	display:block;
	position:relative;
}
.bd-about .bm-1 .bm-con .c-number dl dd .con {
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
}
.bd-about .bm-1 .bm-con .c-number dl dd .con p {
	font-size: 30px;
	position: relative;
}
.bd-about .bm-1 .bm-con .c-number dl dd .con em {
	margin-left: 5px;
	font-size: 18px;
	white-space: nowrap;
}
.bd-about .bm-1 .bm-con .c-number dl dd .til {
	line-height: 18px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	color:#999;
}
.bd-about .bm-1 .bm-con .c-number dl dd a:hover {
	color:var(--color);
}
.bd-about .bm-1 .bm-con .c-player {
	right: 0;
	top: 0;
	width: 41.875%;
	height: 100%;
	position: absolute;
}
.bd-about .bm-1 .bm-con .c-player video {
	object-fit: cover;
}
.bd-about .bm-1 .bm-con .c-info {
	padding-top: 1.2rem;
}
.bd-about .bm-1 .bm-con .c-info dl {
}
.bd-about .bm-1 .bm-con .c-info dl dd {
	position: relative;
}
.bd-about .bm-1 .bm-con .c-info dl dd.on span {
	content: " ";
	left: 0;
	height: 100%;
	border-left: 1px solid #DDD;
	display:block;
	position: absolute;
}
.bd-about .bm-1 .bm-con .c-info dl dd a {
	padding-left: 60px;
	display: block;
	position: relative;
}
.bd-about .bm-1 .bm-con .c-info dl dd .img {
	left: 0;
	top: 0;
	position: absolute;
}
.bd-about .bm-1 .bm-con .c-info dl dd .til {
	margin-bottom: 4px;
	line-height: 20px;
	font-size: 20px;
}
.bd-about .bm-1 .bm-con .c-info dl dd .con {
	line-height: 16px;
}
.bd-about .bm-2 {
	background: url(/public/images/bd-about-02-bg.webp) no-repeat center top;
	background-size: cover;
}
.bd-about .bm-2 .bm-til {
	left: 0;
	top: 1.6rem;
	padding: 0;
	position: absolute;
}
.bd-about .bm-2 .bm-til .til {
	text-align: left;
	position: relative;
}
.bd-about .bm-2 .bm-til .til:before {
	content: " ";
	left: 0;
	bottom: -0.68rem;
	width: 100%;
	border-bottom: 2px solid var(--bg-color);
	display: block;
	position: absolute;
}
.bd-about .bm-2 .bm-til .ftil {
	margin-top: 1.36rem;
	left: 0;
	top: 100%;
	line-height: 1.0rem;
	font-size: 1.0rem;
	font-weight: normal;
	opacity: .1;
}
.bd-about .bm-2 .bm-con {
	padding: 1.6rem 0;
	height: 8.0rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-about .bm-2 .bm-con .c-con {
	padding-left: 30%;
}
.bd-about .bm-2 .bm-con .c-con dl {
	margin: -1.32rem -1.6rem 0;
}
.bd-about .bm-2 .bm-con .c-con dl dd {
	margin-top: 1.32rem;
	padding: 0 1.6rem;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-about .bm-2 .bm-con .c-con dl dd a {
	padding-left: 1.2rem;
	display: block;
	color: var(--font-color);
	position: relative;
}
.bd-about .bm-2 .bm-con .c-con dl dd i {
	left: 0;
	top: 0;
	width: 0.92rem;
	line-height: 0.92rem;
	font-size: 0.92rem;
	display: block;
	position: absolute;
}
.bd-about .bm-2 .bm-con .c-con dl dd .til {
	margin-bottom: 0.16rem;
	line-height: 0.44rem;
	font-size: 0.32rem;
	font-weight: bold;
}
.bd-about .bm-2 .bm-con .c-con dl dd .con {
	line-height: 0.32rem;
	font-size: 0.24rem;
}
.bd-about .bm-2 .bm-con .c-con dl dd a:hover .til {
	color: var(--color);
}
.bd-about .bm-3 {
	padding-bottom: 1.2rem;
}
.bd-about .bm-4 {
	padding-bottom: 1.2rem;
	background: url(/public/images/bd-m-yongyuzizhi-bg.webp) no-repeat center center;
	background-size: cover;
}
.bd-about .bm-6 {
	padding-bottom: 1.2rem;
}
.bd-about .bm-6 .bm-con .c-con {
	padding-top: 0.2rem;
}
.bd-about .bm-6 .bm-con .c-con dl {
	margin: 0 -0.8rem;
}
.bd-about .bm-6 .bm-con .c-con dl dd {
	padding: 0 0.8rem;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-about .bm-6 .bm-con .c-con dl dd a {
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
}
.bd-about .bm-6 .bm-con .c-con dl dd i {
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.8rem;
	display: block;
}
.bd-about .bm-6 .bm-con .c-con dl dd .til {
	line-height: 1.2rem;
	font-size: 0.4rem;
	font-weight: bold;
}
.bd-about .bm-6 .bm-con .c-con dl dd .con {
	line-height: 0.4rem;
	font-size: 0.24rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	color: #666;
}
.bd-about .bm-6 .bm-con .c-con dl dd a:hover, .bd-about .bm-6 .bm-con .c-con dl dd a:hover .con {
	color: var(--color);
}
.bd-about .bm-6 .bm-con .c-img {
	padding-top: 0.56rem;
}
.bd-about .bm-6 .bm-con .c-img img {
	-webkit-object-fit: none;
	-moz-object-fit: none;
	-o-object-fit: none;
	object-fit: none;
}
/* 盒子 */
.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;
}