/* Main CSS Document */
@charset "utf8";
/* 公共 */
.bd-banner {
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
}
.bd-banner .btn {
	top: 50%;
	max-width: 80px;
	width: 4.2%;
	height: 0;
	opacity: 0;
	transition: all 0.35s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 2;
}
.bd-banner .btn:before {
	content: " ";
	padding-top: 250%;
	width: 100%;
	display: block;
	background-size: cover !important;
}
.bd-banner .prev {
	left: 50px;
}
.bd-banner .prev:before {
	background: url(/public/images/banner-btn-prev.png) no-repeat center center;
}
.bd-banner .next {
	right: 50px;
}
.bd-banner .next:before {
	background: url(/public/images/banner-btn-next.png) no-repeat center center;
}
.bd-banner:hover .btn {
	opacity: 1;
}
.bd-banner .swiper {
}
.bd-banner .swiper-slide {
}
.bd-banner .swiper-slide a {
	width: 100%;
	display: block;
}
.bd-banner .swiper-slide img {
	width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
}
.bd-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	height: 0.08rem;
	bottom: 1.0rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.bd-banner .swiper-pagination-bullet {
	width: 0.8rem;
	height: 3px;
	background: #FFF;
	border-radius: initial;
	float: left;
	/*opacity: 1;*/
}
.bd-banner .swiper-pagination-bullet-active {
	/*background: #086DD9;*/
}
.bm-1 {
	padding-bottom: 1.6rem;
	background: url(/public/images/bd-webplace-1-bg.jpg) no-repeat center center;
	background-size: cover;
}
.bm-1 .bm-til {
	text-align: center;
}
.bm-1 .bm-con {
}
.bm-1 .bm-con .btn {
	margin: 0 auto 0.68rem;
}
.bm-1 .bm-con .bd-m-number dl {
	margin: 0 -0.2rem;
}
.bm-1 .bm-con .bd-m-number dl dd {
	padding: 0 0.2rem;
}
.bm-1 .bm-con .bd-m-number dl dd:before {
	display: none;
}
.bm-1 .bm-con .bd-m-number dl dd a {
	padding: 0.48rem 0;
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
	background: #FFF;
}
.bm-1 .bm-con .bd-m-number dl dd .con span {
	font-size: 0.8rem;
}
.bm-1 .bm-con .bd-m-number dl dd .con em {
	font-size: 0.48rem;
}
.bm-2 {
	padding-bottom: 1.6rem;
	background: var(--color-bg);
}
.bm-3 {
	padding-bottom: 1.6rem;
	background: url(/public/images/bd-webplace-3-bg.jpg) no-repeat center center;
	background-size: cover;
}
.bm-3 .bm-con {
}
.bm-3 .bm-con dl {
	margin: -4px -2px 0;
}
.bm-3 .bm-con dl dd {
	margin-top: 4px;
	padding: 0 2px;
	width: 16.66666%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bm-3 .bm-con dl dd a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.bm-3 .bm-con dl dd img {
	width: 100%;
	height: auto;
}
.bm-4 {
	padding-bottom: 1.6rem;
	background: var(--color-bg);
}
.bm-4 a {
	color: #FFF;
}
.bm-4 .bm-til {
	text-align: center;
}
.bm-4 .bm-con {
	padding: 0.56rem 1.0rem 0.8rem;
    -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;
	color: #FFF;
	background: var(--color);
	position: relative;
	overflow: hidden;
}
.bm-4 .bm-con .c-auto {
	padding-right: 1.0rem;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bm-4 .bm-con .c-tab {
	position: relative;
}
.bm-4 .bm-con .c-tab:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	display: block;
	position: absolute
}
.bm-4 .bm-con .c-tab ul {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bm-4 .bm-con .c-tab ul li {
}
.bm-4 .bm-con .c-tab ul li a {
	line-height: 1.2rem;
	font-size: 0.32rem;
	display: block;
	position: relative;
}
.bm-4 .bm-con .c-tab ul li a:before {
	content: " ";
	left: 0;
	bottom: -1px;
	width: 100%;
	border-bottom: 3px solid #FFF;
	display: none;
	position: absolute;
}
.bm-4 .bm-con .c-tab ul li.on a {
	font-size: 0.4rem;
	font-family: var(--webfont-primary-bold);
}
.bm-4 .bm-con .c-tab ul li.on a:before {
	display: block;
}
.bm-4 .bm-con .c-box {
}
.bm-4 .bm-con .c-con {
	display: none;
}
.bm-4 .bm-con .c-con .img {
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	position: absolute;
}
.bm-4 .bm-con .c-con .img img {
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
    -moz-object-fit: cover;
    object-fit: cover;
	position: absolute;
}
.bm-4 .bm-con .c-con i {
	margin: 1.08rem 0 0.24rem;
	height: 0.68rem;
	line-height: 0.68rem;
	font-size: 0.68rem;
	display: block;
}
.bm-4 .bm-con .c-con .con {
	height: 150px;
	line-height: 30px;
	font-size: 16px;
	display: block;
}
.bm-4 .bm-con .c-con .more {
	margin-top: 0.32rem;
	padding-top: 0.48rem;
	line-height: 30px;
	font-size: 16px;
	border-top: 1px solid #FFF;
	display: block;
}
.bm-5 {
	padding-bottom: 1.6rem;
}
.bm-5 .bm-con {
}
.bm-5 .bm-con .swiper {
	margin: 0 -0.2rem;
}
.bm-5 .bm-con .swiper-slide {
	padding: 0 0.2rem;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.bm-5 .bm-con .swiper-box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	color: #666;
	background: var(--color-bg);
	overflow: hidden;
}
.bm-5 .bm-con .swiper-slide .img {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	position: relative;
	overflow: hidden;
}
.bm-5 .bm-con .swiper-slide .img:before {
	content: " ";
	padding-top: 64%;
	display: block;
	background: #FFF;
}
.bm-5 .bm-con .swiper-slide .img img {
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.bm-5 .bm-con .swiper-slide .box {
	padding: 0.48rem;
	line-height: 24px;
	position: relative;
}
.bm-5 .bm-con .swiper-slide .til {
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.32rem;
	font-family: var(--webfont-primary-bold);
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	color: var(--color);
	overflow: hidden;
}
.bm-5 .bm-con .swiper-slide .con {
	margin: 0.2rem 0;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bm-5 .bm-con .swiper-slide .more {
	font-family: var(--webfont-primary-bold);
	color: var(--color);
}
.bm-5 .bm-con .swiper-slide:hover .swiper-box {
	color: #FFF;
	background: var(--color);
}
.bm-5 .bm-con .swiper-slide:hover .til, .bm-5 .bm-con .swiper-slide:hover .more {
	color: #FFF;
}
.bm-6 {
	padding-bottom: 1.6rem;
	background: var(--color-bg);
}
.bm-6 .bm-til {
	text-align: center;
}
.bm-6 .bm-con ul li {
	width: 50%;
}
.ft-webplace {
	padding: 60px 0 40px;
	color: #999;
	position: relative;
}
.ft-webplace:after {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	opacity: .1;
	/* 针对支持标准渐变语法的浏览器 */
	background: linear-gradient(to right, rgba(50, 50, 50, 0), #FFF 50%, rgba(50, 50, 50, 0));
	/* 针对不支持标准渐变语法的IE浏览器 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFF', GradientType=1);
	position: absolute;
	z-index: 1;
}
.ft-webplace .d-dl {
	margin: 0 -0.4rem;
}
.ft-webplace .d-dd {
	padding: 0 0.4rem;
	width: 50%;
}
.ft-webplace .d-til {
	margin-bottom: 0.24rem;
	line-height: 0.24rem;
	font-size: 0.24rem;
}
.ft-webplace .d-con {
}
.ft-webplace .d-con ul {
	margin: 0 -0.2rem;
}
.ft-webplace .d-con ul li {
	padding: 0 0.2rem;
	display: inline-block;
	float: left;
}
.ft-webplace .d-con ul li {
	line-height: 30px;
	display: block;
}
.ft-webplace .d-con ul li a {
	color: #999;
}