.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: rgb(14, 53, 109);
    opacity: .5
}

.main-container .banner .banner-img {
    width: 1920px;
    height: 450px;
}



.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: 15px;
    font-weight: 400;
    z-index: 1
}

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

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

.main-container .banner h2 {
    font-size: 25px;
    font-weight: 500;
    background: rgb(11,76,161);
    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: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.main-container .banner .tips span {
    padding: 5px 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 0 7px;
    margin-bottom: 15px
}
.main-container .nav {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 60px;
    text-align: center
}

.main-container .href-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color:rgb(11,76,161)
}

.main-container .href-nav a {
    padding: 20px 70px;
    font-size: 25px;
    font-weight:500;
    color: rgb(255, 255, 255);
    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(29, 90, 175);
    color: #ffffff;
}

.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, #6193ff, rgb(8, 67, 145));
    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,
.main-container .nav .BSH::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 .BSH::after {
    width: 50px;
    height: 50px;
    background-image: url(../assets/topicPage/BSH.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 .content .title {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    font-size: 32px;
    text-align: center
}

.main-container .content .title span {
    position: relative;
    margin: 0 45px
}

.main-container .content .title span strong {
    position: relative;
    z-index: 1;
    background: linear-gradient(-180deg, #83a2f8 0%, rgb(1, 79, 180) 100%);
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0)
}

.main-container .content .title span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 100%;
    height: 5px;
   background: #faa93f;
}

.main-container .content .title::before {
    content: "";
    display: block;
    flex: 1;
    height: 4px;
    background: url(../assets/topicPage/title-left.png) no-repeat center/cover
}

.main-container .content .title::after {
    content: "";
    display: block;
    flex: 1;
    height: 4px;
    background: url(../assets/topicPage/title-right.png) no-repeat center/cover
}

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

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

.imgti {
    width: max-content;
    max-width: 1140px;
    border: 0px solid #ffb463;
    border-radius: 0px;
    margin: 0 ;
    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: stretch;
    max-width: 1140px;
}

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

.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: none;
    border-radius: 0px
}

.liangpai {
    width: 30%;
    height: 500px;
    margin: 15px 0;
}

.main-container .fengkai {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}

.main-container .fengkai span {
    max-width: 400px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.span:nth-last-child(3n) {
    margin-right: 0;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.to-top {

    background: url(http://www.gaoxiaojob.com/zhaopin/zhuanti/images/top2.png) no-repeat;

}

@media(max-width: 1200px) {

    html,
    body {
        width: 1000px !important;
        overflow: hidden
    }
    .video {
        width: 100%;
        height: auto
    }
}

.review-offline {
    padding-top: 43px
}

.review-offline .title-small {
    margin-bottom: 18px
}

.review-offline .content {
    align-content: center;
    height: 500px;
    padding: 0 100px;
    background: #f9faff;
    border-radius: 10px
}


.video {
    width: 1200px;
    height: 670px;
    margin-bottom: 40px
}
