*{
	padding: 0px;
	margin: 0px;
}
html,body{
	width: 100%;
}
.wrap{
	width: 100%;
}
.head{
	width: 100%;
}
.head>img{
	width: 100%;
	height: auto;
}
.middle{
	width: 100%;
}
.middle-con{
	width: 1200px;
	margin: 0px auto;
	padding:100px 0px 140px 0px;
}
.middle-con-title{
	width: 1200px;
	text-align: center;
	height: 65px;
	position: relative;
}
.middle-con-title-shadow{
	line-height: 65px;
	color: #e8e8e8;
	font-size: 50px
}
.middle-con-title-name{
	line-height: 45px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 40px;
	color: #333;
	max-width: 1200px;
}
.middle-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 120px;
}
.middle-list-con{
	height: 210px;
	width: 210px;
	border: 1px solid #92a4b2;
	box-sizing: border-box;
	border-radius: 5px;
}
.middle-list-con>.block{
	width: 100%;
	text-align: center;
	padding-top: 40px;
}
.middle-list-con>.block>img{
	height: 70px;
	width: 70px;
	margin: 0px auto;
}
.middle-list-con-title{
	width: 100%;
	margin-top: 30px;
}
.middle-list-con-title>span{
	display: block;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
}
.title{
	width: 100%;
	height: 65px;
	background-color: #92a4b2;
	position: relative;
}
.title-box-shadom{
	width: 570px;
	margin: 0px auto;
	background-color: #fff;
	text-align: center;
	line-height: 65px;
	color: #e8e8e8;
	font-size:55px;
	height: 65px;
}
.title-con{
	width: 570px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	bottom: 0px;
	text-align: center;
	line-height: 45px;
	color: #333;
	font-size: 45px;
}
.text{
	width: 100%;
}
.text-con{
	width: 1200px;
	margin: 0px auto;
	padding:200px 0px 170px 0px;
	
}
.text-con>p{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 35px;
}
.picture-list{
	width: 100%;
}
.picture-list-con{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 200px 0px;
}
.picture-list-con>img{
	height: 380px;
	margin-bottom: 10px;
}
.picture-list-con>img:nth-child(1),.picture-list-con>img:nth-child(2),.picture-list-con>img:nth-child(3){
	width: calc((100% - 20px) / 3);
}
.picture-list-con>img:nth-child(4){
	width: 400px;
}
.picture-list-con>img:nth-child(5),.picture-list-con>img:nth-child(6),.picture-list-con>img:nth-child(7){
	width: calc((100% - 430px) / 3);
}
.picture-list-con>img:nth-child(8),.picture-list-con>img:nth-child(9),.picture-list-con>img:nth-child(10),.picture-list-con>img:nth-child(11){
	width: calc((100% - 30px) / 4);
}
.logo{
	width: 100%;
}
.logo-con{
	width: 1200px;
	margin: 0px auto;
	padding: 200px 0px;
	text-align: center;
}
.logo-con>img{
	width: 100%;
	height: auto;
}
.foot{
	background-color: #426277;
	padding: 100px 0px 100px 170px;
}
.foot-con{
	width: 1200px;
	margin: 0px auto;
}
.foot-con>img{
	height: 50px;
}
.infor{
	margin-top: 100px;
	display: flex;
	align-items: center;
}
.information{
	flex: 1;
}
.information-list{
	display: flex;
	align-items: center;
}
.information-list>img{
	width: 20px;
	height: auto;
}
.information-list>.name{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-left: 15px;
	line-height: 30px;
	height: 30px;
}
.information-list>.con{
	color: #fff;
	margin-left: 5px;
	flex: 1;
	font-size: 14px;
}
.picture-infor{
	display: flex;
	width: 280px;
	justify-content: space-between;
}
.picture-infor>img{
	width: 110px;
	height: 110px;
}<!--0.0001671314239502-->