/*页面总宽度*/
html,
body {
    background: none !important;
}

#wrap {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    zoom: 0.75;
}

/*主体内容宽度*/
.w {
    width: 1200px;
    margin: 0 auto;
}

/*头部区域*/
.header {
    position: relative;
    height: 110px;
    z-index: 10;
}

.top {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top .logo {
    cursor: pointer;
}

.top .nav1 {
    display: flex;
    height: 100%;
    align-items: center;
}

.top .nav1 li {
    position: relative;
}

.top .nav1 li a {
    display: block;
    padding: 0 16px;
    height: 110px;
    line-height: 110px;
    font-size: 28px;
    color: #1E1E1E;
    text-align: center;
    transition: all .3s;
    font-weight: bold;
    position: relative;
    background-position: center bottom;
    margin-left: 50px;
    cursor: pointer;
}

.top .nav1 li a.on,
.top .nav1 li a:hover {
    background-image: url('../images/x.png');
    background-position: center 90px;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.top .nav1 .on2:hover .nav3 {
    display: block;
}

.top .nav1 .nav3 {
    position: absolute;
    top: 82px;
    left: 47px;
    width: 150px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}

.top .nav1 .nav3 a {
    margin-left: 0;
    font-size: 20px;
    text-align: center;
    line-height: 74px;
    height: 74px;
}

.top .nav1 li a.on1,
.top .nav1 .nav3 a:hover {
    background-color: #EFEFEF;
    background-image: none;
}

/*banner*/
.banner {
    width: 100%;
    margin: 0 auto;
}

.banner img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

/*nav2*/
.nav2_bg {
    background: #777;
    height: 50px;
    width: 100%;
}

.nav2 {
    display: flex;
    justify-content: space-between;
}

.nav2 li a {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #999;
    box-shadow: 0px 0px 0px 0px #000;
}

.nav2 li a.on,
.nav2 li a:hover {
    background: #888;
}

/*main*/
.main {
    min-height: 300px;
}

/*title*/
.title {
    text-align: center;
}

.block {
    display: block;
}

/*版权*/
.copyright {
    margin: 0px auto 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #264084;
}

/*回到顶部*/
#goToTop {
    position: fixed;
    right: 20px;
    z-index: 9000;
    bottom: 30px;
}

#goToTop a {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -webkit-border-radius: 50px;
    color: #FF9966;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0 1px 0 #999;
    -webkit-text-shadow: 0 1px 0 #999;
}

#goToTop a {
    padding: 10px;
    display: inline-block;
    letter-spacing: 10px;
    text-align: center;
}

#goToTop a:hover {
    background: none repeat scroll 0 0 #999;
}

