@charset "utf-8";

/* 全局样式 */

.cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 10000;
    font-size: 16px;
}

.cover .iphone {
    width: 146px;
    height: 218px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-top: -54px;
    margin-left: -36px;
    background: url(../images/phone.png) no-repeat;
    background-size: 146px 218px;
    animation: zhuan 1.5s .3s infinite;
    -ms-animation: zhuan 1.5s .3s infinite;
    -moz-animation: zhuan 1.5s .3s infinite;
    -webkit-animation: zhuan 1.5s .3s infinite
}

@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(-90deg)
    }
    50% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-90deg);
    }
}

@-ms-keyframes zhuan {
    0% {
        -ms-transform: rotate(-90deg);
    }
    50% {
        -ms-transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(-90deg);
    }
}

@-moz-keyframes zhuan {
    0% {
        -moz-transform: rotate(-90deg);
    }
    50% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(-90deg);
    }
}

@keyframes zhuan {
    0% {
        transform: rotate(-90deg);
    }
    50% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-90deg);
    }
}

.cover p {
    position: absolute;
    top: 65%;
    left: 0;
    font-size: 2.5em;
    text-align: center;
    width: 100%;
    color: #fff;
}

@media screen and (orientation: portrait) {
    .cover {
        display: block;
    }
}

body,
html {
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: 0;
    /*font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;*/
    background: #fff;
    font-family: '方正兰亭黑简体';
    width: 100%;
    height: 100%;
    overflow: hidden;
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

img {
    border: 0
}

a {
    text-decoration: none;
}

.clearFix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearFix {
    zoom: 1;
}

.width {
    width: 100% !important;
}

.hide {
    display: none;
}

#wraps {
    width: 100%;
    height: 100%;
    min-width: 1250px;
    min-height: 650px;
    position: relative;
    margin: 0 auto;
    background: url('../images/index.jpg') no-repeat center center / cover;
}


/*container*/

.container {
    width: 1213px;
    height: 598px;
    margin: 0 auto;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    right: 0;
    top: 50%;
    margin-left: -606.5px;
    margin-top: -299px;
}


/*menu*/

.menu {
    width: 192px;
    height: auto;
    float: left;
    margin-top: 39px;
}

.menu li {
    width: 180px;
    height: 58px;
    background: url(../images/menu-bg.png) top left no-repeat;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    transition: .2s;
}

.menu li a {
    font-size: 19px;
    font-weight: bold;
    line-height: 63px;
    color: #1686d6;
    display: block;
}

.menu li.act a {
    color: #fff;
}

.menu li:nth-child(6) a {
    font-size: 16px;
}

.menu li:hover,
.menu li.act {
    background: url(../images/menu-act.png) top left no-repeat;
}

.menu li:hover a {
    color: #fff;
}

.menu li:hover img {
    display: block;
}

.menu li img {
    position: absolute;
    right: -35px;
    top: 0;
    display: none;
}

.menu li img.show {
    display: block;
}

.menu>li:nth-of-type(1) {
    background: url(../images/menu-spe.png) no-repeat center center /148px 39px;
    text-align: center;
    color: #fff !important;
}

.menu>li:nth-of-type(1):hover {
    background: url(../images/menu-act-spe.png) no-repeat center center /148px 39px;
}

.menu>li:nth-of-type(3) {
    background: url(../images/menu-spe.png) no-repeat center center /148px 39px;
    text-align: center;
    color: #fff !important;
}

.menu>li:nth-of-type(3):hover {
    background: url(../images/menu-act-spe.png) no-repeat center center /148px 39px;
}

.menu>li:nth-of-type(5) {
    background: url(../images/menu-spe.png) no-repeat center center /148px 39px;
    text-align: center;
    color: #fff !important;
}

.menu>li:nth-of-type(5):hover {
    background: url(../images/menu-act-spe.png) no-repeat center center /148px 39px;
}

.menu li.acti {
    background-image: url(../images/menu-act-spe.png);
}

