* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

body {
    font-family: Gilroy Semi Bold, -apple-system, BlinkMacSystemFont, Segoe UI,
        PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica,
        Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    overflow: hidden;
}

.head {
    /* width: 100%; */
    height: 88rem;
    background-color: white;

    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26rem;

    border-bottom: 1rem solid #cdcdcd
}

.head .head1 {
    padding-left: 64rem;
    display: flex;
}

.head .head1 .head1-item {
    height: 88rem;
    display: flex;
    align-items: center;
    margin-right: 20rem;
}

.head .head1 .head1-item img {
    width: 15rem;
    height: 14rem;
    margin-right: 10rem;
}

.head .head1 .head1-item p {
    font-size: 15rem;
    display: flex;
}

.head .head2 {
    padding-right: 64rem;
    /*width: 215rem;*/
}

.heads {
    /* width: 100%; */
    height: 40rem;
    background-color: white;
    padding-left: 64rem;
    line-height: 40rem;
    font-size: 15rem;
}

.content {
    padding-top: 65rem;
}

.content .boxs1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content .img img {
    width: 100%;
    /* height: 920rem; */
}

.content .boxs1 .swiper {
    width: 25%;
    height: 550rem;
    margin-left: 0;
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18rem;
    background-image: linear-gradient(to bottom right, #e2e0df, #f8f8f7);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 55%;
    /* height: 50%; */
    /* object-fit: cover; */
}

.swiper .fudong {
    width: 90%;
    position: absolute;
    bottom: 20rem;
    z-index: 999;
    padding: 0 20rem;
    display: flex;
    justify-content: space-between;
}

.swiper .fudong p {
    font-size: 15rem;
}

.swiper .fudong span {
    display: inline-block;
    width: 21rem;
    height: 21rem;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.swiper .fudong span img {

    width: 12rem;
    /* height: 15rem; */
}

.xian {
    border-bottom: 1rem solid #cdcdcd;
}

.bottom {
    padding: 35rem 0;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.bottom-left {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom-left-item1 {
    display: flex;
    justify-content: space-between;
}

.bottom-left-item2 {
    display: flex;
    justify-content: space-between;
}

.bottom-left-item2 p {
    font-size: 14rem;
    margin: 0;
}

.bottom-right {
    width: 35%;
}

.bottom-right div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bottom-right div p {
    margin-bottom: 18rem;
    font-size: 16rem;
}

.bottom-right div p input {
    width: 100%;
    line-height: 38rem;
    border: 1rem solid #cdcdcd;
    box-sizing: border-box;
    padding: 0 10rem;
}

.bottom-right div p input:focus {
    outline: 0;
    border: 1rem solid #cdcdcd;
}

.bottom-right div .input {
    width: 365rem;
    height: 38rem;
    background-color: #fafafa;
}

.bottom-right div .input1 {
    width: 365rem;
    height: 75rem;
    background-color: #fafafa;
}

.bottom-right div .input1 textarea {
    width: 100%;
    height: 100%;
    border: 1rem solid #cdcdcd;
    box-sizing: border-box;
    padding: 10rem 10rem;
}

.bottom-right div .input1 textarea:focus {
    outline: 0;
    border: 1rem solid #cdcdcd;
}

.bottom-left ul li {
    margin-bottom: 25rem;
    font-size: 13rem;
}

.bottom-right button {
    width: 363rem;
    height: 37rem;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 37rem;
    border: 0;
}

.logo {
    text-align: center;
    margin-top: 5rem;
    height: 50rem;
    line-height: 50rem;
    font-size: 27rem;
    margin-bottom: 25rem;
}