body,html{
  scroll-behavior: smooth;
}
html {
   -ms-overflow-style:none;
   overflow:-moz-scrollbars-none;
   }
/* html::-webkit-scrollbar{width:0px} */
.posi{
	/* display: none; */
	opacity: 0;
	position: fixed;
	right: 28px;
	width: 20px;
	z-index: 10;
	top: calc(50% - 60px);
}	
.posi a{
	display: block;
	width: 20px;
	position: relative;
	color: #000;
	margin: 10px 0;
	font-size: 12px;
}
.posi a:hover{color: #ed6c9e;}
.posi a:hover::before{
	width: 20px;
	background-color: #ed6c9e;
}
.posi a.active::before{
	width: 20px;
}
.posi a::before{
	content: "";
	position: absolute;
	left: 20px;
	top: 49%;
	width: 0px;
	height: 2px;
	background-color: #000;
	transition: all linear 0.3s;
}
.video_bg{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.video_bg .video{
	width: 100%;
	display: flex;
	justify-content: center;
}
.video_bg .video video{
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	object-fit: fill;
}
.video_bg .video_mask{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video_bg .video_mask .con{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 16px;
}
.video_bg .video_mask .con img{
	margin-left: -23%;
	margin-top: 15%;
	margin-bottom: 10%;
}
.video_bg .video_mask .con p{
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 10%;
	font-family: '思源宋体bold';
}
.video_bg .video_mask .con a{
	padding: 16px;
	width: 320px;
	/* background-color; */
	color: #fff;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 14px;
	position: relative;
	transition: all linear 0.3s;
}
.video_bg .video_mask .con a::before{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	z-index: -1;
	background-color: #ed6c9e;
	transition: width linear 0.3s;
}
.video_bg .video_mask .con a:hover{
	text-decoration: none;
	border-color: #ED6C9E;
	/* color: #333; */
}
.video_bg .video_mask .con a:hover::before{
	left: 0;
	right: auto;
	width: 100%;
}
/* 加入我们 */
.join_us{
	width: 100%;
	background-image: url(../img/lmjs_bj.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}
.join_us_con{
	margin-top: 187px;
	margin-bottom: 170px;
	background: #dfd8d2 url(../img/lmjs_beijing.jpg) no-repeat;
	background-position: right bottom;
	overflow: hidden;
}
.join_us_con h3{
	font-size: 32px;
	color: #2b2b2b;
	text-align: center;
	margin-top: 71px;
	margin-bottom: 81px;
	font-family: '思源宋体bold';
}
.join_us_con .row{
	padding: 0 218px;
}
.join_us_con .row .right{border-left: 1px solid #7b7b7b;}
.join_us_con .row .left,
.join_us_con .row .right{
	padding: 20px;
	font-size: 15px;
	color: #2b2b2b;
	line-height: 28px;
}
.join_us_con a{
	display: block;
	width: 230px;
	height: 54px;
	background-color: #7b7b7b;
	color: #fff;
	margin: 100px auto;
	text-align: center;
	line-height: 54px;
	transition: all linear 0.5s;
	background: #7b7b7b url(../img/flower.png) no-repeat;
	background-position: 0 center;
	background-size: auto 80%;
}
.join_us_con a:hover{
	background-color: #ed6c9e;
	background-position: 100% center;
}
/* 联盟动态 */
.lunbo .swiper-container{
	width: 100%;
	height: 937px;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide{
	width: 100%;
	height: 100%;
	display: flex;
	padding: 80px 100px;
	align-items: center;
	justify-content: space-between;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.left{
	width: 35%;
	margin: 0 150px;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.left h3{
	color: #ed6c9e;
	font-size: 36px;
	margin-bottom: 45px;
	font-family: '思源宋体bold';
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.left h5{
	font-size: 20px;
	color: #2b2b2b;
	margin-bottom: 45px;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.left p{
	font-size: 15px;
	color: #7b7b7b;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right{
	width: 45%;
	position: relative;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right a{
	position: absolute;
	top: calc(50% - 83px);
	left: -83px;
	width: 166px;
	height: 166px;
	z-index: 2;
	background-color: #4b4b4b;
	border-radius: 50%;
	text-align: center;
	line-height: 166px;
	color: #fff;
	transition: 0.3s cubic-bezier(0.28, 0, 0.18, 1);
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right a:hover{
	background-color: #ed6c9e;
	transform: scale(1.3);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right .img {
	width: 650px;
	height: 780px;
	/* filter: grayscale(85%); */
	transition: all linear 0.3s;
	position: relative;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right .img div.zhezhao{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	transition: all linear 0.3s;
	/* background-color: #fff; */
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right a:hover + .img .zhezhao{
	background-color: rgba(0,0,0,0);
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right a:hover + .img .zhezhao{
	box-shadow: 0 0 60px rgba(0,0,0,0.5);
}

.lunbo .swiper-container .swiper-wrapper .item1{
	background: url(../img/lmdt_bj.jpg) no-repeat;
	background-size: auto 100%;
}
.lunbo .swiper-container .swiper-wrapper .item2{
	background: url(../img/lmdt_bj.jpg) no-repeat;
	background-size: auto 100%;
}
.lunbo .swiper-button-prev{
	width: 60px;
	height: 111px;
	left: 100px;
	background: url(../img/jt_left2.png) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	outline: none;
	transition: all linear 0.3s;
	opacity: 0.5;
}
.lunbo .swiper-button-next{
	width: 60px;
	height: 111px;
	right: 100px;
	background: url(../img/jt_right2.png) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	outline: none;
	transition: all linear 0.3s;
	opacity: 0.5;
}
.lunbo .swiper-button-prev:hover{
	margin-left: -10px;
	opacity: 1;
	/* background-image: url(../img/jiantou_1.png); */
}
.lunbo .swiper-button-next:hover{
	margin-right: -10px;
	opacity: 1;
	/* background-image: url(../img/jiantou_11.png); */
}
.lunbo .swiper-button-prev:after,
.lunbo .swiper-button-next:after{
    content: '';
}
/* 联盟成员 */
.chengyuan{
	
	width: 100%;
	background: url(../img/lmcy_bj.jpg) no-repeat;
	/* height: 750px; */
	background-size: cover;
}
.chengyuan .container>div.more{
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.chengyuan .container>div.more a{
	display: inline-block;
	/* margin: 0 auto; */
	border: 1px solid #ED6C9E;
	color: #ED6C9E;
	margin-right: 20px;
	/* background-color: #ED6C9E; */
	/* color: #fff; */
	padding: 15px 30px;
	font-size: 14px;
	transition: all linear 0.3s;
}
.chengyuan .container>div.more a:hover{
	background-color: #ED6C9E;
	color: #fff;
}
.chengyuan .container h3{
	text-align: center;
	margin-top: 111px;
	margin-bottom: 30px;
	color: #ED6C9E;
	font-size: 36px;
	font-family: '思源宋体bold';
}
.chengyuan .container .box {
	position:relative;
	width:1200px;
	margin:0 auto;
	/* margin-bottom: 60px; */
}
.chengyuan .container .box #china-map {
	width:100%;
	height:800px;
	margin:auto;
}
.chengyuan .container .box #china-map canvas{
	left: -129px !important;
}
/* .chengyuan .container img{
	display: block;
	width: 100%;
	margin: 100px auto;
} */
@media (max-width: 1199px) {
	.chengyuan .container .box {
		width: 100%;
		height: 500px;
	}
	.chengyuan .container .box #china-map {
		height: 100%;
	}
}
.chengyuan .container .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.chengyuan .container .list .item{
	width: 24%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.chengyuan .container .list .item .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 100px;
	color: #fff;
	transition: all linear 0.3s;
}
.chengyuan .container .list .item:hover .mask{
	top: 0px;
}
.chengyuan .container .list .itemmpty{
	width: 24%;
	margin-bottom: 0px;
}
.chengyuan .container .list .item img{
	width: 100%;
	/* transition: all linear 0.3s; */
}
/* 联盟产品 */
.index_product{
	/* width: 100; */
	margin: 0 auto;
}
.index_product h3{
	text-align: center;
	font-size: 36px;
	color: #ED6C9E;
	margin-top: 100px;
	margin-bottom: 70px;
	font-family: '思源宋体bold';
}
.index_product .list{
	padding: 0 70px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_product .list .item{
	width: 280px;
	min-height: 421px;
	margin-bottom: 20px;
}
/* .index_product .list .item:hover h6{
	color: #ED6C9E;
}
.index_product .list .item:hover p{
	color: #ED6C9E;
} */
.index_product .list .item .img{
	width: 100%;
	height: 356px;
	overflow: hidden;
}
.index_product .list .item .img img{
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
}
.index_product .list .item .img:hover img{
	transform: scale(1.1);
}
.index_product .list .itempty{
	width: 280px;
	height: 0px;
	margin-bottom: 0px;
}
.index_product .list h6{
	transition: all linear 0.3s;
	color: #7b7b7b;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}
.index_product .list h6 span:last-child{
	padding-left: 20px;
	color: #ed6c9e;
	background: url(../img/posi.png) no-repeat;
}
.index_product .list p{
	color: #2b2b2b;
	font-size: 18px;
	transition: all linear 0.3s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_product .list .item:hover p span{
	color: #ed6c9e;
}
.index_product .list p span:first-child{
	font-size: 14px;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2b2b2b;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: -2px;
	transition: all linear 0.3s;
}
.index_product .list p span:last-child{
	/*color: #7b7b7b;*/
	/*font-size: 12px;*/
}

.index_product a.more{
	width: 100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin-bottom: 100px; */
	transition: all linear 0.2s;
	margin-top: 50px;
}
.index_product a.more:hover {
	transform: translateY(10px);
}
.index_product a.more p{
	color: #2b2b2b;
	margin-top: 10px;
	transition: all linear 0.2s;
}
.index_product a.more:hover p{
	color: #ED6C9E;
	
}
/* 紫荆风光 */
.index_fengguang{
	overflow: hidden;
	padding-top: 100px;
	margin: 0 auto;	
	margin-bottom: 50px;
}
.index_fengguang h3{
	text-align: center;
	font-size: 36px;
	color: #ED6C9E;
	/* margin-top: 100px; */
	margin-bottom: 70px;
	font-family: '思源宋体bold';
}
.index_fengguang div.fengguang_con{
	padding: 0 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* .index_fengguang div.fengguang_con img{
	width: 100%;
}
.index_fengguang div.fengguang_con .swiper-container{
	width: 33.5%;
	overflow: hidden;
}
.index_fengguang div.fengguang_con .swiper-container .swiper-slide{
	height: auto !important;
} */
.index_fengguang div.fengguang_con .left{
	width: 33.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index_fengguang div.fengguang_con .left .up{
	width: 100%;
	/* height: 380px; */
}
.index_fengguang div.fengguang_con .left .swiper-container{
	height: 49%;
}
.index_fengguang div.fengguang_con .left .swiper-container .swiper-slide img{
	width: 100%;
}
.index_fengguang div.fengguang_con .left .down{
	width: 100%;
	/* height: 380px; */
	/* margin-top: 10px; */
}
.index_fengguang div.fengguang_con .right{
	width: 65.5%;
}
.index_fengguang div.fengguang_con .right video{
	width: 100%;
}
/* 三部分 */
.three_part{
	padding-top: 100px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* height: 700px; */
}
.three_part h4{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #ED6C9E;
	/* margin-top: px; */
	margin-bottom: 70px;
	font-family: '思源宋体bold';
}
.three_part .item{
	width: 33%;
	height: 100%;
	position: relative;
}
.three_part .item .img{
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.three_part .item .img img{
	height: 100%;
	margin: 0 auto;
	transition: 0.6s cubic-bezier(0.28, 0, 0.18, 1)
}
.three_part .item:hover .img img{
	transform: scale(1.1);
}
.three_part .item .mask{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 150px 80px;
}
.three_part .item .mask h3{
	font-size: 36px;
	color: #ffffff;
	font-family: '宋体';
	font-weight: bold;
}
.three_part .item .mask p{
	display: inline-block;
	border: 1px solid #fff;
	/* background-color: #ed6c9e; */
	padding: 15px 30px;
	color: #ffffff;
	margin-top: 100px;
	transition: all linear 0.3s;
}
.three_part .item .mask p:hover{
	background-color: #ed6c9e;
	border-color: #ED6C9E;
	
}

	
	
	
@media (max-width:1200px) {	
.lunbo .swiper-container{
	height: auto !important;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide{
	height: auto !important;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.left{
	margin: 0 50px 0 0;
}
.index_product{
	width: 100%;
}
.index_product .list{
	width: 100%;
	padding: 0 15px;
}
.index_fengguang div.fengguang_con{
	padding: 0 15px;
}
}
@media (max-width:991px) {
.posi{display: none;}
.video_bg .video_mask .con img{
	width: 75%;
	margin-left: -28%;
}
.video_bg .video_mask .con p{
	font-size: 20px;
	margin-bottom: 20px;
}
.video_bg .video_mask .con a{
	font-size: 14px;
	width: 140px;
	padding: 10px;
}
.join_us_con {
	margin: 100px auto;
}
.join_us_con .row{
	padding: 0 20px;
}
.join_us_con .row div.left,
.join_us_con .row div.right{
	padding: 20px 0;
}
.join_us_con .row .right{
	border-left: none;
	border-top: 1px solid #7b7b7b;
}
.join_us_con h3 {
	margin: 40px 0;
}
.join_us_con a {
	margin: 50px auto;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide{
	flex-wrap: wrap;
	padding-top: 20px;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.left{
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.left h3{
	text-align: center;
	margin: 20px 0;
	font-size: 32px;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.left h5{
	text-align: center;
	margin: 20px 0;
	font-size: 16px;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right{
	width: 100%;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right .img{
	width: 100%;
	height: auto;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right .img img{
	width: 100%;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right a {
	top: unset;
	width: 100px;
	height: 100px;
	bottom: -50px;
	left: calc( 50% - 50px);
	line-height: 100px;
}
.lunbo .swiper-button-next{
	right: 25px;
}
.lunbo .swiper-button-prev{
	left: 25px;
}
.three_part{
	flex-wrap: wrap;
	height: auto;
}
.three_part .item{
	width: 100%;
}
.three_part .item .img{
	width: 100%;
}
.three_part .item .img img{
	width: 100%;
}
.chengyuan .container .list .item{
	width: 32%;
}
.chengyuan .container .list .itemmpty{
	width: 32%;
	margin-bottom: 0px;
}

}

@media (max-width:767px) {
.video_bg .video video{
	min-height: 600px;
	width: auto;
}
.video_bg .video_mask{
	height: 47%;
}
.video_bg .video_mask .con img{
	width: 75%;
	margin-left: -28%;
}
.video_bg .video_mask .con p{
	font-size: 16px;
	margin-bottom: 20px;
}
.video_bg .video_mask .con a{
	font-size: 14px;
	width: 140px;
	padding: 10px;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide{
	padding: 15px;
}
.lunbo .swiper-container .swiper-wrapper .swiper-slide>div.right{
	margin-bottom: 50px;
}
.lunbo .swiper-button-next,
.lunbo .swiper-button-prev{
	width: 30px;
}
.index_product .list{
	justify-content:space-around;
}
.index_fengguang div.fengguang_con .swiper-container{
	width: 100%;
}
.index_fengguang div.fengguang_con .left{
	width: 100%;
}
.index_fengguang div.fengguang_con .right{
	margin-top: 10px;
	width: 100%;
}
.three_part .item .mask{
	padding: 50px;
}
.chengyuan .container .list .item{
	width: 49%;
}
.chengyuan .container .list .itemmpty{
	width: 49%;
	margin-bottom: 0px;
}
.chengyuan .container .box #china-map canvas{
	left: 0px !important;
}
}