.menu li.acti a {
    color: #fff;
}


/*right*/

.right {
    width: 1021px;
    height: 546px;
    background: url(../images/container-bg2.png) right bottom no-repeat;
    float: right;
    position: relative;
}

.contentBox {
    width: 950px;
    height: 490px;
    position: absolute;
    top: 35px;
    left: 30px;
    /* overflow: hidden; */
    /* background-color: yellow; */
}


/*menu2*/

.menu2 {
    width: auto;
    height: 41px;
    position: absolute;
    right: 51px;
    top: 47px;
    z-index: 2;
}

.menu2 li {
    float: left;
    width: 141px;
    height: 41px;
    margin: 0 0 0 10px;
    text-align: center;
    background: url(../images/menu2-long.png) top center no-repeat;
}

.menu2 li a {
    font-size: 18px;
    color: #1686d6;
    line-height: 33px;
}

.menu2 li:hover,
.menu2 li.act {
    background: url(../images/menu2-act2.png) top center no-repeat;
    /* width: 141px; */
    /* height: 41px; */
    /* margin-top: -5px; */
}

.menu2 li:hover a,
.menu2 li.act a {
    color: #fff;
    /* line-height: 41px; */
}


/*about*/

.aboutBox {
    width: 840px;
    max-height: 450px;
    position: absolute;
    top: 42px;
    left: 70px;
}

.aboutBox p {
    color: #022062;
    font-size: 14px;
    text-align: justify;
    margin: 35px 0;
    line-height: 24px;
}


/*campus*/

.campusBox {
    width: 835px;
    height: 407px;
    position: absolute;
    top: 42px;
    left: 70px;
}

.campusBox>div {
    width: 827px;
    height: 325px;
    /* border: 1px dashed #022062; */
    border-radius: 5px;
    margin-top: 30px;
}

.campusBox>div p {
    text-align: center;
    line-height: 150px;
    color: #022062;
    font-size: 16px;
    letter-spacing: 10px;
}


/*socail*/

.socailBox {
    width: 835px;
    height: 407px;
    position: absolute;
    top: 42px;
    left: 70px;
}

.socailBox>div {
    width: 827px;
    height: 400px;
    border: 1px dashed #022062;
    border-radius: 5px;
    margin-top: 30px;
}

.socailBox>div p {
    text-align: center;
    line-height: 150px;
    color: #022062;
    font-size: 16px;
    letter-spacing: 10px;
}


/*trainee*/

.traineeBox,
.traineeBox2 {
    width: 835px;
    height: 407px;
    position: absolute;
    top: 42px;
    left: 70px;
}

.traineeBox2>div {
    width: 827px;
    height: 325px;
    border: 1px dashed #022062;
    border-radius: 5px;
    margin-top: 30px;
}

.traineeBox2>div p {
    text-align: center;
    line-height: 150px;
    color: #022062;
    font-size: 16px;
    letter-spacing: 10px;
}

