﻿
*{
	padding:0;
	margin:0;
}

.banner img{
	width: 100%;
	display: flex;

}
html,body{
	background:#fff0da url("../img/zc/01.png") no-repeat bottom left;
	background-size: 100% auto;
}

.out{
	padding-top:20px;
}
.content{
	background:#eb6314;
	max-width: 1380px;
	padding:20px;
	margin:0 auto 40px;
	width: calc(100% - 40px);
	border-radius: 20px;
	position: relative;
}
.content .items{
	border-radius: 20px;

	position: relative;
	margin-bottom: 30px;
}
.content .items:last-child{
	margin-bottom: 0;
}
.content .items h2{
	text-align: center;
	position: relative;
	height: 80px;
	line-height: 80px;
	margin-left: 0px;
	background:#fff;
	font-size: 38px;
	color:#e85e0e;
	border-top-right-radius: 20px;

}
.content .items h2 span{
	position: absolute;
	left:-15px;
	top:-15px;
	width: 50px;
}
.content .items h2 span img{
	width: 100%;
}
.content .items .city{
	position: absolute;
	left: 0px;
	top:0px;
	background:#ed6919;
	line-height: 80px;
	width: 160px;
	color:#fff;
	text-align: center;
	border-bottom-right-radius: 20px;
}

.content .items  .info{
	background:#fff;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding:20px;
	line-height: 35px;
	font-size: 18px;
	position: relative;
}
.content .items  .info .img{
	position: absolute;
	bottom:-41px;
	right:0;
	width: 180px;
}
.content .items  .info .img img{
	width: 100%;
}
.content .items  .info span{
	color:#d50606;
	font-weight: bold;
}


.content .items_b{
	background:#fff;
	margin-bottom: 30px;
	border-radius: 20px;

}
.content .items_b:last-child{
	margin-bottom: 0;
}
.content .items_b h2{
	text-align: center;
	font-weight: normal;
	font-size: 38px;
	color:#e85e0e;
	line-height: 80px;
}
.content .items_b .info{
	padding:20px;
	line-height: 35px;
	font-size: 18px;
}
.content .items_b  .info span{
	color:#d50606;
	font-weight: bold;
}

.remark{
	width: 94%;
	max-width: 1420px;
	margin:0 auto;
	font-size: 24px;
	font-weight: bold;
	color:#6f1002;
	padding:30px 3% 280px;
}

.content:nth-child(1) .items  .info .item:nth-child(2),.content:nth-child(1) .items  .info .item:nth-child(3){
	width: calc(100% - 170px);
}

.content:nth-child(2) .items  .info .item{
	width: calc(100% - 170px);
}

.content:nth-child(3) .items  .info .item:nth-child(3){
	width: calc(100% - 170px);
}
.content:nth-child(4) .items  .info .item{
	width: calc(100% - 170px);
}
.content:nth-child(5) .items  .info .item{
	width: calc(100% - 170px);
}
.content:nth-child(6) .items  .info .item{
	width: calc(100% - 170px);
}
.content:nth-child(7) .items  .info .item{
	width: calc(100% - 170px);
}




@media screen and (min-width: 650px) {
	.wap{
		display: none!important;
	}
}

@media screen and (max-width: 650px) {
	.pc {
		display: none !important;
	}
	.content .items h2{
		font-size: 24px;
		height: 50px;
		line-height: 50px;
	}
	.content .items .city{
		font-size: 24px;
		height: 50px;
		width: 100px;
		line-height: 50px;
	}
	.content .items h2 span{
		position: absolute;
		left:-15px;
		top:-15px;
		width: 40px;
	}
	.remark{
		padding:15px 3% 80px;
		font-size: 20px;
		line-height: 35px;
	}
	.content:nth-child(1) .items  .info .item:nth-child(2){
		width: calc(100% - 0px);
	}
	.content:nth-child(1) .items  .info .item:nth-child(3){
		width: calc(100% - 100px);
	}
	.content:nth-child(2) .items  .info .item:nth-child(1){
		width: calc(100% - 0px);
	}
	.content:nth-child(2) .items  .info .item:nth-child(2){
		width: calc(100% - 0px);
		padding-bottom: 120px;
	}
	.content:nth-child(4) .items  .info .item:nth-child(1){
		width: calc(100% - 0px);
		padding-bottom: 40px;
	}
	.content:nth-child(5) .items  .info .item:nth-child(1){
		width: calc(100% - 0px);
		padding-bottom: 120px;
	}
	.content:nth-child(6) .items  .info .item:nth-child(1){
		width: calc(100% - 0px);
		padding-bottom: 120px;
	}
	.content:nth-child(7) .items  .info .item:nth-child(1){
		width: calc(100% - 0px);
		padding-bottom: 120px;
	}
}