@import url('../css/public.css');
@import url('../css/footer.css');

.swiper-fullpage {
    height: 100vh;
}

.swiper-fullpage .swiper-slide {
    height: 100vh;
}

.section1 {
    position: relative;
    height: 100vh;
    background: url("../images/section1-bg.png") no-repeat center;
    background-size: cover;
}

.gallery {
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.group1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.group1 .logo1-img {
    margin-bottom: 11px;
    width: 300px;
    height: 285px;
}

.group1 .logo1-name {
    width: 170px;
    height: 40px;
}


.group2 {
    margin: 66px 0 157px;
}

.mouse img {
    width: 75px;
    height: 42px;
    transform: rotate(90deg);
}

header {
    position: relative;
    height: 100vh;
}

.banner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.header_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.slogan {}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 36px 0 218px;
    position: relative;
    z-index: 99;
}

.logo {
    display: block;
}

.logo img {
    width: 100%;
    height: 67px;
}

.nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav>ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav>ul>li {
    position: relative;
    margin: 0 20px;
}

.nav>ul>li>a {
    font-size: 20px;
    color: #FFFFFF;
    transition: all .3s ease;
}

.nav>ul>li>a.on,
.nav>ul>li:hover>a {
    font-weight: bold;
    transition: all .3s ease;
}

.nav-sub {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: none;
    padding-top: 20px;
}

.nav-sub>ul>li {
    margin-bottom: 13px;
    text-align: center;
}

.nav-sub>ul>li>a {
    font-size: 16px;
    color: #FFFFFF;
}

.nav-sub>ul>li:hover>a {
    color: #FFFFFF;
    font-weight: bold;
}

.ewm {
    position: relative;
    margin: 0 20px;
}

.ewm h3 {
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .3s ease;
}

.ewm h3:hover {
    font-weight: bold;
    transition: all .3s ease;
}

.ewm-img {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 5px 5px;
    background: url('../images/ewm_bg.png') no-repeat;
    background-size: 100% 100%;
    display: none;
}

.ewm-img img {
    width: 133px;
    height: 133px;
}

.nav-sub-drop {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background: rgba(7, 82, 173, 0.15);
    display: none;
    height: 355px;
    z-index: 9;
}

.search {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1660px;
    height: 71px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.3682) 0%, rgba(0, 0, 0, 0.33) 74%, rgba(0, 0, 0, 0) 100%);
}

.search_box {
    position: relative;
    height: 100%;
}

.search_con {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 28px;
    width: 500px;
    height: 100%;
}

.search_btn {
    display: block;
    width: 53px;
    height: 53px;
    background: url('../images/search.png') no-repeat center;
}

.search_con input {
    box-sizing: border-box;
    padding-left: 20px;
    width: calc(100% - 53px);
    height: 100%;
    background: none;
    border: none;
    font-size: 16px;
    color: #fff;
}


/* 主体内容 */
.row1 {
    padding: 55px 0 43px;
    background: #E3EEFF url('../images/sy_row_bg1.png') no-repeat;
    background-size: cover;
    height: 100vh;
}

.row1 .w1400 {
    position: relative;
}

.row1 .tab_hd {
    position: absolute;
    top: 37px;
    right: 0;
}

.row1 .tab_hd a {
    margin-left: 19px;
    width: 147px;
    height: 43px;
    font-size: 20px;
    color: #1F7DBF;
    border-radius: 120px;
    background: #EAF2FF;
}

.row1 .tab_hd a.on {
    color: #fff;
    background: #1F7DBF;
}

.row1 .tab_bd {
    margin-top: 10px;
}

.row1 .frist-box .pic {
    width: 740px;
    height: 461px;
}

.row1 .frist-box-info {
    position: relative;
    box-sizing: border-box;
    padding: 40px 47px 20px;
    width: 660px;
    height: 461px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 99%);
    box-shadow: 0px 4px 25px 0px rgba(52, 111, 199, 0.12);
}

