#m_wrap{
    display: none;
}
#pc_wrap{
    display: block;
}
body.select_school_attr_ing{
  overflow: hidden;
}
#pc_wrap .container{
    width:1180px;
    margin:0 auto;
}
#pc_wrap .nav1{
    width:100%;
    height: 30px;
    background: #ebebeb;
}
#pc_wrap .nav1 .container{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
#pc_wrap .nav1 .container>span{
    line-height: 30px;
    color:#999;
}
#pc_wrap .nav1 .container>ul{
    display: flex;
    padding:9px 0 7px 0;

}
#pc_wrap .nav1 .container>ul>li{
    padding: 0 9px 0 13px;
    border-left: 1px solid #999;
}
#pc_wrap .nav1 .container>ul>li:last-child{
    border-right: 1px solid #999;
}
#pc_wrap .nav1 .container>ul>li>a{
    color:#999;
}
#pc_wrap .nav2 .container{
    display: flex;
    justify-content: space-between;
    height: 128px;
    align-items: center;
}
#pc_wrap .nav2 .container>a,#pc_wrap .nav2 .container>a>img{
    display: block;
}
#pc_wrap .nav2 .container>.logo{
  display: flex;
  position: relative;
} 
#pc_wrap .nav2 .container>.logo>p{
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  display: block;
  float: left;
  margin-left: 40px;
}
#pc_wrap .nav2 .container>.logo:after {
  content: '';
  display: block;
  width: 1px;
  height: 35px;
  background: #999999;
  position: absolute;
  right: 100px;
  top: 0;
}
#pc_wrap .nav2 .container>ul{
    display: flex;
    font-size: 16px;
    line-height: 1;
}
#pc_wrap .nav2 .container>ul>li{
    margin-left: 34px;
    position: relative;
}
#pc_wrap .nav2 .container>ul>li>a{
    color:#333333;
}
.nav_secondary{
  position: absolute;
  z-index: 99;
  width: 185px;
  top: 36px;
  left: 50%;
  margin-left: -95px;
  display: none;
}
.nav_secondary::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent #00695F;
  margin: 5px auto;
  position: absolute;
  top: -10px;
  left: 92px;
  margin-left: -4px;
}
.nav_secondary_item{
  width: 100%;
  height: 50px;
  background: rgba(0, 105, 95, 0.9);
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #E6E6E6;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
}
.nav_secondary_item:hover{
  color: #000000;
}
.nav_secondary_item:last-child{
  border-bottom: none;
}
#pc_wrap .nav2 .container ul>li:nth-child(2):hover>.down_menu{
    display: block;
}
#pc_wrap .nav2 .container ul>li>.down_menu{
    display:none;
    position: absolute;
    width:160px;
    height: 150px;
    background: #fffcc6;
    top:40px;
    left:-45px;
    padding-top:20px;
    z-index:999;
}
#pc_wrap .nav2 .container ul>li>.down_menu>li{
    line-height: 50px;
    text-align:center;
}
#pc_wrap .nav2 .container ul>li>.down_menu>li>a{
    color:#b5b4a5;
    font-size: 14px;
}
#pc_wrap .nav2 .container ul>li>.down_menu>li.active>a,#pc_wrap .nav2 .container ul>li>.down_menu>li:hover>a{
    color:#ef9424;
}
#pc_wrap .nav2 .container ul>li>.down_menu:before{
    content: "";
    display: block;
    width:0;
    height:0;
    border-width:0 16px 14px;
    border-style:solid;
    border-color:transparent transparent #fffcc6;/*透明 透明  灰*/
    /* margin:40px auto; */
    position: absolute;
    left:50%;
    margin-left: -8px;
    top:-14px;
}
#pc_wrap .nav2 .container ul>li.active>a,#pc_wrap .nav2 .container ul>li:hover>a{
    color:#0c695f;
}
#pc_wrap .nav2 .container ul>li:last-child{
    background: url("../../../image/index/call.png") no-repeat 0 0;
    padding-left: 20px;
}
#pc_wrap footer{
    background: #000000;
    color:#999999;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:50px 0;
}
#pc_wrap footer>p:first-child{
    margin-bottom: 16px;
}
.zzcwe{
    background-color: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 205;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    display: none;
  }
  
  .modal-box{
    width:600px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-left: -300px;
    margin-top: -150px;
    display: none;
    
  }
  .modal-box h3{
    font-size: 24px;
    padding:30px 0;
    border-bottom:1px solid #999;
    text-align: center;
    color:#333;
  }
  .modal-box .closes{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/new_close_icon.png) no-repeat center;
    cursor: pointer;
  }
  .boxcsw p{
    font-size: 16px;
    margin-top: 35px;
    color:#666;
    text-align: center;
  }
  .boxcsw p span{
    margin-left: 20px;
    display: inline-block;
  }
  .boxcsw p input{
    display: inline-block;
    width: 300px;
    height: 30px;
    text-indent: 10px;
    margin-left: 10px;
    border:1px solid #ccc;
  }
  .btnsub{
    width: 135px;
    height: 40px;
    background: #ef9424;
    margin:0 auto;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    margin:20px auto 30px;
  }
  .radius{
      border-radius: 50%;
  }
  /* 标题 */
  .tit {
    font-size: 30px;
    margin: 57px 0 8px 45px;
    position: relative;
    color: #000;
  }

