*{
    margin: 0;
    padding: 0;
}
@media (max-width: 1200px){
    html {
        min-width: 1200px!important;
    }
}

body {
    min-width: 1250px!important;
    background: #FFFFFF;
}
.contai_ner{max-width: 1200px;min-width: 1200px;margin: 0 auto;padding: 0; height: 100%;}
.scroll{
    /* height: 1010px; */
}
.lunbobanner{
    width: 100%;
    height: 330px;
    border-radius: 8px;
    overflow: hidden;
}
.lunbobanner a{
    display: block;
    width: 100%;
    height: 330px;
    position: relative;
}
.lunbobanner a img{
    width: 100%;
    height: 330px;
}
.lunbobanner a p{
    width: 100%;
    height:99px;
    background:linear-gradient(180deg,#33333300 0%,#8d8d8d 100%);
    position: relative;
    left: 0;
    bottom: 99px;
    font-size:14px;
    line-height: 150px;
    text-indent: 20px;
    color: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 10px;
    padding-right: 12px;
}
.swiper-pagination{
    text-align: right;
}
.swiper-pagination-bullet{
    background: #D8D8D8;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #3F5EB0;
}
.cont_right{
    width: 680px;
}
.cont_tit{
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #EBEBEB;
    background: #EBEBEB;
}
.cont_tit h4{
    width: 142px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size:16px;
    color: #333;
    cursor: pointer;
    position: relative;
}
.cont_tit h4::before{
    content:"";
    display: block;
    width: 2px;
    height: 15px;
    background: #bbbbbb;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7.5px;
}
.cont_tit h4:hover{
    color: #90000A;
}
.cont_tit h4.active{
    color: #fff;
    /* border: 1px solid #90000A; */
    background: #90000A;
    position: relative;
}
.cont_tit h4.active::after{
    content:"";
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border-width:7px;
    border-style:solid dashed dashed dashed;/*IE6下, 设置余下三条边的border-style为dashed,即可达到透明的效果*/
    border-color:transparent transparent #fff transparent;
    position: absolute;
    left:50%;
    bottom: 0;
    margin-left: -7.5px;
}
.cont_tit h4.active::before,
.cont_tit h4:nth-of-type(4)::before{
    display: none;
}
.cont_tit h4 img{
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    display: none;
}
.cont_tit h4.active img{
    display: block;
}
.cont_tit a{
    font-size:12px;
    color: #90000A;
    padding-right: 10px;
    display: none;
}
.ulitem{
    display: none;
}
.ulitem li{
    height: 34px;
    line-height: 34px;
}
.ulitem li:first-child{
    margin-top: 10px;
}
.ulitem li a{
    font-size:14px;
}
.ulitem li a span:first-child{
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ulitem li a span:last-child{
    font-size:12px;
}
/* 快速通道 */
.kstd{
    height: 196px;
    width: 100%;
    background: linear-gradient(180deg, #E5ECF5 0%, #FFFFFF 100%);
    opacity: 1;
    border-radius: 2px;
}
.kstd .contai_ner{
   height: 196px;
   display: flex;
   justify-content: space-between;
}
/* .kstd a{
    display: inline-block;
    width: 261px;
    height: 180px;
    position: relative;
    margin-top: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(171, 186, 216, 0.24);
    opacity: 1;
    border-radius: 4px;
} */
.kstd span{
    display: inline-block;
    width: 232px;
    height: 165px;
    position: relative;
    margin-top: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(171, 186, 216, 0.24);
    opacity: 1;
    border-radius: 4px;
}
.kstd img{
    width: 76px;
   /* height: 112px;*/
    position: absolute;
    top: -42px;
    left: 40px;
}
 .kstd_item:hover img{
     width: 86px;
    /*height: 122px;*/
    transition: 0.5s;
}
.kstd_item:hover{
    /*width: 266px;
    height: 188px;*/
    width: 237px;
    height: 170px;
    transition: 0.5s;
}
.kstd p{
    height: 30px;
    width: 100%;
    padding-left: 40px;
    font-size: 24px;
    margin: 64px 0 20px 0;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
    opacity: 1;
}
/* .kstd span{
    width: 100%;
    padding-left: 40px;
    height: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 18px;
    color: #7585A5;
    opacity: 1;

} */
.kstd a{
    width: 100%;
    padding-left: 40px;
    height: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 18px;
    color: #8A97B2;
    opacity: 1;

}
/* 通知新闻公告 */
.newswarp{
    height: 368px;
    padding-top: 80px;
    margin-bottom: 9px;
}
.lum_title{
    width: 194px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    height: 61px;
}
.lum_title .chan{
    font-size: 24px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #262626;
    opacity: 1;
    position: absolute;
    top: -24px;
    left: -26px;
    z-index: 10;
}
.lum_title .eng{
    height: 61px;
    width: 194px;
    line-height: 61px;
    font-size: 48px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    line-height: 61px;
    color: rgba(229, 236, 245, 0.45);
    opacity: 1;
    z-index: 29;
    position: relative;
}
.lum_title .heigh_line{
    width: 125px;
    height: 16px;
    background: #568DFF;
    opacity: 1;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    z-index: 0;

}
.news_left{
   float: left;
   /* width: 480px; */
   width: 600px;
}
.news_left img{
    display: block;
    width: 100%;
    height: 310px;
}

.news_right{
    float: right;
    width: 540px;
    margin-left: 20px;
    position: relative;
    height: 100%;
}
.tit_top{
    overflow: hidden;
    /* margin-bottom: 13px; */
    /* border-bottom: 1px solid #ABBAD8; */
}
.tit_top h4{
    display: inline-block;
    color: #595959;
    font-size:16px;
    cursor: pointer;
    padding-bottom: 5px;
}
.tit_top b{
    display: inline-block;
    width:1px;
    height:16px;
    margin: 0 20px;
    vertical-align: -2px;
}
.tit_top h4.active{
    color: #007AFF;
    position: relative;
}
.tit_top h4.active::before{
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 0;
    background: #007AFF;
}
.warpul{
    display: none;
    justify-content: space-between;
}
.warpul li{
    position: relative;
    height: 43px;
    line-height: 50px;
    width: 540px;
    border-bottom: 1px dashed #ccc;
}
.warpul.first li {
    height: 39px;
    line-height: 42px;
}

.warpul li i{
    display: block;
    position: absolute;
    top:50%;
    margin-top: -21px;
    color: #3F5EB0;
}
.warpul li a{
    display: block;
    width: 100%;
    height: 100%;
    /* padding-left: 30px; */
}
.warpul li a span{
    color: #8C8C8C;
    font-size: 14px;
}

.warpul li a .title_index{
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 5px 0 3px;
    /* vertical-align: -6px; */
    /* background: url("../image/indexs.png") no-repeat; */
    background-color: rgba(0, 122, 255, 0.4);
    border-radius: 2px;
    position: relative;
}
.title_index::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: rgba(0, 122, 255);
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: 100;
}
.warpul li a>span:first-child{
    display: block;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#595959;
}
.newswarp .warpul{
    display: flex;
    flex-wrap: wrap;
}
.zhaopmain .warpul li a span:first-child{
    color: #595959;
}
.warpul li a span:last-child{
    display: block;
    width: 85px;
    /* color: #666; */
}
.warpul li:hover a span{
    color: #007AFF !important;
}
.news_right>a,.zhao_left>a{
    position: absolute;
    right: 0;
    /* bottom: 12px; */
    top:0px;
    display: none;
    color:#ABBAD8;
    font-size:14px;
}
.index_quicks {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.index_quick {
    width: 290px;
    color: #007AFF!important;
    background-color: #F0F7FF;
    border-radius: 8px;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    cursor: pointer;
}
.index_quick:visited {
    color: #007AFF!important;
}
.index_quick img {
    display: block;
    width: 44px;
    margin: 0 auto 7px;
}
.jiucg {
    background-color: #fff;
    padding: 20px;
    margin-top: 24px;
}
.jiucg_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.go_more {
    color: #007AFF!important;
}
.jiucg_head h3 {
    font-size: 18px;
    color: #222;
}
.jiucg_content {
    display: flex;
}
.jiucg img {
    width: 200px;
    height: 200px;
    display: block;
}
.jiucg_warpul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 20px;
}
.jiucg_warpul li {
    width: 444px;
    height: 50px;
}
.info_swiper {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.info_swiper_item {
    width: 592px;
    padding: 9px 20px 20px;
    background-color: #fff;
}
.info_swiper_head.jiucg_head {
    margin-bottom: 11px;
}
.info_swiper_content {
    width: 100%;
    display: flex;
}
.info_swiper_content img {
    width: 270px;
    height: 180px;
    display: block;
    margin-right: 20px;
}
.info_swiper_right {
    font-size: 14px;
    color: #222;
}
.info_swiper_right h3 {
    font-size: 16px;
    overflow:hidden;
    margin-bottom: 9px;
    text-overflow:ellipsis;
    font-weight: bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    max-width: 260px;
}
.info_swiper_right p {
    text-indent: 2em;
    line-height: 25px;
    color: #595959;
}
.info_swiper.zp {
    background-color: #fff;
}
.info_btns {
    background: rgba(0, 0, 0, 0.4);
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.info_btns::after {
    font-size: 18px;
}
.infos_band {
    position: relative;
}
.infos_band p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 10px;
    line-height: 22px;
    text-align: center;
}
.jiucg_warpul.zp {
    margin-left: 0;
}
.jiucg_warpul.zp li  {
    width: 592px;
}
.gj_24365 {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.gj_24365 img {
    width: 589px;
    height: 91px;
    display: block;
}
.gj_24365_btns {
    margin-right: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 999;
}
.gj_24365_btns div {
    display: inline-block;
    width: 120px;
    height: 48px;
    border-radius: 8px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.gj_24365_btn_s {
    background-color: #CEF6D4;
    color: #1FD306!important;
    margin-right: 24px;
}
.gj_24365_btn_t {
    background-color: #DAECFF;
    color: #007AFF!important;
}
.xj_container {
    background-color: #fff;
    margin-top: 24px;
    padding: 20px;
    position: relative;
}
.link_selects {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
.zhaopmain{
    height: 1037px;
    background: url('../image/zhaopinbg.png') no-repeat;
    background-size: 100% 100%;
    padding:0 8.33%;
    padding-top: 80px;
    position: relative;
}
.shaixuan{
    float: left;
    height: 323px;
    width: 33%;
    padding: 24px 0;
    background: #FFFFFF ;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}
.quanb{
    width: 804px;
    height: auto;
    background: #fff;
    padding: 24px;
    position: absolute;
    left: 35.90%;
    top: 180px;
    z-index: 2000;
    border-radius: 8px;
    display: none;
}
.quanb h3{
    height: 23px;
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 23px;
    color: #262626;
    opacity: 1;

}
.quanb span{
    padding:8px 12px;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    margin-right: 13px;
    float: left;
    font-family: MicrosoftYaHeiUI;
    color: #595959;
    cursor: pointer;
}
.quanb span a{
    color: #595959;
}
.quanb span:hover{

background: rgba(18, 84, 240, 0.04);
border: 1px solid rgba(18, 84, 240, 0.3);
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
  }

  ::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
  }

  :hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, 0.4);
  }

  :hover::-webkit-scrollbar-track {
    background: hsla(0, 0%, 53%, 0.1);
  }
.zhao_left{
    height: 323px;
    width: 65%;
    padding: 24px;
    background: #fff;
    float: left;
    position: relative;
}
.zhao_left .tit_top b{
    margin: 0 20px;
}
.zhao_left>a{
    right: 24px;
    top: 25px;
}
.zhao_left .warpul li{

}
.xiaozhao_ {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zhao_left .warpul li a span{
    width: 40%;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhao_left .warpul li a span:last-child{
    width: 75px;
    margin-right: 0;
}
.zhao_right{
    height: 100%;
    background: #fff;
    padding: 37px 6px 0;
    position: relative;
}
.lb_item{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
}
.lb_item:hover{
    background-color: #007AFF;
}
.lb_item:hover span{
    color: #fff;
}
.lb_item span{
    font-size: 14px;
    cursor: pointer;
    font-family: MicrosoftYaHeiUI;
    margin-right: 20px;
    color: #595959;
    opacity: 1;
}
.lb_item .lb_title{
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    color: #262626;
    opacity: 1;

}
.xsqb{
height: 18px;
font-size: 14px;
font-family: Microsoft YaHei UI;
font-weight: 400;
line-height: 18px;
opacity: 1;
margin-left: 24px;
margin-top: 16px;
position: absolute;
bottom: 5px;
cursor: pointer;

}
.xsqb a{
    color: #ABBAD8;
}
.tjzw{
    width: 100%;
    height: 436px;
    float: left;
    margin-top: 20px;
    background: #fff;
    padding: 24px;
    position: relative;

}
.tjzw .bottom_warp{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.bottom_warp .item:nth-child(4n+4){
    margin-right: 0;
}
.bottom_warp .item{
    width: 22.75%;
    height: 96px;
    padding: 20px;
    margin-right: 3%;
    margin-bottom: 24px;
    cursor: pointer;
    background-color: #F9FBFC;
    border-radius: 4px;
}
.bottom_warp .item:hover .work_name span{
    font-size: 18px;
    transition: 0.5s;
}
.work_name{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.work_name span{
    height: 20px;
    font-size: 16px;
    font-family: MicrosoftYaHeiUI;
    line-height: 20px;
    color: #007AFF;
    opacity: 1;
}
.work_name .red{
    color: red;
}
.com_name{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: MicrosoftYaHeiUI;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.45);
}
.dt_tishi {
    overflow: hidden;
    margin-left: 25px;
}
.dt_tishi>p {
    float: left;
    line-height: 35px;
    margin-right: 15px;
    margin-top: 7px;
}
.dt_tishi>p>span {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: 1px;
}
.dt_tishi>p>span.zhuan {
    background: #01CB7A;
}
.dt_tishi>p>span.shuang {
    background: #3F5EB0;
}
.dt_tishi>p>span.kong{
    background: #8F68CB;
}
.zhao_right>a{
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: #3F5EB0;
}

/* 宣讲会双选会 */
.xjhmain{
    width: 100%;
    height:900px;
    background: #F9FBFC;
    padding-top: 80px;
}
.xjhmain>div{
    position: relative;
}
.xjhmain>div>a{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ABBAD8;
    display: none;
}
.xj_title{
    overflow: hidden;
    text-align: center;
    padding:0px 0 28px;
}
.xj_title p{
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    height: 23px;
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 23px;
    color: #222;
    padding: 0 6px;
    /* text-indent: 20px; */
}
.xj_title p.active::before{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -8px;
    width: 40px;
    height: 4px;
    background: #007AFF;
    opacity: 1;
    border-radius: 2px;

}
.xj_title p.active{
    color: #007AFF;
}
.xjh_more {
    position: absolute;
    right: 20px;
    top: 20px;
}
/* .xj_title p.active::before{
    background: url(../image/fillactive.png) no-repeat;
} */
/* 宣讲会 */
.tainer{
    position: relative;
    padding:0;
}
.tainer,.tainer ul{
    /* height: 292px; */
}
.tainer>.xuan_box,.tainer>.shuang_box{
    /* overflow: hidden; */
    width: 1025px;
    height: 353px;
    margin: auto;
    position: relative;
}
.tainer ul{
    width:100%;
    /* height: 620px; */
    position: relative;
    left: 0;
    overflow: hidden;
}
.tainer ul li{
    /* height: 292px; */
    float: left;
    margin: 0;
    width:100%;
    /* padding:16px; */
    background:white;
    border-radius: 8px;
    overflow: hidden;
}
.tainer ul li a{
    display: block;
    width: 100%;
    /* height: 353px; */
    float: left;
    margin-right: 11px;
    padding: 0;
}
.tainer ul li a:last-child{
    margin-right: 0;
}
.tainer .btn{
    width: 40px;
    height: 40px;
    position: absolute;
    top:50%;
    margin-top: -20px;
    outline: none;
    padding: 0;
}
.xjh_prev,.sxh_prev{
    left: 0;
}
.xjh_next,.sxh_next{
    right: 0;
}
.btn img{
    width: 100%;
    height: 100%;
}
.back, .band, .default{
    width: 100%;
    height: 100%;
}
/* .band{
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: 2s -webkit-transform;
    transition: 2s -webkit-transform;
    -o-transition: 2s transform;
    transition: 2s transform;
    transition: 2s transform,2s -webkit-transform;
} */
.back, .default{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.default{
    background: #fff;
    z-index: 2;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.default .xjh_top{
    width: 100%;
    height: 132px;
    position: relative;
}
.default .xjh_top img{
    width: 100%;
    height: 100%;
}
.default .xjh_bottom{
    width: 100%;
    padding: 17px 0;
}
.default .xjh_bottom h4{
    font-size: 14px;
    color: #262626;
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 24px;
    font-weight: bold;
}
.default .xjh_bottom p{
    font-size:12px;
    color: #595959;
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .back{
    background: #1F3D8E url(../image/xjh_bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    line-height: 30px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
} */
.back_bg{
    width: 100%;
    height: 100%;
    padding-top: 96px;
}
.back_bg h4{
    font-size: 20px;
    text-align: center;
    margin: 0 14px 20px;
}
.back_bg p{
    margin: 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .tainer ul li a:hover .default {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.tainer ul li a:hover .back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
} */
/* 就创业指导 */
.jcyzd{
    width: 100%;
    height: 760px;
    background-color: #fff;
}
.jc_item{
    width: 600px;
    height: 300px;
    float: left;
}
.jc_item:hover .jc_img{
    padding: 26px;
    background-color: #F9FBFC;
    width: 300px;
    transition: 0.5s;
}
.jc_item:hover .titl{
    color: #007AFF;
}
.jc_item a{
    width: 600px;
    height: 300px;
    display: flex;
    float: left;
}
.jcyzd .jc_img{
    transition : 0.5s;
    padding: 36px;
    background-color: #F9FBFC;
    width: 300px;
}
.jcyzd .jc_img img{
    width: 100%;
    height: 100%;
}
.jc_content{
    padding: 40px;
    width: 300px;
}
.jc_content .titl{
    width: 100%;
    white-space: pre-wrap;
    font-size: 16px;
    font-family: MicrosoftYaHeiUI;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;

}
.jc_content .line{
    margin: 40px 0;
    width: 40px;
    height: 1px;
    background: #ABBAD8;
    opacity: 1;
    border-radius: 1px;
}
.jc_content .time{

height: 18px;
font-size: 14px;
font-family: MicrosoftYaHeiUI;
line-height: 18px;
color: #595959;
opacity: 1;

}
.jc_content .jg{
height: 18px;
margin-top: 20px;
font-size: 14px;
font-family: MicrosoftYaHeiUI;
line-height: 18px;
color: #595959;
opacity: 1;

}
.yxlm{
    width: 100%;
    height: 330px;
    padding-top: 44px;
    background: #F9FBFC;
    opacity: 1;
}
.yx_item{
    width: 124px;
    height: 124px;
    float: left;
}
.yx_item img{
    width: 100%;
    height: 100%;
}
/* 快速通道 */
.express{
    padding-top: 40px;
    height: 200px;
}
.express h4{
    text-align: center;
    color: #262626;
    font-size: 20px;
    margin-bottom: 39px;
    font-size: 16px;
    font-weight: bold;
}
.express h4 span{
    font-size:16px;
    /* margin-left: 10px; */
}
.express h4 img{
    width: 18px;
    height: 18px;
}
.express ul{
    overflow: hidden;
}
.express ul li{
    width: 21.5%;
    height: 68px;
    float: left;
    background: #F9F9F9;
    text-align: center;
    line-height: 72px;
    margin-right: 12px;
    margin-left: 25px;
    border-radius:8px;
}
.express ul li:last-child{
    margin-right: 0;
}
.express ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size:14px;
    color: #595959;
    line-height: 68px;
}
.express ul li a img{
    margin-right: 12px;
    vertical-align: -9px;
}
.expressli .iconfont{
    font-size:24px;
    color:#3F5EB0;
    margin-right:12px;
    vertical-align: -4px;

}
.express ul li:hover{
    background: #3F5EB0;
}
.express ul li:hover a{
    color:white;
}
.express ul li:hover .iconfont{
    color:white;
}
.talentblock{
    /* height: 300px; */
}
/* 用人单位推荐 */
.employer{
    margin-top: 71px;
    padding-bottom: 45px;
}
.employer>div{
    position: relative;
}
.employer>div>a{
    position: absolute;
    right: 49px;
    top:0;
    color: #3F5EB0;
}
.talentblock .contai_ner>a{
    position: absolute;
    right: 49px;
    top:0;
    color: #3F5EB0;
}
.employer h4{
    text-align: center;
    color: #262626;
    font-size:20px;
    margin-bottom: 39px;
    font-size:16px;
    font-weight: bold;
}
.employer h4 span{
    font-size:16px;
}
.employer h4 img{
    vertical-align: -2px;
}
.emplo{
    position: relative;
}
.emplo .emplo_box{
    width: 92%;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.emplo ul{
    height: 100px;
    position: absolute;
    top: 0;
}
.emplo ul li{
    height: 90px;
    float: left;
    margin: 11px auto;
}
.emplo ul li a{
    width: 188px;
    height: 90px;
    float: left;
    margin-left: 12px;
    margin-right: 20px;
    background: #F9F9F9;
    position: relative;
    text-align: center;
    line-height: 77px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.emplo ul li a:last-child{
    margin-right: 0;
}
.emplo ul li a img{
    max-width: 100%;
    max-height: 79px;
    margin-top:5px;
    width: auto;
    height: auto;
}
.emplo .btn{
    width: auto;
    height: auto;
    position: absolute;
    top:50%;
    margin-top: -15px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    padding: 0;
}
.yrdw_prev{
    left: 0;
}
.yrdw_next{
    right: 0;
}
.da-thumbs a div {
    position: absolute;
    background: #333;
    background:rgba(37,61,106,0.7);
    width: 100%;
    height: 100%;
}
.da-thumbs a div span {
    width:100%;
    height:20px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
}
.da-thumbs a div {
    top: 0px;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-thumbs a:hover div{
    left: 0px;
}

/* loading */
.loading{
    text-align: center;
    margin: 10px 0;
}




/* 飘窗 */
.automv{
    width: 200px;
    height: 150px;
    z-index: 9999;
    position: relative;
}
.automv a{
    display: block;
    width: 100%;
    height: 100%;
}
.automv a img{
    width: 100%;
    height: 100%;
}
.automv span{
    height: 20px;
    display: block;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 26px;
    color:#fff;
    cursor: pointer;
}
.automv span:hover{
    color: #960d13;
}


/* 引导 */
#tooltipInner img{
    width: 100%;
}
#jpwPrevious img,#jpwFinish img,#jpwNext img{
    width: 35px;
    vertical-align: -7px;
}
#jpwFinish img{
    width: 27px;
    vertical-align: -3px;
}
.diyibox,.dierbox,.disanbox,.disibox,.diwubox,.diliubox,.diqibox,.dibabox{
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    left:0;
    top:0;
}
.diyibox h4{
    font-size: 21px;
    font-weight: normal;
    padding-top: 96px;
}
.diyibox p{
    font-size: 17px;
    width: 281px;
    margin: 15px auto 0;
    line-height: 30px;
}
.dierbox p{
    font-size: 17px;
    width: 274px;
    margin: 147px auto 0;
    line-height: 30px;
}
.disanbox p{
    font-size: 17px;
    width: 274px;
    margin: 163px auto 0;
    line-height: 30px;
}
.disibox p{
    font-size: 17px;
    width: 274px;
    margin: 92px auto 0;
    line-height: 30px;
}
.diwubox p{
    font-size: 17px;
    width: 274px;
    margin: 69px auto 0;
    line-height: 30px;
}
.diliubox p{
    font-size: 17px;
    width: 274px;
    margin: 69px auto 0;
    line-height: 30px;
}
.diqibox p{
    font-size: 17px;
    width: 274px;
    margin: 92px auto 0;
    line-height: 30px;
}
.dibabox p{
    font-size: 15px;
    width: 274px;
    margin: 80px auto 0;
    line-height: 30px;
}

.xjboxs ul li,.hdboxs ul li{
    /* width:378px; */
    height:138px;
    margin: 0;
    width: 100%;
    padding: 16px;
    background: white;
    border-radius: 8px;
    box-shadow:0px 4px 16px rgba(63,94,176,0.3);
}
.xjleft{
    width:75%;
    float: left;
}
.xjright{
    width:25%;
    float: left;
}
.xjleft h4{
    font-size:16px;
    color:#262626;
    width:160px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.xjleft p{
    color:#595959;
    font-size:14px;
    line-height: 31px;
    width:100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.solidheng{
    display: inline-block;
    width:140px;
    height:1px;
    background:#DEDEDE;
    margin:3px 32px;
}


/* 人才推荐 */
.talentblock h4{
    text-align: center;
    color: #262626;
    font-size: 20px;
    font-size: 16px;
    font-weight: bold;
}
.talentbox{
    height: 250px;
}
.marp_cont{
    height: 200px;
    position: relative;
    margin: 40px 40px 0;
}
.marp_cont .rencaitj {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.rencaitj>ul {
    height: 200px;
    position: absolute;
    top: 0;
}
.rencaitj>ul>li {
    height: 200px;
    float: left;
}
.talentbox li a{
    display: block;
    /* width: 18%;
    float: left; */
    margin-top: 40px;
    padding: 0;
    border-radius: 50%;
    margin-right: 22px;
}
.talentbox li a:first-child{
    /* margin-left: 10px; */
}
.talentbox li a:last-child{
    margin-right: 0;
}
.talentbox .talents{
    background:rgba(255,255,255,1);
    border-radius:10px;
    height: 140px;
    border:1px solid #f2f2f2;
    position: relative;
}
.talentbox .talents:hover{
    box-shadow: 0px 0px 10px rgba(155,155,155,0.50);
}
.talentbox .talentlogo{
    width:80px;
    height:80px;
    border-radius: 50%;
    border:1px solid #f2f2f2;
    position: absolute;
    top:-40px;
    left: 50%;
    margin-left: -40px;
}
.talentbox .talentlogo img{
    width:100%;
    height: 100%;
    border-radius: 50%;
}
.talentbox .talentstxt{
    padding: 48px 10px 0 10px;
    text-align: center;
}
.talentbox .talentstxt p{
    line-height: 26px;
}
.talentbox .stuname{
    color:#333333;
    font-size:16px;
}
.talentbox .overhid{
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:14px;
    color:#666666;
}
.marp_cont .btn{
    width: 30px;
    height: 100px;
    position: absolute;
    top: 50%;
    display: block;
    font-size: 20px;
    padding: 0;
    color: #000;
    background: transparent;
    margin-top: -50px;
}
.marp_cont .rc_btn1{
    left:-34px;
}
.marp_cont .rc_btn2{
    right: -34px;
}

/*人才推荐更多列表页*/
.talentmore li{
    height: 250px;
    margin-top:40px;
    padding:0;
    border-radius: 50%;
    margin: 19px;
}
.talentmore .talents:hover{
    box-shadow: 0px 0px 10px rgba(155,155,155,0.50);
}
.talentmore .talents{
    background:rgba(255,255,255,1);
    border-radius:10px;
    height: 200px;
    border:1px solid #f2f2f2;
    /* box-shadow:0px 7px 34px 4px rgba(179,179,181,0.4); */
}
.talentmore .talentlogo{
    width:120px;
    height:120px;
    border-radius: 50%;
    position: absolute;
    top:-40px;
    left:38px;
}
.talentmore .talentlogo img{
    width:100%;
    height: 100%;
    border-radius: 50%;
}
.talentmore .talentstxt{
    padding: 88px 10px 0 10px;
    text-align: center;
}
.talentmore .talentstxt p{
    line-height: 28px;
}
.talentmore .stuname{
    color:#333333;
    font-size:16px;
}
.talentmore .overhid{
    width:173px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:14px;
    color:#666666;
}
.xjtag{
    width: 44px;
    height: 18px;
    border-radius: 6px 0px 6px 0px;
    color: white;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    float: right;
    margin-right: 2px;
    line-height: initial;
}
.sxtag{
    padding: 0 4px;
    height: 18px;
    border-radius:0px 0px 6px 0px;
    color: white;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-right: 2px;
    position: absolute;
    top: 0;
    left: 0;
}
.banner{
    height: 180px;
}

.subtext{
    width: 99.5%;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