.row1 .frist-box-info::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 55px;
    width: 45px;
    height: 10px;
    background: url('../images/jt1.png') no-repeat center;
}

.row1 .frist-box-info .date {
    color: #1F7DBF;
    text-align: right;
}

.row1 .frist-box-info .date span {
    font-size: 58px;
    font-weight: bold;
}

.row1 .frist-box-info .date p {
    font-size: 24px;
}

.row1 .frist-box-info h3 {
    position: relative;
    padding-bottom: 24px;
    margin: 38px 0 21px;
}

.row1 .frist-box-info h3 a {
    font-size: 24px;
    line-height: 35px;
    color: #333333;
    transition: all .3s ease;
}

.row1 .frist-box-info h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53px;
    height: 2px;
    background: #D3E3F9;
}

.row1 .frist-box-info h3 a:hover {
    color: #1F7DBF;
    transition: all .3s ease;
}

.row1 .frist-box-info p.multiline {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #999999;
}

.row1 .video-box {
    width: 100%;
    height: 705px;
}

.row1 .last-box {
    margin-top: 30px;
}

.row1 .last-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 146px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(52, 111, 199, 0.23);
}

.row1 .last-box ul li {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    width: calc(100% / 3);
    height: 100%;
}

.row1 .last-box ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 41px;
    background: #D3E3F9;
}

.row1 .last-box ul li:last-child::after {
    display: none;
}

.row1 .last-box ul li h3 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
    transition: all .3s ease;
}

.row1 .last-box ul li h3 a:hover {
    color: #1F7DBF;
    transition: all .3s ease;
}

.row1 .last-box ul li p {
    font-size: 16px;
    line-height: 32px;
    color: #828282;
}

.row1 .more {
    margin: 34px auto 0;
}

.row2 {
    padding: 79px 0 0;
    background: url('../images/sy_row2_bg.png') no-repeat;
    background-size: cover;
    height: 100vh;
}

.zjgt_con {
    /* position: relative; */
}

.zjgt_left {
    box-sizing: border-box;
    padding: 33px 92px 134px 0;
    width: 49.85%;
}

.zjgt_left>img {
    margin-bottom: 58px;
    width: 215px;
    height: 52px;
}

.zjgt_left>.multiline {
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #333333;
    text-indent: 2rem;
    -webkit-line-clamp: 4;
}

.zjgt_left .ljxq {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 73px 0 76px;
    width: 140px;
    height: 50px;
    font-size: 16px;
    color: #FFFFFF;
    background: url('../images/ljxq.png') no-repeat center;
}

.zjgt_left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zjgt_left ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zjgt_left ul li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 59px;
    height: 59px;
    background: linear-gradient(180deg, #C0D1EA 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 4px solid #fff;
    box-shadow: 0px 3.88px 6.68px 0px rgba(52, 111, 199, 0.28);
    border-radius: 100%;
}

.zjgt_left ul li a p {
    font-size: 20px;
    line-height: 59.65px;
    letter-spacing: 0.05em;
    color: #333333;
}

.zjgt_right {
    position: absolute;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    width: 49%;
}

.zjgt_right img {}

.row3 {
    padding: 83px 0 154px;
    background: url('../images/sy_row3_bg.png') no-repeat center;
    background-size: cover;
    height: 100vh;
}

