@charset "utf-8";
.rk-banner{
    background: url(../images/rk-banner.jpg) center no-repeat;
    height: 500px;
}
.zc-banner{
    background: url(../images/rk-banner.jpg) center no-repeat;
    height: 500px;
}




/*院校*/
.nyuanxiao{
    padding: 50px 0;
}
.nyuanxiao ul{
    display: table;
    width: 100%;
}
.nyuanxiao ul li{
    float: left;
    width: 277px;
    margin-right: 30px;
    box-shadow: 0 0 8px 0 rgb(4 0 0 / 8%);
    margin-bottom: 30px;
}
.nyuanxiao ul li .bigimg{}
.nyuanxiao ul li .bigimg img{
    width: 100%;
}
.nyuanxiao ul li .con{
    padding: 15px;
}
.nyuanxiao ul li .con p{
    display: table;
    width: 100%;
}
.nyuanxiao ul li .con .bt{
    font-size: 16px;
    text-align: center;
}
.nyuanxiao ul li .con .wz{
    margin: 10px 0;
}
.nyuanxiao ul li .con .wz span{
    color: #999;
}
.nyuanxiao ul li .con .lj{
    display: table;
    width: 100%;
}
.nyuanxiao ul li .con .lj a{
    display: block;
    width: 100px;
    height: 28px;
    border: solid 1px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    cursor: pointer;
}
.nyuanxiao ul li .con .lj a.a1{
    border-color: #ed4b2b;
    color: #ed4b2b;
    float: left;
}
.nyuanxiao ul li .con .lj a.a2{
    float: right;
    border-color: #00b2fc;
    color: #00b2fc;
}
.nyuanxiao ul li .con .lj a.a1:hover{
    background: #ed4b2b;
    color: #fff;
}
.nyuanxiao ul li .con .lj a.a2:hover{
    background: #00b2fc;
    color: #fff;
}


/*职称*/
.zctit{
    text-align: center;
    margin-bottom: 30px;
}
.zctit .t1{
    font-size: 30px;
}
.zctit .t2{
    color: #999;
    margin-top: 10px;
}

.nzca img{
    width: 100%;
    display: block;
}

.nzcb{
    margin-top: 50px;
}
.nzcb ul{
    display: flex;
}
.nzcb ul li{
    float: left;
    width: 20%;
}
.nzcb ul li img{
    display: block;
    margin: auto;
    width: 40%;
}
.nzcb ul li p{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.nzcc{
    margin-top: 50px;
}
.nzcc img,.nzce img{
    width: 100%;
    display: block;
}

/*职称*/
.nzcd{background: #f9faff;padding: 50px 0;}
.nzcd ul{display: table;width: 100%}
.nzcd ul li{float: left;margin-right: 26px;margin-bottom: 30px;width: 280px;}
.nzcd ul li img{
    width:100%;
}
.nzcd ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.nzcd ul li p{
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
    border-radius: 10px;
    background: #0a539f;
    color: #fff;
}
.nzcd ul li:hover p{
    background:#ffc000;
}

/*职称banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 530px;
    margin: 0 auto;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    height: 530px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 530px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    background: url(http://hangchengjy.test.dginfo.com/t/h/hangchengjy/pc/images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;*
    display: inline;zoom:1;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
}
.fullSlide .hd ul .on {
    background: #0a539f;
    border: 1px solid #0a539f;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.fullSlide .prev {
    left: 3%;
    background: url(http://hangchengjy.test.dginfo.com/t/h/hangchengjy/pc/images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(http://hangchengjy.test.dginfo.com/t/h/hangchengjy/pc/images/right.png) no-repeat right;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}



