/* Main CSS Document */
@charset "utf8";
/* 焦点图片 */
.banner-boxs {
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
}
.banner-boxs .img {
	position: relative;
}
.banner-boxs .bg {
}
.banner-boxs .bg:before {
	content: " ";
	padding-top: 56.25%;
	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;
	object-fit: cover;
	position: absolute;
}
/* 选项卡 */
.bd-tab {
	right: 0;
	top: 0;
	position: absolute;
}
.bd-tab ul {
	margin-left: -0.8rem;
}
.bd-tab ul li {
	margin-left: 0.8rem;
	line-height: 1.0rem;
	display: inline-block;
	float: left;
	position: relative;
}
.bd-tab ul li em {
	left: -0.4rem;
	position: absolute;
}
.bd-tab ul li:first-child em {
	display: none;
}
.bd-tab ul li a {
	font-size: 16px;
	display: block;
}
.bd-tab ul li a:hover {
	color: var(--color);
}
.bd-tab ul li.on a {
	color: var(--color);
}
/* 案例联系 */
.bd-m-lianxi {
	background: url(/public/images/bd-m-lianxi-bg.jpg) no-repeat center center;
}
.bd-m-lianxi .bm-con {
	height: 8.866667rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.bd-m-lianxi .bm-con .box {
	width: 100%;
	text-align: center;
	color: #FFF;
}
.bd-m-lianxi .bm-con .til {
	line-height: 0.6rem;
	font-size: 0.6rem;
}
.bd-m-lianxi .bm-con .con {
	margin: 0.4rem auto 1.0rem;
	width: 1080px;
	line-height: 0.4rem;
	font-size: min(0.22rem, 15px);
	color: #CCC;
}
.bd-m-lianxi .bm-con .tel {
	line-height: 0.6rem;
	font-size: 0.6rem;
	font-weight: bold;
	color: var(--color);
}
.bd-m-lianxi .bm-con .btn {
	margin: 0.6rem auto 0;
	width: 2.28rem;
	line-height: 0.68rem;
	font-size: 0.22rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	display: block;
	color: #FFF;
}
.bd-m-lianxi .bm-con .btn:hover {
	border-color: var(--color);
	color: #FFF;
	background: var(--color);
}
/* 高端网站定制 */
.bd-gdwzdz {
}
.bd-gdwzdz .bm-1 {
	padding-bottom: 1.4rem;
}
.bd-gdwzdz .bm-1 .bm-con {
}
.bd-gdwzdz .bm-1 .bm-con .d-dl {
	margin: -0.4rem -0.2rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bd-gdwzdz .bm-1 .bm-con .d-dd {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-gdwzdz .bm-1 .bm-con .d-box {
	height: 100%;
}
.bd-gdwzdz .bm-1 .bm-con ul {
	margin: -0.4rem -0.2rem 0;
}
.bd-gdwzdz .bm-1 .bm-con ul li {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-gdwzdz .bm-1 .bm-con ul li a {
	height: 100%;
	display: block;
	color: #FFF;
	position: relative;
}
.bd-gdwzdz .bm-1 .bm-con ul li .img {
	height: 100%;
	overflow: hidden;
}
.bd-gdwzdz .bm-1 .bm-con ul li .img img {
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
}
.bd-gdwzdz .bm-1 .bm-con ul li .box {
	padding: 0 0.8rem;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	-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: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, .4);
	position: absolute;
}
.bd-gdwzdz .bm-1 .bm-con ul li .til {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: 1.16rem;
}
.bd-gdwzdz .bm-1 .bm-con ul li .til i {
	margin: 0 auto;
	width: 1.12rem;
	height: 1.12rem;
	line-height: 1.12rem;
	font-size: 0.56rem;
	-moz-border-radius: 0.68rem;
	-webkit-border-radius: 0.68rem;
	border-radius: 0.68rem;
	display: block;
	background: rgb(255, 255, 255, .3);
}
.bd-gdwzdz .bm-1 .bm-con ul li .til h3 {
	margin-top: 0.36rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.4rem;
}
.bd-gdwzdz .bm-1 .bm-con ul li .con {
	margin-top: 0.36rem;
	height: 0.8rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.bd-gdwzdz .bm-1 .bm-con ul li a:hover .til {
	margin-top: 0;
}
.bd-gdwzdz .bm-1 .bm-con ul li a:hover .con {
	opacity: 1;
}
.bd-gdwzdz .bm-1 .bm-con .l-l1 .box {
	background: rgb(64, 106, 254, .85);
}
.bd-gdwzdz .bm-1 .bm-con .l-l1 .til {
	margin-top: 1.96rem;
}
.bd-gdwzdz .bm-1 .bm-con .l-l1 .con {
	height: 1.6rem;
}
.bd-gdwzdz .bm-1 .bm-con .l-l2 .box {
	background: rgb(53, 48, 131, .85);
}
.bd-gdwzdz .bm-1 .bm-con .l-l3 .box {
	background: rgb(211, 90, 23, .85);
}
.bd-gdwzdz .bm-1 .bm-con .l-l4 .box {
	background: rgb(120, 49, 255, .85);
}
.bd-gdwzdz .bm-1 .bm-con .l-l5 .box {
	background: rgb(35, 191, 152, .85);
}
.bd-gdwzdz .bm-1 .bm-con .l-l6 .box {
	background: rgb(39, 163, 227, .85);
}
.bd-gdwzdz .bm-1 .bm-con .d-d1 {
	width: 33.33333%;
}
.bd-gdwzdz .bm-1 .bm-con .d-d1 ul, .bd-gdwzdz .bm-1 .bm-con .d-d1 ul li, .bd-gdwzdz .bm-1 .bm-con .d-d1 ul li a {
	height: 100%;
}
.bd-gdwzdz .bm-1 .bm-con .d-d2 {
	width: 66.66666%;
}
.bd-gdwzdz .bm-1 .bm-con .d-d2 ul li {
	width: 50%;
}
.bd-gdwzdz .bm-1 .bm-con .d-d2 ul li:first-child {
	width: 100%;
}
.bd-gdwzdz .bm-1 .bm-con .d-d3 {
	width: 100%;
}
.bd-gdwzdz .bm-1 .bm-con .d-d3 ul li {
	width: 50%;
}
.bd-gdwzdz .bm-3 {
}
.bd-gdwzdz .bm-3 .bm-con {
}
.bd-gdwzdz .bm-3 .bm-con .swiper {
	margin: 0 -2.133333rem;
	padding: 0 1.933333rem 1.4rem;
}
.bd-gdwzdz .bm-3 .bm-con .swiper-slide {
	height: auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	cursor:pointer;
}
.bd-gdwzdz .bm-3 .bm-con .swiper-box {
	padding: 0 0.2rem;
	height: 100%;
}
.bd-gdwzdz .bm-3 .bm-con .swiper-slide .box {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.bd-gdwzdz .bm-3 .bm-con .swiper-slide .img {
	position: relative;
	overflow: hidden;
}
.bd-gdwzdz .bm-3 .bm-con .swiper-slide .img:before {
	content: " ";
	padding-top: 64%;
	display: block;
}
.bd-gdwzdz .bm-3 .bm-con .swiper-slide .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bd-gdwzdz .bm-3 .bm-con .swiper-slide .ftil {
	line-height: 0.8rem;
	font-size: 0.24rem;
}
.bd-gdwzdz .bm-3 .bm-con .swiper-slide .til {
	margin-bottom: 0.32rem;
	line-height: 0.4rem;
	font-size: 0.32rem;
}
.bd-gdwzdz .bm-3 .bm-con .swiper-slide .btn {
	width: 1.6rem;
	line-height: 0.56rem;
	font-size: 0.22rem;
	text-align: center;
	-moz-border-radius: 0.56rem;
	-webkit-border-radius: 0.56rem;
	border-radius: 0.56rem;
	display: block;
	background: #F7F7F7;
}
.bd-gdwzdz .bm-3 .bm-con .swiper-slide:hover .til {
	color: var(--color);
}
/* 外贸网站定制 */
.bd-wmwzdz {
}
.bd-wmwzdz .bm-1 {
	padding-bottom: 1.4rem;
}
.bd-wmwzdz .bm-1 .bm-con {
}
.bd-wmwzdz .bm-1 .bm-con dl {
	margin: 0 -0.2rem;
	display: -ms-flexbox;
	display: flex;
}
.bd-wmwzdz .bm-1 .bm-con dl dd {
	padding: 0 0.2rem;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-wmwzdz .bm-1 .bm-con dl dd a {
	padding: 0.56rem 0.4rem 0.64rem;
	height: 100%;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-moz-border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #F7F7F7;
	overflow: hidden;
}
.bd-wmwzdz .bm-1 .bm-con dl dd i {
	margin: 0 auto;
	width: 0.88rem;
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.42rem;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-moz-border-radius: 0.88rem;
	-webkit-border-radius: 0.88rem;
	border-radius: 0.88rem;
	display: block;
	color: #FFF;
	background: #D1DCF7;
}
.bd-wmwzdz .bm-1 .bm-con dl dd .til {
	margin: 0.32rem 0 0.2rem;
	height: 0.8rem;
	line-height: 0.4rem;
	font-size: 0.32rem;
}
.bd-wmwzdz .bm-1 .bm-con dl dd .con {
	line-height: 0.36rem;
	font-size: 0.22rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	color: #999;
}
.bd-wmwzdz .bm-1 .bm-con dl dd a:hover {
	color: #FFF;
	background: var(--color);
}
.bd-wmwzdz .bm-1 .bm-con dl dd a:hover i {
	background: rgba(255, 255, 255, .3);
}
.bd-wmwzdz .bm-1 .bm-con dl dd a:hover .con {
	color: #FFF;
}
.bd-wmwzdz .bm-2 {
	padding-bottom: 1.4rem;
	background: url(/public/images/bd-wmwzdz-2-bg.jpg) no-repeat center center;
	background-size: cover;
}
.bd-wmwzdz .bm-2 .bm-con {
}
.bd-wmwzdz .bm-3 {
	padding-bottom: 1.4rem;
	background: url(/public/images/bd-wmwzdz-3-bg.jpg) no-repeat center center;
	background-size: cover;
}
.bd-wmwzdz .bm-3 .bm-con {
}
.bd-wmwzdz .bm-3 .bm-con dl {
	margin: -0.6rem -0.6rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}
.bd-wmwzdz .bm-3 .bm-con dl dd {
	margin-top: 0.6rem;
	padding: 0 0.6rem;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-wmwzdz .bm-3 .bm-con dl dd a {
	text-align: center;
	display: block;
	color: #FFF;
}
.bd-wmwzdz .bm-3 .bm-con dl dd i {
	margin: 0 auto;
	width: 1.32rem;
	height: 1.32rem;
	line-height: 1.32rem;
	font-size: 0.64rem;
	text-align: center;
	-moz-border-radius: 1.32rem;
	-webkit-border-radius: 1.32rem;
	border-radius: 1.32rem;
	display: block;
	background: var(--color);
}
.bd-wmwzdz .bm-3 .bm-con dl dd .til {
	margin-top: 0.24rem;
	line-height: 0.6rem;
	font-size: 0.24rem;
}
.bd-wmwzdz .bm-3 .bm-con dl dd .con {
	line-height: 24px;
	color: #DDD;
}
.bd-wmwzdz .bm-4 {
	padding: 0.6rem 0 2.0rem;
}
/* 经典案例 */
.bd-allist {
}
.bd-allist .al-list {
}
.bd-allist .al-list ul {
	margin: -0.4rem -0.2rem 0;
}
.bd-allist .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-allist .al-list ul li a {
	display: block;
}
.bd-allist .al-list ul li .img {
	position: relative;
	overflow: hidden;
}
.bd-allist .al-list ul li .img:before {
	content: " ";
	padding-top: 64%;
	display: block;
}
.bd-allist .al-list ul li .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bd-allist .al-list ul li .box {
	padding: 0.4rem;
}
.bd-allist .al-list ul li .til {
	margin-bottom: 0.18rem;
	line-height: 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-allist .al-list ul li .con {
	margin-bottom: 0.32rem;
	height: 48px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	overflow: hidden;
}
.bd-allist .al-list ul li .more {
	line-height: 16px;
}
.bd-allist .al-list ul li .more .l {
	padding-left: 10px;
	border-left: 5px solid #CCC;
	position: relative;
}
.bd-allist .al-list ul li .more .r {
	font-size: 12px;
}
.bd-allist .al-list ul li a:hover .til {
	color: var(--color);
}
.bd-allist .al-list ul li a:hover .more .l {
	border-color: var(--color);
}
/* 案例详情 */
.bd-alticle {
	padding-top: 99px;
}
@media (max-width: 1630px) {
.bd-alticle {
	padding-top: 75px;
}
}
.bd-alticle .al-about {
	margin-bottom: 1.0rem;
	display: -ms-flexbox;
	display: flex;
}
.bd-alticle .al-about .img {
	margin-right: 0.8rem;
	width: 43.75%;
	position: relative;
	overflow: hidden;
}
.bd-alticle .al-about .img:before {
	content: " ";
	padding-top: 64%;
	display: block;
}
.bd-alticle .al-about .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
	position: absolute;
}
.bd-alticle .al-about .box {
	width: 0;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bd-alticle .al-about .til {
	margin-bottom: 24px;
	padding-bottom: 0.32rem;
	line-height: 0.56rem;
	font-size: 0.4rem;
	color: var(--color);
	position: relative;
}
.bd-alticle .al-about .til:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 1.6rem;
	border-bottom: 3px solid var(--color);
	display: block;
	position: absolute;
}
.bd-alticle .al-about .info {
	padding-bottom: 60px;
}
.bd-alticle .al-about .canshu {
	margin-bottom: 24px;
	line-height: 30px;
}
.bd-alticle .al-about .about {
	line-height: 24px;
}
.bd-alticle .al-about .btn {
	width: 230px;
	line-height: 60px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #DDD;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	color: #666;
}
.bd-alticle .al-about .btn span {
	padding-left: 46px;
	font-size: 16px;
	position: relative;
}
.bd-alticle .al-about .btn i {
	left: 0;
	top: 0;
	width: 30px;
	font-size: 30px;
	display: block;
	position: absolute;
}
.bd-alticle .al-banner {
	padding-bottom: 1.4rem;
}
.bd-alticle .al-banner .swiper {
	padding-bottom: 1.4rem
}
.bd-alticle .al-banner .swiper-slide {
}
.bd-alticle .al-banner .swiper-box {
	text-align: center;
	-moz-border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	border: 0.12rem solid #000;
	display: block;
	color: #FFF;
	overflow: hidden;
}
.bd-alticle .al-banner .swiper-slide .img {
	position: relative;
}
.bd-alticle .al-banner .swiper-slide .img:before {
	content: " ";
	padding-top: 56.25%;
	display: block;
}
.bd-alticle .al-banner .swiper-slide .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
	position: absolute;
}
.bd-alticle .al-banner .swiper-pagination {
	bottom: 0.8rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.bd-alticle .al-banner .swiper-pagination-bullet {
	width: 0.2rem;
	height: 0.2rem;
	opacity: .5;
	background: #DDD;
}
.bd-alticle .al-banner .swiper-pagination-bullet-active {
	background: var(--color);
	opacity: 1;
}
.bd-alticle .al-banner .c-btn {
	margin: 0 auto;
	width: 3.04rem;
	line-height: 0.8rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #DDD;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	color: #666;
}
.bd-alticle .al-banner .c-btn span {
	padding-left: 0.42rem;
	font-size: 0.22rem;
	position: relative;
}
.bd-alticle .al-banner .c-btn i {
	left: 0;
	top: 0;
	width: 0.28rem;
	font-size: 0.28rem;
	display: block;
	position: absolute;
}
.bd-alticle .al-banner .c-btn:hover {
	color: #FFF;
	background: var(--color);
}
/* 文章详情 */
.bd-article {
}
.bd-article .arc-content {
	display: -ms-flexbox;
	display: flex;
}
.bd-article .arc-l {
	width: 0;
	flex: 1;
}
.bd-article .arc-r {
	margin-left: 0.8rem;
	width: 280px;
}
.bd-article .arc-til {
	margin-top: 0.2rem;
	line-height: 0.92rem;
	font-size: 0.48rem;
	font-weight: bold;
	text-align: center;
}
.bd-article .arc-ftil {
	margin-bottom: 0.6rem;
	padding-bottom: 0.4rem;
	line-height: 0.4rem;
	font-size: min(0.22rem, 15px);
	text-align: center;
	border-bottom: 1px dotted #DDD;
	color: #666;
}
.bd-article .arc-ftil span {
	margin: 0 0.16rem;
}
.bd-article .arc-ftil a:hover {
	text-decoration: underline;
	color: var(--color);
}
.bd-article .arc-body, .bd-article .arc-body * {
	line-height: 0.48rem !important;
	font-size: min(0.22rem, 15px) !important;
	color: #666;
}
.bd-article .arc-body {
	margin-bottom: 0.68rem;
}
.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 {
	margin: 0.2rem auto;
	min-width: 900px;
	width: 70%;
	position: relative;
}
.bd-article .arc-body .iframe:before {
	content: " ";
	padding-top: 56.25%;
	display: block;
}
.bd-article .arc-body iframe {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bd-article .arc-tag {
	font-size: 0;
	overflow: hidden;
}
.bd-article .arc-tag ul {
	margin: -0.2rem 0 0 -0.2rem;
}
.bd-article .arc-tag ul li {
	margin: 0.2rem 0 0 0.2rem;
	display: inline-block;
	float: left;
}
.bd-article .arc-tag a {
	padding: 0 0.24rem;
	line-height: 0.48rem;
	font-size: min(0.22rem, 15px);
	display: block;
	background: #F7F7F7;
}
.bd-article .arc-tag a:hover {
	border-color: var(--color);
	color: #FFF;
	background: var(--color);
}
.bd-article .arc-pre-next {
	margin-bottom: 1.4rem;
}
.bd-article .arc-pre-next ul {
	margin: 0 -0.4rem;
}
.bd-article .arc-pre-next ul li {
	margin-top: 0.4rem;
	padding: 0 0.4rem;
	width: 50%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: min(0.22rem, 15px);
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
}
.bd-article .arc-pre-next ul .l-1 {
	float: left;
}
.bd-article .arc-pre-next ul .l-2 {
	float: right;
	text-align: right;
}
.bd-article .arc-pre-next ul li a:hover {
	color: var(--color);
}
.bd-article .arc-menu {
	margin-bottom: 60px;
}
.bd-article .arc-menu ul {
}
.bd-article .arc-menu ul li {
	width: 100%;
	display: inline-block;
	float: left;
}
.bd-article .arc-menu ul li a {
	padding-left: 40px;
	line-height: 1.0rem;
	font-size: 0.24rem;
	border-bottom: 1px solid #CCC;
	display: block;
	color: #666;
	position: relative;
}
.bd-article .arc-menu ul li a:before {
	content: " ";
	margin-top: -6px;
	left: 10px;
	top: 50%;
	width: 12px;
	height: 12px;
	display: block;
	background: var(--color);
	position: absolute;
}
.bd-article .arc-menu ul li.on a {
/*	font-weight: bold;*/
	border-bottom: 1px solid var(--color);
	color: var(--color);
}
.bd-article .arc-tags {
}
.bd-article .arc-tags .c-til {
	margin-bottom: 15px;
	line-height: 0.28rem;
	font-size: 0.28rem;
	color: #666;
}
.bd-article .arc-tags .c-con {
}
.bd-article .arc-tags .c-con ul {
	margin: -10px -5px 0;
}
.bd-article .arc-tags .c-con ul li {
	margin-top: 10px;
	padding: 0 5px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-article .arc-tags .c-con ul li a {
	padding: 0 0.2rem;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: min(0.22rem, 15px);
	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;
	background: #F7F7F7;
	overflow: hidden;
}
.bd-article .arc-tags .c-con ul li a:hover {
	border-color: var(--color);
	color: #FFF;
	background: var(--color);
}
/* 关于我们 */
.bd-about {
}
.bd-about .bm-1 {
	padding-top: 0.4rem;
}
.bd-about .bm-1 .bm-con {
	margin-top: -1px;
	padding:1px 0 1.4rem;
}
.bd-about .bm-1 .bm-con .info {
	margin-bottom: 0.8rem;
	display: -ms-flexbox;
	display: flex;
}
.bd-about .bm-1 .bm-con .logo {
	margin-right: 60px;
}
.bd-about .bm-1 .bm-con .logo img {
}
.bd-about .bm-1 .bm-con .box {
	width: 0;
	flex: 1;
}
.bd-about .bm-1 .bm-con .til {
	margin-bottom: 0.4rem;
	line-height: 0.6rem;
	font-size: 0.6rem;
}
.bd-about .bm-1 .bm-con .con {
	line-height: 0.48rem;
	font-size: min(0.22rem, 15px);
	color: #666;
}
.bd-about .bm-1 .bm-con .img {
}
.bd-about .bm-1 .bm-con .img img {
	width: 100%;
	height: auto;
}
.bd-about .bm-2 {
	background: url(/public/images/bd-about-2-bg.jpg) no-repeat center center;
}
.bd-about .bm-2 .bm-con {
}
.bd-about .bm-2 .bm-con dl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bd-about .bm-2 .bm-con dl dd {
	width: 20%;
}
.bd-about .bm-2 .bm-con dl dd a {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.bd-about .bm-2 .bm-con dl dd .img {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.bd-about .bm-2 .bm-con dl dd .img:before {
	content: " ";
	padding-top: 93.75%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	background: rgb(0, 0, 0, .8);
	position: relative;
	z-index: 1;
}
.bd-about .bm-2 .bm-con dl dd .img img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bd-about .bm-2 .bm-con dl dd .til {
	line-height: 0.48rem;
	font-size: 0.32rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	color: #FFF;
}
.bd-about .bm-2 .bm-con dl dd.on .img:before, .bd-about .bm-2 .bm-con dl dd a:hover .img:before {
	background: rgb(0, 0, 0, 0);
}
.bd-about .bm-2 .bm-con dl dd.on .til, .bd-about .bm-2 .bm-con dl dd a:hover .til {
	opacity: 1;
}
.bd-about .bm-3 {
	padding-bottom: 1.4rem;
	background: url(/public/images/bd-about-3-bg.jpg) no-repeat center top -1.2rem;
}
.bd-about .bm-3 .bm-con {
}
.bd-about .bm-3 .bm-con dl {
	margin: -0.6rem -0.3rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}
.bd-about .bm-3 .bm-con dl dd {
	margin-top: 0.6rem;
	padding: 0 0.3rem;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bd-about .bm-3 .bm-con dl dd a {
	padding: 0.6rem 0.4rem;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: rgba(197, 197, 197, .35);
}
.bd-about .bm-3 .bm-con dl dd .box {
	position: relative;
}
.bd-about .bm-3 .bm-con dl dd i {
	right: 0;
	top: -0.2rem;
	width: 0.56rem;
	line-height: 0.56rem;
	font-size: 0.56rem;
	text-align: center;
	position: absolute;
}
.bd-about .bm-3 .bm-con dl dd .til {
	margin-bottom: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.32rem;
}
.bd-about .bm-3 .bm-con dl dd .con {
	min-height: 72px;
	line-height: 24px;
	color: #666;
}
.bd-about .bm-3 .bm-con dl dd a:hover {
	color: #FFF;
	background: var(--color);
}
.bd-about .bm-3 .bm-con dl dd a:hover .con {
	color: #FFF;
}
.bd-about .bm-4 {
	padding: 1.4rem 0;
	background: url(/public/images/bd-about-4-bg.jpg) no-repeat center center;
}
.bd-about .bm-4 .bm-con {
	background: url(/public/images/bd-about-4-img.jpg) no-repeat center center;
	position: relative;
}
.bd-about .bm-4 .bm-con .c-bg {
	position: relative;
}
.bd-about .bm-4 .bm-con .c-bg:before {
	content: " ";
	padding-top: 40.625%;
	display: block;
}
.bd-about .bm-4 .bm-con .c-box {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
}
.bd-about .bm-4 .bm-con .d-dl {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
}
.bd-about .bm-4 .bm-con .d-dd {
}
.bd-about .bm-4 .bm-con .d-d1 {
	width: 5.2rem;
	text-align: center;
}
.bd-about .bm-4 .bm-con .d-d1 .ftil {
	line-height: 0.56rem;
	font-size: 0.4rem;
}
.bd-about .bm-4 .bm-con .d-d1 .til {
	line-height: 0.8rem;
	font-size: 0.6rem;
}
.bd-about .bm-4 .bm-con .d-d2 {
	width: 0;
	flex: 1;
}
.bd-about .bm-4 .bm-con .d-d2 .til {
	line-height: 0.32rem;
	font-size: 0.32rem;
	font-weight: bold;
}
.bd-about .bm-4 .bm-con .d-d2 .ftil {
	margin-bottom: 0.4rem;
	line-height: 0.32rem;
	font-size: 0.22rem;
}
.bd-about .bm-4 .bm-con .d-d2 .con {
	line-height: 0.32rem;
	font-size: 0.22rem;
	color: #666;
}
.bd-about .bm-4 .bm-con .d-d2 .con p {
	margin-top: 0.2rem;
	padding-left: 0.4rem;
	display: block;
	position: relative;
}
.bd-about .bm-4 .bm-con .d-d2 .con i {
	left: 0;
	top: 0;
	font-size: 0.24rem;
	position: absolute;
}
.bd-about .bm-4 .bm-con .d-d2 .con p:first-child {
	margin: 0;
}
.bd-about .bm-4 .bm-con .d-d3 {
	margin-left: 0.4rem;
	width: 5.2rem;
}
.bd-about .bm-4 .bm-con .d-d3 .c-tel {
	margin-bottom: 0.4rem;
	padding-left: 1.0rem;
	position: relative;
}
.bd-about .bm-4 .bm-con .d-d3 .c-tel i {
	left: 0;
	top: 0;
	width: 0.74rem;
	line-height: 0.74rem;
	font-size: 0.74rem;
	text-align: center;
	position: absolute;
}
.bd-about .bm-4 .bm-con .d-d3 .c-tel .til {
	margin-bottom: 0.1rem;
	line-height: 0.24rem;
	font-size: 0.24rem;
}
.bd-about .bm-4 .bm-con .d-d3 .c-tel .con {
	line-height: 0.4rem;
	font-size: 0.4rem;
	font-weight: bold;
}
.bd-about .bm-4 .bm-con .d-d3 .c-list {
}
.bd-about .bm-4 .bm-con .d-d3 .c-list ul {
	margin-left: 0.8rem
}
.bd-about .bm-4 .bm-con .d-d3 .c-list ul li {
	margin-left: 0.2rem;
	width: 0.68rem;
	display: inline-block;
	float: left;
}
.bd-about .bm-4 .bm-con .d-d3 .c-list .comtil {
	display: block;
	color: #FFF;
}
.bd-about .bm-4 .bm-con .d-d3 .c-list .comtil i {
	margin: 0 auto;
	width: 0.68rem;
	line-height: 0.68rem;
	font-size: 0.4rem;
	text-align: center;
	-moz-border-radius: 0.68rem;
	-webkit-border-radius: 0.68rem;
	border-radius: 0.68rem;
	display: block;
}
.bd-about .bm-4 .bm-con .d-d3 .c-list .comtil .icon-qq {
	background: #000;
}
.bd-about .bm-4 .bm-con .d-d3 .c-list .comtil .icon-wechat {
	background: #29C448;
}
.bd-about .bm-4 .bm-con .d-d3 .c-list .comcon {
	margin: 0.2rem 0 0 50%;
	left: -1.0rem;
	top: 100%;
	width: 2.0rem;
	position: absolute;
}
.bd-about .bm-4 .bm-con .d-d3 .c-list .comcon img {
	width: 100%;
	height: auto;
}