.hxzy_con {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hxzy_item {
    width: 47%;
}

.hxzy_left {
    display: none;
    box-sizing: border-box;
    padding: 60px 43px 38px;
    width: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.hxzy_left:first-child {
    display: block;
}

.hxzy_left h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-indent: 55px;
    background: url('../images/gqtz_icon.png') no-repeat left center;
    background-size: 36px 36px;
}

.hxzy_left p {
    font-size: 18px;
    line-height: 50px;
    text-align: justify;
    letter-spacing: 0.05em;
}

.hxzy_left p span {
    display: inline-block;
    width: 119px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 20px;
    border-radius: 232px;
    color: #1F7DBF;
    background: rgba(31, 125, 191, 0.1);
}

.hxzy_left .more1 {
    box-sizing: border-box;
    margin-top: 44px;
    padding: 0 59px 0 30px;
    display: block;
    width: 156px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #1F7DBF;
    border-radius: 232px;
    background: rgba(31, 125, 191, 0.1) url('../images/jt2.png') no-repeat 80% center;
}

.place {
    position: relative;
    top: -100px;
    width: 615px;
    height: 720px;
    background: url('../images/hxzy_lbx.png') no-repeat center;
}

.place ul li {
    position: absolute;
    top: 29px;
    left: 0;
    width: 212px;
    height: 242px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.place li .inner{
    position: relative;
    display: block;
    width: 212px;
    height: 242px;
}

/* 六边形顶部三角形 */
.place li .inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 106px solid transparent;
    border-right: 106px solid transparent;
    border-bottom: 65px solid #fff;
    z-index: 1;
}

/* 六边形中间矩形 */
.place li a {
    display: block;
    position: absolute;
    top: 65px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 212px;
    height: 112px;
    background-color: #fff;
    z-index: 2;
}

.place li .inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 106px solid transparent;
    border-right: 106px solid transparent;
    border-top: 65px solid #fff;
    z-index: 1;
}

/* .place ul li {
    position: absolute;
    top: 29px;
    left: 0;
    width: 212px;
    height: 244px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff url('../images/lbx_bg.png') no-repeat center;
    box-sizing: border-box;
    box-shadow: 0px 0px 23px 0px rgba(13, 57, 159, 0.55);
    cursor: pointer;
} */

.place ul li i {
    display: block;
    width: 67px;
    height: 67px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 67px 67px;
}

.place ul li p {
    margin-top: 5px;
    font-size: 24px;
}

.place ul li.gqtz {
    left: 20px;
}

.place ul li.zqtz {
    left: 260px;
}

.place ul li.rzzl {
    top: 445px;
    left: 260px;
}

.place ul li.qyxd {
    top: 238px;
    left: 138px;
}

.place ul li.sybl {
    top: 238px;
    left: 382px;
}

.place ul li.gqtz i {
    background-image: url('../images/gqtz_icon.png');
}

.place ul li.zqtz i {
    background-image: url('../images/zqtz_icon.png');
}

.place ul li.rzzl i {
    background-image: url('../images/rzzl_icon.png');
}

.place ul li.qyxd i {
    background-image: url('../images/qyxd_icon.png');
}

.place ul li.sybl i {
    background-image: url('../images/sybl_icon.png');
}
.place li.on .inner::before,
.place li:hover .inner::before{
    border-bottom-color: #1D62CA;
    transition: all 0.3s ease;
}

.place li.on .inner::after,
.place li:hover .inner::after{
    border-top-color: #1D62CA;
    transition: all 0.3s ease;
}

.place li.on a,
.place li:hover a{
    background: #1D62CA;
    transition: all 0.3s ease;
}

.place ul li.gqtz.on i {
    background-image: url('../images/gqtz_icon_on.png');
    transition: all 0.3s ease;
}

.place ul li.zqtz.on i {
    background-image: url('../images/zqtz_icon_on.png');
    transition: all 0.3s ease;
}

.place ul li.rzzl.on i {
    background-image: url('../images/rzzl_icon_on.png');
    transition: all 0.3s ease;
}

.place ul li.qyxd.on i {
    background-image: url('../images/qyxd_icon_on.png');
    transition: all 0.3s ease;
}

.place ul li.sybl.on i {
    background-image: url('../images/sybl_icon_on.png');
    transition: all 0.3s ease;
}

.place ul li.on p {
    color: #fff;
}

.row4 {
    padding: 76px 0 148px;
    background: url('../images/sy_row4_bg.png') no-repeat center;
    background-size: cover;
    height: 100vh;
}

