* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 110px;
    background-color: #CA3137;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

header .logo {
    position: absolute;
    width: 150px;
    left: 90px;
    top: 33px;
}

header ul {
    float: right;
    height: 100%;
    list-style: none;
}

header ul a {
    float: left;
    margin-right: 90px;
    width: 80px;
    height: 100%;
    box-sizing: border-box;
}

header ul a:hover {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%); */
    border-bottom: 3px solid #FFFFFF;
}

header ul li {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110px;
    color: #FFFFFF;
    text-align: center;
}

/* view1 */
.view1 {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 110px);
    margin-top: 110px;
}

.view1 .mouse {
    position: absolute;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    bottom: 75px;
}

.view1 .swiper {
    width: 100%;
    height: 100%;
}

.view1 .swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.view1 .swiper .bgImg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.view1 .swiper .swiper-button-prev {
    position: absolute;
    left: auto;
    top: auto;
    right: 160px;
    bottom: 148px;
    width: 48px;
    height: 48px;
    background-image: url(../img/swiper_red.png);
    background-size: 100%;
}

.view1 .swiper .swiper-button-prev::after {
    display: none;
}

.view1 .swiper .swiper-button-prev:hover {
    background-image: url(../img/swiper_white.png);
    transform: rotate(180deg);
}

.view1 .swiper .swiper-button-next {
    position: absolute;
    left: auto;
    top: auto;
    right: 160px;
    bottom: 91px;
    width: 48px;
    height: 48px;
    background-image: url(../img/swiper_red.png);
    background-size: 100%;
    transform: rotate(180deg);
}

.view1 .swiper .swiper-button-next::after {
    display: none;
}

.view1 .swiper .swiper-button-next:hover {
    background-image: url(../img/swiper_white.png);
    transform: rotate(0deg);
}

.view1 .swiper .swiper-pagination {
    position: absolute;
    left: 160px;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translateY(-50%) translateY(18px);
}

.view1 .swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 4px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    margin: 0;
    margin-bottom: 12px;
}

.view1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.6);
}


/* view2 */
.view2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    min-height: 100vh;
    padding: 10em 0;
    background: #F8F8F8;
    overflow: hidden;
    box-sizing: border-box;
}

.view2 .leftTxt {
    width: calc(41.125% - 65.8px);
}

.view2 .leftTxt .title {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #333333;
}

.view2 .leftTxt .desc {
    margin-top: 9px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.4);
}

.view2 .leftTxt .number {
    margin-top: 45px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 105px;
    color: #CA3137;
}

.view2 .leftTxt .number span {
    margin-left: 4px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(51, 51, 51, 0.4);
}

.view2 .leftTxt .txt {
    margin-top: 290px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: rgba(51, 51, 51, 0.4);
}

.view2 .leftTxt .txt b {
    white-space: pre-wrap;
    color: rgba(51, 51, 51, 1);
}

.view2 .leftTxt .about {
    margin-top: 60px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 16px;
    color: #333333;
}

.view2 .rightList {
    cursor: pointer;
    width: calc(47.25% - 151.2px);
}

.view2 .rightList .item {
    position: relative;
    width: 100%;
    height: 200px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    overflow: hidden;
}

.view2 .rightList .item .title {
    position: absolute;
    padding: 105px;
    top: -84px;
    left: -105px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: rgba(51, 51, 51, 0.4);
}

.view2 .rightList .item:hover .title {
    color: #CA3137;
}

.view2 .rightList .item .desc {
    white-space: pre-wrap;
    position: absolute;
    width: 310px;
    right: 0px;
    top: 18px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.4);
}

/* .view2 .rightList .item .title:hover {
    color: #fff;
} */

.view2 .rightList .item .desc:hover {
    color: #CA3137;
}

@keyframes myfirst {
    from {
        width: 0px;
        height: 0px;
        margin-top: 0px;
        margin-left: 0px;
    }

    to {
        width: 210px;
        height: 210px;
        margin-top: -105px;
        margin-left: -105px;
    }
}

@-webkit-keyframes myfirst {
    from {
        width: 0px;
        height: 0px;
        margin-top: 0px;
        margin-left: 0px;
    }

    to {
        width: 210px;
        height: 210px;
        margin-top: -105px;
        margin-left: -105px;
    }
}

#box1 {
    display: none;
    position: fixed;
    width: 210px;
    height: 210px;
    background: #CA3137;
    border-radius: 50%;
    margin-top: -105px;
    margin-left: -105px;

    animation: myfirst 0.5s;
    -webkit-animation: myfirst 0.5s;
    /* Safari 与 Chrome */
}

/* view3 */
.view3 {
    position: relative;
    padding: 60px 160px 120px;
    overflow: hidden;
}

.view3 .mainTitle {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #333333;
}

.view3 .mainDesc {
    margin-top: 9px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.4);
}

.view3 .typeForm {
    position: absolute;
    width: 385px;
    right: 160px;
    top: 52px;
}

.view3 .typeForm .layui-form-select .layui-input {
    height: 54px;
    background: #CA3137;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 0 30px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 54px;
    color: #FFFFFF;
}

.view3 .typeForm .layui-form-select dl {
    top: 54px;
}

.view3 .typeForm .layui-form-select dl dd.layui-this {
    background: #CA3137;
}