.traineeBox .content {
    position: relative;
    padding: 0;
    top: 0;
    margin: 0 auto;
    width: 881px;
    height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.traineeBox .content p {
    display: block;
    width: 826px;
    text-align: justify;
    line-height: 24px;
    color: #022062;
    font-size: 14px;
}

.campusjobox-p p {
    text-align: center;
    line-height: 150px;
    color: #022062;
    font-size: 16px;
    letter-spacing: 10px;
}

.campusjobox-p {
    width: 827px;
    height: 290px;
    border: 1px dashed #022062;
    border-radius: 5px;
    margin-top: 30px;
}


/*master*/

.min-t {
    width: 826px;
    font-weight: 900;
    border-bottom: 1px dashed #000;
    padding: 15px 0;
    margin-bottom: 15px;
    background-image: url(../images/titleBg.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.masterBox {
    width: 835px;
    height: 407px;
    position: absolute;
    top: 50px;
    left: 70px;
}

.masterBox table {
    width: 95%;
    text-align: center;
    border-style: solid;
}

.masterBox table th,
.masterBox table td {
    padding: 5px 0;
}

.masterBox table th {
    border-bottom: 1px solid #000;
}

.masterBox table th {
    border-right: 1px solid #000;
}

.masterBox table tr:last-child td {
    border-bottom: 0;
}

.masterBox table td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.masterBox table th:last-child {
    border-right: 0;
}

.masterBox table tr td:nth-of-type(2),
.masterBox table tr td:nth-of-type(3) {
    text-align: left !important;
    padding-left: 25px;
}

.masterBox p {
    color: #022062;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
    width: 826px;
}

.masterBox h3 {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 5px;
}

.masterBox .content {
    overflow: auto;
    position: relative;
    padding: 0;
    top: 0;
    margin: 0 auto;
    width: 881px;
    height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aboutBox.about3box{
    overflow: hidden;
    padding-top: 50px;
}
.title33{
    position: absolute;
    left: 0;
    top: 0;
}
.about3box .content {
    position: relative;
    padding: 0;
    top: 0;
    margin: 0 auto;
    height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.masterBox3 {
    width: 835px;
    height: 407px;
    position: absolute;
    top: 42px;
    left: 70px;
}

.masterBox3>div {
    width: 827px;
    height: 325px;
    border: 1px dashed #022062;
    border-radius: 5px;
    margin-top: 30px;
}

.masterBox3>div p {
    text-align: center;
    line-height: 150px;
    color: #022062;
    font-size: 16px;
    letter-spacing: 10px;
}


/*info*/

.infoBox {
    width: 835px;
    height: 407px;
    position: absolute;
    top: 42px;
    left: 70px;
}

.sbbox {
    width: 826px;
    height: 335px;
    position: absolute;
    top: 72px;
    left: 0;
}

.sbbox .left {
    width: 102px;
    height: 200px;
    float: left;
}

.sbbox .left li {
    width: 102px;
    height: 29px;
    margin-bottom: 26px;
    text-align: center;
    border: 1px solid #1c8cdc;
}

.sbbox .left li:hover,
.sbbox .left li.act {
    background: url(../images/sbbg.jpg) top center no-repeat;
    border: 1px solid #1c8cdc;
}

.sbbox .left li a {
    line-height: 29px;
    color: #1c8cdc;
    display: block;
}

.sbbox .left li:hover a,
.sbbox .left li.act a {
    color: #fff;
}

.sbbox #right {
    width: 686px;
    height: 357px;
    float: right;
    border: 1px solid #1686d6;
}

#right>div {
    display: none;
}

.tab {
    width: 686px;
    height: auto;
    margin-top: 0;
}

.tab ul {
    float: left;
    margin-left: 25px;
    list-style: inside;
}

.tab ul li {
    margin: 7px auto;
    color: #022062;
    width: 636px;
    text-align: left;
}

.tab ul li a {
    color: #000;
}

.tab ul li:hover,
.tab ul li.act {
    text-decoration: underline;
}

.tab ul li span {
    float: right;
    color: #717171;
    font-size: 14px;
    line-height: 24px;
}

.Box {
    width: 686px;
    height: 350px;
    display: none;
}

.Box>div {
    display: none;
}

.Box>div.show {
    display: block;
}

.info-title2 {
    width: 630px;
    height: 33px;
    border-bottom: 1px dashed #707070;
    color: #0f7fce;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    display: none;
    padding-left: 15px;
}

.back {
    float: right;
    margin-right: 15px;
    margin-top: 3px;
}

.infoBox .content {
    overflow: auto;
    position: relative;
    padding: 10px;
    top: 0;
    margin: 0 auto;
    width: 686px;
    height: 325px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.infoBox .content p {
    text-indent: 2em;
    color: #022062;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    display: block;
    width: 646px;
    padding: 2.5px 0;
}

.info3 .content .info3-pic {
    display: block;
    margin: 20px 0 0 0
}

.info3-pic h1 {
    width: 100%;
    /* text-align:center ; */
    font-size: 20px;
    font-weight: bold;
}

#btn {
    width: 90px;
    height: 24px;
    position: absolute;
    right: 21px;
    top: 40px;
    z-index: 1;
}


/*contact*/

.contactBox {
    width: 835px;
    height: 407px;
    position: absolute;
    top: 30px;
    left: 70px;
}

.contactBox img {
    display: block;
    margin: 0 auto;
}


/*copyright*/

.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    z-index: 999;
    bottom: 0;
}

.copyright img {
    display: inline-block;
}


/*index*/

.index {
    width: 100%;
    height: 100%;
    min-width: 1250px;
    min-height: 650px;
    position: relative;
    margin: 0 auto;
    box-shadow: 1px 1px 10px #666;
    overflow: hidden;
}

.copy {
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    display: block;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    animation: fadeIn 1s .7s both;
    -webkit-animation: fadeIn 1s .7s both;
}

.copy img {
    display: inline-block;
}

.index .page_bg {
    position: absolute;
}

.page_bg {
    position: absolute;
}
.page_bg, .slogan01{
    display: none;
}
.bg {
    animation: fadeIn 1s .5s both;
    -webkit-animation: fadeIn 1s .5s both;
}

.enter {
    width: 352px;
    height: 33px;
    position: absolute;
    bottom: 22%;
    right: 25%;
    animation: fadeInUp 1s 1.3s both;
    -webkit-animation: fadeInUp 1s 1.3s both;
}

.enter img {
    animation: da2 1.5s 1.2s both infinite;
    -webkit-animation: da2 1.5s 1.2s both infinite;
}

.index .top {
    width: 100%;
    height: auto;
    background: none;
    position: relative;
    margin: 0 auto;
    animation: fadeInDown 1s 1.2s both;
    -webkit-animation: fadeInDown 1s 1.2s both;
}

.index .head {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.logo2 {
    position: absolute;
    top: 36px;
    left: 40px;
}

.index .head .nav {
    width: auto;
    line-height: 32px;
    float: right;
    margin: 33px 30px 0 0;
}

.index .head .nav>li {
    float: left;
    position: relative;
    padding: 0 16px;
    margin: 0 10px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    /* font-family: "方正兰亭大黑简体"; */
}


.index .head .nav>li>a {
    position: relative;
    display: block;
    color: #fff;
}
.index .head .nav>li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: linear-gradient(#046CC1, #288DDA);
    opacity: 0;
    transition: .2s;
}
.index .head .nav>li.act::before,
.index .head .nav>li:hover::before {
    opacity: 1;
}

.deptit {
    margin-left: 45px;
}

.jobnametit {
    margin-left: 125px;
}

.jobtits {
    width: 826px;
    margin-top: 10px;
    overflow: hidden;
    /* text-align: center; */
}

.jobtits>div {
    width: 25%;
    float: left;
    text-align: center;
}

.jobtits>div:nth-child(1) {
    text-align: left;
}

.jobtits>div:nth-child(2) {
    width: 33%;
}
.jobtits>div:nth-child(4) {
    width: auto;
    float: right;
}
.schooltits>div:nth-child(2){
    width: 50%;
}
.applytit {
    float: right;
    margin-right: 10px;
}

.jobs {
    width: 826px;
    line-height: 30px;
    /* padding-bottom: 20px;
    box-sizing: border-box; */
}

.jobs li {
    width: 826px;
    background: #c6ceea;
    line-height: 30px;
    height: 30px;
    display: block;
    margin: 7px 0;
    overflow: hidden;
}

.jobs li span {
    width: 25%;
    color: #022062;
    /* display: inline-block; */
    float: left;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.jobs li span.dep{
    width: 33%;
}
.jobs li span:nth-child(1) {
    padding-left: 10px;
    box-sizing: border-box;
    text-align: left;
}
.city {
    width: 120px;
    text-align: center;
}

.campusPost .dep {
    width: 54% !important;
}

.dep {
    width: 54%;
    text-align: center;
}

.jobname {
    margin-left: 40px;
}

.applybtn {
    float: right;
}

.applybtn img {
    display: block;
}

.xzxjh {
    margin-top: 10px;
    padding: 0 10px;
}

.xzxjh li {
    list-style: inside;
    cursor: pointer;
    list-style: none;
    font-size: 18px;
}

.xzxjh li a {
    color: #000;
}

.xzxjh li span {
    float: right;
}

.zpdt {
    float: left;
    ;
    margin-left: 25px;
    list-style: inside;
}

.zpdt li {
    margin: 7px auto;
    color: #022062;
    width: 636px;
    text-align: left;
}

.zpdt li a {
    color: #000;
}

.zpdt li span {
    float: right;
    color: #717171;
    font-size: 14px;
    line-height: 24px;
}

.xjhxqs {
    width: 100%;
    overflow: auto;
    height: 100%;
    display: none;
}

.campus-rt {
    font-size: 24px;
    text-align: center;
}


/*2019-7-30新增*/

.search_area {
    margin-top: 0;
    /*background-color: #cccccc;*/
    width: 827px;
    height: 50px;
    /*border: 1px dashed #022062;*/
    border-radius: 5px;
}

.job_show {
    margin-top: 3px;
    /*background-color: red;*/
    width: 860px;
    /* height: 275px; */
    min-height: 50px;
    /*border: 1px dashed #022062;*/
    border-radius: 5px;
    z-index: 999;
}

.job_name_content {
    width: 200px;
    height: 40px;
    margin-top: 5px;
    margin-left: 30px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #cccccc;
}

.input_content {
    width: 200px;
    height: 35px;
    margin-top: 5px;
    margin-left: 250px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.search_btn {
    width: 80px;
    height: 40px;
    margin-top: 5px;
    margin-left: 30px;
    border-radius: 5px;
    border: unset;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: #cb1e1f;
}

.deptit1 {
    /* margin-left: 189px; */
}

.jobnametit1 {
    /* margin-left: 60px; */
}

.applytit1 {
    float: right;
    /* margin-right: 10px; */
}
.jobs li{
    height: auto;
    background: unset;
}
h1{
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #c6ceea;
}
h1 i{
    float: right;
    font-size: 14px;
    font-style: inherit;
    color: #fff;
    width: 100px;
    text-align: center;
    display: block;
    background: linear-gradient(to right, #2798E8, #0372C1);
}
.det{
    box-sizing: border-box;
    padding: 0 40px;
    margin: 20px auto;
}
.apply{
    display: block;
    font-size: 14px;
    font-style: inherit;
    color: #fff;
    width: 100px;
    text-align: center;
    display: block;
    background: linear-gradient(to right, #2798E8, #0372C1);
    margin-left: auto;
    margin-top: 10px;
}
.jobinfo *{
    font-size: 14px !important;
    line-height: 24px !important;
    color: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-align: justify !important;
    width: unset !important;
    height: unset !important;
}
.campusjobox,.content,.aboutBox{
    overflow-x: hidden;
    overflow-y: auto;
}
.campusjobox::-webkit-scrollbar,
.content::-webkit-scrollbar,
.aboutBox::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}

.campusjobox::-webkit-scrollbar-track,
.content::-webkit-scrollbar-track,
.aboutBox::-webkit-scrollbar-track{
    border-radius: 10px;
    background: rgba(100, 100, 100, .3);
}

.campusjobox::-webkit-scrollbar-thumb,
.content::-webkit-scrollbar-thumb,
.aboutBox::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: #03A2FE;
}
.bt{
    font-size: 18px !important;
    color: #03A2FE !important;
	font-weight: bold;
}
.beian{
    text-align:center;
}
.beian a{background: url("../images/gongan.png") no-repeat center left;padding-left:25px;display:inline-block;color:#fff;}