.column-wrapper {
    background-color: #fff
}

.main-container .primary {
    background: #f3f3f3;
}

.main-container .banner {
    position: relative;
    color: #fff;
    line-height: 1
}

.main-container .banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #001c58;
    opacity: .0
}

.main-container .banner .banner-img {
    min-height: 420px;
    object-fit: cover;
}

.main-container .banner .banner-content {
    max-width: 1200px;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    z-index: 1
}

.main-container .banner h1 {
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px
}

.main-container .banner h1 img {
    width: 52px;
    height: auto;
    margin-right: 25px
}

.main-container .banner h2 {
    font-size: 30px;
    font-weight: 500;
    background: #1658a8;
    line-height: 1;
    padding: 8px 18px;
    border-radius: 8px;
    margin-bottom: 35px
}

.main-container .banner .attribute {
    margin-bottom: 40px;
    color: #ffffff;
}

.main-container .banner .attribute span {
    display: inline-block;
    margin: 0 15px
}

.main-container .banner .tips {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.main-container .banner .tips span {
    padding:8px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 0 7px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    background-color: #1467ccbe;
    
    
}

.main-container .href-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #1467cc
}

.main-container .href-nav a {
    padding: 11px 70px;
    font-size: 18px;
    font-weight:500;
    color: #fff;
    
    border-right: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer
}

.main-container .href-nav a:last-child {
    border-right: none
}

.main-container .href-nav a:hover {
    background-color: rgb(192, 170, 47)
}

.main-container .nav {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 60px;
    text-align: center
}

.main-container .nav .information,
.main-container .nav .introduce,
.main-container .nav .pay,
.main-container .nav .contact-us {
    display: block;
    position: relative;
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    border-radius: 16px;
    background: linear-gradient(-180deg, #97deff, #1658a8);
    overflow: hidden;
    z-index: 1
}

.main-container .nav .information::after,
.main-container .nav .introduce::after,
.main-container .nav .pay::after,
.main-container .nav .contact-us::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.main-container .nav .information::after {
    width: 46px;
    height: 44px;
    background-image: url(../assets/topicPage/aboutUs.png)
}

.main-container .nav .introduce::after {
    width: 44px;
    height: 44px;
    background-image: url(../assets/topicPage/introduce.png)
}

.main-container .nav .pay::after {
    width: 44px;
    height: 44px;
    background-image: url(../assets/topicPage/pay.png)
}

.main-container .nav .contact-us::after {
    width: 45px;
    height: 45px;
    background-image: url(../assets/topicPage/contactUs.png)
}

.main-container .nav a {
    margin: 0 51px
}

.main-container .nav p {
    font-size: 16px;
    font-weight: 500;
    color: #4c4c4c
}

.main-container .content {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px
}

.main-container .title {
    margin-bottom: 38px;
    border-bottom: 1px solid #1467cc;
}

.main-container .title span {
    position: relative;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    transform: skew(-10deg);
    border-radius: 5px;
    letter-spacing: 3px;
    background-color: #1467cc;
}

.main-container .title span::before,
.main-container .title span::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(20,103,204, 0.6);
    z-index: -1;
}

.main-container .title span::after {
    right: -20px;
    background-color: rgba(20,103,204, 0.4);
}

.main-container .content a:hover {
    text-decoration: underline;
    color: #f30;
}

.main-container .content img {
    width: max-content;
    max-width: 1140px;
    border: 1px solid #1467cc;
    border-radius: 16px;
    margin: 0 auto;
    margin-top: 30px;
    box-sizing: border-box;
}

.main-container .content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    color: #4c4c4c;
    line-height: 40px;
}

.main-container .content .imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1140px
}

.main-container .content .imgs img {
    flex: 1;
    max: width 360px;
}

.main-container .content .imgs img:nth-child(2n) {
    margin-left: 35px
}

.main-container .td {
    width: 100%;
    margin: 10px 0;
    background: #fff
}

.main-container .td p {
    text-align: center;
    line-height: 1.6;
    padding: 8px 5px
}

.main-container .td tr td {
    padding: 10px 5px
}

.main-container .td tr:nth-child(2n+1) {
    background: rgba(46, 84, 189, .1)
}

.main-container .td th {
    background: rgba(46, 84, 189, .3)
}

.main-container .td th p {
    font-weight: bold
}

#contactUs .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

#contactUs .title {
    flex: 100%
}

#contactUs .content-left {
    flex: 1
}

#contactUs .content-left p {
    line-height: 30px;
    padding-left: 40px
}

#contactUs .content-left p+p {
    margin-top: 8px
}

#contactUs .content-left p[class^=icon] {
    position: relative
}

#contactUs .content-left p[class^=icon]::before,
#contactUs .content-left p[class^=icon]::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px
}

#contactUs .content-left p[class^=icon]::before {
    border-radius: 50%;
    background: rgba(95, 150, 245, .1)
}

#contactUs .content-left .icon-contacts::after {
    background: url(../assets/topicPage/contacts.png) no-repeat center
}

#contactUs .content-left .icon-phone::after {
    background: url(../assets/topicPage/phone.png) no-repeat center
}

#contactUs .content-left .icon-mail::after {
    background: url(../assets/topicPage/mail.png) no-repeat center
}

#contactUs .content-left .icon-location::after {
    background: url(../assets/topicPage/location.png) no-repeat center
}

#contactUs .content-right {
    margin-left: 100px
}

#contactUs .content-right img {
    margin-top: 0;
    border: solid;
    border-width: 1px;
    border-color: #4c4c4c79;
    border-radius: 8px
}

#contactUs .qr {
    margin-left: 100px
}

#contactUs .qr img {
    margin-top: 0;
    border: none;
    border-radius: 8px
}