/* 全局 */


a{
  color: #35292b;
}
/* body kaogu */
.sk_wk_body {
  position: relative;
  min-width: 1400px;
}

/* 主体内容 kaogu */

.sk_wk_content {
  width: 1400px;
  margin: 0 auto;
}

.sk_wk_banner {
  position: relative;
  width: 100%;
  height: 560px;
  margin-bottom: 40px;
  overflow: hidden;
  /* background: url(./sk05_wk_banner_bg.jpg) no-repeat center center; */
}

.sk_wk_banner .hd {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.sk_wk_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
}

.sk_wk_banner .hd ul li {
  float: left;
  margin-right: 16px;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  text-indent: 10em;
  overflow: hidden;
  cursor: pointer;
  background: rgb(255, 255, 255);
  box-shadow: inset 4px 0px 6px rgba(0, 0, 0, 0.4);
}

.sk_wk_banner .hd ul li.on {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 4px 0px 6px rgba(255, 255, 255, 0.2);
  width:40px;
}
.sk_wk_banner .swiper-slide{
  height: 560px;
  width: 100%;
}
.sk_wk_banner .bd {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 560px;
  z-index: 0;
}
.sk_wk_banner .bd ul {
  width: 100% !important;
}
.sk_wk_banner .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100% !important;
  background-size: auto 100% !important;
}

.sk_wk_banner .bd img {
  width: 100%;
  display: block;
}

.sk_wk_banner .bd li .intro {
  position: absolute;
  bottom: 25px;
  left: 42px;
  z-index: 2;
  color: #fff;
}
.sk_wk_book{
  margin-bottom: 78px;
}
.sk_wk_book_top{
  width: 212px;
  border:1px solid #e6e6e6;
  background-color: #fff;
  padding: 0 17px;
  height: 670px;
}

