@charset "UTF-8";
/**!
 * [上海宝山区道路货物运输投资一件事]
 * date:2020-01-01
 * author: [xhz];
 */
h1,
h2 {
	font-weight: bold;
}

.banner {
	height: 349px;
	padding-top: 65px;
}

.banner .first-line {
	font-size: 30px;
	font-weight: bold;
}

.banner .first-line span {
	color: #cbb486;
}

.banner .second-line {
	font-size: 36px;
	margin-top: 15px;
	font-weight: bold;
}

.banner .txt {
	width: 570px;
	color: #666666;
	line-height: 25px;
	margin-top: 15px;
}

.banner .btn {
	display: block;
	background-image: linear-gradient(to bottom, #eedab3, #ba926b);
	width: 193px;
	height: 52px;
	border-radius: 26px;
	color: #fff;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	margin-top: 25px;
}

.model1 {
	height: 778px;
	background: #f7f7f7;
	position: relative;
	z-index: 10;
	padding-top: 57px;
}

.model1:before {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff3df;
	content: '';
	z-index: -1;
}

.model1 .title {
	text-align: center;
	font-weight: bold;
	font-size: 40px;
}

.model1 .title span {
	color: #cbb486;
}

.model1 .detail {
	margin-top: 30px;
}

.model1 .detail > div {
	width: 550px;
}

.model1 .detail > div .txt {
	height: 112px;
	border: 1px dashed #969696;
	text-align: center;
	padding-top: 12px;
	padding: 4px 30px 0 30px;
}

.model1 .detail > div .txt h2 {
	font-size: 28px;
}

.model1 .detail > div .txt p {
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
}

.model1 .detail > div .txt p span {
	color: #cbb486;
}

.model1 .detail > div > img {
	display: block;
	margin: 15px auto 0;
}

.model2 {
	height: 600px;
	padding-top: 55px;
}

.model2 > img {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.model2 .remind {
	margin-top: 34px;
	height: 50px;
	border: 1px solid #f0c98c;
	background: #fff9ef;
	line-height: 48px;
	text-align: center;
	color: #ff7e00;
	font-size: 16px;
}

.model3 {
	min-height: 570px;
	padding-bottom: 20px;
	background: url(../images/model3-bg.png) no-repeat center top;
}

.model3 .container {
	padding-top: 55px;
}

.model3 .container .list {
	margin-top: 15px;
	margin-left: -100px;
}

.model3 .container .list li {
	float: left;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
	width: 550px;
	min-height: 151px;
	border-radius: 10px;
	background: #fff;
	margin: 20px 0 0 100px;
	padding: 0 35px 10px 140px;
	overflow: hidden;
	position: relative;
}

.model3 .container .list li h2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	color: #fff;
	padding-top: 95px;
	font-size: 16px;
	background-image: linear-gradient(to bottom, #eedab3, #ba926b);
	text-align: center;
}

.model3 .container .list li h2 img {
	position: absolute;
	left: 50%;
	top: 50%;
	/* -webkit-transform: translate3d(-50%, -50%, 0); */
	transform: translate3d(-50%, -50%, 0);
	margin-top: -15px;
}
.model3 .container .list li h2 span{
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	/* -webkit-transform: translate3d(-50%, -50%, 0); */
	transform: translate3d(0%, -50%, 0);
	margin-top: 25px;
}
.model3 .container .list li p {
	font-size: 16px;
	margin-top: 18px;
	height: 45px;
	display: table;
}

.model3 .container .list li p span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	background: url(../images/check.png) no-repeat 0 center;
}

.model4 {
	height: 883px;
	padding-top: 57px;
	position: relative;
}

.model4 > img {
	display: block;
	margin: 30px auto 0 auto;
}

.model4 .line {
	position: absolute;
	left: 50%;
	margin-left: -530px;
	width: 500px;
}

.model4 .line.first {
	top: 340px;
}

.model4 .line.second {
	top: 512px;
}

.model4 .line.third {
	top: 687px;
}

.fix-btn {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 100;
}

.model2 .txt,
.model3 .txt,
.model4 .txt {
	text-align: center;
	width: 966px;
	margin: 0 auto;
}

.model2 .txt h1,
.model3 .txt h1,
.model4 .txt h1 {
	font-weight: bold;
	font-size: 40px;
}

.model2 .txt h1 span,
.model3 .txt h1 span,
.model4 .txt h1 span {
	color: #cbb486;
}

.model2 .txt p,
.model3 .txt p,
.model4 .txt p {
	margin-top: 20px;
	font-size: 16px;
}