.tit a:first-child{
    margin-left:76px;
}
.tit:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #0c695f;
    position: absolute;
    left: -45px;
    top: 20px;
    transition: all .2s;
  }
.tit:hover:after {
    width: 0;
}
.tit .zx {
    display: inline-block;
    width: 120px;
    height: 38px;
    border: 1px solid #666666;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    color: #666;
    float: right;
    border-radius: 10px;
    margin-top: 8px;
  }
.tit .zx:hover {
    background: #0c695f;
    border-color: #0c695f;
    color: #fff;
  }
.tit_desc {
    width:460px;
    font-size: 16px;
    color: #999999;
    margin-left:45px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
.tit_desc a{
    float: right;
    width:90px;
    height:30px;
    border-radius:6px;
    margin-left:14px;
    font-size: 14px;
    color:rgb(102,102,102);
    border:1px solid rgb(102,102,102);
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  } 
.tit_desc a.active{
    background: #0c695f;
    border-color:#0c695f;
    color:#fff;
  }
  .tit-descs{
    font-size: 16px;
    color: #999999;
    margin-left: 45px;
    margin-bottom: 40px;
  }
  /* swiper 轮播点 */
.swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border:1px solid #064c44;
    background: transparent;
    box-sizing: border-box;
}
.swiper-container .swiper-pagination-bullet-active{
    background: #064c44;
}
/* 弹框视频播放 */
#jump_bg {
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    display: block;
}
#video_jump_box{
    width: 640px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 9999;
    border-radius: 6px;
    display: block;
    padding:30px 50px;
}
#video_jump_box h3{
    color: #333;
    font-size: 24px;
    padding-bottom: 10px;
}
#video_jump_box h3>span{
    padding:10px;
}
.jump_close {
    position: absolute;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/new_close_icon.png) no-repeat;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    overflow: hidden;
    text-indent: -999px;
}
/* 提问问题弹框 */
#ask_jump_box{
    width: 777px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -280px;
    background-color: #fff;
    z-index: 9999;
    border-radius: 6px;
    padding:30px;
}
#ask_jump_box h3{
    color: #333;
    font-size: 24px;
    text-align: center;
    padding:10px 0 30px;
}
#ask_jump_box h3>span{
    padding:10px;
}
/* 侧边栏offer榜单 */
.container-school .topsdsau .rigsts .offer-box {
    width: 280px;
    overflow: hidden;
  }
 .rigsts .offer-box .t {
    width: 100%;
    height: 53px;
    background: #0c695f;
    font-size: 18px;
    color: #fff;
    line-height: 53px;
    position: relative;
  }
 .rigsts .offer-box .t img {
    position: absolute;
    top: 10px;
    left: 15px;
  }
 .rigsts .offer-box .t span {
    display: inline-block;
    margin-left: 55px;
  }
 .rigsts .offer-box .box-c {
    width: 278px;
    height: 244px;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
  }
 .rigsts .offer-box .box-c ul{
    position: absolute;
    left: 0;
    top: 0;
  }
 .rigsts .offer-box .box-c ul li {
    height: 34px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 34px;
  }
 .rigsts .offer-box .box-c ul li a {
    overflow: hidden;
  }
 .rigsts .offer-box .box-c ul li a div {
    display: inline-block;
    font-size: 13px;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
 .rigsts .offer-box .box-c ul li a .namef {
    width: 55px;
  }
 .rigsts .offer-box .box-c ul li a .zy {
    width: 65px;
  }
 .rigsts .offer-box .box-c ul li a .zds {
    width: 145px;
  }
 .rigsts .offer-box .box-c ul li a .zse {
    width: 55px;
  }
 .rigsts .offer-box .box-c ul li:last-child {
    border: none;
  }
  /* 右侧攻略申请领取 */
.rigsts .bw {
    width: 100%;
    height: 215px;
    overflow: hidden;
    margin-top: 35px;
  }
.rigsts .lunbotu-c {
    width: 100%;
    height: 215px;
  }
.rigsts .lunbotu-c .asdag {
    width: 100%;
    height: 175px;
    box-shadow: 2px 8px 8px 1px #dbdbdb;
  }
.rigsts .lunbotu-c .asdag .img {
    height: 98px;
  }
.rigsts .lunbotu-c .text-box {
    width: 100%;
    height: 85px;
    background: #fff;
  }
.rigsts .lunbotu-c .text-box .titsc {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
  }
.rigsts .lunbotu-c .text-box .lq {
    width: 87px;
    height: 24px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #ef9424;
    line-height: 26px;
    text-align: center;
    color: #ef9424;
  }
.rigsts .lunbotu-c .text-box .lq:hover {
    background: #ef9424;
    color: #fff;
  }
.rigsts .lunbotu-c .swiper-container {
    overflow: inherit;
  }
.rigsts .lunbotu-c .swiper-container .swiper-pagination {
    bottom: -36px;
  }
.rigsts .lunbotu-c .swiper-container .swiper-pagination-bullet {
    background: transparent;
    width: 8px;
    height: 8px;
    border: 1px solid #0c695f;
  }
.rigsts .lunbotu-c .swiper-container .swiper-pagination-bullet-active {
    background: #0c695f;
  }
  /* 教授评估弹框 */
.lock-win {
    overflow: hidden;
}

.teacher-pop-wrap {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.teacher-pop-wrap em {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0c0c10;
    opacity: 0.6;
    z-index: 1;
    cursor: pointer;
}

.teacher-pop {
    position: absolute;
    z-index: 2;
    width: 410px;
    height: 340px;
    left: 50%;
    top: 50%;
    margin-left: -205px;
    -webkit-box-shadow: 0 0 9px  rgba(29, 23, 60, 0.1);
    box-shadow: 0 0 9px  rgba(29, 23, 60, 0.1);

}

.teacher-pop__title {
    height: 64px;
    line-height: 64px;
    position: relative;
    color: #fff;
    font-size: 22px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    background: url("../../../image/common/pc/teacher_pop_icon.png") 130px center no-repeat #ef9424;
    padding-left: 165px;
}

.teacher-pop__close {
    position: absolute;
    width: 18px;
    height: 19px;
    right: 20px;
    top: 22px;
    display: block;
    background: url("../../../image/common/pc/icon_close.png") 0 0  no-repeat ;
}

.teacher-pop__title i {
    position: absolute;
    width: 50px;
    height: 18px;
    background: url("../../../image/common/pc/teacher_pop_san.png") 0 0 no-repeat;
    left: 0;
    bottom: -17px;
}

.teacher-pop__content {
    background-color: #faf8f8;
    padding: 45px;
    padding-top: 20px;
}

.teacher-pop__field {
    margin-top: 25px;
}

.teacher-pop__field label {
    float: left;
    display: inline;
    font-size: 16px;
    line-height: 38px;
    color: #333333;
    padding-right: 10px;

}

.teacher-pop__field input {
    float: left;
    display: inline;
    font-size: 16px;
    height: 38px;
    width: 230px;
    border: 1px solid #909090;
    padding: 0 10px;
}

.teacher-pop__field input.teacher-pop__error {
    border-color: #0c695f;
}

.teacher-pop__submit {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    width: 130px;
    height: 40px;
    background-color: #ef9424;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.teacher-pop__submit:hover {
    background-color: #cc6158;
    color: #fff;
}

.teacher-pop__desc {
    text-align: center;
    padding: 0 20px;
    padding-top: 10px;
    padding-left: 40px;
}
#pc_wrap .title{
  text-align: center;
}
#pc_wrap .title h3{
  font-size: 32px;
  color:#111111;
  font-weight: normal;
}
#pc_wrap .title p{
  font-size: 20px;
  color:#666666;
  margin-top:25px;
}
#pc_wrap .more_btn{
  display: block;
  width:300px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: #ffdf4c;
  border-radius: 32px;
  box-shadow: 5px 6px 16px 0 rgba(255,178,44,0.34);
  color:#000;
  font-size: 20px;
  margin:0 auto;
  cursor: pointer;
}
/* 教师大咖 */
.teacher{
  margin:50px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.teacher>li{
  width:223px;
  margin-right: 15px;
  margin-bottom: 50px;
}
.teacher>li:nth-child(5n+5){
  margin-right: 0;
}
.teacher>li .img_box{
  position: relative;
  width:100%;
  height: 223px;
  box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.35);
}
.teacher>li .img_box img{
  display: block;
  width: 100%;
  height: 100%;
}
.teacher>li .img_box .zz{
  position: absolute;
  width:100%;
  height: 100%;
  background: #4fcb75d9;
  top:0;
  left: 0;
  display: none;
}
.teacher>li .info_box{
  height: 100px;
}
.teacher>li .info_box>h4{
  margin-top:20px;
  font-size: 16px;
  color:#000;
  font-weight: normal;
  margin:20px 0 10px;
}
.teacher>li .info_box>a{
  width: 90px;
  padding-bottom: 5px;
  color:#4fcb75;
  font-size: 16px;
  border-bottom:1px solid #4fcb75;
  display: none;
  align-items: center;
}
.teacher>li .info_box>p{
  width: 100%;
  padding-top:8px;
  color:#666666;
  font-size: 14px;
  border-top:1px solid #666666;
}
.teacher>li:hover .info_box p{
  display: none;
}
.teacher>li:hover .info_box h4{
  color:#4fcb75;
}
.teacher>li:hover .info_box a{
  display: flex;
  justify-content: space-between;
}
.teacher>li:hover .img_box .zz{
  display: block;
}
/* 作品集案例 */
.box-cdffa {
  width: 100%;
  height: 555px;
  position: relative;
  display: none;
}
.box-cdffa.active{
  display: block;
}
.box-cdffa .pic-box {
  width: 875px;
  height: 530px;
  border: 1px solid #000;
  position: absolute;
  top: -70px;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.4);
  z-index: 9;
  overflow: hidden;
  display: none;
  background: #fff;
}
.box-cdffa .pic-box.active{
  display: block;
}
.box-cdffa .pic-box img {
  width: 100%;
  display: block;
}
.box-cdffa .sec-box {
  width: 1038px;
  height: 530px;
  background: #fff;
  position: absolute;
  right: 0;
  top: -115px;
  border: 1px solid #000;
  box-shadow: 0px 4px 6px 0 rgba(0,0,0,0.4);
}
.box-cdffa .sec-box .box-qh {
  width: 309px;
  height: 530px;
  float: right;
}
.box-cdffa .sec-box .box-qh .name-box {
  width: 100%;
  height: 448px;
  display: none;
}
.box-cdffa .sec-box .box-qh .name-box .name-item {
  display: none;
  width: 100%;
  height: 448px;
}
.box-cdffa .sec-box .box-qh .name-box .name-item .author {
  width: 100%;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-cdffa .sec-box .box-qh .name-box .name-item .name {
  text-align: center;
  font-size: 20px;
  width: 158px;
  height: 42px;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  color: #000;
}
.box-cdffa .sec-box .box-qh .name-box .name-item .lq {
  width: 250px;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin:0 auto;
  margin-top: 28px;
}
.box-cdffa .sec-box .box-qh .name-box .name-item .lk {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-top: 15px;
}
.box-cdffa .sec-box .box-qh .name-box .active {
  display: block;
}
.box-cdffa .sec-box .box-qh .active {
  display: block;
}
.box-cdffa .sec-box .box-qh .btn-anniu {
  border-top: 1px solid #000;
  height: 80px;
  width: 100%;
  margin-left: 1px;
}
.box-cdffa .sec-box .box-qh .btn-anniu .itemdt {
  width: 49.8%;
  height: 81px;
  float: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-cdffa .sec-box .box-qh .btn-anniu .itemdt.prev{
  border-right: 1px solid #000;
}
.box-cdffa .sec-box .box-qh .btn-anniu .itemdt img {
  display: inline-block;
}
.box-cdffa .sec-box .box-qh .btn-anniu .itemdt:hover {
  background: #4fcb75;
}
/* 问答详情弹框 */
#j_jump_bg{
  background-color:#000; 
  position:absolute; 
  left:0px; top:0px; z-index:9999; filter:alpha(opacity=60); opacity:0.6; width:100%; height:100%; display:block;}
#j_jump_box{ 
  padding:50px 20px 30px;
  width:640px; position:fixed; top:50%; left:50%; margin-left:-320px; margin-top:-280px; background-color:#fff;z-index:9999;border-radius:6px;}
#j_jump_box h3{ color:#333; font-size:24px;}
#j_jump_box2{ width:777px; position:fixed; top:50%; left:50%; margin-left:-320px; margin-top:-280px; background-color:#fff;z-index:9999;border-radius:6px;}
#j_jump_box2 h3{ color:#333; font-size:24px;}
.j_jump_close{
  position: absolute;
  opacity:0.6;filter:alpha(opacity=60);background:url(https://imgs.sfkedu.com/static/web/2016tm/img/new_close_icon.png) no-repeat; width:30px; height:30px; right:15px; top:15px; overflow:hidden; text-indent:-999px;}
.j_jump_close:hover,.j_jump_close2:hover{opacity:1;filter:alpha(opacity=100);}
/* 导师答疑列表 */
.major-qa__left,
.major-qa__right {
  background-color: #fafafa;
  -webkit-box-shadow: 0 7px 12px 0 rgba(79,203,117,0.15);
  box-shadow: 0 7px 12px 0 rgba(79,203,117,0.15);
  margin-top:60px;
}

.major-qa__left {
  float: left;
  width: 805px;
  height: 485px;
  background:#fafafa url("../../../image/schoolDetail/2020/pc/qa_left.jpg") 0 0 no-repeat;
  box-sizing: border-box;
  padding-left: 150px;
}

.major-qa__right {
  float: right;
  width: 345px;
  height: 485px;
  box-sizing: border-box;
  padding:30px;
  overflow-y: auto;
}

.major-qa__btn span,
.major-qa__btn a {
  width: 90px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  float: left;
  background-color: #666;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  margin-right: 20px;
  margin-bottom:35px;
}

.major-qa__btn span{
  background-color: #4fcb75;
}

.hot-qa__container {
  overflow: scroll;
  overflow-x:hidden;
  height: 390px;
  padding:30px 20px 0 0;
}
.hot-qa__list li {
  margin-bottom: 30px;
}

.hot-qa__q {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.hot-qa__q em {
  font-style: normal;
  font-size: 12px;
  background-color: #4fcb75;
  color: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 3px;
}

.hot-qa__q p {
  float: left;
  display: inline;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  width: 590px;
}

.hot-qa__q strong {
  display: inline-block;
  width: 38px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #0c695f;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
}

.hot-qa__q span {
  float: right;
  display: inline;
  line-height: 16px;
  font-size: 14px;
  color: #a5a4a4;
  margin:3px 0 0 15px;
}
.hot-qa__a {
  padding-left: 26px;
  line-height: 20px;
  padding-top: 14px;
  overflow: hidden;
  height: 40px;
  color: #9f9f9f!important;
  font-size: 12px!important;
}
.hot-qa__a span,.hot-qa__a p,.hot-qa__a div,.hot-qa__a a{
  color: #9f9f9f!important;
  font-size: 12px!important;
}
.hot-qa__tag a {
  float: left;
  border: 1px solid #707070;
  text-align: center;
  line-height: 30px;
  color: #666;
  padding: 0 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  border-radius: 4px;
}

.hot-qa__tag a:hover,
.hot-qa__tag a.current {
  color: #0c695f;
  border-color: #0c695f;
}

.hot-qa__tag-right {
  padding-right: 0;
}
/*分页样式*/
#J_page{
  padding-right: 70px;
}
#J_page .page {
  color: #999999;
  font-size: 14px;
  text-align: right;
  padding: 0;
  margin-left: 10px;
  padding-top: 30px;
  float: right;
}
#J_page .page li {
  float: left;
  display: inline;
  line-height: 18px;
  height: 18px;
  margin-right: 7px;
}

#J_page .page a {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  height: 22px;
  width: 22px;
  text-align: center;
  display: block;
  /* background-color: #d2d2d2; */
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0;
}

