body {
    font-size: 12px;
    font-family: "微软雅黑", sans-serif;
    min-width: 1100px;
}

html {
    *overflow-x: hidden;
}
#poprelay{
    display: none;
    position: absolute;
    top: 0%;left: 0%;
    width: 0;
    height: 100%;
    background-color: black;
    z-index:200001;
    -moz-opacity: 0.2;
    opacity:.20;
    filter: alpha(opacity=20);
}
*, p, h1, ul, li, input, img, figure, h3, h1, h2, dl, dd, dt {
    margin: 0;
    padding: 0;
}

ul, ol, li, dl, dt, dd {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
    color: #666;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    display: block;
    border: 0;
    max-width: 100%;
}

.clear {
    clear: both;
}

:-moz-placeholder {
    color: #939393;
}

::-moz-placeholder {
    color: #939393;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #939393;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #939393;
}

input[type="text"], input[type="password"], input[type="submit"], input[type="reset"], input[type="button"], textarea {
    -webkit-appearance: none;
    border: none;
    outline: none;
    font-family: "微软雅黑", sans-serif;
}

select{
    font-family: "微软雅黑", sans-serif;
}

.box {
    clear: both;
    width: 1100px;
    margin: 0 auto;
}

.lf {
    float: left;
}

.rg {
    float: right;
}

/*body ::selection {*/
/*color: #FFFFFF;*/
/*background-color: #0085b9;*/
/*text-shadow: none;*/
/*}*/

/*body ::-moz-selection {*/
/*color: #FFFFFF;*/
/*background-color: #0085b9;*/
/*text-shadow: none;*/
/*}*/

/* 首页 */

.header{
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #000;
    background: #fbfbfb;
}

.header-lf span{
    position: relative;
    margin-right: 10px;
    float: left;
    line-height: 45px;
}

.header-lf a{
    color: #2ca9e1;
    margin-left: 10px;
}

.phone-code{
    background: url("../img/phone.png") no-repeat left center;
    padding-left:15px ;
    cursor: pointer;
}

.phone-code div{
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    width: 105px;
    z-index: 99;
    background: #fff;
    border:1px solid #f2f2f2;
    padding: 5px;
}

.phone-code img{
    margin: 0 auto;
}

.member-head{
    display: block;
    float: left;
    margin-top: 8px;
    width:30px;
    height: 30px;
    margin-right: 10px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    overflow: hidden;
}

.header-rg a{
    float: left;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
}

.header-personal{
    float: left;
    position: relative;
    cursor: pointer;
}

.header-personal-box{
    display: none;
    position: absolute;
    right: 0;
    z-index: 99;
    background: #fff;
    margin-top: 5px;
}

.personal-ul{
    width: 235px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc    ;
    box-shadow: 0 0 5px #ccc    ;
    padding: 15px;
}

.personal-ul p{
    overflow: hidden;
}

.personal-ul p span{
    color: #e6445c;
    font-weight: bold;
}

.personal-ul a span{
    margin-left: 10px;
}

.personal-ul li{
    border-top:1px solid #f2f2f2;
    overflow: hidden;
}

.header-personal-p{
    padding-right: 20px;
    background-image: url("../img/down.jpg");
    background-repeat:no-repeat ;
    background-position: right center;
}

/*.aim{*/
/*background-image: url("../img/position1.png");*/
/*}*/

.head{
    overflow: hidden;
}

.head-position{
    width: 120px;
    margin-left: 32px;
    color: #000;
    font-size: 12px;
    padding-left: 20px;
    background-image: url("../img/position1.png");
    background-repeat:no-repeat ;
    background-position: left 0;
    margin-top: 30px;
}

.head-position span{
    display: block;
    color:#e6445c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav{
    clear:both;
}

.nav a{
    line-height: 50px;
    color: #000;
    font-size: 16px;
    margin:0 18px;
}

.nav a:hover{
    color: #2ca9e1;
}

.nav a:active,
.nav a.active{
    color: #2ca9e1;
}

.blue-bar{
    border-top:3px solid #2ca9e1 ;
}

.slideBox{
    width:100%;
    height:335px;
    overflow:hidden;
    position:relative;
}

.slideBox .bd{
    position:relative;
    height:100%;
    z-index:0;
    overflow: hidden;
    margin: 0 auto;
}

.slideBox ul{
    width: 100%!important;
}

.slideBox a{
    display: block;
}

.slideBox .bd li{
    zoom:1;
    height: 336px;
    width: 100% !important;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
}

.slideBox .prev,
.slideBox .next{
    display:block;
    position:relative;
    z-index: 9;
    width:33px;
    height:68px;
    margin-top: 140px;
    filter:alpha(opacity=50);
    opacity:0.5;
    background: url("../img/left1.png") no-repeat center;
}

.slideBox .next{
    background: url("../img/right1.png") no-repeat center;

}

.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);opacity:1;
}

.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.bar-box{
    position: absolute;
    top:0;
    height: 335px;
    width: 1100px;
    left: 50%;
    margin-left: -550px;
}

.nav-box{
    width: 210px;
    height:335px;
    background: red;
}

.bar-box-rg{
    width: 270px;
    height: 335px;
}

.nav-box{
    background: #0983ae;
}

.nav-box ul{
    margin-top: 0; /*修改*/
}

.nav-box span{
    display: block;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #2ca9e1 url("../img/nav.png") no-repeat 170px center;
}

.nav-box li{
    margin: 0 20px;
    line-height: 36px;/*修改*/
    height: 36px;/*修改*/
    font-size: 14px;
    border-top: 1px dashed #3a9cbe;
}

.nav-box li a{
    display: block;
    color: #fff;
    background: url("../img/right2.png") no-repeat right center;
}

.nav-box li a:hover{
    opacity: 0.8;
}

.slideTxtBox{
    width:100%;
    height: 100%;
    background: #fff;
    text-align:left;
}

.hd1{
    height:40px;
    line-height:40px;
    background:#f8f8f8;
    position:relative;
    border: 1px solid #dcdcdc;
}
.hd1 ul{
    margin-top: 1px;
}

