*{margin: 0;padding: 0;}
.banner{
	background: url(../images/banner.jpg) no-repeat center center;
	height: 360px;
	background-position: center;
}
.part .title{
    font-size: 40px;
    font-weight: bold;
    font-weight: 700;
    padding: 0 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part .title span{
	color: #1758D8;
}
.title img{
	border: none;
}
.part1{
    padding-top: 40px;
}
.part1 .main {
    padding-top: 30px;
    background: #FAFAFA;
    padding-bottom: 1px;
    box-shadow: 0 1px 5px #ccc;
}
.main{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.main hr{
	border-top: 1px solid #E7EBF5;
    margin-top: 10px;
}
.main ul{
	text-align: left;
	margin: 30px 0 40px 60px;
	font-size: 16px;
	line-height: 32px;
}
.main li{
	content:".";  
	color:#1758D8;
    list-style: disc;
}
.main li p{
	color: #333;
    margin-right: 30px;
}
table{
    border-collapse: collapse;
    font-size: 18px;
    margin-bottom: 40px;
}
table tr:nth-child(odd){
    background: #F4F7FE;
}
table a{
	color: #1758d8;
    text-decoration:underline;
}
table th{
	height: 46px;
	font-size: 16px;
	background: #D3DEFC;
	border: 1px solid #EAECF5;
}
table td{
    border: 1px solid #EAECF5;
    font-size: 14px;
    height: 46px;
}
.tit985{
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin: 50px 0 40px 20px;
	position: relative;
}
.tit985 img{
	position: absolute;
	left: -20px;
	top: 5px;
}
.part3 .cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.part3 .cont>a {
    display: block;
    width: 220px;
    background: #F4F7FE;
    padding-top: 24px;
    text-decoration: none;
    color: #333;
}
.part3 .cont img{
    border-radius: 50%;
}
.part3 .cont p {
    font-size: 24px;
    line-height: 65px;
}
.bg{
    background: #fff;
}