body {
   /* background: #F4F8F8 url('../images/bg2.png') top center no-repeat;*/
    background-size: 100%;
background: #F4F8F8;
}

.header {
    background: #ffffff66;
}

.modular1.modular2 {
    height: 600px;
height: auto;
}

.modular1.modular2 .wrap {
    display: flex;
    justify-content: center;
}

.modular1 .left {
    width: 40%;
width: 100%;
    text-align: center;
text-align: left;
    margin: auto;
    margin-top: 160px;
}

.modular1.modular2 .title {
    font-size: 64px;
    margin: auto;
    margin-bottom: 30px;
}

.modular .title-r {
    font-size: 40px;
    margin-bottom: 24px;
    display: flex;
    gap: 10px;
}

.modular .title-r span {
    flex: 1;
}

.modular .title-r .swiper-nav {
    font-size: 14px;
    display: flex;
    gap: 8px;
    display: none;
}

.modular .title-r .swiper-nav .right,
.modular .title-r .swiper-nav .left {
    border-radius: 90px;
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.modular .title-r .swiper-nav .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.modular .title-r .calendar,
.modular .title-r .query {
    position: relative;
    font-size: 16px;
}

.modular .title-r .calendar i,
.modular .title-r .query::after {
    content: '\e602';
    font-family: 'iconfont';
    position: absolute;
    left: 1em;
    top: 50%;
    font-size: 1.5em;
    transform: translate(0, -50%);
}

.modular .title-r .calendar input,
.modular .title-r .query input {
    width: 14em;
    height: 48px;
    box-sizing: border-box;
    border-radius: 90px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 2em;
    padding-left: 3.5em;
    outline: none;
    font-size: 16px;
}

.modular3 .info {
    height: 200px;
    background: #fff;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.modular3 .info .bottom {
    display: flex;
}

.modular3 .info .bottom i {
    margin-right: 0.5em;
    font-size: 120%;
}

.modular3 .info .bottom .time {
    flex: 1;
    color: rgba(0, 0, 0, 0.4);
}

.modular3 .info .bottom .right a {
    color: #00ADAF;
}

.modular3 .info h1 {
    flex: 1;
    font-size: 20px;
}

[class*="icon"] {
    font-style: normal;
    font-family: 'iconfont';
}

.modular6,
.modular4 {
    padding-top: 128px;
}

.modular4 .title-nav {
    display: flex;
    gap: 10px;
    font-size: 16px;
}

.modular4 .title-nav .item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 90px;
    height: 48px;
    padding: 0 2em;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.modular4 .title-nav .item.on {
    background: rgb(0, 173, 175, 0.1);
    border-color: rgb(0, 173, 175, 0.4);
}

.modular5 .new-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.modular5 .new-list img {
    width: 100%;
}

.modular5 .new-list .item {
    overflow: hidden;
    border-radius: 14px;
}

.modular5 .new-list .text {
    background: #fff;
    padding: 24px;
    font-size: 14px;
}

.modular5 .new-list .text .time {
    color: #000;
    opacity: 0.4;
}

.modular5 .new-list .text .tit {
    font-size: 20px;
    margin-bottom: 60px;
}

.modular6 {
    font-size: 16px;
    margin-bottom: 128px;
}

.modular6 .map {
    display: flex;
    background: #fff;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    overflow: hidden;
}

.modular6 .map .left {
    flex: 1;
    overflow: hidden;
}

.modular6 .map .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.modular6 .map .right {
    width: 560px;
    padding: 60px;
    box-sizing: border-box;
}

.modular6 .right .tit {
    font-size: 24px;
    margin-bottom: 48px;
}

.modular6 .right .bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.modular6 .right .bottom h3 {
    opacity: 0.4;
    color: #000;
}

.modular6 .right .l>*,
.modular6 .right .r>* {
    font-size: 16px;
    line-height: 1.6;
}

.modular6 .right .l i,
.modular6 .right .r i {
    font-size: 28px;
    color: #00ADAF;
    margin-bottom: 12px;
    display: block;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background: none;
}

.ui-icon,
.ui-widget-content .ui-icon::before {
    content: '\e815';
    font-family: 'iconfont';
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0px;
    font-size: 14px;
}

.ui-icon,
.ui-widget-content .ui-icon.ui-icon-circle-triangle-w::before {
    content: '\e600';
}

.modular4 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.modular .page {
    margin-top: 16px;
    float: right;
}

.modular .page .page-num {
    width: 40px;
    height: 40px;
    border: 1px solid #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
}

.modular .page .page-num.on {
    background: #00ADAF;
    color: #fff;
}

.modular .page .page-nav {
    display: flex;
    gap: 8px;
}

.modular3.swiper1 .title-r .swiper-nav{
display: flex;
}
.modular .query button{
position: absolute;
    width: 2.4em;
    height: 2em;
    left: 1.5em;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

.modular3 .info h1 a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

    .modular1 .subtitle {
	display: none;
    }
.modular1.modular2 .title{
	margin-bottom: 120px;
}

@media screen and (min-width: 1024px) {

    .modular .page a.page-num:hover {
        background: #00ADAF;
        color: #fff;
        text-decoration: none;
    }

    .modular .title-r .swiper-nav .right:hover,
    .modular .title-r .swiper-nav .left:hover {
        background: #00ADAF;
        color: #fff;
    }
}



@media screen and (max-width: 1024px) {
    .modular1 .left {
        width: 100%;
    }

    .modular1.modular2 .title {
        font-size: 30px;
margin-bottom: 80px;
    }

    .modular1 .subtitle {
        overflow: visible;
        max-height: none;
    }

    .modular .title-r {
        flex-direction: column;
    }

    .modular6 .map {
        flex-direction: column;
    }

    .modular6 .map .right {
        width: 100%;
    }

    .modular5 .new-list {
        grid-template-columns: 1fr;
    }

    .modular6 .right .bottom {
        grid-template-columns: 1fr;
    }

    .modular6 .map .right {
        padding: 30px;
    }

    .modular6 {
        margin-bottom: 50px;
    }

    .modular .title-r {
        font-size: 24px;
    }

    .modular4 .title-nav {
        gap: 5px;
        font-size: 14px;
    }

    .modular4 .title-nav .item {
        padding: 0 1.5em;
        height: 40px;
    }

    .modular .title-r .swiper-nav .right,
    .modular .title-r .swiper-nav .left {
        width: 40px;
        height: 40px;
    }

    .modular .title-r .calendar,
    .modular .title-r .query {
        font-size: 14px;
    }

    .modular .title-r .calendar input,
    .modular .title-r .query input {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    .modular6,
    .modular4 {
        padding-top: 50px;
    }

    .modular3.swiper1 .title-r {
        flex-direction: row;
    }

    .modular1 {
        min-height: 500px;
 min-height: auto;
    }

    .modular1.modular2 {
        height: 500px;
height: auto;
    }
}