/* 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;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	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;
	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: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: 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 {
	height: 8.666667rem;
	background: url(/public/images/bm-1-bg.jpg) no-repeat center center;
	background-size: cover;
}
.bm-1 .bm-con {
}
.bm-1 .bm-con .c-til {
	margin: 1.88rem auto 1.2rem;
	max-width: 1000px;
	text-align: center;
}
.bm-1 .bm-con .c-til .til {
	margin-bottom: 0.4rem;
	line-height: 0.6rem;
	font-size: 0.48rem;
	font-weight: bold;
	color: var(--color);
}
.bm-1 .bm-con .c-til .con {
	line-height: 24px;
	color: #666;
}
.bm-1 .bm-con .bd-m-number dl dd:before {
	display: none;
}
.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: url(/public/images/bm-2-bg.jpg) no-repeat center center;
	background-size: cover;
}
.bm-2 .bm-con {
}
.bm-2 .bm-con .cb-2 {
}
.bm-2 .bm-con .cb-2 .d-dl {
	margin: 0 -0.2rem;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.bm-2 .bm-con .cb-2 .d-dd {
	padding: 0 0.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bm-2 .bm-con .cb-2 .d-dd ul {
	margin: -0.4rem -0.2rem 0;
	height: 100%;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.bm-2 .bm-con .cb-2 .d-dd ul li {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
	width: 50%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bm-2 .bm-con .cb-2 .d-dd ul li a {
	height: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
.bm-2 .bm-con .cb-2 .d-dd ul li .img {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.bm-2 .bm-con .cb-2 .d-dd ul li .img:before {
	content: " ";
	padding-top: 66%;
	display: block;
}
.bm-2 .bm-con .cb-2 .d-dd ul li .img img {
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}
.bm-2 .bm-con .cb-2 .d-dd ul li .box {
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
}
.bm-2 .bm-con .cb-2 .d-dd ul li .til {
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    overflow: hidden;
}
.bm-2 .bm-con .cb-2 .d-dd ul li .box {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.bm-2 .bm-con .cb-2 .d-dd ul li .til {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bm-2 .bm-con .cb-2 .d-dd ul li .more {
	display: none;
}
.bm-2 .bm-con .cb-2 .d-d1 {
	width: 43.75%;
}
.bm-2 .bm-con .cb-2 .d-d2 {
	width: 56.25%;
}
.bm-2 .bm-con .cb-2 .d-d2 ul li {
	margin-top: 0.4rem;
	height: auto;
}
.bm-2 .bm-con .cb-2 .d-d2 ul li .til {
	padding: 0 0.32rem;
	height: 0.68rem;
	line-height: 0.68rem;
	font-size: 0.24rem;
	text-align: center;
	color: var(--color);
}
.bm-2 .bm-con .cb-2 .d-dd ul .l-l1 {
	width: 100%;
}
.bm-2 .bm-con .cb-2 .d-dd ul .l-l1 a {
	color: #FFF;
}
.bm-2 .bm-con .cb-2 .d-dd ul .l-l1 .img {
	height: -webkit-calc(100% - 1.0rem);
	height: calc(100% - 1.0rem);
}
.bm-2 .bm-con .cb-2 .d-dd ul .l-l1 .box {
	padding: 0 0.4rem;
	line-height: 1.0rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: var(--color);
}
.bm-2 .bm-con .cb-2 .d-dd ul .l-l1 .til {
	font-size: 0.28rem;
}
.bm-2 .bm-con .cb-2 .d-dd ul .l-l1 .more {
	margin-left: 0.2rem;
	display: block;
}
.bm-3 {
	padding-bottom: 1.6rem;
	background: url(/public/images/bm-3-bg.jpg) no-repeat center center;
	background-size: cover;
}
.bm-3 .bm-til {
	padding-bottom: 1.2rem;
}
.bm-3 .bm-con {
	position: relative;
}
.bm-3 .bm-con .c-con {
	width: 50%;
}
.bm-3 .bm-con .c-con dl {
	margin: -0.28rem -0.14rem 0;
}
.bm-3 .bm-con .c-con dl dd {
	margin-top: 0.28rem;
	padding: 0 0.14rem;
	width: 33.33333%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bm-3 .bm-con .c-con dl dd a {
}
.bm-3 .bm-con .c-con dl dd .img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}
.bm-3 .bm-con .c-con dl dd .img img {
	width: 100%;
	max-width: 264px;
	height: auto;
}
.bm-3 .bm-con .c-img {
	right: 0;
	bottom: 0;
	width: 24.375%;
	position: absolute;
}
.bm-3 .bm-con .c-img img {
	width: 100%;
	height: auto;
}
.bm-4 {
	padding-bottom: 1.6rem;
	background: url(/public/images/bm-4-bg.jpg) no-repeat center center;
	background-size: cover;
}
.bm-4 .bm-box {
	width: 83.33333%;
	position: relative;
}
.bm-4 .bm-con {
}
.bm-4 .bm-con .c-about {
	width: 40%;
	line-height: 24px;
	color: #FFF;
}
.bm-4 .bm-con .c-link {
	padding: 1.2rem 0 1.44rem;
}
.bm-4 .bm-con .c-link dl {
	margin: 0 -0.14rem;
}
.bm-4 .bm-con .c-link dl dd {
	padding: 0 0.14rem;
	width: 139px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bm-4 .bm-con .c-link dl dd a {
	padding: 15px;
    -moz-border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
    border: 1px solid #FFF;
	display: block;
	color: #FFF;
}
.bm-4 .bm-con .c-link dl dd i {
	margin-bottom: 9px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	display: block;
}
.bm-4 .bm-con .c-link dl dd .til {
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.bm-4 .bm-con .c-link dl dd .til em {
	right: 0;
	top: 0;
	position: absolute;
}
.bm-4 .bm-con .c-link dl dd a:hover {
	border-color: var(--color);
	background: var(--color);
}
.bm-4 .bm-con .c-more {
	width: 2.2rem;
	line-height: 0.76rem;
	font-size: 0.21rem;
	font-weight: bold;
	text-align: center;
    -moz-border-radius: 0.76rem;
    -webkit-border-radius: 0.76rem;
    border-radius: 0.76rem;
	display: block;
	color: #FFF;
	background: var(--color);
}
.bm-5 {
	padding-bottom: 1.6rem;
	background: url(/public/images/bm-5-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.bm-5 .bm-con {
}
.bm-5 .bm-con dl {
	margin: 0 -0.2rem;
}
.bm-5 .bm-con dl dd {
	padding: 0 0.2rem;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bm-5 .bm-con dl dd a {
	padding: 0.92rem 1.0rem 0;
	height: 100%;
	border: 1px solid #343C4D;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	-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;
	color: #FFF;
}
.bm-5 .bm-con dl dd .box {
	height: 100%;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.bm-5 .bm-con dl dd .til {
	margin-bottom: 0.32rem;
	height: 0.68rem;
	line-height: 0.68rem;
	position: relative;
}
.bm-5 .bm-con dl dd .til h3 {
	line-height: 0.4rem;
	font-size: 0.4rem;
	font-weight: bold;
}
.bm-5 .bm-con dl dd .til i {
	right: 0;
	top: 0;
	font-size: 0.68rem;
	position: absolute;
}
.bm-5 .bm-con dl dd .con {
	height: 0;
	line-height: 0.4rem;
	font-size: 0.21rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bm-5 .bm-con dl dd .more {
	margin-top: 1.0rem;
	border-top: 1px solid #FFF;
	line-height: 1.32rem;
}
.bm-5 .bm-con dl dd a:hover {
	border-color: var(--color);
	background: var(--color);
}
.bm-6 {
	padding-bottom: 1.6rem;
	background: #F1F3F7;
}
.bm-6 .bm-box {
	width: 83.33333%;
	position: relative;
}
.bm-6 .bm-con {
}
.bm-6 .bm-con .c-tab {
	right: 0;
	top: 1.6rem;
	position: absolute;
}
.bm-6 .bm-con .c-tab ul {
	margin-left: -0.72rem;
}
.bm-6 .bm-con .c-tab ul li {
	margin-left: 0.72rem;
	line-height: 0.32rem;
	font-size: 0.32rem;
	display: inline-block;
	float: left;
	color: #666;
}
.bm-6 .bm-con .c-tab ul li .til {
	display: block;
	position: relative;
}
.bm-6 .bm-con .c-tab ul li .til:before {
	content: "/";
	left: -0.36rem;
	top: 0;
	display: block;
	position: absolute;
}
.bm-6 .bm-con .c-tab ul li:first-child .til:before {
	display: none;
}
.bm-6 .bm-con .c-tab ul li .til a {
	display: block;
	color: #666;
}
.bm-6 .bm-con .c-tab ul li .more {
	right: 0;
	top: 100%;
	line-height: 0.4rem;
    font-size: 0.21rem;
    text-align: right;
    font-weight: bold;
    display: none;
    color: var(--color);
    position: absolute;
}
.bm-6 .bm-con .c-tab ul li.active .til a {
	font-weight: bold;
	color: var(--color);
}
.bm-6 .bm-con .c-tab ul li.active .more {
	margin-top: 0.28rem;
	display: block;
}
.bm-6 .bm-con .swiper-box {
	margin: 0 -0.2rem;
}
.bm-6 .bm-con .swiper-box .bd-m-arclist {
	padding: 0 0.2rem;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bm-6 .bm-con .swiper-box .bd-m-arclist:first-child li {
	width: 100%;
}
.bm-6 .bm-con .swiper-box .bd-m-arclist:last-child ul {
	margin-top: 0;
	height: 100%;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.bm-6 .bm-con .swiper-box .bd-m-arclist:last-child li {
	width: 100%;
	height: 33.33333%;
}
.bm-6 .bm-con .swiper-box .bd-m-arclist:last-child li a {
	height: 100%;
}
.bm-6 .bm-con .swiper-box .bd-m-arclist:last-child li .img {
	display: none;
}
.bm-6 .bm-con .swiper-box .bd-m-arclist:last-child li .con {
	margin: 0;
}
.bm-6 .bm-con .swiper-box .bd-m-arclist:last-child li .info {
	margin: 0;
}
.bm-6 .bm-con .swiper-box .bd-m-arclist:last-child li .box {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-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;
}
.bm-6 .bm-con .swiper-box .bd-m-arclist:last-child li:first-child {
	margin-top: 0;
}