.hd1 li{
    float:left;
    height: 40px;
    width: 50%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    cursor:pointer;
    border-bottom:1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hd1 li:first-child{
    border-right: 1px solid #dcdcdc;
}

.hd1 li.on{
    background:#fff;
    color: #2ca9e1;
    border-bottom:1px solid #fff;
}

.bd1{
    zoom:1;
}

.bd1 ul{
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bd1 li {
    position: relative;
    font-size: 14px;
    color:#666;
    line-height: 28px;
    /*padding-left: 10px;*/
}

.bd1 li a{
    color:#666;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.bd1 li:before{*/
/*content: "";*/
/*position: absolute;*/
/*left: 0;*/
/*top:50%;*/
/*margin-top: -2px;*/
/*width: 4px;*/
/*height: 4px;*/
/*background: #666;*/
/*}*/

.more{
    position: relative;
    display: block;
    width: 104px;
    margin: 0 auto;
    text-align: center;
    color: #2ca9e1;
    font-size: 12px;
}

.more:before{
    position: absolute;
    left: 0px;
    top:50%;
    content: "";
    width: 20px;
    height: 1px;
    background: #2ca9e1;
}

.more:after{
    position: absolute;
    right: 0px;
    top:50%;
    content: "";
    width: 20px;
    height: 1px;
    background: #2ca9e1;
}

.more:hover{
    opacity: 0.8;
}

.content{
    padding: 28px 0;
    overflow: hidden;
}

.content-1{
    overflow: hidden;
    background: url("../img/title-bg-centent.jpg") no-repeat center;
    margin-bottom: 20px;
}

.content-1-1{
    background-image:url("../img/title-bg-left.jpg");
    background-repeat:no-repeat;
    background-position:left center;
    background-color: #fff;
    color: #2e3242;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 20px;
}

.content-1-2{
    padding-left: 10px;
    background: #fff;
}

.more1{
    display: block;
    font-size: 14px;
    color: #e6445c;
    width: 80px;
    height: 28px;
    border: 1px solid #e6445c;
    line-height: 28px;
    text-align: center;
    border-radius: 24px;
}

.pp-list{
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}

.pp-list td{
    position: relative;
    width: 16.6%;
    max-width: 175px;
    height: 108px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.pp-list td a{
    height: 108px;
    overflow: hidden;
}

.pp-list td img{
    margin: 0 auto;
    max-height:108px;
    max-width:175px;
}

.pp-name{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 108px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: rgba(9, 131, 174, 0.91);
}

.pp-name-1{
    display: table;
    width: 100%;
    height: 100%;
}

.pp-name p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.post-list{
    float: left;
    width: 33.3%;
}

.post-list li{
    overflow: hidden;
    margin-top: 15px;
}

.post-list-no{
    float: left;
    margin: 0 2px;
    position: relative;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height:20px;
    width: 20px;
    height: 20px;
    background: #b9b9b9;
}

.post-list-no:before{
    content:"" ;
    position: absolute;
    top:0;
    left: -1px;
    width: 22px;
    height: 1px ;
    background: #8b8b8b;
}

.post-list p{
    float: left;
    font-size: 14px;
    color:#333;
    width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-list p:hover{
    opacity: 0.6;
}

.post-list p span{
    color: #2ca9e1;
    padding-left: 10px;
}

.post-list-no-red{
    background: #a50910;
}

.post-list-no-red:before{
    background: #e6445c;
}

.content-1-3{
    background-color: transparent;
}

.slideBox1{
    overflow:hidden;
    position:relative;
}

.hd2{
    overflow:hidden;
    height:30px;
    background:#eef4fc;
    padding:0 10px;
}

.hd2 .prev,.hd2 .next{
    display:block;
    width:30px;
    height:30px;
    float:right;
    overflow:hidden;
    cursor:pointer;
}

.hd2 .prev{
    background:url("../img/left2.png") no-repeat center ;
}

.hd2 .next{
    background:url("../img/right3.png") no-repeat center;
}

.hd2 ul{
    float:right;
    overflow:hidden;
    zoom:1;
    margin:10px 5px 0;
    zoom:1;
}

.hd2 ul li{
    float:left;
    width:10px;
    height:10px;
    background: #d3d3d3;
    overflow:hidden;
    margin:0 5px;
    text-indent:-999px;
    cursor:pointer;
}

.hd2 ul li.on{
    background: #e6445c;
}

.bd2{
    overflow:hidden;
}

.bd2 ul{
    overflow:hidden;
    zoom:1;
    float:left;
    _display:inline;
}

.bd2 ul li{
    margin: 23px 0 0 20px;
    float: left;
    width: 202px;
    height: 262px;
    border-bottom: 8px solid #abbbc6;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bd2 ul li:hover {
    border-bottom:none;
    padding-top: 8px;
}

.bd2-box{
    height: 234px;
    padding: 10px;
    border:1px solid #dcdcdc;
    _display:inline;
    background: #fff;
    overflow:hidden;
}

.bd2-1{
    width: 100%;
    height: 120px;
    display: table;
}

.bd2-2 {
    display: table-cell;
    vertical-align: middle;
}

.bd2-2 img{
    max-width: 100%;
    max-height: 120px;
    margin: 0 auto;
}

.bd2-3{
    border-top:1px dashed #d3d3d3 ;
    margin-top: 5px;
}

.bd2-3 div{
    overflow: hidden;
    padding-top: 12px;
}

.bd2-3-1 p{
    float: left;
    font-size: 16px;
    color: #2ca9e1;
}

.bd2-3-1 span{
    float: right;
    font-size: 12px;
    color: #e6445c;
    border: 1px solid #e6445c;
    padding: 0 6px;
    line-height: 16px;
    margin-top: 2px;
}

.bd2-3-2{
    height: 17px;
}
.bd2-3-3{
    height: 25px;
}

.bd2-3-2 p{
    font-size: 12px;
    color: #333;
    background-position: left center;
    padding-left: 20px;
    float: left;
    text-align: left;
    width: 50%;
    overflow: hidden;
    height: 15px;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-image: url(../img/bd2-02.png);
}

.bd2-3-2 p:first-child{
    background-image: url(../img/bd2-01.png);
}

.bd2-3-3 span{
    float: left;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    color: #333;
    margin-right: 4px;
    cursor: pointer;
}

.bd2-3-3 span:hover{
    border: 1px solid #2ca9e1;
    color: #2ca9e1;
}

.slideTxtBox1 {
    width: 316px;
    border: 1px solid #dcdcdc;
    height: 380px;
}

.slideTxtBox1 .hd1{
    height: 50px;
}

.slideTxtBox1 .hd1  li{
    height: 50px;
    line-height: 50px;
}

.slideTxtBox1 .hd1 li.on{
    height: 51px;
    border-top:4px solid #2ca9e1 ;
    margin-top: -1px;
    line-height: 46px;
}

.slideTxtBox1 .bd1 li a{
    width: inherit;
    overflow: hidden;
}

.slideTxtBox1 a:hover p{
    text-decoration: underline;
}

.slideTxtBox1 .bd1 li p{
    float: left;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox1 .bd1 li span{
    float: right;
}

.new-box{
    overflow: hidden;
    margin:0 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.new-box div{
    width: 140px;
}

.new-box img{
    width: 140px;
    height: 88px;
    overflow: hidden;
    margin-bottom: 5px;
}

.new-box p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height:40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.new-center{
    width:428px;
    height: 380px;
    margin-left: 16px;
    border: 1px solid #dcdcdc;
}

.slideBox3{
    width:428px;
    height:270px;
    overflow:hidden;
    position:relative;
    border-bottom:1px solid #dcdcdc;
}

.hd3{
    height:15px;
    overflow:hidden;
    position:absolute;
    right:5px;
    bottom:5px;
    z-index:1;
}

.hd3 ul{
    overflow:hidden;
    zoom:1;
    float:left;
}

.hd3 li{
    float:left;
    margin-right:5px;
    width:14px;
    height:14px;
    border-radius: 50%;
    background:#fff;
    cursor:pointer;
}

.hd3 ul li.on{
    background:#2ca9e1;
}

.bd3{
    position:relative;
    height:100%;
    z-index:0;
}

.bd3 li{
    zoom:1;
    vertical-align:middle;
}

.bd3 img{
    width:428px;
    height:270px;
    display:block;
}

.new-center-con{
    padding: 15px 20px;
}

.new-center-con span{
    font-size: 16px;
    color: #2ca9e1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.new-center-con p{
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.foot{
    background: #f8f8f8;
    border-top: 1px solid #dcdcdc;
}

.foot-nav a{
    color: #0983ae;
    font-size: 14px;
    margin: 0 5px;
}

.foot-nav a:hover{
    color: #2ca9e1;
}

.search{
    width: 290px;
    height: 42px;
    border: 1px solid #dcdcdc;
    border-radius: 21px;
    background: #fff;
    overflow: hidden;
    margin: 25px 0 30px;
}

.search input[type="text"]{
    float: left;
    width: 220px;
    height: 42px;
    color: #999;
    font-size: 12px;
    line-height: 42px;
    margin-left: 20px;
}

.search input[type="button"]{
    float: left;
    width: 45px;
    height: 42px;
    background: url("../img/search.png") no-repeat center;
}

.foot-top{
    position: relative;
    height: 240px;
    border-bottom: 1px solid #ccc;
}

.foot-lf{
    position: absolute;
    left: 0;
    bottom: 35px;
}

.foot-rg{
    width: 580px;
    position: absolute;
    right: 0;
    bottom: 35px;
}
.foot-rg span{
    float: left;
    margin-right: 10px;
}
.foot-rg img{
    float: left;
    width: 105px;
    height: 105px;
    padding: 6px;
    background: #fff;
    margin-right: 20px;

}
.foot-rg p{
    font-size: 12px;
    line-height: 20px;
    color: #858484;
    padding-top: 15px;
}
.link{
    padding: 15px 0;
    font-size: 14px;
    color: #6e6d6d;
}

.link a{
    display: inline-block;
    color: #6e6d6d;
    margin-left: 30px;
    line-height: 26px;
}

.link a:hover{
    text-decoration:underline ;
}

.footer{
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    background: #333;
    color: #999;
    overflow:hidden;
}

.footer img{
    float: left;
    margin-left: 10px;
}

.side{
    position: fixed;
    right: 0;
    top:30%;
    z-index: 9;
}
.side li{
    width: 72px;
    height: 72px;
    text-align: center;
    margin-bottom: 1px;
}

.side li p{
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.side-top{
    display: none;
}

.content1{
    background: url(../img/content-bg1.jpg) no-repeat center;
    background-size:cover;
    height: 650px;
}

.popup-window{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    background: rgba(0, 0, 0, 0.61);
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-win{
    display: table;
    width: 100%;
    height: 100%;
}

.popup-box{
    display: table-cell;
    text-align:center;
    _position:absolute;
    _top:50%; _left:50%;
    vertical-align: middle;
}

.popup-con{
    background:#fff;
    border:1px solid #fff;
    display:inline-block;
    _position:relative;
    _top:-50%;
    _left:-50%;
    text-align: left;
}

.login{
    width: 755px;
    height: 335px;
}

.popup-top{
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 47px;
    position: relative;
    height:47px;
    font-weight: bold;
    border-bottom:1px solid #dcdcdc ;
    background: #f8f8f8;
}

.popup-top i{
    position: absolute;
    right: 10px;
    font-size: 20px;
    line-height: 47px;
    padding: 0 10px;
    cursor: pointer;
    color: #666;
}

.popup-top i:hover{
    color: #e6445c;
}

.login-con{
    padding: 30px 0;
}

.login-con label{
    display: block;
    margin: 10px auto;
    width: 370px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}

.login-con i{
    padding: 0 10px;
    font-size: 22px;
    line-height: 45px;
    color: #bbb;
}

.login-con label input{
    float: right;
    width: 320px;
    height: 45px;
    padding-right: 10px;
    line-height: 45px;
}

.aim{
    border: 1px solid #e6445c!important;
    -webkit-box-shadow: 0 0 3px #e6445c;
    -moz-box-shadow: 0 0 3px #e6445c    ;
    box-shadow: 0 0 3px #e6445c    ;
}

.aim i{
    color:#e6445c ;
}

.submit{
    display: block;
    width: 370px;
    height: 45px;
    border-radius: 5px;
    background:#e6445c ;
    color: #fff;
    font-size: 18px;
    margin:  30px auto 10px;
}

.login-con div{
    margin: 0 auto;
    width: 370px;
    font-size: 14px;
}

.login-con div span{
    float: right;
}

.login-con div a{
    color: #2ca9e1;
}

.login-con div a:hover{
    text-decoration:underline ;
}

/*职位搜索*/

.main1{
    padding-bottom: 60px;
}

.main-top{
    position: relative;
    background: url("../img/bg1.jpg") repeat-x center ;
    height:132px;
    width: 100%;
}

.main-top .search-box{
    border: none;
    text-align: center;
}

.search-box{
    display: inline-block;
    background: #fff;
    margin: 40px 0;
    font-size: 16px;
    color: #666;
    border: 1px solid #eee;
}

.search-box span{
    float: left;
    width: 158px;
    height:32px;
    color: #333;
    line-height: 32px;
    border-right: 1px solid #dcdcdc;
}

.search-box span input{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    font-size: 16px;
    display: block;
    background: url("../img/down1.jpg") no-repeat right center;
    text-align: center;
}

.search-box select{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: block;
    background: url("../img/down1.jpg") no-repeat right center;
    text-align: center;
    -webkit-appearance: none;
    border: none;
    outline: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.keywords{
    width: 280px;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
    font-size: 16px;
}

.key-search{
    width: 160px;
    height: 48px;
    background: #e6445c;
    color: #fff;
    font-size: 16px;
}

.sear-con{
    float: left;
    padding: 8px 0;
}

.position{
    font-size: 14px;
    color: #999;
    padding: 20px 0;
}

.category {
    float: right;
    margin-top: 0;
}

.category  select{
    float: left;
    border: 1px solid #dcdcdc;
    margin-left: 10px;
    width: 140px;
    padding: 0 10px;
    height: 36px;
    display: block;
    background: url("../img/down1.jpg") no-repeat 90% center;
    text-align: center;
    -webkit-appearance: none;
    outline: none;
}

.checkbox-all{
    display: inline-block;
    margin-right: 10px;
}

.checkbox label{
    position: relative;
    line-height: 20px;
    padding-left: 25px;
    display: inline-block;
    vertical-align: middle;
}

.checkbox label:before{
    position: absolute;
    left: 0;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #dcdcdc;
    border-radius: 2px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    position: absolute;
    left: 0;
    top:0;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #dcdcdc;
    border-radius: 2px;
    text-align: center;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox input[type="checkbox"]{
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.checkbox input[type="checkbox"]:focus + label::before{
    outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after{
    font-family: "FontAwesome";
    content: "\f00c";
    color: #09d45f;
}

.all-cheack{
    width:104px ;
    height: 35px;
    background: #2ca9e1;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.posts-table{
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    color: #666;
    border: 1px solid #dcdcdc;
}

.posts-table thead{
    background: #f1f1f1;
    border-bottom: 1px solid #dcdcdc;
}

.posts-table th{
    width: 115px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
}

.posts-table .th1{
    text-align: left;
    padding: 0 10px;
}

.posts-table tr{
    border-bottom: 1px solid #dcdcdc;
}

.posts-table td{
    text-align: center;
    line-height: 24px;
    padding: 10px;
}

.posts-table .td1{
    text-align: left;
}

.posts-table .td1 a{
    background: transparent;
    width: 100%;
    text-align: left;
    color: #666;
}

.posts-table .td1 a:hover{
    color: #333;
    text-decoration:underline ;
}

.posts-table .td2{
    color: #e6445c;
}

.posts-table a{
    display: block;
    width: 100px;
    height: 32px;
    background: #2ca9e1;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 32px;
}

.paging{
    overflow: hidden;
    margin-top: 25px;
}

.paging span{
    float: left;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    background: #999999;
    margin-right:8px;
    border-radius: 2px;
    cursor: pointer;
}

.paging span:hover{
    background: #666;
}

.paging a{
    float: left;
    width: 32px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #bdbdbd;
    margin-right:8px;
    border-radius: 2px;
}

.paging a:hover,
.paging a.active{
    background: #2ca9e1;
}

.j_select {
    width: 100% !important;
    cursor:pointer;
    position: relative;
    text-align: center;
    display:inline-block;
}

.j_select .current_select {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    outline:none;
    background: url("../img/down1.jpg") no-repeat 95% center;
}

.j_select .current_select .select_icon {
    display: none;
}

.j_select ul {
    border:1px solid #eee;
    display:none;
    background:#fff;
    position:absolute;width:calc(100% - 2px) !important;
    max-height:302px;
    top:40px;
    overflow:auto;
    z-index:99 !important;
}

.j_select ul li {
    margin:0;
    padding:0;
    line-height:30px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    list-style:none;
}

.j_select ul li:hover {
    background: rgba(44, 169, 225, 0.51);
    color: #fff;
}

.j_select ul li.current_item {
    background: rgba(44, 169, 225, 0.51);
    color:#fff;cursor:default;
}

/*注册*/

.main2{
    overflow: hidden;
    padding: 30px 0;
    background: url("../img/register-bg.jpg") no-repeat center top;
    background-size: cover;
}

.register-list{
    width:640px ;
    height: inherit;
}

.register-list .hd1 li{
    width: 20%;
    border-right: 1px solid #dcdcdc;
}

.register-list .hd1 li:last-child{
    border-right: none;
}

.register-box{
    position: relative;
    padding:30px;
    min-height: 610px;
}

.register-title{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.fill-group{
    width: 100%;
    clear: both;
    margin-bottom: 8px;
}

.fill-title{
    float: left;
    font-size: 14px;
    width: 120px;
    text-align: right;
    line-height: 38px;
    color: #333;
    height: 38px;
    margin-right: 20px;
}

.fill-title span{
    color: #e6445c;
}

.fill-text{
    float: left;
    height: 38px;
    line-height: 38px;
    width: 242px;
    padding: 0 10px;
    border: 1px solid #dcdcdc!important;
    border-radius: 4px;
}

.fill-text-tip{
    width: 118px;
    margin-right: 10px;
}

.fill-tip{
    width: 114px;
    height: 38px;
    border-radius: 4px;
    background: #2ca9e1;
    color: #fff;
    font-size: 14px;
    float: left;
}

.fill-group select{
    width: 155px;
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #dcdcdc!important;
    border-radius: 4px;
    outline:none;
    margin-right: 10px;
    -webkit-appearance: none;
    background: url("../img/down1.jpg") no-repeat 95% center;
}

.fill-group p{
    font-size: 14px;
    float: left;
    height: 38px;
    line-height: 38px;
    padding-right: 10px;
}

.fill-group-radio{
    float: left;
    line-height: 38px;
}

.fill-group-radio label{
    float: left;
    margin-right: 10px;
}

.fill-group-radio label input{
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.fill-checkbox{
    font-size: 14px;
    color: #333;
}

.fill-checkbox input{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.fill-checkbox span{
    color: #e6445c;
}

.fill-submit{
    width: 210px;
    height: 38px;
    border-radius: 4px;
    background: #e6445c;
    font-size: 18px;
    color: #fff;
}

.fill-submit:hover,
.fill-submit:focus{
    background: #fb4a62;
}

.fill-login{
    position: absolute;
    right: 30px;
    bottom: 30px;
    border: 1px solid #a0a0a0;
    padding: 0 16px;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    color: #333;
    border-radius: 2px;
}

.fill-login span{
    color: #2ca9e1;
    margin-left: 5px;
}

.fill-login span:hover{
    text-decoration: underline;
}

.fill-con-text{
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 38px;
    margin-left: 8px;
}

.fill-con-text .fa-info-circle{
    color: #9fbbdf;
}

.fill-con-text .fa-exclamation-circle,
.fill-con-text .fa-times-circle{
    color: #e45d2f;
}

.fill-con-text i{
    margin-right: 3px;
}

.fill-con-text1{
    color: #e6445c;
}

.fill-file{
    position: relative;
    width: 86px;
    height: 38px;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    float: left;
    margin-left: 10px;
    font-size: 12px;
    line-height: 38px;
    color: #666;
    text-align: center;
    overflow: hidden;
}

.fill-file input{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    top:0;
    left: 0;
}

/*职位搜索 - 职位详情*/

.structure-1{
    border-top:1px solid #eee;
    font-size: 14px;
    color: #666;
}

.structure-con1{
    width: 840px;
}

.str-title{
    font-size: 32px;
    color: #2ca9e1;
    padding-bottom: 26px;
}

.str1-1 span{
    font-size: 20px;
    color: #e6445c;
}

.str1-2 {
    font-size: 12px;
    color: #999;
    padding: 8px 0;
}

.str1-3 {
    cursor: pointer;
    margin-right: 10px;
}

.str1-3 i{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #2ca9e1;
    margin-right: 8px;
}

.str1-4{
    position: relative;
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 20px;
}

.str1-4:before{
    content: "";
    width: 3px;
    height: 20px;
    background: #2ca9e1;
    position: absolute;
    left: 0;
    top: 3px;
}

.str1-5{
    padding-left: 15px;
    line-height: 34px;
    padding-bottom: 20px;
}

.str1-6{
    padding-bottom: 20px;
}

.str1-6 img{
    display: inline-block;
    width: 394px;
    height: 262px;
}

.apply-button{
    width: 270px;
    height: 70px;
    font-size: 24px;
    color: #fff;
    background: #e6445c;
}

.str-border-top{
    border-top:1px solid #eee ;
}

.structure-con2{
    width: 260px;
}

.str-border-left{
    border-left:1px solid #eee ;
}

.content2{
    padding:30px 20px ;
}

.bd2-1{
    width: 100%;
    height: 120px;
    display: table;
}

.bd2-2 {
    display: table-cell;
    vertical-align: middle;
}

.bd2-2 img{
    max-width: 100%;
    max-height: 120px;
    margin: 0 auto;
}

.str2-title{
    color: #2ca9e1;
    font-size: 20px;
    text-align: center;
}

.str2-1{
    border: 1px solid #eee;
    height: 140px;
    margin: 20px 0;
}

.str2-3{
    line-height: 30px;
}

.str2-3 i{
    width: 30px;
    text-align: center;
    font-size: 16px;
    color: #dbdbdb;
}

.str2-4{
    font-weight: normal;
}

.str2-4 a{
    float: right;
    font-size: 12px;
    color: #e6445c;
    line-height: 24px;
}

.str2-4 a i{
    color: #999;
    margin-right: 5px;
}

.content3{
    padding:15px 15px  0;
}

.bd4 ul{
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bd4 li{
    overflow: hidden;
    border-bottom:1px solid #eee ;
    font-size: 14px;
    color: #999;
    clear: both;
    line-height: 20px;
    padding: 10px 0;
}

.bd4 span,
.bd4 p{
    display: block;
    width: 100%;
    text-overflow:ellipsis ;
    white-space: nowrap;
    overflow: hidden;
}

.inter-req1{
    float: left;
    width: 140px;
}

.inter-req1 span{
    color: #2ca9e1;
}

.inter-req2{
    float: right;
    width: 64px;
}

.inter-req2 span{
    color: #e6445c;
}

.demand-code{
    width: 100%;
    height: 100px;
    margin-top: 10px;
}

.demand-code img{
    width: 100%;
}

.popup1{
    width: 625px;
}

.popup1 .popup-top{
    color: #2ca9e1;
}

.popup1-con {
    font-size: 12px;
    text-align: center;
    padding: 30px 0;
    color: #666;
}

.popup-succeed{
    font-size: 24px;
}

.popup1-con input{
    width: 172px;
    height: 44px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #fff;
    margin-top: 20px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}

.popup1-con .popup-button1{
    background: #e6445c;
    color: #fff;
}

/*.职位搜索 - 公司详情 - 在招职位和公司主页*/

.structure-2{
    font-size: 14px;
    color: #666;
}

.structure2-con1{
    border: 1px solid #eee;
    min-height: 255px;
    overflow: hidden;
}

.str3-1{
    width: 350px;
    height: 230px;
    border: 1px solid #eee;
    margin: 11px;
}

.str3-title{
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.str3-2{
    padding: 25px 35px;
    height: 255px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left:1px solid #eee ;
}

.str3-2 .str1-1{
    padding: 20px 0;
}

.str3-2 i{
    width: 30px;
    text-align: center;
    color: #e6445c;
}

.structure2-con2{
    border: 1px solid #eee;
    margin-top: 20px;
}

.position-infor .hd1{
    background: transparent;
    border-bottom: 1px solid #eee;
    height: 40px;
    position: relative;
}

.position-infor .hd1 ul{
    position:absolute;
    left:0;
    top:-1px;
    height:42px;
}

.position-infor .hd1 li{
    width: 158px;
    border:1px solid #ddd;
    height:42px;
    line-height: 42px;
    border-left: none;
}

.position-infor .hd1 li.on{
    height:42px;
    background:#fff;
    border-top:3px solid #2ca9e1;
    border-bottom:2px solid #fff;
}

.recruiting-nav{
    background: #fefefe;
    border: 1px solid #eee;
    padding: 8px 10px;
}

.recruiting-nav a span{
    display:inline-block;
    margin-left:20px;
    background: transparent;
    padding: 0  10px;
}

.recruiting-nav a.active span{
    background: #2ca9e1;
    color: #fff;
}

.position-infor .bd1{
    line-height: 30px;
}

.position-infor .bd1 ul{
    padding: 0;
}

.recruiting-list li{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    padding: 0;
    line-height: 52px;
    border-bottom: 1px dashed #eee;
}
.recruiting-list li:before{
    display: none;
}

.recruiting-list div{
    position: relative;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.recruit-con1{
    width: 290px;
}

.recruit-con2{
    width: 255px;
    color: #e6445c;
}

.recruit-con3{
    width: 250px;
}

.recruit-con4{
    width: 180px;
}

.recruit-con5{
    font-size: 12px;
    color: #999;
    width: 76px;
}

.reward-recruit{
    position: relative;
}

.reward-recruit:after{
    position: absolute;
    content: "悬赏招聘";
    text-indent: 18px;
    width: 80px;
    line-height: 21px;
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
    top:0;
    background: url("../img/reward-recruit.jpg") no-repeat center ;
}

.apply-table .reward-recruit:after{
    content: "悬赏求职";
}

/*知名雇主品牌 - 在招职位*/

.search-position{
    text-align: center;
}

.search-position .search-box{
    text-align: center;
}

.main-top .position{
    color: #fff;
}

.reward-nav{
    position: absolute;
    bottom:0 ;
}

.reward-nav li{
    float: left;
}

.reward-nav a{
    display: block;
    margin-left: 10px;
    width: 185px;
    height: 48px;
    background: #599bf1;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.reward-nav li:first-child a{
    margin-left: 0;
}

.reward-nav li:active a,
.reward-nav li.active a{
    background: #fff;
    color: #666;
}

.recruiting-list .reward-recruit:after{
    top:10px;
}

/*用人单位悬赏招聘-详细*/

.str1-3-1{
    padding-left: 24px;
    background: url("../img/purse.jpg") no-repeat left center;
}

.str1-3 b{
    color: #e6445c;
    font-weight: normal;
}

.recommend-button{
    background: #feb11d;
}

.popup2{
    width: 625px;
}

.popup1-con .fill-title {
    width: 105px;
}

.popup1-con .fill-group {
    margin-bottom: 10px;
    overflow: hidden;
}

.popup1-con .fill-group input{
    margin-top: 0;
    width: 265px;
    height: 36px;
    line-height: 36px;
}

.popup1-con .fill-group a{
    color: #e6445c;
    text-decoration: underline;
}

.popup1-con .fill-group select{
    width: 286px;
    height: 36px;
    border: 1px solid #eee;
    border-radius: 4px;
    line-height: 36px;
    padding: 0 10px;
}

/*求职者悬赏求职-详细*/

.seeker{
    position: relative;
    width: 128px;
    height: 144px;
    margin: 20px auto;
    border: 1px solid #dcdcdc;
}

.seeker input{
    position: absolute;
    width: 128px;
    height: 144px;
    opacity: 0;
    left: 0;
    top:0;
    z-index: 1;
}

.seeker img{
    width: 128px;
    height: 144px;
    overflow: hidden;
}

.popup1-con .fill-group1 select{
    width: 156px;
}

/*关于我们*/

.side-nav{
    width: 212px;
    border: 1px solid #2ca9e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side-title{
    display: block;
    line-height: 50px;
    background: #2ca9e1;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.side-nav-con{
    background: #f8fdff;
    padding: 25px  0;
}


.side-nav-con li{
    padding: 5px 0;
}

.side-nav-con li a{
    position: relative;
    display: block;
    width: 170px;
    line-height: 36px;
    height: 36px;
    text-indent:55px ;
    font-size: 14px;
    color: #2ca9e1;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 2px;
}

.side-nav-con li a:before{
    position: absolute;
    line-height: 36px;
    left: 0;
    text-indent:28px ;
    color: #2ca9e1;
    font-family: "FontAwesome";
    content: "\f0da";
}

.side-nav-con li a:hover,
.side-nav-con li a.active{
    border: 1px solid #2ca9e1;
    background: #fff;
}

.about-box{
    width: 865px;
    border: 1px solid #e0e0e0;
}

.side-con-title{
    border-bottom: 1px solid #e0e0e0;
    height: 50px;
}

.side-con-title span{
    display: inline-block;
    font-size: 18px;
    border-bottom: 3px solid #e6445c;
    line-height: 48px;
    color: #e6445c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 30px;
}

.about-con{
    padding: 30px;
}

.about-con img{
    max-width: 100%;
    margin:10px 0;
}

.about-con p{
    font-size: 14px;
    line-height: 28px;
    color: #333;
    text-indent: 2em;
}

.about-title1{
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.about-con1{
    padding: 10px 0;
}

.about-con1 p{
    text-indent: 0!important;
}

.about-con1 p span{
    display: inline-block;
    text-align: right;
    width: 80px;
}

.contact-box{
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.contact1{
    font-size: 14px;
    color: #333;
}

.contact1 li{
    margin-bottom: 10px;
}

.contact1 i{
    width: 40px;
    font-size: 20px;
    color: #ccc;
    text-align: center;
}

.contact1 span{
    display: inline-block;
    width: 40px;
    text-align: center;
}

.contact1 span img{
    display: inline-block;
    margin: 0;
}

.contact2{
    margin-top: 60px;
}

.contact2-1{
    float: left;
    text-align: center;
    margin-right: 30px;
}

.contact2-1 img{
    width: 102px;
    height: 102px;
    margin: 0;
}

.contact2-1 p{
    text-align: center;
}

.contact2 p{
    text-indent: 0;
}

/*关于我们-在线留言*/

.about-con2{
    background: url("../img/about03.jpg") no-repeat center;
}

.about-con2 .fill-group{
    overflow: hidden;
    margin-bottom: 20px;
}

.about-con2 .fill-group input{
    width: 420px;
}

.about-con2 textarea{
    overflow: hidden;
    width: 420px;
    height: 150px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 8px 10px;
    resize: none;
    line-height: 20px;
    font-size: 14px;
}

.about-con2 .fill-group .fill-text-tip{
    width: 116px;
}

.about-con2 .fill-group .fill-text-tip{
    width: 116px;
}

.code1{
    float: left;
    width: 80px;
    height: 30px;
    margin: 6px 0;
}

.code1 img{
    width: 80px;
    height: 30px;
    margin: 0;
}

.about-con2 .fill-group .fill-submit{
    width: 230px;
}

/*新闻资讯*/

.new-box1 .new-center{
    width: 480px;
    height: 408px;
    margin: 0;
}

.new-box1 .slideBox3{
    width: 480px;
    height: 300px;
}

.new-box1 .bd3 img{
    width:100%;
    height:300px;
    display:block;
}

.new-list{
    width: 600px;
}

.new-list li{
    border-top: 1px dashed #eee;
    overflow: hidden;
    padding: 9px 0;
}

.new-list li:hover .new-con{
    opacity: 0.8;
}

.new-list li:first-child{
    border: none;
    padding-top: 0;
}

.new-list li img{
    width: 144px;
    height: 88px;
    float: left;
}

.new-con {
    width: 440px;
    float: right;
}

.new-con span{
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

.new-con p{
    font-size: 12px;
    line-height: 24px;
}

.new-box2{
    overflow: hidden;
    margin-top: 10px;
}

.new-list2{
    border: 1px solid #dcdcdc;
    width: 538px;
    margin-bottom: 20px;
}

.new-list2-top{
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 15px;
    background: #f9f9f9;
}

.new-list2-top span{
    float: left;
    font-weight: bold;
    color: #2ca9e1;
}

.new-list2-top a{
    float: right;
    color: #e6445c;
}

.new-list2 ul{
    padding: 10px 15px;
}

.new-list2 li{
    position: relative;
    line-height: 34px;
    border-top:1px dashed #dcdcdc;
    overflow: hidden;
}

.new-list2 li:hover p{
    text-decoration: underline;
}

.new-list2 li:first-child{
    border-top:none;
}

.new-list2 li p{
    float: left;
    width: 70%;
    font-size: 14px;
    color: #666;
    text-overflow:ellipsis ;
    overflow: hidden;
    white-space: nowrap;
}

.new-list2 li span{
    float: right;
    font-size: 12px;
    color: #999;
}

/*新闻资讯 - 就业指导*/

.new-list3{
    width: 100%;
    padding-bottom: 50px;
}

.new-list3 li:before{
    content: "";
    position: absolute;
    line-height: 34px;
    left:5px;
    top:50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e6445c;
    font-size: 12px;
}

.new-list3 li p{
    text-indent: 20px;
}

.new-list3 .paging{
    padding: 0 15px;
    margin-top: 10px;
}

.new-text{
    border: 1px solid #dedede;
    padding: 30px;
}

.new-title span{
    display: block;
    font-size: 24px;
    color: #333;
    line-height: 40px;
    text-align: center ;
    border-bottom: 1px solid #eee;
}

.new-title p{
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-top: 10px;
}

.text-con{
    padding: 30px 0;
}

.text-con p{
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.text-con img{
    display: block;
    margin: 15px auto;
    max-width: 100%;
}

.text-nav{
    border-top:2px solid #dcdcdc ;
    padding: 10px 0;
    overflow: hidden;
}

.text-nav-lf {
    float: left;
}

.text-nav-lf a{
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.text-nav-lf a:hover{
    color: #999;
}

a.back{
    display: block;
    float: right;
    width: 116px;
    height: 33px;
    background: #2ca9e1;
    font-size: 14px;
    color: #fff;
    text-align:center ;
    line-height: 33px;
}

/*宣讲会*/

.recruit-box{
    border: 1px solid #dcdcdc;
    margin-top: 30px;
    background: #fff;
}

.recruit-top{
    height: 56px;
    background: #f1f1f1;
    border-bottom: 1px solid #dcdcdc;
}

.recruit-top span{
    float: left;
    margin-left: 20px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;
}

.recruit-top p{
    float: left;
    margin-left: 40px;
    color: #333;
    font-size: 14px;
    line-height: 56px;
}

.recruit-top select{
    width: 129px;
    height: 30px;
    border: 1px solid #dcdcdc;
    background: #fff;
    margin-left: 20px;
}

.recruit-list{
    padding: 0 20px 40px;
}

.recruit-list li{
    position: relative;
    overflow: hidden;
    padding: 28px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.recruit-img{
    float: left;
    width: 148px;
    margin-right: 20px;
}

.recruit1{

}

.recruit1-1{
    display: block;
    font-size: 18px;
    color: #e6445c;
    font-weight: bold;
    width:320px;
}

.recruit1-2{
    font-size: 14px;
    color: #e6445c;
    padding: 6px 0;
}

.place-box dd{
    float: left;
    width: 284px;
    margin-left: 5px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
}

.recruit2{
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    width: 226px;
}

.recruit2 span {
    display: block;
    overflow: hidden;
}

.recruit2 span a{
    display: block;
    width: 106px;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.recruit2-1{
    border: 1px solid #2ca9e1;
    border-radius: 4px;
    color: #333;
}

.recruit2-1:hover{
    color: #fff;
    background: #2ca9e1;
}

.recruit2-2{
    position: relative;
    border: 1px solid #2ca9e1;
    color: #fff;
    background: #2ca9e1;
    text-align: left;
    text-indent: 16px;
}

.recruit2-2:hover{
    border: 1px solid #2fb5f0;
    background: #2db7f0;
}

.recruit2-2:after{
    position: absolute;
    right: 10px;
    font-family: "FontAwesome";
    content: "\f01d";
    margin-left: 6px;
    font-size: 18px;
    font-weight: normal;
}

.recruit2-3{
    display: block;
    width: 100%;
    background: #e6445c;
    color: #fff;
    border-radius: 4px;
}

.recruit2-3:hover{
    background: #f74860;
}

.reser-list{
    margin-top: 30px;
}

.reser-list li{
    width: 264px;
    position: relative;
    float: left;
    margin-left: 14px;
}

.reser-list li:first-child{
    margin-left: 0;
}

.reser-code{
    display: none;
    position: absolute;
    top:-130px;
    right: 2px;
    padding: 10px 0;
    width: 141px;
    height: 171px;
    background: url(../img/reser-bg.png) no-repeat center;
}

.reser-code1{
    width: 100px;
    height: 100px;
    border: 1px solid #dcdcdc;
    margin: 0 auto;
}

.reser-code1 img{
    width: 100px;
    height: 100px;
}

.reser-code p{
    font-size: 14px;
    color: #666;
    text-align:center ;
    margin-top: 10px;
}

.recruit3-code{
    float: left;
    width: 95px;
    height: 95px;
}

.recruit3{
    width: 286px;
}

.recruit3 span a{
    width: 120px;
}

.recruit3 .recruit2-2{
    text-indent: 26px;
}

.recruit3 .recruit2-2:after{
    right: 15px;
}

/*宣讲会-详情*/

.text-title{
    height: 40px;
    line-height: 40px;
    background: #2ca9e1;
    font-size: 20px;
    color: #fff;
    padding:0 28px;
}

.recruit-text{
    padding: 28px;
}

.recruit-text1{
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 25px;
}

.recruit-text1-title{
    color: #e6445c;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.recruit-text1-con{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
}

.recruit-text1-con li{
    float: left;
    margin-left: 60px;
    max-width: 385px;
    min-width: 120px;
}

.recruit-text1-con li:first-child{
    margin-left: 0;
}

.recruit-text2 {
    padding: 30px 0;
    font-size:14px;
    color: #333;
    line-height: 26px;
}

.recruit-text2 span{
    font-weight: bold;
    font-size:16px;
    display: block;
}

.recruit-text .recruit2-3{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center ;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
}

.popup-p{
    text-align: center;
    font-size: 14px;
    color: #e6445c;
}


.popup1-con .popup-button2{
    background: #999;
    color: #fff;
    border: #999;
}

.popup1-con .popup-button2:hover{
    background: #2ca9e1;
    border: #2ca9e1;
}

/*招聘会-详情*/

.recruit-text1-con img{
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
}

.code2{
    text-align: center;
    font-size: 12px;
}

.recruit-text3{
    text-align: center;
}

.recruit-text3 a{
    display: inline-block;
}

.recruit2-4{
    background: #2ca9e1;
}

.recruit2-5{
    background: #2ca9e1;
    color: #fff;
}

.popup2-con .fill-title{
    margin-left: 80px;
}

/*招聘会-企业立即申请*/

.recruit-enterprise{
    padding: 30px 0;
}

.enterprise-con{
    width: 586px;
    border-bottom: 1px dashed #dcdcdc;
    margin: 0 auto;
    padding-bottom: 10px;
}

.enterprise-title{
    font-size: 16px;
    color: #333;
    display: block;
    font-weight: bold;
}

.enterprise-con p{
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.enterprise-con1{
    padding: 30px 0;
    width: 650px;
    margin: 0 auto;
}

.enter-group{
    margin-bottom: 15px;
}

.enter-group span{
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 10px;
    line-height: 36px;
    color: #333;
    font-size: 14px;
}

.enter-group input{
    width: 220px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    display: inline-block;
}

.file1{
    position: relative;
    display: inline-block;
    width: 80px;
    height: 35px;
    border: 1px solid #dcdcdc;
    background: #999;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
}

.file1 input{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    padding: 0;
    opacity: 0;
}

.enter-group p{
    display: inline-block;
    font-size: 14px;
    color: #cd0000;
}

.requirements{
    margin-bottom: 10px;
}

.requirements p{
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
}

.requirements span{
    color: #e6445c;
    cursor: pointer;
}

.requirements select{
    display: inline-block;
    border: 1px solid #dcdcdc;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin: 0 10px;
    width:120px;
}

.add-re{
    font-size: 14px;
    color: #e6445c;
    cursor: pointer;
    margin-top: 10px;
}

.add-re i{
    margin-right: 5px;
    font-size: 14px;
    color: #e6445c;
}

.enterprise-con2{
    border-bottom: none;
}

.enterprise-con2 .enterprise-title{
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 20px;
}

/*搜索--无结果*/

.search-con{
    font-size: 20px;
    color: #333;
}

.search-con p{
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.search-con span{
    color: #e6445c;
}

.search-no{
    padding-bottom: 100px;
}

.search-no img{
    margin: 60px auto 10px;
}

.search-no p{
    font-size: 16px;
    color: #999;
    text-align: center;
}

.search-results{
    margin-top: 20px;
}

.search-results li{
    border-bottom: 1px solid #dcdcdc;
    line-height: 48px;
    font-size: 14px;
    color: #666;
}

.search-results li a{
    font-size: 14px;
    color: #666;
}

/*简历查询*/

.resume-demand{
    font-size: 20px;
    color: #666;
}

.demand-con{
    overflow: hidden;
    margin-top: 10px;
}

.demand-con li{
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-right: 20px;
}

.demand-con li span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #e6445c;
    color: #fff;
    margin-right: 10px;
}

.demand-con li b{
    display: inline-block;
    font-weight: normal;
    color: #e6445c;
}

.demand-con li a{
    padding: 0 10px;
    color: #fff;
    background: #2ca9e1;
    display: inline-block;
    margin-left: 10px;
}

.resume-box{
    margin-top: 30px;
}

.resume-list li{
    float: left;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 255px;
    margin-left: 25px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}

.resume-intro{
    overflow: hidden;
}

.resume-intro img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.resume-intro1{
    float: left;
}

.resume-intro1 span{
    display: block;
    font-size: 22px;
    height: 30px;
    color: #2ca9e1;
    width: 92px;
    overflow: hidden;
}

.resume-intro1 p{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.resume-intro2{
    margin-top: 15px;
}

.resume-intro2 p{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    height:19px;
    line-height:19px;
    overflow:hidden;
}

.resume-intro2 p span{
    color: #e6445c;
}

.resume-intro3{
    border: 1px solid #2ca9e1;
    color: #2ca9e1;
    height: 30px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    display: block;
    font-size: 14px;
    margin: 10px auto;
}

.resume-intro3:hover{
    background: #2ca9e1;
    color: #fff;
}

.resume-list li.one{
    margin-left: 0;
}

.screen-box{
    overflow: hidden;
    margin-bottom: 20px;
}

.screen-box span{
    float: left;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
}

.screen-list{
    float: left;
    display: inline-block;
    overflow: hidden;
}

.screen-list li{
    position: relative;
    float: left;
    line-height: 32px;
    padding-left: 10px;
    border: 1px solid #dcdcdc;
    margin-left: 10px;
    padding-right: 40px;
}

.screen-list i{
    position: absolute;right: 10px ;
    color: #e6445c;
    font-size:25px ;
    line-height: 32px;
    margin-left: 10px;
}

/*院校专业介绍*/

.site-box{
    background: #f9f9f9;
    padding: 20px 0 45px;
}

.shool-list{
    overflow: hidden;
    margin-top: 30px;
}

.shool-list li{
    float: left;
    width: 260px;
    margin-left: 17px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}

.shool-list li.one{
    margin-left:0;
}

.shool-list .bd2-1{
    height: 170px;
    border-bottom: 1px solid #dcdcdc;
}

.school-con{
    padding: 20px;
    height: 215px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.school-con span{
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.school-con a{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -51px;
}

.school-con p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;  /*将对象作为弹性盒子模型显示*/
    overflow: hidden; /**/
    text-overflow:ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;/*伸缩盒对象的子元素的排列方式-垂直*/
    -webkit-line-clamp:4; /*限制文本的行数*/
}

/*院校专业介绍*/

.school-intro{
    width: 100%;
    padding: 28px;
    height: 186px;
    overflow: hidden;
    background: url("../img/bg2.jpg") no-repeat center ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.school-logo{
    float: left;
    width: 195px;
    height: 127px;
    border:1px solid #dcdcdc;
    background: #fff;
}

.school-logo .bd2-1{
    height: 127px;
}

.shool-con{
    float: left;
    max-width: 800px;
    margin-left: 30px;
}

.shool-con span{
    display: block;
    font-weight: bold;
    font-size: 28px;
    color: #000;
}

.shool-con p{
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-bottom: 8px;
}

.shool-title1{
    display: block;
    color: #2ca9e1;
    border-left: 3px solid #2ca9e1;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.school-con2{
    font-size: 14px;
    color: #666;
}

.school-con2 p{
    margin-bottom: 20px;
}

.picScroll-left{
    width:100%;
    overflow:hidden;
    position:relative;
}

.picScroll-left .sprev,.picScroll-left .snext{
    position: absolute;
    top:40px;
    display:block;
    width:24px;
    height:48px;
    float:right;
    margin-right:5px;
    margin-top:10px;
    overflow:hidden;
    cursor:pointer;
}

.picScroll-left  .sprev{
    left: 10px;
    background:url("../img/left3.jpg") no-repeat;
}

.picScroll-left  .snext{
    right: 10px!important;
    background:url("../img/right4.jpg") no-repeat;
}

.picScroll-left .shool-bd{
    padding:10px;
    width: 910px;
    margin: 0 auto;
}

.picScroll-left  ul{
    overflow:hidden;
    zoom:1;
    margin: 0 auto;
    display: inline-block;
}

.picScroll-left  ul li{
    margin:0 8px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}

.shool-bd  li:before{
    display: none!important;
}

.overdue{
    background: transparent!important;
    border: 2px solid #e6445c;
    color: #e6445c!important;
}

.pdf-down{
    font-size: 14px;
    display: block;
    padding-left: 20px;
    color: #0b8bc5;
    background: url("../img/pdf.jpg") no-repeat left center;
}

.word-down{
    font-size: 14px;
    display: block;
    padding-left: 20px;
    color: #0b8bc5;
    background: url("../img/word.jpg") no-repeat left center;
}

.content4{
    min-height: 400px;
    padding-bottom: 30px;
}

.share{
    float: left;
}

/*酒店预定*/

.hotel-lbox{

}

.hotel-lbox-top{
    height: 60px;
    padding: 0 25px;
    background: #2ca9e1;
}


.hotel-lbox-top span{
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}

.hotel-lbox-time{
    position: relative;
    margin-top: 10px;
    width: 500px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border: 1px solid #eee;
}

.hotel-lbox-time:before{
    font-family: "FontAwesome";
    content:"\f073";
    position: absolute;
    left: 10px;
    z-index: 10;
    font-size: 20px;
    color:#999 ;
}

.hotel-lbox-time:after{
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 10px;
    top:0;
    z-index: 10;
    font-size: 20px;
    color:#999 ;
}

.hotel-lbox-time input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    text-indent: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    z-index: 9;
    outline: none;
}

.date-picker-wrapper .footer{
    background: none;
}

.hotel-list{
    border: 1px solid #eee;
}

.hotel-list li{
    overflow: hidden;
    padding: 20px  0;
    border-top: 1px solid #eee;
}

.hotel-list li:first-child{
    border-top:none;
}

.hotel-1{
    float: left;
    margin-left: 25px;
    overflow: hidden;
}

.hotel-1 img{
    float: left;
    width: 168px;
    height: 112px;
    margin-right: 15px;
    overflow: hidden;
}

.hotel-1-rg {
    float: left;
    padding: 15px 0;
}

.hotel-1-rg span{
    display: block;
    font-size: 20px;
    color: #333;
}

.hotel-position{
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}

.hotel-position span{
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #e6445c;
}

.hotel-1-p{
    font-size: 12px;
    color: #999;
}

.hotel-2{
    float: left;
}

.hotel-2{
    width: 200px;
    height: 120px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-left:1px solid #eee ;
}

.hotel-2 span{
    color: #e6445c;
    font-size: 30px;
    display: block;
}

.hotel-2 p{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.hotel-2 a{
    display: block;
    margin: 0 auto;
    width: 110px;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
}

.hotel-2 a:hover{
    background: #2ca9e1;
    border: 1px solid #2ca9e1;
    color: #fff;
}

.hotel-2 b{
    font-size: 14px;
    font-weight: normal;
}

/*酒店预定-详情*/

.hotel-con-lf{
    width: 720px;
    float: left;
    border: 1px solid #eee;
}

.picFocus{
    margin:0 auto;
    width:100%;
    position:relative;
    overflow:hidden;
    zoom:1;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.picFocus .hd{
    position: relative;
    width:100%;
    padding-top:5px;
    overflow:hidden;
}

.picFocus .hd ul{
    width: 590px;
    margin: 0 auto;
    overflow:hidden;
    zoom:1;
}

.picFocus .hd ul li{
    padding-top:5px;
    float:left;
    text-align:center;
}

.picFocus .hd ul li img{
    width:109px;
    height:65px;
    border:2px solid #ddd;
    cursor:pointer;
    margin-right:5px;
}

.picFocus .hd ul li.on img{
    border-color:#f60;
}

.picFocus .bd li{
    vertical-align:middle;
}

.picFocus .bd img{
    width:100%;
    height:480px;
    display:block;
}

.picFocus .sPrev,.picFocus .sNext{
    position:absolute;
    top:10px;
    display:block;
    width:30px;
    font-size: 30px;
    height:66px;
    text-align: center;
    line-height: 66px;
    border:1px solid transparent;
}

.picFocus .sNext{
    right:10px;
}

.picFocus .sPrev{
    left:10px;
}

.hotel-3{
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #666;
    padding: 0 25px;
}

.hotel-3 i{
    margin-right:5px ;
}

.hotel-4-lf img{
    float: left;
    width: 120px;
    height: 80px;
    margin-right: 20px;
}

.hotel-4con{
    float: left;
}

.hotel-4con span{
    display: block;
    font-size: 20px;
    color: #666;
}

.hotel-4con p{
    font-size: 12px;
    color: #999;
}

.hotel-4con  .hotel-4-sapn{
    font-size: 30px;
    color: #e6445c;
}

.hotel-4-sapn b{
    font-size: 14px;
    font-weight: normal;
}

.hotel-4 li{
    padding: 20px;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.hotel-4-rg{
    margin-top: 20px;
}

.hotel-4-rg p{
    float: left;
    font-size:12px;
    color: #e6445c;
    line-height: 36px;
}

.hotel-4-rg input{
    width: 110px;
    height: 36px;
    border-radius: 4px;
    background: #e6445c;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

.hotel-con-rg {
    float: left;
    border: 1px solid #eee;
    width: 377px;
    margin-left: -1px;
}

.hotel-5{
    padding: 20px;
}

.hotel-5 span{
    display: block;
    font-size: 20px;
    color: #333;
}

.hotel-5 p{
    padding-top: 10px;
    font-size: 12px;
    color: #999;
}

.hotel-6{
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.hotel-3 .hotel-lbox-time{
    width: 100%;
}

.hotel-7{
    padding: 20px;
    border-top: 1px solid #eee;
}

.hotel-7 span{
    font-size: 18px;
    color: #666;
    display: block;
    padding-left: 20px;
    background: url("../img/i-pic.jpg") no-repeat left center;
}

.hotel-7 p{
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    line-height: 20px;
}

.hotel-7 p span{
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
    background: no-repeat;
    padding: 0;
}

.popup3-con{
    width: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto ;
    padding: 30px 0;
}

.popup3-con .fill-group{
    overflow: hidden;
}

.popup4-con{
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.fill-group .time-input{
    float: left;
    width: 244px;
    padding: 0 10px;
    outline: none;
    height: 36px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.fill-group  .hotel-4-sapn{
    float: left;
    font-size: 30px;
    color: #e6445c;
}

.fill-group b{
    font-size: 14px;
    font-weight: normal;
}

.fill-code-s input[type="button"]{
    width: 120px;
    background: #2ca9e1;
    color: #fff;
    height: 38px;
    margin-left: 10px;
    font-size: 14px;
}

.fill-code-s span{
    clear: both;
    display: block;
    text-align: left;
    padding-top: 10px;
}

.hotel-8 {
    overflow: hidden;
}

.hotel-8 input{
    float: left;
    margin-right: 10px;
    width: 100px!important;
}

.removeclass1{
    line-height: 38px;
    color: #e6445c!important;
    cursor: pointer;
    padding-top: 0!important;
}

.in-hide{
    display: none;
}

#InputsWrapper1 .hotel-8{
    margin-top: 10px;
}

.fill-adds {
    width: 400px;
}

.popup3-con .fill-adds span{
    display: block;
    text-align: left;
    padding-top: 10px;
    color: #666;
}

.hotel-9{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.hotel-9-button{
    width: 200px;
    height: 50px;
    margin: 30px auto 0;
    display: block;
    background: #e6445c;
    color: #fff;
    font-size: 16px;
}

/*招聘直播间*/

.studio-box{
    border: 1px solid #eee;
}

.studio-top{
    height: 56px;
    line-height: 56px;
    width: 100%;
    background: #2ca9e1;
    font-size: 16px;
    color: #fff;
}

.studio-1{
    width: 100%;
    height: 485px;
    border-bottom:1px solid #eee ;
}

.studio-1-lf{
    position: relative ;
    width: 755px;
    height: 485px;
}

.studio-1-lf-top{
    position: relative ;
    width: 755px;
    height: 436px;
}

.studio-1-lf-top .play{
    position: absolute;
    left: 50%;
    top:50%;
    margin:-20px 0 0 -20px ;
}

.studio-1-lf-bottom{
    background: #f9f9f9;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}

.studio-1-lf-bottom p{
    float: left;
    color: #2ca9e1;
    margin-left: 20px;
}

.studio-1-lf-bottom i{
    color: #999;
    margin-right: 10px;
}

.studio-1-lf-bottom a{
    color: #2ca9e1;
    float: right;
    margin-right: 10px;
}

.studio-1-lf-bottom a:hover{
    text-decoration: underline;
}

.studio-1-rg{
    float: right;
    width: 315px;
}

.studio-1-span{
    position: relative;
    display: block ;
    font-size: 16px;
    font-weight: bold;
    color: #2ca9e1;
    width: 290px;
    line-height: 42px;
    border-bottom: 2px solid #eee;
}

.studio-1-span:before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #2ca9e1;
    bottom: -2px;
}

.custom-scroll{
    width:300px;
    height:412px;
    margin-top: 10px;
    text-align:left;
    background:#fff;
    display:inline-block;
    overflow:auto;
}

.studio-list1{
    width: 280px;

}

.studio-list1 li{
    position: relative;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #f9f9f9;
    margin-bottom: 5px;
}

.studio-list1 li a{
    display: block;
    width: 270px;
    color: #333;
}

.studio-list1 li:hover{
    background: #2ca9e1;
    color: #fff;
}

.studio-list1 li:hover a{
    color: #fff;
}

.studio-list1 li.active{
    background: #2ca9e1 ;
}

.studio-list1 li.active a{
    color: #fff;
    width: 230px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.studio-list1 li.active:after{
    position: absolute;
    right: 20px;
    top:0;
    font-family: FontAwesome;
    content: "\f01d";
    color: #fff;
    font-size: 20px;
}

.studio-2{
    overflow: hidden;
}

.studio-2-lf{
    float: left;
    width: 754px;
    height:545px ;
    border-right: 1px solid #eee;
}

.studio-list2-top{
    position: relative;
    display: block;
    color: #2ca9e1;
    font-size: 16px;
    font-weight: bold;
    border-bottom:1px solid #eee;
    padding:10px 15px ;
}

.studio-list2-top span{
    display: block;
    color: #2ca9e1;
    font-size: 16px;
    font-weight: bold;

    border-left:2px solid #2ca9e1;
    padding-left: 5px;
}

.studio-list2 ul{
    padding: 20px;
}

.studio-list2 ul li{
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}

.studio-list2 li p{
    float: left;
    font-size: 14px;
    color: #666;
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.studio-list2 li:hover p{
    color: #999;
}

.studio-list2 li span{
    float: right;
    font-size: 14px;
    color: #666;
}

.studio-list2 .paging{
    padding: 0 20px;
    margin-top: 10px;
}

.studio-2-rg{
    float: right;
    width: 342px;
}

.studio-list2-top .arrow{
    position: absolute;
    right: 20px;
    top:0;
    border: none;
    padding: 10px 0;
    font-size: 20px;
}

.studio-list2-top .arrow a{
    margin: 0 10px;
}

.studio-list2-top .arrow a:hover{
    color: #2ca9e1;
}

/*院校专业介绍*/

.school-province span{
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}

.school-province a.school-all{
    float: left;
    font-size: 16px;
    line-height: 30px;
    border-radius: 4px;
    padding:0 10px;
    margin: 0 5px;
    background: #cbcbcb;
    color: #fff;
}

.school-province a:hover{
    background: #2ca9e1;
}

.school-province-list{
    height: 160px;
}

.school-province-list a{
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border-radius: 4px;
    padding:0 10px;
    margin: 20px 10px 0;
}

.school-province-list a:hover{
    background: #2ca9e1;
    color: #fff;
}

.school-province-list a.active{
    background: #2ca9e1;
    color: #fff;
}

.school-check b{
    float: left;
    font-size: 16px;
    line-height: 30px;
    border-radius: 4px;
    padding:0 10px;
    margin: 0 10px 0;
    background: #2ca9e1;
    color: #fff;
    font-weight: normal;
}

.school-check i{
    margin-left: 10px;
}

.school-sou{
    margin-top: 20px;
    height: 50px;
    background: #fff;
    border: 1px solid #2ca9e1;
}

.school-sou select{
    float: left;
    padding: 0 10px;
    width: 78px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-right: 1px solid #2ca9e1;
}

.school-sou input[type="text"]{
    width: 860px;
    float: left;
    height: 50px;
    line-height: 50px;
    border: none;
    padding: 0 10px;
}

.school-sou input[type="button"]{
    float: right;
    width: 128px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    background: #2ca9e1;
}

.red-color{
    color: #e6445c;
}

.popup1-top{
    color: #e6445c;
}

.popup2-con p{
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
}

.pay-way{
    width: 62%;
    margin: 0 auto;
}

.pay-way span{
    line-height: 56px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 20px;
}

.pay-way label{
    display: block;
    font-size: 12px;
    line-height: 56px;
    margin-bottom: 20px;
}

.pay-way label span{
    font-size: 14px;
}

.pay-way label input{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.pay-way label div{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border: 2px solid #eee;
    position: relative;
}

input:checked + div{
    border: 2px solid #2ca9e1;
}

input:checked + div::after{
    position: absolute;
    right: 0;
    bottom: 0;
    content:'';
    width: 26px;
    height: 26px;
    background: url(../img/y-ordinary-mode-choice-pic.png) no-repeat left top;
}

.pay-button{
    text-align: center;
    padding:10px 0 30px;
}

.pay-button input{
    display: inline-block;
    width: 160px;
    height: 48px;
    font-size: 16px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #dcdcdc;
}

.pay-button input:first-child{
    background: #e6445c;
    color: #fff;
}

.popup3{
    position: relative;
    width: 480px;
    height: 210px;
    border-radius:10px ;
    background: #01b053;
}

.popup3 i{
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: -10px;
    top:-10px;
    color: #000;
    background: #fff;
    border-radius: 50%;
}

.popup3-1{
    width: 50%;
}

.popup3-1 img{
    margin-top: 20px;
}

.popup3-1 p{
    font-size: 16px;
    color: #fff;
    padding-left: 50px;
    margin-top: 20px;
}

.popup3-1 a{
    display: block;
    width: 120px;
    height: 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin:20px 0 0 60px ;
}

.popup3-1 a:hover{
    background: #2ca9e1;
}

.popup3-2{
    width: 50%;
}

.popup3-2 img{
    width: 150px;
    height: 150px;
    padding: 5px;
    margin: 25px auto 0;
    background:url('/www/static/loading.gif') 50% 50% no-repeat #FFF;
}
.recruit-but3{
    background: #2ca9e1;
}
.l-more{
    float: right;
    margin-right: 15px;
    border: 1px solid #2ca9e1;
    color: #2ca9e1;
    display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 28px;
}
.an-list{
    height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

.an-list li{
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px 20px;
}

.an-paging{
    padding-left: 20px;
}

.l-word{
    position: relative;
    width: 120px;
    height: 50px;
    margin: 50px auto 20px;
    text-align: center;
    line-height: 50px;
    background: #f1f1f1;
}

.l-word input{
    position: absolute;
    top:0;
    left: 0;
    width: 120px;
    height: 50px;
    opacity: 0;
}
.side li{
    position: relative;
}
.wx{
    display: none;
    position: absolute;
    top: 0;
    right: 72px;
    width: 130px;
    padding: 10px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    border: 1px solid #78c340;
    background: #fff;
}
.wx img{
    display: block;
    margin: 0 auto;
}
.side .wx p{
    font-size: 14px;
    line-height: 24px!important;
    text-align: left;
    color: #666!important;
}
.side .wx .wx-p{
    text-align: center;
    padding: 0;
}
.tel {
    display: none;
    position: absolute;
    top: 0;
    right: 72px;
    width: 130px;
    min-height: 50px;
    padding: 10px;
    border: 1px solid #fbb01f;
    background: #fff;
}
.side .tel p{
    font-size: 16px;
    line-height: 24px!important;
    text-align: center;
    color: #666;
}
.suspend{
    display: none;
    position: absolute;
    top: 0;
    right: 72px;
    width: 130px;
    min-height: 50px;
    padding: 10px;
    border: 1px solid #6da9de;
    background:#ffffff;
}
.suspend dl dd a{
    display: block;
    text-align: center;
    height:40px;
    overflow:hidden;
    padding-left: 30px;
    line-height: 40px;
    background: url(../img/qq.png) no-repeat 30px center;
}
.suspend dl dd p{
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}
.mm-box{
    margin: 20px 0;
    background: #fff;
}
.l-mm{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
}
.l-mm-con{
    padding: 40px 0;

    text-align: center;
    margin:  0 auto;
}
.l-mm-con .fill-infor{
    display: inline-block;
}
.l-mm-con .fill-submit{
    float: left;
    width: 264px;
    margin-top: 20px;
}
.content1s{
    height: 700px;
}
.content-mores{
    display: block;
}
.content-mores .more1{
    margin: 30px auto 0;
}
.content-mores .more1:hover{
    background: #e6445c;
    color: #fff;
}
.hd-s{
    position:relative;
    text-align: center;
    margin-top: -10px;
}
.hd-s ul{
    padding-top: 0!important;
}
.hd-s li{
    display: inline-block;
    height: 32px;
    width: 120px;
    font-size: 16px;
    color: #000;
    background: #e5e5e5;
    border-radius: 5px;
    cursor:pointer;
    margin: 0 10px;
    padding: 0;
    line-height: 32px!important;
}
.hd-s li:before{
    display: none;
}
.hd-s li.on{
    background:#2ca9e1;
    color: #fff;
}
.register-box-2{
    display: none;
}

.ll-recruit-box{
    overflow: hidden;
    padding-bottom: 15px;
}
.reser-list1 {
    margin-top: 0;
}
.reser-list1 li{
    width: 260px;
    margin-left: 10px;
}
.reser-list1 li:first-child{
    margin-left: 14px;
}
.ll-recruit-box .reser-list2 {
    margin-top: 0;
}
.ll-recruit-box .reser-list2 li{
    width: 191px;
    margin-left: 10px;
}
.ll-recruit-box .reser-list2 li:first-child{
    margin-left: 15px;
}
.recruit-text1-1{
    font-size: 16px;
    line-height: 26px;
}
.recruit-text1-1 a{
    color: #2ca9e1;
}
.recruit-text1-1 a:hover{
    text-decoration: underline;
}
.slideBox .bd li a{
    display: block;
    height: 100%;
    width: 100% ;
}
.nav-box ,.bar-box-rg{
    position: relative;
    z-index: 9;
}
.yz-map{
    width: 800px;
    height: 580px;
    background: #fff;
    margin:0px auto;
}
.yz-map-1{
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #f2f2f2;
}
.yz-map-1 p{
    float: left;
}
.yz-map-1 span{
    float: right;
    font-size: 20px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.yz-map-2{
    padding: 15px 20px;
    font-size: 16px;
    overflow: hidden;
}
.yz-map-2 p{
    float: left;
    line-height: 30px;
    margin-right: 10px;
}
.yz-map-2 input{
    width: 200px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}
.yz-map-2 .yz-map-3{
    width: 80px;
}
.yz-map-4{
    width: 760px;
    height: 403px;
    margin: 0 auto;
    background: #ccc;
    border: 1px solid #dcdcdc;
}
.yz-map-5{
    overflow: hidden;
    padding: 20px;
}
.yz-map-5 a{
    float: right;
    width: 60px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #333;
    text-align: center;
    border: 1px solid #dcdcdc;
}
.yz-map-5 a:hover{
    background: #f1f1f1;
}
.yz-hide{
    cursor: pointer;
}
#map_show img, #baidu_map img {
    max-width:none;
}
.reser-list1 li{
    margin-bottom: 10px;
}
.ll-recruit-box .reser-list2 li{
    margin-bottom: 10px;
}
.y-hotel-record-information {
    margin-top: 20px;
}
.y-hotel-record-information .y-hotel-group-name{
    width:135px ;
    font-weight: bold;
}
.y-ordinary-record-list .y-ordinary-record-title{
    background: #999;
}
.y-ordinary-record-list .y-ordinary-record-title td{
    width: 16%;
}
.y-ordinary-record-list .y-ordinary-record-row td{
    padding: 8px 0;
    width: 16%;
}
.y-ordinary-page-box{
    overflow: hidden;
}
.y-ordinary-page-box .y-paging{
    width: 80%;
    display: inline-block;
    float: left;
    overflow: hidden;
}
.l-dayin{
    float: right;
    display: inline-block;
    padding: 5px;
    background: #f2f2f2;
    color: #2ca9e1;
    font-size: 14px;
    margin: 30px 0 20px 0;
}
.l-dayin:hover{
    background: #2ca9e1;
    color: #fff;
}
.select-input{
    width: 124px!important;
    height:32px;
    padding:0 8px;
    margin: 0!important;
    color: #333;
    line-height: 32px;
    background: none!important;
}
.select-input:-moz-placeholder {
    color: #333;
}

.select-input::-moz-placeholder {
    color: #333;
}

.select-input:-ms-input-placeholder {
    color: #333;
}

.select-input::-webkit-input-placeholder {
    color: #333;
}

.bd2-3-jobox{
    padding-top: 0!important;
    height:81px ;
    overflow: hidden;
    margin-bottom: 10px;
}
.bd2-3-job{
    padding-top: 6px!important;
}
.bd2-3-job p{
    float: left;
    max-width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #2ca9e1;
}

.bd2-3-job span{
    float: right;
    line-height: 16px;
    margin-top: 2px;
    font-size: 12px;
    color: #333;
    background-position: left center;
    padding-left: 20px;
    text-align: right;
    max-width: 40%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-image: url(../img/bd2-01.png);
}
.lx_more{
    display: block;
    margin: 0 auto;
    width: 62px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}
.lx_more:hover{
    color: #fff;
    background: #2ca9e1;
}

.bar-box-rgs{
    width: 320px;
    height: 335px;
}

.bar-box-rgs .bd1 li {
    position: relative;
    font-size: 14px;
    color:#666;
    line-height: 24px;
    margin-bottom: 10px;
    /*padding-left: 10px;*/
    overflow: hidden;
}
.bar-box-rgs .bd1 li:hover a p{
    color: #0085b9;
}

.bar-box-rgs .bd1 li a{
    color:#666;
    display: block;
    overflow: hidden;

}
.bar-box-rgs .bd1 li a p{
    float: left;
    color:#666;
    font-size: 16px;
    display: block;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bar-box-rgs .bd1 li span{
    float: right;
    color: #fc0000;
    text-align: right;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bar-box-rgs .bd1 li a div .lf{
    float: left;
    font-size: 12px;
    max-width: 60%;
    overflow: hidden;
    color:#666;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bar-box-rgs .bd1 li a div .rg{
    float: right;
    width: auto;
    color:#666;
    margin: 0;
    font-size: 12px;
    max-width:38%;

}

.recruit-lists .recruit1{
    width:55%;
}
.recruit-lists .recruit1 .recruit1-1{
    width:100%;
}
/*10.25*/
.y-resumey-content-text{
    position: relative;
}
.yz-1{
    position: absolute;
    right: 0;
    top:48px;
    width: 180px;
    height: 50px;
    border-radius: 4px;
    line-height: 50px;
    text-indent:65px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background:#2ca9e1 url("../img/yz-1.png") no-repeat 25px center;
}
.get-con{
    text-align: center;
    padding: 30px 0;
}
.get-con a{
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 4px;
    margin: 0 10px;
    color: #fff;
    background: #2ca9e1;
}
.get-con a:nth-of-type(2){
    font-size: 16px;
    background: #f5f5f5;
    color: #333;
}
.get-con span{
    color: #cc0000;

}
.get-con .get-con-tel{
    text-align: left;
    text-indent: 70px;
    background:#2ca9e1 url("../img/yz-2.png") no-repeat left center;
}
.yz-ye ul{
    padding: 20px 0;
    margin-top: 20px;
    background: #f2f4f7;
    overflow: hidden;
}
.yz-ye ul li{
    float: left;
    width: 33.3%;
    border-left: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yz-ye ul li:first-child{
    border: none;
}
.yz-ye ul li span{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}
.yz-ye ul li p{
    font-size: 36px;
    color: #e6445c;
    text-align: center;
}
.yz-mk{
    clear: both;
    margin-top: 100px;
    width: 400px;
}
.yz-mk img{
    width: 100%;
}
.yz-refresh {
    display: inline-block;
    margin: 0 5px;
    background: url(../img/yz-4.png) no-repeat center left;
}
.yz-refresh a {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding-left: 25px;
}
.yz-refresh a:hover {
    text-decoration: underline;
}


.yz-fj {
    position: relative;
    float: left;
    width: 90px;
    height: 30px;
    background: #2ca9e1;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}
.yz-fj input{
    position: absolute;
    width: 90px;
    height: 30px;
    left: 0;
    top:0;
    opacity: 0;
}
.yz-fj-list{
    overflow: hidden;
}
.yz-fj-list li{
    float: left;
    width: 48%;
    margin-bottom: 15px;
    background: #fafafa;
    overflow: hidden;
}
.yz-fj-list li:nth-of-type(even){
    float: right;
}
.yz-fj-list li p{
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 25px;
    padding-left: 30px;
    cursor: pointer;
    width: 70%;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/yz-5.png") no-repeat left center;
}
.yz-fj-list li p:hover{
    color: #2ca9e1;
}
.yz-fj-list li span{
    float: right;
}


.yz-mk-search{
    width: 780px;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
    font-size: 16px;
    text-align: center;
}
.mk-list{
    overflow: hidden;
    margin-left: -37px;
}

.mk-list li{
    float: left;
    width: 342px;
    margin-left: 37px;
    margin-bottom: 32px;
}

.mk-list li img{
    width: 100%;
    height: 210px;
}

.mk-list li h3{
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mk-pic{
    position: relative;
    width: 100%;
    height: 210px;
}
.mk-pic span{
    float: right;
    padding-left:30px ;
    margin-right: 10px;
    background: url("../img/yz-mk-look.png") no-repeat left center;
}
.mk-list li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.mk-list li h3{
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    height: 45px;
    line-height: 45px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
}
.mk-choose{
    border: 1px solid #dcdcdc;
    padding: 7px 0;
    overflow: hidden;
}
.mk-choose span{
    float: left;
    width: 150px;
    border-right: 1px solid #dcdcdc;
}
.mk-choose span select{
    display: block;
    width: 150px;
    height: 32px;
    line-height: 32px;
    border: none;
}
.mk-choose{
    margin-bottom: 30px;
}
.yz-banner {
    position: relative;
    width: 100%;
    height: 600px;
    min-width: 1200px;
    overflow: hidden;
}
.yz-banner .page-bar-pic {
    position: absolute;
    width: 1920px;
    height: 600px;
    left: 50%;
    overflow: hidden;
    margin-left: -960px;
}

.zpj-1{
    overflow: hidden;
    margin-top: 20px;
}
.zpj-1 a{
    display: block;
    width: 540px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size:24px;
    color: #fff;
    background: #2ca9e1;
    border-radius: 8px;
}

.zpj-2{
    overflow: hidden;
    margin-top: 30px;
}
.zpj-2 table{
    width: 540px;

}
.zpj-2 table td{
    border: 1px solid #dcdcdc;
    width: 62px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
}
.zpj-2 table td a{
    display: block;
    color: #333;

}
.zpj-2 table td:first-child{
    width: 100px;

}
.zpj-2 table td:hover a{
    color: #2ca9e1;

}
.zpj-2 table{
    width: 540px;
}
.zpj-box{
    width:100% ;
    margin-top: 20px;
    overflow: hidden;

}
.zpj-box table{
    float: left;
    width:910px;
}

.zpj-box .td{
    width: 20%;
    height: 96px;
    border: 1px solid #dcdcdc;
    text-align: center;
}

.zpj-box td .zpj-pic2{
    display: block;
    width: auto;
    height: 36px;
    margin: 0 auto;
}

.zpj-box table p{
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zpj-box table span{
    font-size: 14px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zpj-yq{
    margin: 30px auto;
    border: 1px solid #dcdcdc;
    padding: 20px 26px;
}
.zpj-yq-title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;

}

.zpj-yq-title h1{
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.zpj-yq-con{
    padding: 40px 0;
}
.zpj-yq-con p{
    font-size: 14px;
    line-height: 30px;
    color: #666;
    text-indent: 2em;

}
.zpj-box-pic{
    position: relative;
    width: 190px;
    height: 195px;
    float: left;
}
.zpj-box-pic img{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
}

.zpj-box-pic p{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 20px 0 16px;
    text-align: center;
}
.zpj-box-pic a{
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.zp-search-box{
    display: block;
    width: 980px;
    margin: 40px auto;
    font-size: 16px;
    color: #666;
    border: 1px solid #eee;
    overflow: hidden;
    background: #fff;
}
.zp-search-box span{
    float: left;
    width: 160px;
    height:32px;
    color: #333;
    line-height: 32px;
    border-right: 1px solid #dcdcdc;
}
.zp-search-box span input {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    font-size: 16px;
    display: block;
    background: url(../img/down1.jpg) no-repeat right center;
    text-align: center;
}
.zp-search-box .keywords{
    width: 640px;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
    font-size: 16px;
}
.zp-search-box .keywords:-moz-placeholder {
    color: #333;
}

.zp-search-box .keywords::-moz-placeholder {
    color: #333;
}

.zp-search-box .keywords:-ms-input-placeholder {
    color: #333;
}

.zp-search-box .keywords::-webkit-input-placeholder {
    color: #333;
}

.zp-search-box .key-search{
    float: right;
    width: 155px;
    height: 48px;
    background: url("../img/zp-bg.png") no-repeat center;
    color: #fff;
    font-size: 16px;
}
.zpj-box td a{
    display: block;
    width: 180px;
    margin: 0 auto;
}
.ya-zp h3{
    background: url("../img/yz-jt.png") no-repeat right center;
    font-size: 20px;
    color: #666;
    font-weight: normal;
    margin-bottom: 20px;
}
.ya-zp.on h3{
    background: url("../img/yz-jt-up.png") no-repeat right center;
}
.ya-zp-con{
    padding: 0 15px;
    margin-top: 10px;
}
.Job-directories .ya-zp{
}

.ya-zp-con{
    /*display: none;*/
    border-top: 1px solid #dcdcdc;
}
.zp-text-more{
    width: 160px;
    display: block;
    height: 40px;
    margin:30px auto;
    text-align: center;
    line-height:40px;
    font-size: 20px;
    color: #2ca9e1;
    border: 1px solid #2ca9e1;
    cursor: pointer;
}
.zp-lists{
    overflow:hidden;
}
.zp-lists p{
    width:50%;
    float:left;
}

/*12.17*/

.yz-banner-zs{
    height: 300px;
}
.yz-banner-zs .page-bar-pic{
    height: 300px;
}
.zsArea-list{
    position: relative;
    margin-top: 36px;
}
.zs-list{
    overflow: hidden;
}
.zsArea-list .prev,.zsArea-list .next{
    position: absolute;
    display:block;
    top:50%;
    margin-top: -25px;
    width:50px;
    height:50px;
    float:right;
    overflow:hidden;
    cursor:pointer;
}
.zsArea-list .prev{
    left: -50px;

}
.zsArea-list .next{
    right: -50px;
}
.zs-list li{
    float: left;
    position: relative;
    width: 350px;
    margin:0 9.5px ;
}
.zs-list li{
    float: left;
    position: relative;
    width: 350px;

}
.zs-list li p{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    line-height: 200px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.zs-lq{
    position: relative;
    display: block;
    width: 160px;
    height: 50px;
    margin: -25px auto 0;
    border-radius: 25px;
    background:#ffa416;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    z-index: 11;
}
.zs-con{
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    margin-top: 35px;
    overflow: hidden;
    margin-bottom: 40px;
}
.zs-con-list{
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}
.zs-con-list li{
    float: left;
    padding: 0 15px;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    color: #333;
    text-align: center;
    cursor: pointer;
    background: url("../img/zs-line.png") no-repeat right center;
}
.zs-con-list li:first-child{
    background: none;
}
.zs-con-list li.active{
    color: #fff;
    background: #2ca9e1;
}

.zs-con-list{
    overflow: hidden;
}

.zs-con-list{
    overflow: hidden;
}
.zs-main{
    padding: 28px;
}

.zs-main a{
    margin-top: 30px;
}

.zs-main li{
    display: none;
}
.zs-type{
    float: left;
    width: 286px;
    overflow: hidden;
}
.zs-type li{
    float: left;
    width: 30%;
    margin-bottom: 5px;
    margin-right: 8px;
    font-size: 16px;
    color: #808080;
    overflow: hidden;
    text-align: center;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    padding:10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zs-type li.on{
    color: #fff;
    background: #2ca9e1;
}

.zs-zf{
    overflow: hidden;
    margin-top: 10px;
}
.zs-zf li{
    overflow: hidden;
    display: inline-block;
    width: 214px;
    height: 90px;
    border: 2px solid transparent;
    border-radius: 2px;
    margin: 0 10px;
}
.zs-zf li img{
    width: 212px;
    height: 88px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}
.zs-zf li.on{
    border: 2px solid #2ca9e1;
}
.zs-zf li.on img{
    border-color:#2ca9e1;
}
.zs-1{
    font-size: 24px;
    color: #333;
}
.zs-1 span{
    font-size: 24px;
    color: #2ca9e1;
}
.zs-2{
    font-size: 20px;
    color: #333;
    margin-top: 10px!important;
}
.zs-code{
    margin-top: 15px;
}
.zs-code input{
    width: 100px!important;
}
.zs-code span{
    float: left;
    margin-left: 15px;
    border: 1px solid #dcdcdc;
    width: 100px;
    height: 36px;
}
.zs-code span img{
    width: 100%;
    height: 100%;
}
.zs-addr textarea{
    float: left;
    width: 286px;
    height: 50px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 5px 10px;
    background: #fff;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.popup-p-zs{
    color: #ffa416;
    font-size: 24px;
}

.code-zs-fk{
    text-align: center;
}
.code-zs-fk li{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.code-zs-fk li img{
    display: block;
    margin: 0 auto;
    width: 130px;

}
.code-zs-fk p{
    font-size: 18px;
}

.popup1-con .popup-botton-zs{
    background: #ffa416;
    color: #fff;
    border-radius: 25px;
}

.zs-addr-select{
    float: left;
    width: 90px!important;
}
.zs-addr-p{
    float: left;
    margin-top: 0!important;
}
.zs-adm{
    width: 100%;
    margin: 0 auto;
}
/*2019.1.2*/
.zs-jl{
    background: #fffcf7;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
}

.zs-jl img{
    display: inline-block;
    vertical-align: middle;
}
.zs-jl-ss{
    margin-bottom: 10px;
}
.zs-jl input{
    display: inline-block;
    vertical-align: middle;
}
.zs-jl input[type="text"]{
    width: 280px;
    height: 34px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
}
.zs-jl input[type="button"]{
    width: 80px;
    height: 36px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    background: #ff5216;
}

.zs-jl p{
    font-size: 19px;
    color: #ff5b24;
}

.zs-jl ul{

    margin-top: 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zs-jl ul li{
    float: left;
    width: 33.333%;
    margin-left: -1px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #d2d2d2;
    margin-top: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zs-jl ul li:nth-of-type(3n+1){
    margin-left: 0;
}

.zs-jl ul li:nth-of-type(1),
.zs-jl ul li:nth-of-type(2),
.zs-jl ul li:nth-of-type(3){
    margin-top: 0;
}

.ad-box{
    position: absolute;
    top: 0;
    width: 130px;
    height: 390px;
}
.ad-box1{
    left: -150px;
}
.ad-box2{
    right: -150px;
}
.ad-box img{
    display: block;
    width: 130px;
    height: 390px;
}
.ad-box .ad-hide{
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    cursor: default;
    z-index: 11111;
    background: rgba(204, 204, 204, .6);
}
.ad-box1 .ad-hide{
    right: 0;
}
.ad-box2 .ad-hide{
    left:0;
}

/*20200204*/
.zp-lists p{
    padding: 6px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zp-lists p a{
    width:90%;
    padding-right: 30px;
    display: block;
    height: 30px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 30px;
}
.zp-lists p.on a{
    background-image:url("../img/zb-red.png");
}
.zp-lists p.onEnd a{
    background-image:url("../img/zb-blue.png");
}
.str3-2020{
    width: 395px;
    padding: 25px;
}
.zb-rk {
    padding: 28px 28px 28px 0;
    width: 300px;
    height: 200px;
}
.zb-rk img{
    display: block;
    width: 300px;
    height: 200px;
}
.yzb-top{
    margin: 15px 0;
    overflow: hidden;
}
.yzb-top p{
    float: left;
    font-size: 22px;
    line-height: 35px;
    color: #007AFF;
}
.yzb-top-rg{
    float:right ;
}
.yzb-top-rg a{
    float: left;
    width:86px;
    height: 35px;
    margin-right: 25px;
    font-size: 16px;
    color:#fff;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background: #009bdb;
}
.yzb-top-search{
    float: right;
    height: 35px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    overflow: hidden;
}
.yzb-top-search input[type="text"]{
    float: left;
    width: 245px;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    background: #f4f4f4;
}
.yzb-top-search input[type="button"]{
    float: right;
    width: 60px;
    height: 35px;
    background-color: #009bdb;
    background-image: url("../pic/zb-fdj.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.yzb-list li{
    padding: 30px 0;
    border-top:1px solid #dcdcdc;
    overflow: hidden;
}
.yzb-pic{
    float: left;
    width: 450px;
    height: 258px;
}
.yzb-pic img{
    display: block;
    width: 450px;
    height: 258px;
}
.yzb-intro{
    float: right;
    width: 630px;
}
.yzb-time{
    font-size: 14px;
    color: #999;
    padding-left: 25px;
    line-height: 30px;
    background-image:url("../pic/zb-time.png") ;
    background-position: left center;
    background-repeat: no-repeat;
}
.yzb-time span{
    margin-left: 15px;
}
.yzb-intro-con{
    overflow: hidden;
}
.yzb-intro-con-lf{
    float: left;
    width: 460px;
}
.yzb-intro-con-lf h3{
    height: 60px;
    font-size: 24px;
    color: #e6445c;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.yzb-intro-item {
    margin: 10px 0;
    overflow: hidden;
}
.yzb-intro-item a{
    float: left;
    height: 30px;
    margin-right: 10px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    border-radius: 5px;
    background: #f4f4f4;
}
.yzb-intro-item a.on{
    color: #fff;
    background: #007AFF;
}
.yzb-intro-item-con{
    height:66px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.yzb-intro-con-rg{
    float: right;
    padding-top: 30px;
    width: 128px;
    height: 128px;
}
.yzb-intro-con-rg img{
    display: block;
    width: 128px;
    height: 128px;
}
.yzb-intro-bottom{
    overflow: hidden;
}
.yzb-intro-bottom p{
    float: left;
    margin-top: 6px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}
.yzb-intro-bottom p span{
    font-size: 36px;
    color: #007AFF;
}
.yzb-zt{
    float: right;
}
.yzb-zt span{
    float: left;
    padding: 0 15px;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    background: #007AFF;
    box-sizing: border-box;
}
.yzb-no{
    float: left;
    width: 130px;
    padding: 0 ;
    margin-left: 15px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
    background: #d2d2d2;
    box-sizing: border-box;
}
.yzb-start,
.yzb-end{
    float: left;
    width: 130px;
    padding: 0 ;
    margin-left: 15px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background: #007AFF;
    box-sizing: border-box;
}
.zb-banner{
    height: 335px;
    background-position: center;
    background-repeat: no-repeat
}

.zb-page-banner{
    height: 250px;
    background-position: center;
    background-repeat: no-repeat
}

.yzb-content{
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}
.yzb-img{
    position: relative;
    float:left ;
    width: 200px;
    height: 200px;
    border:1px solid #dcdcdc;
}
.yzb-img img{
    display: block;
    position: relative;
    top: 50%;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.yzb-content .yzb-intro{
    width: 850px;
}
.yzb-content .yzb-intro-con-lf{
    width: 640px;
}
.yzb-content .yzb-intro-bottom p{
    float: none;
}
.yzb-content .yzb-intro-bottom .yzb-zt{
    float: none;
    margin-top: 10px;
}
.yzb-content .yzb-intro-con-rg{
    padding-top: 10px;
}
.yzb-detail{
    overflow: hidden;
}
.yzb-detail-lf{
    float: left;
    width: 820px;
}
.yzb-detail-1{
    padding: 30px 0;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;
}
.yzb-detail-1:first-child{
    border-top: none;
}
.yzb-detail-1-top{
    height: 40px;
    margin-bottom: 20px;
    padding-left: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #007AFF;
    background-image: url(../pic/zb-jz.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}
.yzb-detail-1-text{
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.yzb-detail-2-lf{
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.yzb-detail-2-lf img{
    display: block;
    width: 120px;
    height: 120px;
}
.yzb-detail-2-rg{
    float: right;
    width:670px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
}
.yzb-detail-rg{
    float: right;
    width: 250px;
    padding: 30px 0;
}
.yzb-detail-3 {
    margin-bottom: 30px;
}
.yzb-detail-3 .yzb-detail-1-top{
    margin-bottom: 15px;
    background-image: url(../pic/zb-zw.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}

.yzb-detail-4 .yzb-detail-1-top{
    background-image: url(../pic/zb-bf.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.yzb-bd-list li {
    position: relative;
    font-size: 14px;
    color:#666;
    line-height: 28px;
    padding-left: 10px;
}
.yzb-bd-list li a{
    color:#666;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yzb-bd-list li a:hover{
    color: #007AFF;
}
.yzb-bd-list li:before{
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #666;
}
.yzb-yb-list li {
    position: relative;
    font-size: 14px;
    color:#666;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px #dcdcdc dashed;
}
.yzb-yb-list li a{
    display: block;
}
.yzb-yb-list li p{
    float: left;
    width:50%;
    color:#666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yzb-yb-list li span{
    float: right;
    color:#666;
}
.yzb-yb-list li a:hover p{
    color: #007AFF;
}
.zb-rk{
    position: relative;
}
.zb-rk a{
    position: relative;
}
.zb-rk a:before{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-image: url("../pic/shipin.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
}
/*20200213*/
.zb-banner {
    position: relative;
    height: 335px;
    overflow: hidden;
}
.slideBox-zb {
    position: absolute;
    left: 50%;
    width: 1920px;
    height: 335px;
    margin-left: -960px;
    overflow: hidden;
}
.slideBox-zb .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    left:0;
    bottom: 5px;
    z-index: 1;
    width: 100%;
}
.slideBox-zb .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}
.slideBox-zb .hd ul li {
    display: inline-block;
    vertical-align: bottom;
    margin:0 2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    color: transparent;
    background: #fff;
    cursor: pointer;
}
.slideBox-zb .hd ul li.on {
    background: #f00;
}
.slideBox-zb .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox-zb .bd li {
    width: 100%;
    height: 335px;
    zoom: 1;
    vertical-align: middle;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.slideBox-zb .bd li a{
    display: block;
    width: 100%;
    height: 335px;
}
/*20200226----------------------------------------------------------------------------*/
.txtScrolls-top {
    width: 570px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 209px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}
.txtScrolls-top .hds {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    z-index: 1;
    background: url("../img/zz1.png") no-repeat center;
}
.txtScrolls-top .hds .prev1, .txtScrolls-top .hds .next1 {
    display: block;
    width: 50px;
    height: 20px;
    margin: 0!important;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: none!important;
}
.txtScrolls-top .infoList li {
    position: relative;
    height: 40px;
    line-height: 40px;
}
.txtScrolls-top .infoList a {
    padding-left: 40px;
    display: block;
    width: 80%;
    font-size:16px;
    line-height: 40px;
    color: #fff;
}
.txtScrolls-logo{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.txtScrolls-logo img{
    position: relative;
    top: 50%;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.gg-rg{
    width: 720px;
    height: 60px;
    margin: 15px 0 0;
}
.gg-rg img{
    display: block;
    width: 720px;
    height: 60px;
}