.tit {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    background-image: url('../images/x.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-bottom: 20px;
}

.search {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px #AEAEAE solid;
    border-radius: 56px;
    padding: 0 4px;
    box-sizing: border-box;
}

.search .searchBut {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E6E6E6;
    border-radius: 50%;
    cursor: pointer;
}

.SchName {
    width: 800px;
    line-height: 30px;
    margin-left: 20px;
    border: none;
    outline: none;
    background: transparent;
    padding: 8px 0;
    font-size: 21px;
}

.filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter .reset {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filter .reset img {
    margin-right: 4px;
}

.category {
    width: 232px;
    height: 38px;
    border: 1px #B2B2B2 solid;
    color: #383838;
    border-radius: 5px;
    padding-left: 10px;
}

.city {
    width: 232px;
    height: 38px;
    border: 1px #B2B2B2 solid;
    color: #383838;
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 10px;
}

.card {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.card .name {
    font-size: 24px;
    font-weight: bold;
    color: #1E1E1E;
    margin-bottom: 15px;
}

.rt {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3991F6;
    font-size: 20px;
    color: #fff;
    width: 146px;
    height: 46px;
    border-radius: 10px;
    cursor: pointer;
}

.rt img {
    position: relative;
    left: 10px;
}

.tip {
    display: flex;
    align-items: center;
}

.tip span {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #848181;
    margin-left: 20px;
    min-width: 130px;
}

.tip img {
    margin-right: 8px;
}

.xq {
    padding: 20px 30px;
    font-size: 20px;
    position: relative;
    padding-bottom: 80px;
    display: none;
}

.xq a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #3991F6;
}

.job .empty {
    text-align: center;
    padding: 60px 0;
    font-size: 20px;
    color: #848181;
}

.show {
    display: block;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3A3A3A;
}

.pagination .on {
    color: #1679EB;
}

.pagination span {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
}

.b1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    color: #03368D;
}

.b1 img {
    margin: 0 60px;
}


.swiperbox {
    position: relative;
    z-index: 10;
}

.swiper {
    overflow: hidden;
    width: 1200px;
    padding: 0 100px;
    box-sizing: border-box;
    margin: 0px auto;
}

.swiperbox img {
    width: 100%;
}

.swiperbox .swiper-container-3d {
    perspective: 1200px;
}

.swiperbox .swiper-slide-active {
    transform: scale(0.8) !important;
}

.tit1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 36px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.tit2 {
    width: 1200px;
    margin: 0 auto;
    font-size: 36px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.a1 {
    background: url("../images/a1.png") no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    padding-bottom: 200px;
    width: 100%;
    margin: 0 auto;
}

.a1>div {
    width: 1200px;
    margin: 0 auto;
}

.a1>div>div {
    width: 65%;
    font-size: 24px;
    color: #fff;
    text-align: justify;
}

.a1 span {
    font-size: 30px;
}

.a2 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 60px;
    color: #EFEFEF;
}

.a3 {
    font-size: 24px;
    color: #555555;
    line-height: 45px;
    text-align: justify;
    width: 1200px;
    margin: 0 auto;
}

.a3 span {
    color: #264084;
}

.imgct {
    display: block;
    margin: 0 auto;
}

.a4 {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-size: 24px;
    color: #555555;
}

.a5 {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    color: #264084;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.a6 {
    position: absolute;
    bottom: -60%;
    width: 100%;
    -webkit-mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.3) 40%,
            rgba(0, 0, 0, 0.6) 100%);
    mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.3) 40%,
            rgba(0, 0, 0, 0.6) 100%);
}

.c1 {
    background: url("../images/c3.png") no-repeat bottom center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 400px;
    width: 100%;
    margin: 0 auto;
}

.c2 {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    line-height: 38px;
}

.c2>div>div {
    padding: 0 20px;
    font-size: 24px;
    box-sizing: border-box;
}

.c2>div {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 37px;
    padding: 30px 20px;
    box-sizing: border-box;
    width: 49%;
    border: 1px #DDDDDD solid;
}

.c2>div>.c3 {
    background: url("../images/c1.png") no-repeat bottom left;
    background-size: auto auto;
    font-size: 33px;
    color: #1E1E1E;
    padding: 0 0;
    padding-bottom: 10px;
    margin-left: 20px;
    line-height: 80px;
    margin-bottom: 30px;
    font-weight: bold;
}

.c4 {
    color: #00348C;
    font-weight: bold;
    font-size: 27px !important;
}

.c2>div>.xian {
    border-bottom: 1px #395295 dashed;
}

.c5 {
    width: 1200px;
    margin: 0 auto;
}

.c5>div {
    display: flex;
    justify-content: space-around;
}

.c5>div>a {
    width: 180px;
    line-height: 36px;
    text-align: center;
    font-size: 28px;
    color: #006FD8;
    border: 1px #006FD8 solid;
    border-radius: 65px;
}

.c6 {
    color: #264084;
    font-size: 20px;
    text-align: center;
}

.c7 {
    width: 1200px;
    margin: 0 auto;
}

