.head-1{
    height: 65px;
    line-height: 65px;
    min-width: 1200px;
    /*width: 100%!important;*/
}
.am-g{
    /*width: 1200px;*/

    margin: 0 auto;
    overflow: hidden;

}
.swiper-container {
    width: 100%;
    /*height: 93%;*/
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}





.nav{
max-width: 1920px;
min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    box-shadow: 1px 1px 1px 1px #888888;
}
.nav ul{
    margin: 0 auto;
    width: 850px;
    display: flex;
    justify-content: space-around;
}
.nav-li li{
color: #003893;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;

}
.acti{
    color: #22bcbd !important;
    border-bottom: 3px solid #22bcbd;
}


.content-text{
    position: absolute;
    float: left;
}


/*岗位介绍*/
.bottom1{
    height: 60px;
    opacity: 0.8;
    margin-top: 180px;
display: none;
    width: 100%;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right,#010365,#01069f,#0108c1);
}
.copyright{
    color: #fff;
    font-size: 12px;
}

/*#bignav{position: sticky;max-width: 1920px;min-width: 1200px;width: 100%;top: 0px;z-index: 8888;background-color: #fff}*/
.txt{
margin-right: 50px!important;
    padding-bottom: 20px;
}
.txt p{
    /*height: auto !important;*/
    font-size: 14px!important;
    margin: 20px!important;
    margin-right: 20px!important;
    position: relative;
}
.txt h2{
    width: 150px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 20px;

}
.job2{
    color: #00b1b2 ;
    margin-top: 20px;

}
.isHide{
/*margin-left: 651px;*/
position: absolute;
    right: 10px;
    top: -9px;
    color: #d2d2d2;
    font-size: 30px;


}
.isShow{
    display: none;
    /*min-width: 1200px;*/
    /*width: 100%;*/
    margin: 0 auto
}
.job{
    color: #00b1b2;!important;
    /*margin-top: -44px;!important;*/

}

.abtt{
    position: fixed;
    top: 0;
    z-index: 8888;
    background-color: #fff
 }