.row4 .main_head h3 {
    color: #fff;
}

.banner-map {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#map {
    width: 745px;
    height: 640px
}

.map-js {
    box-sizing: border-box;
    padding: 50px 44px;
    width: 547px;
    height: 533px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(18px);
    color: #FFFFFF;
}

.map-js .map-title {
    font-size: 46px;
    letter-spacing: 0.1em;
}

.map-gj {
    margin-bottom: 25px;
    margin-top: -30px;
    font-size: 40px;
    letter-spacing: 0.1em;
}

.map-gj span {
    margin: 0 10px;
    font-size: 78px;
    font-weight: bold;
}

.map-sjjz {
    margin-bottom: 36px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 20px;
    letter-spacing: 0.1em;
}

.map-yw {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.13);
}

.row5 {
    position: relative;
    padding: 93px 0 90px;
    background: url('../images/sy_row5_bg.png') no-repeat center;
    background-size: cover;
    height: 100vh;
}

.row5 .w1400 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.row5 .main_head {
    margin-bottom: 30px;
    width: 100%;
}

.row5 .more {
    position: absolute;
    top: 42px;
    right: 0;
}

.qydj-img {
    width: 60%;
    height: 583px;
}

.qydj-img .swiper-pagination {
    padding-right: 20px;
}

.qydj-img .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 11px;
    height: 11px;
}

.qydj-img .swiper-pagination-bullet-active {
    background: #1F7DBF;
}

.qydj-tab {
    width: 39.8%;
    background: #fff;
}

.qydj-tab .swiper-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.qydj-tab .swiper-slide {
    height: 145px !important;
}

.qydj-tab .swiper-slide a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 52px;
    height: 100%;
}

.qydj-tab .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-right: 27px;
    padding-right: 19px;
}

.qydj-tab .date::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 31px;
    background: #BBBBBB;
}

.qydj-tab .date span {
    font-size: 45px;
    font-weight: bold;
}

.qydj-tab .date p {
    font-size: 20px;
    color: #BBBBBB;
}

.qydj-tab .swiper-slide h3 {
    font-size: 18px;
    height: 50px;
    line-height: 25px;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.qydj-tab .swiper-slide.active {
    background: #1F7DBF;
}

.qydj-tab .swiper-slide.active h3,
.qydj-tab .swiper-slide.active .date span,
.qydj-tab .swiper-slide.active .date p {
    color: #fff;
}

.qydj-tab .swiper-slide.active .date::after {
    background: #fff;
}

.row6 {
    padding: 40px 0;
    /* background-size: cover; */
    height: calc(100vh - 496px);
    background: #fff;
}

.zxzx #zxzxForm {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.zxzx .left {
    width: 30% !important;
}

.zxzx .right {
    width: 66.7% !important;
}

.zxzx .left .layui-input-block {
    margin-bottom: 22px;
    width: 100%;
}

.layui-input-block {
    margin-left: 0 !important;
}

.zxzx .left .layui-inline {
    margin-bottom: 0 !important;
    width: 33.33%;
}

.zxzx .layui-input,
.zxzx .layui-textarea {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    text-indent: 30px;
    border: none;
    color: #A5BBDB;
    background: #F4F7FC;
}

.ipt_msg .layui-textarea {
    padding-top: 20px;
    height: 150px;
    line-height: 32px;
    color: #A5BBDB;
}

.zxzx .ipt_email {
    margin-right: 0 !important;
}

.zxzx .ipt_msg .layui-input-block {
    width: 100%;
    margin-bottom: 22px;
}

.yzm_bot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zxzx .ipt_yzm {
    width: 243px !important;
}

.zxzx .yzm_img img {
    height: 64px;
}

.zxzx .ipt_yzm .layui-input {
    background: #f2f6f9;
    font-size: 16px;
    color: #383838;
    text-indent: 0;
}