.view3 .typeForm .layui-form-select .layui-edge {
    position: absolute;
    top: 24px;
    right: 30px;
    width: 12px;
    height: 8px;
    background-image: url(../img/down_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
    border: 0;
}

.view3 .typeForm .layui-form-select dl dd {
    padding: 0 30px;
}

.view3 .list {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.view3 .list .item {
    margin-bottom: 20px;
    background: #F8F8F8;
    overflow: hidden;
    padding-top: 45px;
    /* padding-bottom: 60px; */
    padding-bottom: 105px;
    width: calc(25% - 15px);
    margin-right: 20px;
    position: relative;
}

.view3 .list .item:nth-child(4n) {
    margin-right: 0px;
}

.view3 .list .item .title {
    margin-bottom: 20px;
    background: #F8F8F8;
    margin-left: 45px;
    margin-right: 45px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}

.view3 .list .item .desc {
    margin-left: 45px;
    margin-right: 45px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.4);
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
}

.view3 .list .item .img {
    margin-top: 45px;
    width: calc(100% - 90px);
    margin-left: 45px;
}

.view3 .list .item .detailBtn {
    display: none;    
    margin: 45px auto 0;
    box-sizing: border-box;
    width: 120px;
    height: 42px;
    border: 1px solid rgba(202, 49, 55, 0.3);
    border-radius: 27px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 40px;
    color: #CA3137;
    text-align: center;
    cursor: pointer;
}

.view3 .list .item .detailBtn:hover {
    background-color: #CA3137;
    color: #FFFFFF;
}

.view3 .list .item .remark {
    padding-left: 45px;
    padding-right: 45px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(51, 51, 51, 0.4);
    text-align: center;
    
    position: absolute;
    bottom: 60px;
    width: 100%;
    box-sizing: border-box;
}

.view3 .mask {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0px;
    bottom: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 99;
}

.view3 .moreBtn {
    position: relative;
    margin: 80px auto 0;
    display: block;
    cursor: pointer;
    width: 140px;
    height: 54px;
    text-align: center;
    background: #CB3B3B;
    box-shadow: 0px 17px 35px rgba(212, 50, 50, 0.18);
    border-radius: 3px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 54px;
    color: #FFFFFF;
    z-index: 100;
}

/* footer */
footer {
    box-sizing: border-box;
    width: 100%;
    height: 600px;
    background: #CB3B3B;
    position: relative;
}

footer .logo {
    position: absolute;
    width: 114px;
    left: 157px;
    top: 88px;
}

footer .contactBtn {
    position: absolute;
    left: 160px;
    top: 372px;
}

footer .contactBtn a {
    display: block;
    float: left;
    margin-right: 20px;
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: relative;
}

footer .contactBtn .item1 {
    background-image: url(../img/contact1.png);
}

footer .contactBtn .item1 img {
    display: none;
    width: 96px;
    position: absolute;
    top: -120px;
    left: -24px;
}

footer .contactBtn .item1:hover {
    background-image: url(../img/contact1_hover.png);
}

footer .contactBtn .item1:hover img {
    /* display: block; */
}

footer .contactBtn .item2 {
    background-image: url(../img/contact2.png);
}

footer .contactBtn .item2 div {
    display: none;
    position: absolute;
    top: -72px;
    left: -68px;
    box-sizing: border-box;
    width: 184px;
    height: 44px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 22px;

    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    text-align: right;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-align: center;
}

footer .contactBtn .item2:hover {
    background-image: url(../img/contact2_hover.png);
}

footer .contactBtn .item2:hover div {
    /* display: block; */
}

footer .contactBtn .item3 {
    background-image: url(../img/contact3.png);
}

footer .contactBtn .item3 img {
    display: none;
    width: 96px;
    position: absolute;
    top: -120px;
    left: -24px;
}

footer .contactBtn .item3:hover {
    background-image: url(../img/contact3_hover.png);
}

footer .contactBtn .item3:hover img {
    /* display: block; */
}

footer .contactBtn .item4 {
    background-image: url(../img/contact4.png);
}

footer .contactBtn .item4 div {
    display: none;
    position: absolute;
    top: -72px;
    left: -106.5px;
    box-sizing: border-box;
    width: 261px;
    height: 44px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 22px;

    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    text-align: right;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-align: center;
}

footer .contactBtn .item4:hover {
    background-image: url(../img/contact4_hover.png);
}

footer .contactBtn .item4:hover div {
    display: block;
}

footer ul {
    position: absolute;
    right: 160px;
    top: 90px;
    list-style: none;
}

footer ul a {
    float: left;
    margin-left: 90px;
    box-sizing: border-box;
    cursor: pointer;
}

footer ul li {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
}

footer .contact {
    position: absolute;
    right: 160px;
    top: 366px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.4);
}

footer .hr {
    position: absolute;
    left: 160px;
    bottom: 90px;
    width: calc(100% - 320px);
    height: 2px;
    background-color: rgba(255, 255, 255, 0.1);
}

footer .company {
    position: absolute;
    left: 160px;
    bottom: 45px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.4);
}

footer .law {
    position: absolute;
    right: 160px;
    bottom: 45px;
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: rgba(255, 255, 255, 0.4);
}