body,
html,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    /* font-family: "寰蒋闆呴粦"; */
    color: #444;
    background: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal
}

img {
    border: 0;
    vertical-align: middle
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

input,
textarea,
select,
button {
    font-size: 16px;
    font-family: "微软雅黑";
}

input:focus,
textarea:focus {
    outline: none;
}

html,
body {
    width: 100%;
    min-width: 1320px;
    min-height: 100%;
    overflow: auto;

}
@media (max-width: 1200px) {
    .body {
        width: 1320px;
        min-height: 100%;
    }
}

.main{
    width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}
.banner{
    width: 100%;
    aspect-ratio: 1920 / 1219;
    background-image: url(../images/bj.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 117px;
}
.banner .p1{
    margin-bottom: 40px;
}
.banner .p1 .pic{
    width: 268px;
}
.banner .p2{
    width: 100%;
    font-size: 80px;
    color: #101723;
    font-weight: bold;
    position: relative;
    margin-bottom: 60px;
}
.banner .p2 span{
    position: relative;
    z-index: 2;
}
.banner .p2::after{
    content:'';
    width: 405px;
    aspect-ratio: 495 / 66;
    background-image: url(../images/xt1.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 495px;
    top: 51px;
    background-repeat: no-repeat;
}
.banner .p3{
    width: 100%;
    font-size: 30px;
    color: #101723;
    line-height: 55px;
    position: relative;
    margin-bottom: 36px;
}
.banner .p3 .a1{
    width: calc(100% - 213px);
}
.banner .p3 .pic{
    position: absolute;
    right: 0;
    top: 0;
}
.banner .p4{
    width: 100%;
}
.banner .p4 .pic{
    width: 100%;
}
.box1{
    width: 100%;
    /* height: 100%; */
    background-image: url(../images/bj2.png);
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    padding: 25px 0;
    margin-bottom: 50px;
}
.box1 .main{
    position: relative;
}
.box1 .pic{
    width: 100%;
}
.box1 .info{
    /* width: calc(100% - 833px); */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 5%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: absolute;
    top: 0;
    left: 0;
}
.box1 .info .block{
    width: 833px;
}
.box1 .info .p1{
    width: 4em;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 70px;
}
.box1 .info .p1 .a1{
    color: #101723;
}
.box1 .info .p1 .a2{
    color: #217CE8;
}
.box1 .info .p2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.box1 .info .p2 > .item{
    width: 100%;
    font-size: 30px;
    color: #101723;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.box1 .info .p2 > .item::before{
    content: '';
    width: 20px;
    height: 20px;
    background-color: #217CE8;
    border-radius: 50%;
}
.box1 .info .p3{
    position: absolute;
    right: 30px;
    bottom: 10px;
}
.box2{
    width: 100%;
    margin-bottom: 100px;
}
.box2 .main{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}
.box2 .main .lb{
    position: absolute;
    left: 20px;
    bottom: -20px;
}
.box2 .main > .pic{
    width: 595px;
}
.box2 .main .p1{
    width: calc(100% - 595px - 20px); 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.box2 .main .p1 > .pic{
    width: 100%;
}
.box2 .main .p1 .a1{
    width: 100%;
    box-sizing: border-box;
    padding: 50px 50px;
    background-color: #0061e4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 34px;
}
.box2 .main .p1 .a1 .b1{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.box2 .main .p1 .a1 .b2{
    font-size: 30px;
    color: #fff;
    line-height: 45px;
}

.box3{
    width: 100%;
    margin-bottom: 50px;
}
.box3 .p1{
    font-size: 60px;
    font-weight: bold;
    color: #101723;
    margin-bottom: 30px;
}
.box3 .p1 span{
    color: #217CE8;
}
.box3 .p2{
    width: 100%;
    font-size: 30px;
    color: #101723;
    margin-bottom: 30px;
}

.box4{
    width: 100%;
    margin-bottom: 30px;
    background-color: #0071e0;
    padding-top: 100px;
}
.box4 .p1{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.box4 .p1 span{
    font-weight: normal;
}
.box4 .p2{
    width: 100%;
    font-size: 30px;
    color: #fff;
}

.box5{
    width: 100%;
    margin-bottom: 60px;
}
.box5 .main .info{
    width: 100%;
    aspect-ratio: 1200 / 700;
    background: linear-gradient(-45deg, #87F5A4 10%, #217CE8 50%);
    border-radius: 30px;
    border: 5px solid #fff;
    box-shadow: 10px 0 40px #ddd;
    box-sizing: border-box;
    padding: 120px 70px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 20px;
}

.box5 .main .info .p1 .a1{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.box5 .main .info .p1 .a1 span{
    font-weight: normal;
}
.box5 .main .info .p1 .a2{
    width: 100%;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}
.box5 .main .info .pic1{
    position: absolute;
    bottom: 0;
}
.box5 .main .info .pic2{
    position: absolute;
    bottom: 0;
    right: 135px;
}
.box5 .main > .pic{
    width: 100%;
}

.box6{
    width: 100%;
    margin-bottom: 50px;
}
.box6 .p1{
    font-size: 60px;
    font-weight: bold;
    color: #101723;
    margin-bottom: 30px;
}
.box6 .p1 span{
    color: #217CE8;
}
.box6 .p2{
    width: 100%;
    font-size: 30px;
    color: #101723;
    margin-bottom: 30px;
}
.box7{
    width: 100%;
    height: 378px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/footerbj.png);
}
.box7 .main{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.box7 .p1{
    width: 186px;
    margin-bottom: 20px;
}
.box7 .p2{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}
.box7 .p2 span{
    position: relative;
    z-index: 1;
}
.box7 .p2::after{
    content: '';
    width: 170px;
    height: 24px;
    background-image: url(../images/xt2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -4px;
}
.box7 .p3{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}
.box7 .p3 .a1{
    font-size: 40px;
    color: #fff;
}
.box7 .p3 .a3{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.box7 .p4{
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
}
.box7 .p4 a{
    color: inherit;
}