.c8 {
    font-size: 30px;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.c11 {
    margin-top: 80px;
}

.c13 {
    font-size: 37px;
    font-weight: bold;
    margin-right: 40px;
    color: #1E1E1E;
}

.c9 {
    display: flex;
    align-items: center;
}

.c10 {
    font-size: 37px;
    font-weight: bold;
    margin-right: 40px;
    color: #006FD8;
    position: relative;
    top: -40px;
}

.c12 {
    font-size: 24px;
    padding-bottom: 80px;
    border-bottom: 1px #999999 solid;
    text-align: justify;
    width: 1136px;
}

.z1 {
    width: 90%;
    margin: 0 auto;
    overflow-x: scroll;
}

.z2 {
    font-size: 60px;
}

.a10 {
    font-size: 40px;
    color: #264084;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.a10>div {
    width: 20%;
    border-bottom: 1px #C4C4C4 solid;
}


.banner1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.video-banner {
    position: relative;
}

.video-banner video {
    width: 100vw;
    background: #000;
}

.w100 {
    width: 100% !important;
}

.w90 {
    width: 90% !important;
    margin: 0 auto;
}

.swiper-container {
    width: 1200px;
    margin: 0 auto;
}

.swiperbox1 {
    position: relative;
}

.swiperbox1 .img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.swiperbox1 .swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    align-items: flex-end;
}

.swiperbox1 .img1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 5px #00BEFA solid;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
}

.swiperbox1 .img2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 5px #00BEFA solid;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
}

.swiperbox1 .swiper-slide-active .img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiperbox1 .img img {
    width: 90%;
}

.swiperbox1 .swiper-slide-active .del {
    opacity: 1;
}

.swiperbox1 .swiper-slide-active .img1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    background-color: #006FD8;
    border: 5px #fff solid;
}

.swiperbox1 .swiper-slide-active .img2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background-color: #006FD8;
    border: 5px #fff solid;
}

.swiperbox1 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiperbox1 .del {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    position: relative;
}

.swiperbox1 .n1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 34px;
    color: #555555;
    text-align: center;
    white-space: nowrap;
}

.swiperbox1 .n1 .dian {
    width: 11px;
    height: 11px;
    background-color: #006FD8;
    border-radius: 50%;
    display: block;
    margin-top: 10px;
}

.swiperbox1 .xian {
    height: 82px;
    width: 1px;
    background-color: #757575;
}

.swiperbox1 .time {
    font-size: 42px;
    text-align: center;
    color: #006FD8;
    font-weight: bold;
    opacity: 0;
    height: 75px;
}

.swiperbox1 .swiper-slide-active .time {
    font-size: 52px;
    opacity: 1;
}

.swiperbox1 .Vector {
    position: absolute;
    bottom: 135px;
    width: 90%;
    left: 5%;
}

.swiperbox1 .del1 {
    position: relative;
    top: 30px;
}

.swiperbox1 .del2 {
    position: relative;
    top: 30px;
    height: 320px;
}

.swiperbox1 .x1 {
    display: flex;
    align-items: center;
    font-size: 31px;
}

.swiperbox1 .n2 {
    font-size: 34px;
    color: #555555;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    left: -5px;
    top: -27px;
}

.swiperbox1 .n2 .dian {
    width: 11px;
    height: 11px;
    background-color: #006FD8;
    border-radius: 50%;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

.swiperbox1 .xian1 {
    height: 320px;
    width: 1px;
    background-color: #757575;
}

.swiperbox1 .x2 {
    font-size: 37px;
    color: #264084;
    font-weight: bold;
    margin-bottom: 15px;
}

.swiperbox1 .del2 .dian {
    width: 8px;
    height: 8px;
    background-color: #264084;
}

.swiperbox1 .del2 .x2 .dian {
    width: 11px;
    height: 11px;
    background-color: #006FD8;
    position: relative;
    left: 0 !important;
}

.swiperbox1 .del2 .x1 .dian {
    position: relative;
    left: 1.5px;
}

.swiperbox1 {
    padding-top: 20px !important;
}

.swiperbox1 .swiper-button-next,
.swiperbox1 .swiper-button-prev {
    top: 75%;
    color: rgba(0, 0, 0, 0);
}

.swiperbox1 .swiper-button-next {
    background: url("../images/chevrons-right.png");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiperbox1 .swiper-button-prev {
    background: url("../images/chevrons-left.png");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiperbox .swiper-button-next {
    background: url("../images/chevrons-right.png");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    right: -50px;
}

.swiperbox .swiper-button-prev {
    background: url("../images/chevrons-left.png");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    left: -50px;
}

.swiperbox .swiper-button-next,
.swiperbox .swiper-button-prev {
    color: rgba(0, 0, 0, 0);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}