*{
	padding:0;
	margin: 0;
}
body{
	font-size:12px;
	font-family: Microsoft YaHei;
	height: 100%;
	box-sizing: content-box;
}
.hidden{
	overflow: hidden;
}
.pr{
	position: relative;
}
.w950{
	width:950px;
	margin: 0 auto;
}
.w1140{
	width:1140px;
	margin: 0 auto;
}
.w1190{
	width:1190px;
	margin: 0 auto;
}
.title-hd{
	width:580px;
	margin:0 auto;
	text-align: center;
}
.title-hd .txt{
	margin-bottom: 10px;
	font-size: 42px;
	font-weight: bold;
	color: #171922;
}
.title-hd .white{
	color: #fff;
}
.title-hd .icon{
	width:163px;
	margin:0 auto;
}
.box1{
	width:100%;
	height:564px;
	background: url(https://zhenghe-html.obs.myhuaweicloud.com/resource-hssw/active/shangshengshitui/pc/box1_bg.jpg) no-repeat center top;
}
.box1 .left{
	position: absolute;
	top:150px;
}
.box2{
	padding: 70px 0 0 0;
	width:100%;
	height:617px;
	background: url(https://zhenghe-html.obs.myhuaweicloud.com/resource-hssw/active/shangshengshitui/pc/box2_bg.png) no-repeat center top;
}
.box2 .box2_wrap{
	position: relative;
	padding: ;
	width: 1189px;
	height: 600px;
	margin: 0 auto;
}
.box2 .box2_wrap .box2_center{
	padding: 80px 0;
}
.box2 .box2_wrap .img1{
	position: absolute;
	top:0px;
	left:100px;
}
.box2 .box2_wrap .img2{
	position: absolute;
	top:0px;
	right:80px;
}
.box2 .box2_wrap .img3{
	position: absolute;
	bottom:210px;
	left:0;
}
.box2 .box2_wrap .img4{
	position: absolute;
	bottom:210px;
	right:0;
}

.box3{
	position: relative;
	padding:56px 0 0 0;
	width:100%;
	height:300px;
	background: url(https://zhenghe-html.obs.myhuaweicloud.com/resource-hssw/active/shangshengshitui/pc/box3_bg.jpg) no-repeat center top;
}
.box3 .img{
	position: absolute;
	left:50%;
	top:170px;
	margin-left:-620px;
}
.box4{
	padding-top: 150px;
}
.box4::before{
	content: "";
	position: absolute;
	left:0;
	bottom:-50px;
	width:1371px;
	height:1425px;
	background: url(https://zhenghe-html.obs.myhuaweicloud.com/resource-hssw/active/shangshengshitui/pc/box4_bg_left.png) no-repeat center top;
}
.box4::after{
	content: "";
	position: absolute;
	right:0;
	top:0px;
	width:948px;
	height:1200px;
	background: url(https://zhenghe-html.obs.myhuaweicloud.com/resource-hssw/active/shangshengshitui/pc/box4_bg_right.png) no-repeat center top;
}
.box4 .box4_wrap {
	padding:50px 0 0 0;
}
.box4 .box4_wrap .txt{
	font-size: 32px;
	line-height: 48px;
	font-weight: bold;
	color: #171922;
}
.box4 .box4_wrap .box4_item{
	display: flex;
	align-items: center;
}
.box4 .box4_wrap .box4_a .left{
	width: 543px;
}
.box4 .box4_wrap .box4_a .right{
	text-align: left;
	padding-left: 100px;
	flex: 1;
}
.box4 .box4_wrap .box4_b .left{
	flex: 1;
}
.box4 .box4_wrap .box4_b .right{
	width: 453px;
}
.box4 .box4_wrap .box4_c .left{
	width: 401px;
}
.box4 .box4_wrap .box4_c .right{
	flex: 1;
	padding-left: 100px;
}
.box5{
	position: relative;
	padding:0px 0 0 0;
	width:100%;
	height:494px;
	background: url(https://zhenghe-html.obs.myhuaweicloud.com/resource-hssw/active/shangshengshitui/pc/box5_bg.jpg) no-repeat center top;
}
.box5 .box5_wrap{
	display: flex;
	height:494px;
	align-items: center;
}
.box5 .box5_wrap .img{
	padding-left: 240px;
   flex: 1;
}
.box5 .box5_wrap .form-box{
	padding:35px;
	width: 360px;
	height: 300px;
	background: rgba(255,255,255,.9);
	border-radius: 10px;
}

.form-box .tit{
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #2C4CE1;
}
.form-box .item{
	margin-bottom: 10px;
}
.form-box .item2{
	margin-bottom: 20px;
}
.form-box .input-txt{
	padding: 0 10px;
	width: 340px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #f0f0f2;
	outline: none;
	border-radius: 2px;
}
.form-box .input-hover{
	border: 1px solid #dc0107;
	box-shadow: 0px 4px 8px 0px rgba(220, 1, 7, 0.16);
}
.form-box .input-short{
	width:160px;
	margin-right: 9px;
}
.form-box .item .code{
	display: inline-block;
	width: 104px;
	height: 42px;
	line-height: 42px;
	background-color: #ffc9c9;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.form-box .item .code-hover{
	display: inline-block;
	width: 104px;
	height: 42px;
	line-height: 42px;
	background-color: #dc0107;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.form-box .btn{
	margin-top: 10px;
}
.form-box .btn a{
	display: inline-block;
	width: 100%;
    height:60px;
	line-height: 60px;
	text-align: center;
	background: linear-gradient(180deg, #2C57F9, #2D3DC5);
	border-radius: 2px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}