*,body{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, clean, sans-serif;;
}
div{
	box-sizing: border-box;
}
img{
	max-width: 100%;
	display: block;
	transition: all 1s;
}
.main{
	/* padding-bottom: 120px; */
}
.menu{
	position: fixed;
	z-index: 99;
	width: 100%;
	/* background: #f5edfc; */
	background: rgba(250,250,250,.5);
	top: 0;
}
.menu img{
	height: 60px;
}
.menu a{
	color: #333;
	text-decoration: none;
	margin: 0 20px;
	font-size: 20px;
}
.menu a:hover{
	color: #9532E4;
}
.banner {
    width: 100%;
    height: 800px;
	/* margin-top: 60px; */
}  
.banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
}
.banner .swiper-pagination-bullet-active{
	background: #333;
}
.title{
	text-align: center;
	font-size: 28px;
	padding-top: 70px;
	color: #433e3e;
}
.module-title-content {
    margin-bottom: 35px;
    text-align: center;
}
.module-title-content {
    margin: 10px 0 30px;
}
.module-title-content > i {
    display: inline-block;
    zoom: 1;
    position: relative;
    top: -5px;
    width: 55px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
}
.module-title-content > h3 {
    display: inline-block;
    zoom: 1;
    margin: 0 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #999;
	text-transform: uppercase;
}
.butie .mall_item{
	width: 33.33333333%;
	background: rgba(245, 237, 252,.5);
	height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.butie .mall_item img{
	width: 100%;
	height: 100%;
}
.butie .mall_item p{
	padding: 0 20px;
	line-height: 2;
}
.butie .mall_item .mall_tit{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 18px;
}
.butie .mall_item:hover img{
	transform: scaleY(1.1);
}
.flex{
	margin: 0 auto;
	width: 1200px;
	justify-content: space-between;
	align-items: center;
	display: -webkit-box; /* Safari 6-9 */
	display: -ms-flexbox; /* IE 10 */
	display: flex;
}
.full-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.left{
	width: 500px;
}
.left:hover img{
	transform: scale(1.1);
}
.little_title{
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.right{
	width: 700px;
	padding-left: 50px;
}
.intro_p{
	margin-bottom: 10px;
}
.text{
	line-height: 2;
	font-size: 15px;
	color: #333;
}
.introduction{
	margin-top: 100px;
	position: relative;
}
.w50{
	width: 50%;
}
.w50 img{
	width: 100%;
}
.w50-text{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(30,30,30,.6);
	line-height: 2.5;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
}
.w50-title{
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}
.join .item{
	width: 31%;
}
.join .item .img:hover img{
	transform: scale(1.1);
}
.join .subheading{
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}
.join .w25{
	width: 24%;
}
.news .img{
	height: 190px;
}
.news .img img{
	height: 100%;
}
.tc{
	text-align: center;
}
.join .w20{
	width: 19%;
}
.full{
	width: 100%;
	background: #05070e;
	margin-top: 70px;
}
.full img{
	margin: 0 auto;
}
.w44{
	width: 44.5%;
}
.w61{
	width: 61%;
}
.contactUs{
	background-image: url('./img/bg.jpg');
	background-size: 100%;
	background-position: bottom;
	color: #fff;
	margin-top: 70px;
}
.joinMask{
	width: 100%;
	height: 100%;
	padding: 70px 0;
	background: rgba(50,50,50,.5);
}
.joinMask .flex{
	margin-top: 70px;
	padding-bottom: 60px;
}
.contactUs .title{
	margin-top: 0;
	color: #fff;
}
.contactUs .module-title-content > h3{
	color: #fff;
}
.contactUs img{
	width: 80px;
	margin: 0 auto;
}
.contactUs .text{
	color: #fff;
}
@media screen and (max-width: 1024px) { /* 当屏幕宽度小于等于600像素时应用该样式 */ 
.nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.menu a{
	margin: 0;
}
.butie .mall_item{
	width: 100%;
	height: auto;
}
	.banner{
		height: 260px;
	}
	.banner .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.title{
		font-size: 24px;
		margin-top: 40px;
	}
	.module-title-content > h3{
		font-size: 14px;
	}
	.flex{
		width: 100%;
		flex-wrap: wrap;
		padding: 0 10px;
	}
	.left{
		width: 100%;
	}
	.right{
		width: 100%;
		padding: 10px 20px 0;
	}
	.little_title{
		font-size: 20px;
		margin-bottom: 0px;
	}
	.full-flex{
		flex-wrap: wrap;
	}
	.introduction{
		margin-top: 40px;
	}
	.w50{
		width: 100%;
	}
	.w50-title {
	    font-size: 22px;
		margin-bottom: 0px;
	}
	.w50-text{
		font-size: 16px;
		padding: 0 10px;
	}
	.join .subheading {
	    margin-top: 10px;
	}
	.w44,.w61{
		width: 100%;
	}
	.join .w20{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.join .w20 .up{
		width: 49%;
	}
	.join .item{
		width: 100%;
	}
	.join .w25{
		width: 49%;
	}
}