.sk_wk_list{
  text-align: center;
  padding-bottom: 20px;
}
.sk_wk_list .top_img{
  margin-bottom: 26px;
}
.sk_wk_list .top_img img{
  width: 130px;
  height: 176px;
}
.sk_wk_list ul{
  margin-bottom: 25px;
}
.sk_wk_list ul li{
  background-color: #f5f8fb;
  height: 35px;
  line-height: 35px;
  margin-bottom:4px;
}
.sk_wk_list ul li:hover{
  background:#299bd6;
}
.sk_wk_list ul li:hover a{
  color: #fff;
}
.mobile_show{
  display: none;
}
.sk_wk_list a.more{
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.sk_wk_list a.more::after,.sk_wk_list a.more::before{
  content: '';
  height: 1px;
  width: 18px;
  background-color: #536c8a;
  position: absolute;
  left: 0;
  top: 50%;
}
.sk_wk_list a.more::before{
  left: auto;
  right: 0;
}

.sk_wk_title {
  border-bottom: 1px solid #536c8a;
  margin-bottom: 40px;
  height: 63px;
  line-height: 64px;
  font-size: 30px;
  position: relative;
  color: #525459;
  font-weight: bold;
}
.sk_wk_title_center{
  border-bottom: 0;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
.sk_wk_title_center::after,.sk_wk_title_center::before{
  content: '';
  height: 1px;
  width: 450px;
  background-color: #536c8a;
  position: absolute;
  top: 30px;
  left: 0;
}
.sk_wk_title_center::before{
  right: 0;
  left: auto;
}
.sk_wk_title span{
  display: inline-block;
  background: url(./sk05_wk_icon_01.png) no-repeat 1px center;
  padding-left: 25px;
  font-weight: 900;
  font-family: 'Songti SC';
}

.sk_wk_title .more{
  font-size: 18px;
  line-height: 18px;
  color:#525459;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  right: 20px;
  bottom: -10px;
  font-weight: normal;
}
.sk_wk_book_list{
  width: 1086px;
  background-color: #fff;
  border:1px solid #e6e6e6;
  padding: 0 17px;
}

.book_iframe{
  height: 590px;

}

.sk_wk_card{
  border:1px solid #e6e6e6;
  background-color: #fff;
  padding: 0 17px;
  margin-bottom: 78px;
}
.sk_wk_card .view{
  padding-bottom: 20px;
}
.sk_wk_talk,.sk_wk_pen{
  width:900px;
  padding-top: 15px;
}
.sk_wk_learn,.sk_wk_detail{
  width: 430px;
  padding-top: 15px;

}

.sd_wk_talk_swiper{
  width: 100%;
  height: 530px;
  overflow: hidden;
  position: relative;
}

.sd_wk_talk_swiper .swiper-slide img{
  width: 100%;
  box-shadow: 1px 10px 9px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.sd_wk_talk_swiper .swiper-slide .intro{
  font-size: 20px;
}
.sd_wk_talk_swiper .swiper-slide {
  height: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  text-align: center;
}
.sd_wk_talk_swiper .swiper-slide-visible {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.sd_wk_talk_swiper .swiper-slide-active {
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


.sd_wk_talk_swiper .arrow-left {
  background: url(./sk05_slider_left.png) no-repeat left top;
  position: absolute;
  left: 120px;
  bottom: 0px;
  margin-top: -15px;
  width: 55px;
  height: 45px;
}
.sd_wk_talk_swiper .arrow-left:hover,.sd_wk_talk_swiper .arrow-right:hover{
  background-position-y: bottom;
}
.sd_wk_talk_swiper .arrow-right {
  background: url(./sk05_slider_right.png) no-repeat left top;
  position: absolute;
  right: 120px;
  bottom: 0px;
  width: 55px;
  height: 45px;
}
.sk_wk_learnList dl{
  overflow: hidden;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom:20px;
  border-bottom: 1px solid #dfdbd5;
}
.sk_wk_learnList dl dt {
  width: 64px;
  height: 64px;
  padding: 10px;
  background-color: #f4f4f4;
  position: relative;
  float: left;
  position: relative;
}
.sk_wk_learnList dl dt strong{
  font-size: 22px;
  color: #266394;
  font-weight: bold;
}
.sk_wk_learnList dl dt .time{
  position: absolute;
  right: 10px;
  font-size: 18px;
  line-height: 20px;
  bottom: 10px;
  text-align: right;
  color:#666666;
  font-weight: 100;
}
.sk_wk_learnList dl dt .time::before{
  content: '';
  height: 60px;
  width: 1px;
  background-color: #e2e2e2;
  position: absolute;
  top: -22px;
  left: 4px;
  transform: rotate(45deg);
}
.sk_wk_study dl dt strong{
  font-size: 30px;
  color: #266394;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 42px;
}
.sk_wk_study dl dt .time::before{
  content: '';
  height: 60px;
  width: 1px;
  background-color: #e2e2e2;
  position: absolute;
  top: -32px;
  left: -10px;
  transform: rotate(45deg);
}
.sk_wk_learnList dl dd{
  float: right;
  width: 320px;

}
.sk_wk_learnList dl dd .ddTitle{
  margin-bottom: 5px;
}
.sk_wk_learnList dl dd .ddTitle a{
  font-weight: bold;
  font-size: 20px;
  display: block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;

}
.sk_wk_learnList dl dd p{
  color: #707070;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.sk_wk_learnList ul{
  padding-top: 20px;
}
.sk_wk_learnList ul li {
  position: relative;
  padding-left: 30px;
  line-height: 42px;
  height: 42px;

}
.sk_wk_learnList ul li::before{
  content: '';
  height: 6px;
  width: 6px;
  background-color:#2181b0;
  border-radius: 6px;
  position: absolute;
  left: 8px;
  top: 18px;
}
.sk_wk_learnList ul li a{
  font-size: 18px;
  display: block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sk_wk_learnList ul li a:hover{
  font-weight: bold;
}
/*  */

.sk_wk_pen_list{
  width: 100%;
  height: 500px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.sk_wk_pen_list .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.sk_wk_pen_list .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #2181b0;
  margin-right: 15px;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
}
.sk_wk_pen_list .swiper-active-switch {
  background: #2181b0;
  border-color: #2181b0;
}
.sk_wk_pen_list .swiper-active-switch::before{
  content: '';
  width: 16px;
  height: 16px;
  border:1px solid #2181b0;
  position: absolute;
  left: -5px;
  bottom: -5px;
  opacity: 0.9;
  background-color: #fff;
  z-index: -1;
}
.sk_wk_pen_list dl{
  width: 434px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
.sk_wk_pen_list dl:nth-child(2n){
  margin-right: 0;
}
.sk_wk_pen_list dl:hover img{
  transform: scale(1.05);
}
.sk_wk_pen_list dl:hover dd{
  background-color: #ecf8ff;
}
.sk_wk_pen_list dl dt{
  border: 1px solid #e6e6e6;
  float: left;
  width: 148px;
  height: 227px;
  overflow: hidden;
}
.sk_wk_pen_list dl dt img{
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.sk_wk_pen_list dl dd{
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 15px 20px 0 168px;
  height: 194px;
  background-color: #f5f5f5;
}
.sk_wk_pen_list dl dd .sk_wk_pen_title{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #dfdbd5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  height: 24px;
  line-height: 36px;
  overflow: hidden;

}
.sk_wk_pen_list dl dd .sk_wk_pen_title a{
  display: block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;

}
.sk_wk_pen_list dl dd p{
  line-height: 28px;
  color: #707070;
}
.sk_wk_pen_list dl dd .more{
  color: #266394;
}

.sk_wk_ebook{
  margin-bottom: 78px;
}
.sk_wk_ebook .sk_wk_title_center::after,.sk_wk_ebook .sk_wk_title_center::before{
  width: 580px;
}
.sk_wk_ebookCon{
  height: 480px;
  background: url(./sk05_wk_book_repeatX.png) left bottom repeat-x;
  background-size:auto 100%;
  position: relative;
}
.sk_wk_ebookCon ul{
  height: 390px;
  overflow: hidden;
  padding: 45px 78px;
  background: url(./sk05_wk_book_left.png) no-repeat left top;
  background-size: auto 100%;
}
.sk_wk_ebookCon::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 480px;
  background: url(./sk05_wk_book_right.png) no-repeat right top;
  background-size:auto 100%;
}

.sk_wk_ebookCon ul li {
  width: 94px;
  height: 390px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 2px;
}

.sk_wk_ebookCon ul li .imgTop {
  width: 950px;
  height: 286px;
  padding-left: 80px;
}
.sk_wk_ebookCon ul li img{
  width: 870px;
  height: 394px;
}

.sk_wk_ebookCon ul li .imgCen {
  width: 94px;
  height: 100%;
  writing-mode: vertical-rl;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 0px;
  bottom: 0;
  text-indent: 10px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 94px;
}
.sk_wk_ebookCon ul li:nth-child(1) .imgCen,.sk_wk_ebookCon ul li:nth-child(4) .imgCen{
  background: url("sk05_wk_bg1.jpg") no-repeat;
  background-size: 100% 100%;
  color: #EDD08F;
}
.sk_wk_ebookCon ul li:nth-child(2) .imgCen,.sk_wk_ebookCon ul li:nth-child(3) .imgCen{
  background: url("sk05_wk_bg2.jpg") no-repeat;
  background-size: 100% 100%;
  color: #4E5A5A;
}
.sk_wk_ebookCon ul li.first {
  width: 950px;
}
.sk_wk_ebookCon ul li.first .imgCen{
  /* transform: scale(); */
}
.sk_wk_ebookCon ul li.fast {
  position: absolute;
  right: 0px;
  bottom: 0px;
}


@media screen and (max-width: 1440px) {
  .sk_wk_banner {
    position: relative;
    width: 100%;
    height: 420px;
    margin-bottom: 40px;
    overflow: hidden;
    /* background: url(./sk05_wk_banner_bg.jpg) no-repeat center center; */
  }
  .sk_wk_banner .bd {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 420px;
    z-index: 0;
  }
  .sk_wk_banner .bd ul {
    width: 100% !important;
    height: 420px!important;
  }
  .sk_wk_banner .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100% !important;
    height: 420px!important;
    background-size: auto 100% !important;
  }
  .sk_wk_body{
    min-width: 1040px;
  }
  .sk_wk_footer{
    min-width: 1040px;
  }
  .sk_wk_content{
    width: 1000px;
  }
  .sk_wk_book_top{
    width: 154px;
    padding: 0 10px;
    height: 460px;
  }
  .sk_wk_list .top_img img{
    width: 94px;
    height: 127px;
  }
  .sk_wk_book_list{
    width: 778px;
    padding: 0 10px;
  }
  .sk_wk_card{
    padding: 0 12px;
  }
  .sk_wk_book,.sk_wk_card{
    margin-bottom: 56px;
  }
  .sk_wk_talk, .sk_wk_pen{
    width: 644px;
    padding-top: 5px;
  }
  .sk_wk_learn, .sk_wk_detail{
    width: 306px;
    padding-top: 5px;
  }
  .sk_wk_title{
    margin-bottom: 25px;
    height: 50px;
    line-height: 50px;
  }
  .sk_wk_title span{
    font-size: 22px;
    background-size:auto 20px;
    padding-left: 16px;
  }
  .sk_wk_title .more{
    font-size: 13px;
  }
  .sk_wk_title_center::after,.sk_wk_title_center::before{
    width: 320px;
  }
  .sk_wk_list ul li{
    height: 24px;
    line-height: 24px;
    font-size: 12px;

  }
  .sk_wk_list a.more{
    font-size: 12px;
  }
  .book_iframe{
    height: 385px;
  }
  .sd_wk_talk_swiper{
    height: 380px;
  }
  .sd_wk_talk_swiper .swiper-slide .intro{
    font-size: 14px;
  }
  .sd_wk_talk_swiper .swiper-slide img{
    margin-bottom: 10px;
  }
  .sk_wk_learnList dl dt{
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .sk_wk_learnList dl dt strong{
    font-size: 17px;
  }
  .sk_wk_learnList dl dt .time{
    bottom: 5px;
    right: 5px;
    font-size: 13px;
  }
  .sk_wk_learnList dl dt .time::before{
    height: 50px;
    top: -12px;
    left: 2px;
  }
  .sk_wk_study dl dt .time::before{
    height: 50px;
    top: -26px;
    left: -8px;
  }
  .sk_wk_study dl dt strong{
    font-size: 22px;
    width: 34px;
  }
  .sk_wk_learnList dl dd{
    width: 230px;
  }
  .sk_wk_learnList dl dd .ddTitle a{
    font-size: 14px;
  }
  .sk_wk_learnList dl dd p{
    font-size: 12px;
  }
  .sk_wk_learnList ul{
    padding-top: 0px;
  }
  .sk_wk_learnList ul li{
    height: 30px;
    line-height: 30px;
    padding-left: 23px;
  }
  .sk_wk_learnList ul li::before{
    top: 14px;
    left: 5px;
    width: 4px;
    height: 4px;

  }
  .sk_wk_learnList ul li a{
    font-size: 13px;
  }
  .sk_wk_pen_list{
    height: 350px;
  }
  .sk_wk_pen_list dl{
    width: 310px;
  }
  .sk_wk_pen_list dl dt{
    width: 104px;
    height: 162px;
  }

  .sk_wk_pen_list dl dd .sk_wk_pen_title{
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .sk_wk_pen_list dl dd p{
    font-size: 12px;
    line-height: 20px;
  }
  .sk_wk_pen_list dl dd{
    padding:10px 15px 0 15px;
    height: 134px;
    overflow: hidden;
  }
  .sk_wk_pen_list .swiper-pagination-switch{
    width: 6px;
    height: 6px;
    border: none;
  }
  .sk_wk_pen_list .swiper-active-switch::before{
    width: 14px;
    height: 14px;
  }

  .sk_wk_ebook .sk_wk_title_center::after,.sk_wk_ebook .sk_wk_title_center::before{
    width: 420px;
  }
  .sk_wk_ebookCon {
    background-size: auto 100%;
    height: 350px;
  }
  .sk_wk_ebookCon::before{
    background-size: auto 100%;
    height: 350px;
  }
  .sk_wk_ebookCon ul {height: 286px;padding: 32px 66px;background-size: auto 100%;}

  .sk_wk_ebookCon ul li {height: 286px;width: 66px;}
  .sk_wk_ebookCon ul li .imgTop{padding-left: 66px;}
  .sk_wk_ebookCon ul li .imgTop img{ width:600px; height: 290px;}
  .sk_wk_ebookCon ul li.first{ width: 656px;}
  .sk_wk_ebookCon ul li .imgCen{ width: 66px; line-height: 66px; font-size: 12px; }

}