.zxzx .layui-btn {
    width: 144px;
    height: 64px;
    line-height: 64px;
    color: #fff;
    border-radius: 7px;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.zxzx #btn_submit {
    background: #1F7DBF;
}

.zxzx #btn_reset {
    background: #DBDBDB;
}

.zxzx input:-moz-placeholder,
.zxzx input::-webkit-input-placeholder,
.zxzx input::-moz-placeholder,
.zxzx input:-ms-input-placeholder {
    color: #A5BBDB;
}

.zxzx input::-webkit-input-placeholder {
    color: #A5BBDB;
}

.zxzx input::-moz-placeholder {
    color: #A5BBDB;
}

.zxzx input:-ms-input-placeholder {
    color: #A5BBDB;
}

.zxzx textarea::-webkit-input-placeholder {
    color: #A5BBDB;
}

@media only screen and (max-width: 1400px) {
    .nav>ul>li {
        margin: 0 10px;
    }

    .row1 .frist-box .pic {
        width: 52.85%;
    }

    .row1 .frist-box-info {
        width: 47.14%;
    }

}

@media only screen and (max-width: 1200px) {
    .header_wrap .w1400 {
        width: 100%;
    }

    .header-top {
        box-sizing: border-box;
        padding: 30px 30px;
        margin: 0 0 218px;
        width: 100%;
        background: rgba(255, 255, 255, 0.58);
    }

    .nav {
        display: none;
    }

    .slogan {
        margin-left: 20px;
        max-width: 80%;
    }

    .search {
        width: 100%;
    }

    .hxzy_con {}

    .hxzy_item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .hxzy_left {
        margin-bottom: 20px;
        display: block;
        width: 48%;
    }

    .hxzy_left p:nth-child(n+4) {
        display: none;
    }

    .place {
        display: none;
    }

    .place ul li {
        width: 120px;
        height: 120px;
        /* clip-path:none; */
    }

    .map-js {
        margin-top: 20px;
        padding: 30px 20px;
        width: 100%;
        height: auto;
    }

    .map-sjjz {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .map-gj {
        margin-bottom: 0;
    }

    .map-yw {
        display: none;
    }

    #map {
        margin: 0 auto;
        width: 600px;
        height: 540px;
    }

    .qydj-img {
        display: none;
    }

    .qydj-tab {
        width: 100%;
    }

    .zxzx #zxzxForm {
        flex-wrap: wrap;
    }

    .zxzx .left {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        width: 100% !important;
    }

    .zxzx .left .layui-input-block {
        width: 30%;
    }

    .zxzx .right {
        width: 100% !important;
    }
}

@media only screen and (max-width: 996px) {
    .row1 .frist-box .pic {
        display: none;
    }

    .row1 .frist-box-info {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .row1 .tab_hd {
        position: absolute;
        top: 120px;
    }

    .row1 .tab_bd {
        margin-top: 70px;
    }

    .row1 .last-box ul {
        height: auto;
        background: none;
        box-shadow: none;
    }

    .zjgt_left ul {
        position: relative;
        z-index: 9999;
    }

    .row1 .last-box ul li {
        margin: 10px 0;
        width: 100%;
        height: 146px;
        background: #FFFFFF;
        box-shadow: 0px 0px 13px 0px rgba(52, 111, 199, 0.23);
    }

    .zjgt_left {
        padding: 33px 20px 134px;
        width: 100%;
    }

    .zjgt_right {
        width: 100%;
    }

    .hxzy_left {
        padding: 30px 43px;
        width: 100%;
        background: rgba(255, 255, 255, 0.58);
    }

    .hxzy_left .more1 {
        margin-top: 20px;
    }

    #map {
        margin-top: 50px;
        width: 750px;
        height: 660px;
    }

    .qydj-img {
        display: block;
        width: 100%;
    }

    .ipt_btn {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }

    .zxzx .layui-btn {
        margin-right: 50px;
    }
}