.cp {
	color: #333333;
	.more {
		color: #333333;
	}
}

.cp-ty {
	padding: 20px;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, 0.1);
}

.cp-bg {
	background: #327AFF;
	color: #FFFFFF;
	.more {
		color: #333333;
	}
}

.cp-bg1 {
	/* color: #333333; */
}


.cp-title {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	/* color: #FFFFFF; */
}

.cp-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	/* color: #FFFFFF; */
	line-height: 24px;
}

.tmall-about-width{
	width: 80%;position: relative;
}

.tmall-about-more {
	width: 100px;
	height: 90px;
	background-color: #327AFF;
	position: absolute;
	z-index: 89;
}

.tmall-about-right-img {
	width: 70%;
	height: 400px;
	z-index: 88;
	.imgdiv {
		width: 60%;height: 400px;
	}
}
.tmall-about-left {
	position: absolute;z-index: 89;width: 85%; 
	.leftDiv {
		background-color: #F7F7F7; width: 60%;height: 300px;z-index: 88;
	}
}

.tmall-footer-height{
	height: 260px;
}

.about-first{
	text-align: center;background-color: #FFFFFF;padding-top: 100px;padding-bottom: 30px;
}

.footer_span{
	font-size: 36px;font-family: FZDaBiaoSong-B06S;font-weight: 400;color: #FFFFFF;
}

@media screen and (max-width:768px) {
	.font_first{
		text-align:center;
	}
	.footer_span{
		font-size: 20px;font-family: FZDaBiaoSong-B06S;font-weight: 400;color: #FFFFFF;
	}
	.about-first{
		text-align: center;background-color: #FFFFFF;padding-top: 30px;padding-bottom: 30px;
	}
	.tmall-about-width{
		width: 100%;position: relative;
	}
	.tmall-about-more {
		width: 80px;
		height: 70px;
		background-color: #327AFF;
		position: absolute;
		z-index: 89;
	}
	
	.tmall-about-right-img {
		width: 100%;
		height: 400px;
		z-index: 88;
		/* margin-left: 30%; */
		.imgdiv {
			width: 100%;height: 400px;
		}
	}
	.tmall-about-left {
		position: absolute;z-index: 89;width: 100%;
		.leftDiv {
			background-color: #F7F7F7; width: 90%;height: 260px;z-index: 88;
		}
	}
	
	.tmall-footer-height{
		height: 460px;
	}
	.tmall-footer-right{
		margin-left: 10px;
		/* padding-left: 50px; */
	}
}

@media screen and (min-width:769px) {
	.tmall-about-width{
		width: 70%;position: relative;
	}
	
	.tmall-about-more {
		width: 160px;
		height: 110px;
		background-color: #327AFF;
		position: absolute;
		margin-left: -68%;
		z-index: 89;
	}
	
	.tmall-about-right-img {
		width: 90%;
		height: 450px;
		z-index: 88;
		margin-right: -10%;
		.imgdiv {
			width: 70%;height: 450px;
		}
	}
	.tmall-about-left {
		position: absolute;z-index: 89;width: 40%; margin-left: -90%;
		.leftDiv {
			background-color: #F7F7F7; width: 80%;height: 350px;z-index: 88;
		}
	}
}

@media screen and (max-width:1024px) and (min-width:769px) {
	
}


#banner img{
	max-width:100%;
	height:100%;
	object-fit: cover;
}