.header {
    width: 100%;
    height: 19.375rem;
    position: relative;
}

.banner {
    height: 100%;
    background: url('../img/m/banner.jpg') no-repeat center;
    background-size: 100% 100%;
}

.searchbox {
    width: 94%;
    height: 2.5rem;
    margin: 0 auto;
    position: relative;
    top: 13.875rem;
}

input.search {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    font-size: 0.9375rem;
    color: #7a87a0;
    padding-left: 0.625rem;
}

.searchbox a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.searchbox img {
    width: auto;
    height: 2.5rem;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #1c4bb0;
    cursor: pointer;
}

.column a {
    width: 100%;
}

.column a img {
    width: auto;
    height: 1.125rem;
}

.services {
    width: 100%;
    padding: 1.5rem 0 0.375rem;
    background-color: #f0f7fa;
}

.services .column {
    margin-bottom: 1rem;
}

.services ul li {
    width: 48%;
    margin-bottom: 0.625rem;
}

.news {
    width: 100%;
    padding: 1.25rem 0;
}

.news .column,
.specials .column,
.exploring .column {
    margin-bottom: 0.625rem;
}

.news dl dt {
    width: 100%;
}

.news dl dd {
    width: 100%;
    padding: 1rem;
    margin-bottom: 0.625rem;
    background-color: #f2f7f8;
    border-bottom: 1px solid #1444bb;
}

.news dl dt a,
.swiper-slide span a,
.column1 a,
.doing ul li span a {
    display: flex;
}

.news dl dd a,
.swiper-slide p a {
    font-size: 0.9375rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #000;
}

.newsList li {
    width: 100%;
    height: 3.75rem;
    margin-bottom: 0.625rem;
    background-color: #f2f7f8;
    border-bottom: 1px solid #1444bb;
}

.newsList li a {
    height: 3.75rem;
    padding: 0 0.625rem 0 1.65625rem;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8125rem;
    line-height: 1.25em;
    color: #000;
    position: relative;
}

.newsList li a i {
    display: inline-block;
    width: 0.40625rem;
    height: 0.40625rem;
    margin-right: 0.625rem;
    background-color: #1444bb;
    position: absolute;
    top: 1.671875rem;
    left: 0.625rem;
}

.swiper {
    width: 100%;
}

.swiper-slide p {
    width: 100%;
    padding: 1rem;
    background-color: #e7f4f7;
}

.swiper-pagination {
    position: unset;
    margin: 0.75rem 0 1.25rem;
}

.swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #e7f4f7;
    border: 1px solid #151d41;
}

.swiper-pagination-bullet-active {
    border: unset;
    background-color: #de5735;
    box-shadow: 0px 0px 0px 0.5625rem rgba(223, 86, 54, 0.1);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5625rem;
}

.swiper-button-prev,
.swiper-button-next {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #de5735;
    top: 30%;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-prev:after {
    content: '';
    width: 0.96875rem;
    height: 0.3125rem;
    background: url('../img/left.png') no-repeat center;
    background-size: 100% 100%;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-next:after {
    content: '';
    width: 0.96875rem;
    height: 0.3125rem;
    background: url('../img/right.png') no-repeat center;
    background-size: 100% 100%;
}

.column1 {
    width: 100%;
}

.doing ul {
    width: 100%;
}

.doing ul li {
    width: 50%;
}

.doing ul li span {
    display: block;
    width: 100%;
}

.doing ul li p {
    width: 100%;
    padding: 0.625rem 0;
    text-align: center;
}

.doing ul li p a {
    font-size: 0.8125rem;
    line-height: 1.25em;
    color: #1791af;
}

.exploring {
    margin: 1.875rem 0;
}

.exploring ul li {
    width: 100%;
    margin-bottom: 0.625rem;
    overflow: hidden;
}

.exploring ul li a {
    display: flex;
    position: relative;
}

.exploring ul li a::before {
    content: '';
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.exploring ul li a span {
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.exploring ul li a div {
    width: 4.375rem;
    height: 1.25rem;
    background-color: #de5735;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.exploring ul li a div p {
    width: 4.375rem;
    height: 1.25rem;
    text-align: center;
}

.exploring ul li a div p img {
    width: 2.5rem;
    position: relative;
    top: -0.2rem;
}

.feedback {
    width: 120px;
    height: 120px;
    position: fixed;
    bottom: 0.625rem;
    right: -85px;
    z-index: 100;
}

.mubu {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1000;
}

.box {
    width: 100%;
    height: 400px;
    background-color: #ffffff;
    padding: 0.9375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btnclose {
    width: 140px;
    height: 48px;
    border: 1px solid #091c2d;
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
    color: #091c2d;
    text-align: center;
    position: relative;
    left: 180px;
    bottom: 14%;
    cursor: pointer;
}