.main {
	margin: 30px 0;
}

.main .mainl {
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}

.ablamp {
	background: url(../img/contact/abg.png) no-repeat;
	background-size: cover;
	padding: 0px;
}

.ablamp p:nth-child(1) {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	background: -webkit-linear-gradient(#F98725, #FFD597);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}

.abtit {
	height: 80px;
}

.yj {
	text-align: center;
	width: 60%;
	margin: 0 20%;
	padding: 10px 0;
}

.yj img:nth-child(2) {
	width: 100%;
	margin: 20px 0;
}

.yj p {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.sm {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
}

.sm li {
	display: flex;
	align-items: center;
	margin: 30px 0;
}

.sm li img {
	width: 50px;
	margin-right: 30px;
}

.sm li p {
	font-size: 18px;
	font-weight: bold;
}

.ry {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

.ry ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.ry ul li {
	width: 40%;
}

.ry ul li img {
	width: 100%;
	margin-bottom: 20px;
}

.ourzz {
	width: 70%;
	margin: 30px auto;
	text-align: center;
}

.ourzz img {
	margin-bottom: 30px;
}

.ourzz p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}

.zs {
	padding: 30px 80px;
	background: url(../img/contact/abg.png) no-repeat;
	background-size: cover;
	text-align: center;
}

.zstit p {
	line-height: 1.5;
}

.zstit p:nth-child(1) {
	font-size: 22px;
	font-weight: 800;
}

.zstit p:nth-child(2) {
	color: var(--gray);
}

.zs li {
	display: flex;
	align-items: center;
}

.zs li p {
	width: 35%;
	padding: 15px 30px;
	line-height: 1.2;
	background-color: #fff;
	border-radius: 6px;
	display: inline-block;
	box-shadow: 0px 4px 4px 0px #FFE3DF;
}
.zs li p:nth-child(1){
	z-index: 2;
}
.zs li p:nth-child(2) {
	margin:50px -20px 0 -20px;
}
.concat{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.c_top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.c_top .title{
	margin-bottom: 10px;
}
.c_top p:nth-child(n+2){
	 color:var(--gray);
	 font-size: 12px;
}
.conmsg li{
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap:10px;
}
.conmsg li div{
	flex:1;
	background-color: #FFF2DE;
	padding: 6px;
	border-radius: 5px;
}
.conmsg li div p:nth-child(1){
	font-size: 12px;
	margin-bottom: 5px;
}
.conmsg li div p:nth-child(2){
	font-size: 14px;
}
#map{
	margin-top: 20px;
	border-radius: 6px;
	overflow: hidden;
}
@media (max-width:768px) {
	.main{
		margin: 15px 0;
	}
	.ablamp{
		padding: 0px;
	}
	.ablamp p:nth-child(1){
		font-size: 25px;
	}
	.abtit{
		height: 60px;
	}
	.yj{
		width: 100%;
		padding: 15px;
		margin: 0;
	}
	.sm{
		padding: 15px;
		width: 100%;
	}
	.sm li p{
		font-size: 15px;
	}
	.sm li{
		margin: 20px 0; 
	}
	.sm li img{
		margin-right: 15px;
	}
	.zs{
		padding: 30px;
	}
	.zs li{
		display: block;
	}
	.zs li p{
		width: 100%;
		padding: 15px;
		margin: 10px 0!important;
	}
	.ry{
		width: 100%;
		padding: 15px;
	}
	.ry ul{
		display: block;
	}
	.ry ul li{
		width: 80%;
		margin: 20px auto;
	}
	.ry ul li img{
		margin-bottom: 10px;
	}
	.ourzz{
		width: 100%;
		padding: 15px;
		margin:  0;
	}
	.ourzz p{
		font-size: 15px;
	}
}