#J_page .page a:hover,
#J_page .page a.active {
  color: #eb212e;
  /* background-color: #eb212e; */
}

#J_page .page-total {
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  color: #999999;
  display: none;
}

#J_page .page-prev,
#J_page .page-next {
  height: 22px;
  /* width: 22px; */
  /* background-color: #d2d2d2; */
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  line-height: 21px;
  float: right;
}

#J_page .page-prev:hover,
#J_page .page-next:hover {
  color: #eb212e;
  /* background-color: #ef9424; */
}
/* 成功案例 */
.success-case{
  margin:50px 0 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.success-case>li{
  width:284px;
  margin-bottom: 40px;
  margin-right: 14px;
}
.success-case>li:nth-child(4n+4){
  margin-right: 0;
}
.success-case>li img{
  display: block;
  width: 100%;
  height:213px;
  border:1px solid #ededed;
}
.success-case>li .info_box{
  width:232px;
  height: 114px;
  background: #fff;
  box-shadow: 0 3px 7px 0 rgba(0,0,0,0.12);
  margin:-30px auto 0;
  box-sizing: border-box;
  padding:20px;
  position: relative;
  z-index:2;
}
.success-case>li .info_box>p{
color:#000000;
font-size: 16px;
border-left: 1px solid #000;
padding-left: 10px;
line-height: 1;
}
.success-case>li .info_box>div{
margin-top:10px;
color:#666666;
font-size: 14px;
}
.success-case>li .info_box>div>p{
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.success-case>li .info_box>div>p>span{
color:#000000;
}
.success-case>li .info_box:hover{
  background: #4fcb75;
}
.success-case>li .info_box:hover>div{
color:#000;
}
/* 案例专访-视频 */
.interview{
  margin-top:40px;
  padding-bottom: 50px;
}
.interview .swiper-slide{
  display: flex;
  align-items: center;
}
.interview .swiper-slide .zz{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.interview .swiper-slide .zz p{
  background: hsla(0, 0%, 0%, 0.17);
  color: #ffffff;
  font-size: 12px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.interview .swiper-slide .zz p>span{
  display: block;
  width:80%;
}
.interview .swiper-slide .zz a{
  display: block;
  width:37px;
  height: 37px;
  border-radius: 50%;
  background: url("../../../image/index/2020/pc/video_1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 7px;
  right: 5px;
}
.interview .swiper-slide>div .zz{
  font-size: 18px;
}
.interview .swiper-slide>div .zz a{
  width:80px;
  height: 80px;
  right:50%;
  margin-right:-40px;
  bottom:50%;
  margin-bottom: -40px; 
}
.interview .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
}
.interview .swiper-slide>div{
  width:487px;
  height: 329px;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 4px 5px 12px 0 rgba(79,203,117,0.35);
  margin-right: 18px;
}
.interview .swiper-slide>ul{
  display: flex;
  flex-wrap: wrap;
}
.interview .swiper-slide>ul>li{
  position: relative;
  width:215px;
  height: 153px;
  margin-right: 15px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 8px 0 rgba(79,203,117,0.35);
  cursor: pointer;
}
.interview .swiper-slide>ul>li:nth-child(3n+3){
  margin-right: 0;
}
.interview .swiper-slide>ul>li:hover .zz a,.interview .swiper-slide>div:hover .zz a{
  background: url("../../../image/index/2020/pc/video_2.png") no-repeat;
  background-size: 100% 100%;
}
.interview  .swiper-container .swiper-pagination-bullet{
  background: #707070;
  border:none;
}
.interview .swiper-container .swiper-pagination-bullet-active{
  width:34px;
  height: 8px;
  border-radius: 20px;
  background: #4fcb75;
  border:none;
}

/* 2021-08-09 图片放大遮罩 */
.pic_container{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #34353A;
  display: none;
  z-index: 200;
  overflow-y: scroll;
}
.pic_container_inner{
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pic_container_inner>img{
  width: 100%;
  cursor: url('../../../image/common/pc/narrow.png'), default;
}