* {
    box-sizing: border-box;
}

body,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #333;
}

body {
    background: #f7f7f7;
}

a {
    color: #0B5DB1;
    text-decoration: none;
}

p {
    margin: 0;
    line-height: 34px;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.whiteBox {
    background: #fff;
    margin-bottom: 16px;
}

.breadcrumb2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px auto;
}

.breadcrumb2 li:last-child a {
    margin-left: 32px;
}

.navBox {
    position: relative;
    background: url(../images/indexBg.png) no-repeat;
    background-size: 100%;
    width: 1200px;
    padding: 24px;
    margin-bottom: 16px;
}

.navBox .left {
    text-align: center;
    padding: 0 72px 0 48px;
}

.navBox .left .js {
    text-align: left;
    margin-top: 72px;
}

.navBox>ul {
    display: flex;
    align-items: center;
}

.navBox .left p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.navBox .right a {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 16px;
    width: 400px;
    height: 136px;
    padding: 24px;
    text-decoration: none;
    margin-top: 24px;
}

.navBox .right a:first-child {
    margin: 0;
}

.navBox .right a img:first-child {
    margin-right: 16px;
}

.navBox .right a img:last-child {
    margin-left: 8px;
}

.navBox .right a .title {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    color: #0B5DB1;
}

.navBox .right a .introduction {
    margin-top: 8px;
    color: #0B5DB1;
}

.textBox {
    padding: 32px 60px;
}

.textBox h1 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 32px 0;
}