.banner {
    width: 100%;
    margin-top: 1.28rem;
    position: relative;

}
.bannerImg{
    width: 100%;
    display: block;
}
.bannerInfo {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.43rem;
    box-sizing: border-box;
    height: 100%;
}
.bannerInfo .title1 {
    color: #1d2129;
    font-family: "Alimama ShuHeiTi";
    font-size: 0.75rem;
    font-weight: 700;
}

.bannerInfo .title2 {
    color: #4e5969;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.43rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
    margin-top: 0.32rem;
}
/* 主标题 */
.main_title {
    color: #1d2129;
    font-size: 0.64rem;
    font-weight: 500;
}
/* 副标题 */
.sub_title {
    color: #86909c;
    font-size: 0.37rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.21rem;
    /* width: 6.3rem; */
    text-align: center;
}

/* 公司介绍 */
.introduce {
	width: 100%;
    padding:1.07rem  0.43rem;
    box-sizing: border-box;
    background-color: #fff;
}
.introduce .item .title{
    margin-top: 0.64rem;
}
.introduce .item .title p {
	color: #4e5969;
	font-size: 0.37rem;
	font-style: normal;
	font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.64rem;
    text-indent: 2em;
    line-height: 0.67rem;
}

.introImg img{
    width: 100%;
    display: block;
}
/* 企业文化 */
.culture {
    width: 100%;
    padding:1.07rem  0.43rem;
    box-sizing: border-box;
    background-color: #EFF5FF;
}

.cultureInfo{
    margin-top: 0.64rem;
}
.culture .culture_box {
	margin-bottom: 0.43rem;
    background-color: #fff;
	filter: drop-shadow(0 10px 40px #0000000d);
    color: #4e5969;
    font-size: 0.32rem;
    font-weight: 400;
    width: 100%;
    padding: 0.43rem 0.45rem;
    border-radius: 0.21rem;
}
.culture .culture_box:nth-of-type(3){
    margin-bottom: 0;
}
.culture .culture_box .box_title{
    display: flex;
    align-items: center;
}
.culture .culture_box .box_title div {
	 color: #4384f7;
	 text-align: center;
	 font-size: 0.53rem;
	 font-style: normal;
	 font-weight: 500;
	 line-height: normal;
}

.culture .culture_box .box_title img {
	width: 0.85rem;
	height: 0.85rem;
	margin-right: 0.21rem;
}


/* 联系我们 */
.contactUs {
    padding: 1.07rem 0.43rem;
	background-color: #fff;   
}
.contactUs .contactUs_box {
	display: flex;
}
.contactUs .contactUs_box img {
	height: 5.63rem;
    border-radius: 0.21rem;
    margin-top: 0.64rem;
}




