.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
body{
	background:#f5f5f7;
}
main{
	width: 1200px;
	margin:18px auto 0;
	background: #fff;
}
h1{
	font-size: 34px;
	font-weight: normal;
	color: #1d4198;
	text-align: center;
	padding:30px 0 20px 0;
}
.contact-p1{
	text-align: center;
	margin-bottom: 15px;
}
.contact-p1 span{
	display: inline-block;
	width: 224px;
	padding:0 32px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 10px;
	color: #666666;
	background: url('/static/images/pc/contact-p1bg.png') no-repeat left center;
}
.contact-p2{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #a8a8a8;
	text-align: center;
}
.contact-title{
	position: relative;
	padding:60px 0 11px 30px;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	border-bottom:1px solid #d2d2d2;;
}
.contact-title:before{
	content: '';
	position: absolute;
	width: 7px;
	height: 25px;
	left:10px;
	background-image: linear-gradient(90deg,#4674ff 0%,#1563c5 100%), linear-gradient(#999999,#999999);
}
section{
	padding-left: 37px;
}
.introduce-list{
	text-indent: 32px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding:30px 51px 0 0;
}
.introduce-img{
	padding-top: 80px;
	text-align: center;
}
.progress{
	padding: 0;
	margin:39px 0 0 0;
	border-left:1px dashed #1864c9;
}
.progress li{
	margin-left: -7.5px;
	padding-left: 73px;
	font-size: 16px;
	color: #333333;
	background: url('/static/images/pc/contact-listbg.png') no-repeat left center;
}
.progress li:nth-child(n+2){
	margin-top: 50px;
}
.progress li:first-of-type{
	background: url('/static/images/pc/contact-listbg.png') no-repeat left top;
}
.progress li:nth-last-of-type(1){
	background: url('/static/images/pc/contact-listbg.png') no-repeat left bottom;
}
.progress-des{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin: 47px 0 40px -7.5px;
}
.contact-footer{
	padding:10px 45px 26px;
	justify-content: space-between;
}
.company-name{
	width: 360px;
	margin:20px 0 30px;
	padding-bottom:23px;
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	background: url('/static/images/pc/contact-cpnamebg.png') no-repeat left bottom;
}
.contact-list{
	width: 400px;
	padding:0 0 0 48px;
	height: 165px;
	/*background: url('/static/images/pc/contact-ftbg1.png') no-repeat left top -4px;*/
}
.contact-list li{
	font-size: 18px;
	letter-spacing: 2px;
	color: #000000;
	line-height: 36px;
}
