.partOne{
	background: inherit;
}
.partOneMain{
	background: white;
	width: 1200px;
	margin:80px auto 90px;
	display: flex;
}
.partOneMainL{
	border:1px solid #eaeaea;
	box-shadow: 0px 2px 20px #c6c6c6;
	border-radius: 3px;
	width: 30%;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.partOneMainM{
	width: 20%;
	display: flex;
	justify-content:center;
	align-items: center;
}
.partOneMainR{
	border:1px solid #eaeaea;
	box-shadow: 0px 2px 20px #c6c6c6;
	border-radius: 3px;
	width: 50%;
	overflow: hidden;
	padding:30px 24px 20px;
	display: flex;
	flex-direction:column;
}
.partOneMainLtitle{
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	margin-left: -30px;
	line-height: 1;
	letter-spacing: 1px;
}
.partOneMainLul{
	display: flex;
	flex-direction:column;
}
.partOneMainLli{
	display: flex;
	flex-direction:row;
	/*justify-content:center;*/
	align-items: center;
	margin-top: 14px;
	margin-bottom: 14px;
}
.partOneMainLli mark{
	width: 16px;
	height: 16px;
	background: #ffaf52;
	border-radius: 50%;
	border:2px solid white;
	box-shadow: 0px 0px 8px #999;
	margin-right: 8px;
}
.partOneMainLli span{
	color: #444;
	font-size: 15px;
	line-height: 1;
}
.partOneMainM img{
	width: 198px;
	height: 79px;
}
.partOneMainRtitle{
	width: 550px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: url(../images/partOneTitleBg.png) no-repeat;
	font-size: 20px;
	color: white;
	margin:0 auto;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.partOneMainRul{
	display: flex;
	flex-direction:column;
}
.partOneMainRli{
	display: flex;
	flex-direction:row;
	justify-content:space-around;
	align-items: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
.partOneMainRul mark{
	color: #002a42;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border:3px solid #ffaf52;
	background: white;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	margin-left: 10px;
	text-align: center;
	line-height: 1.3;
	box-shadow: 0px 0px 12px #777;
}
.partOneMainRul span{
	font-size: 15px;
	color: #22465b;
	width: 81%;
	line-height: 1.6;
}
.partTwo {
    width: 100%;
    height: 556px;
    background: url(../images/smallBanner01.jpg) no-repeat center top;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 60px;
    padding-top: 70px;
}
.partTwoTitle{
	line-height: 1;
	font-size: 24px;
	color: white;
}
.partTwoMain{
	width: 870px;
	margin:0 auto;
	display: flex;
	flex-wrap:wrap;
}
.pratTwoItems{
	box-sizing:border-box;
	width: 33.33%;
	height: 184px;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
}
.pratTwoItems img{
	width: 64px;
	height: 64px;
}
.pratTwoItems h3{
	font-size: 17px;
	color: white;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.pratTwoItems p{
	text-align: center;
	color: white;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 1px;
}
.partThree{
	height: 600px;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	align-items: center;
	box-sizing:border-box;
	padding-bottom: 80px;
	padding-top: 90px;
}
.partThreeTitle{
	line-height: 1;
	font-size: 24px;
	color: #243c58;
}
.partThreeMain{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 1060px;
	margin:0 auto;
}
.partThreeMainUl{
	/*border:1px solid red;*/
	display: flex;
	flex-direction:column;
}
.partThreeMainLi{
	margin-top:10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction:column;
}
.partThreeMainLiTitleBox{
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items: flex-end;
}
.partThreeMainLiTitleBox h2{
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #213a56;
}
.partThreeMainLiTitleBox img{
	width: 38px;
	height:38px;
	margin-left: 10px;
}
.partThreeMainImgBox{
	/*background: blue;*/
}
.partThreeMainImgBox img{
	width: 370px;
	height: 257px;
}
.partThreeMainLi span{
	color: #555;
	font-size: 14px;
	margin-top: 12px;
	line-height: 1;
}
.partFour {
    width: 100%;
    margin: 0 auto;
    height: 462px;
    background: url(../images/smallBanner02.jpg) no-repeat center top;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 134px;
    padding-top: 110px;
}
.partFourTitle{
	letter-spacing: 1px;
	line-height: 1;
	font-size: 24px;
	color: white;
}
.partFourMain{
	width: 765px;
	display: flex;
	flex-direction:row;
}
.partFourMainItem{
	flex:1;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;	
}
.partFourMainItem img{
	width: 64px;
	height: 64px;
	margin-bottom: 18px;
}
.partFourMainItem span{
	color: white;
	font-size: 13px;
	letter-spacing: 1px;
}
.partFive{
	display: flex;
	flex-direction:column;
	align-items: center;
	box-sizing:border-box;
	padding-bottom: 60px;
	padding-top: 70px;
}
.partFiveTitle{
	line-height: 1;
	font-size: 24px;
	color: #123450;
}
.partFiveMain{
	display: flex;
	flex-direction:column;
	margin-top: 60px;
	margin-bottom:2px;
}
.partFiveMainRow{
	margin:0 auto;
	display: flex;
	height: 86px;
	justify-content: space-between;
	margin-bottom: 18px;
}
.partFiveMainItems{
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dde0e0;
	box-sizing:border-box;
	overflow: hidden;
}
.partFiveMainItems:hover{
	border: 1px solid #6b97af;
}
.partFiveBottom{
	border-top:1px solid #a8a7a7;
	width: 1040px;
	font-size: 14px;
	letter-spacing: 1px;
	color:#333;
	text-align: center;
	line-height: 1.8;
	padding-top: 10px;
}
.partSix{
	width: 100%;
	margin:0 auto;
	height: 430px;
	background-color: #151e32;
	background: -moz-radial-gradient(center, ellipse cover, #0e2d3b 0%,#0e2d3b 0%,#0e2d3b 0%,#15142b 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #0e2d3b 0%,#0e2d3b 0%,#0e2d3b 0%,#15142b 100%);
	background: radial-gradient(center, ellipse cover, #0e2d3b 0%,#0e2d3b 0%,#0e2d3b 0%,#15142b 100%);
}
.partSixMain{
	width: 1220px;
	height: 100%;
	margin:0 auto;
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.partSixMainL{
	text-align: center;
}
.partSixTitle{
	font-size: 36px;
	color: white;
	margin-bottom: 30px;
	letter-spacing: 10px;
}
.partSixText{
	font-size: 20px;
	color: #ccc;
	letter-spacing: 3px;
}
.partSixMainR img{
	width: 462px;
	height: 414px;
}