.topbannerBox {
    background: url(banner.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.topbannerBox h1 {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
	font-size: 50px;
	font-weight: 600;
}
.contentBox {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
.contentBox ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.contentBox ul li {
    width: 580px;
    height: 300px;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contentBox ul li p {
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 5px;
	margin-bottom: 30px;
}
.contentBox ul li a {
    display: flex;
    width: 168px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #0673E0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contentBox ul li a img {
    margin-left: 20px;
}
.contentBox h1 {
    padding-left: 20px;
    background: url(titileBg.png);
    background-repeat: no-repeat;
    margin-bottom: 30px;
}