/*轮播*/
.silder {width: 690px;height:410px; overflow: hidden;text-align: center;margin: 0 auto;position:relative;float:left;}
.silder .silder_list {height:410px; overflow:hidden;position: relative;}
.silder .silder_list a{position:absolute; top:0;left:0;}
.silder .silder_list a,.silder .silder_list img{display:inline-block;float:left;}
.silder .silder_list li img {
  width: 690px;height:410px;
}
.silder .silder_page{height:42px;text-align:right; margin:0 auto;right:1px; overflow:hidden;position:absolute; bottom:1px;}
.silder .silder_page li{width:16px; font-size:12px; float:left; height:16px;line-height:16px;margin:15px 10px 0 0; background:#F1F1F1;display:inline-block;text-align:center;color:#000;}
.silder .silder_page li.current{background:#C70B31;color:#fff;}
.silder_desc{color:#fff;background:url(assets/image/tit_bg.png) repeat 0 0;float:left;line-height:42px;height:42px;width:100%;overflow:hidden;position:absolute;left:0;bottom:0;text-align:left;text-indent:10px;}
.silder .silder_page li:hover{cursor:pointer;}
/* 出版社列表 */
.publishindex {
  width:680px;
  height:410px;
  background-color:#ffffff;
  border:1px solid #efefef;
  margin-bottom:20px;
  display: none;
  overflow: auto;
  scrollbar-base-color:#950006;
  scrollbar-track-color:#FCFCFC;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-arrow-color:#950006;
  scrollbar-face-color: #950006;
}
.publishindex a,.publishindex a:visited {
  color:#666666;
  display: block;
  clear: both;
  font-size: 18px;
  width: 660px;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  padding:8px 20px;
}
.publishindex a:hover {
  color:#950006;
}
.home {
  width: 100%;
  min-width: 1310px;
  /* height: 100%;
  position: relative; */
}

.home .home_img {
  width: 1310px;
  margin: auto;
  height: 105px;
  overflow: hidden;
}

.home .home_top {
  height: 210px;
  width: 100%;
}

.home .home_top .home_top1 {
  width: 1310px;
  height: 100%;
  margin: auto;
  padding-top: 68px;
  padding-left: 69px;
}

.home .home_br {
  width: 100%;
  height: 6px;
  background: #960006;
}

.home .home_box {
  width: 100%;
  height: 426px;
  clear: both;
}

.home .home_box .box {
  width: 1310px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  padding-left: 69px;
}

.home .home_box .box .left {
  width: 160px;
}

.home .home_box .box .left .left_1 {
  width: 160px;
  height: 52px;
  background: #960006;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.home .home_box .box .left .tanchuang{
    width: 533px;
    height: 338px;
    background: #fff;
    position: absolute;
    top: 52px;
    box-shadow: 1px 7px 6px 10px rgba(35, 21, 25, 0.35);
    display: none;
    z-index: 999;
}
.tanchuang2{
  border: 15px solid transparent;
  border-right-color:#fff; 
  position: absolute;
  left: -30px;
  top:30px;
}
.home .home_box .box .left .newtanchuang{
  display: block;
}
.home .home_box .box .left .left_1 .img {
  width: 35px;
  height: 35px;
}

.home .home_box .box .left .left_1 .img img {
  width: 100%;
  height: 100%;
}

.home .home_box .box .left .left_1 .text {
  width: 107px;
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

.home .home_box .box .left .left_2 {
  margin-top: 20px;
  text-align: center;
  align-items: center;
  display: flex;
  width: 160px;
  flex-wrap: wrap;
  cursor:pointer
}

.home .home_box .box .left .left_2 div {
  width: 25%;
  height: 45px;
  line-height: 40px;
  border-bottom: 2px solid #960007;
  color:#c0c0c0
}
.pinyin_hover {
  background-color:#960007 ;
  color:#ffffff
}

.home .home_box .box .left .left_2 div span {
  width: 29px;
  height: 29px;
  display: inline-block;
  font-size: 21px;
  font-weight: 400;
  font-family: "Microsoft YaHei";
}

.home .home_box .box .content {
  padding: 7px 15px 0 15px;
  overflow: hidden;
  position: relative;
}
.content_txt{
width: 649.9px;
height: 34px;
background: #848484;
opacity: 0.54;
position: absolute;
bottom:0px;
z-index: 9;
font-size: 19px;
font-family: Adobe Heiti Std;
font-weight: normal;
color: #FEFEFE;
line-height: 34px;
text-indent:20px;
}

.home .home_box .box .content .swiper-container {
  width: 650px;
}

.home .home_box .box .content .swiper-slide {
  overflow: hidden;
}

.home .home_box .box .content .swiper-wrapper {
  height: 391px;
  width: 650px;
  overflow: hidden;
}

.home .home_box .box .content .swiper-wrapper img {
  width:650px;
  height: 391px;
}
.swiper-pagination{
  position: absolute;
  bottom:2px;
  right: 10px;
  z-index: 99;
}
.swiper-pagination-switch{
    width:30px;
    height: 30px;
    background: #ccc;
    display:inline-block;
    text-align: center;
    line-height: 30px;
    margin-left:5px;
    color: #fff;
    cursor:pointer
}
.swiper-active-switch{
     background:#960007 !important;
}
.home .home_box .box .right {
  width: 210px;
  position: relative;
}

.home .home_box .box .right .home_min {
  width: 9px;
  height: 9px;
  margin-right: 5px;
}

.home .home_box .box .right .right1 {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #960007;
}

.home .home_box .box .right li {
  line-height: 40px;
  font-size: 15px;
}

.home .home_box .box .right .rimg {
  width: 41px;
  height: 40px;
  background: #d2d0d0;
  position: absolute;
  top: 85px;
  right: -60px;
}

.home .home_box .box .right .rimg img {
  width: 30px;
  height: 30px;
  margin: 5px 5px;
}

.home .home_box1 {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}

.home .home_box1 .box_1 {
  width: 1310px;
  margin: 0 auto;
  padding-left: 69px;
}

.home .home_box1 .box_1 .new_top {
  margin: 10px 0 20px 31px;
}

.home .home_box1 .box_1 .new_bottom {
  width: 1128px;
  height: 110px;
}

.home .home_box2 {
  width: 100%;
  clear: both;
}

.home .home_box2 .box_2 {
  width: 1310px;
  margin: 0 auto;
  padding-left: 69px;
}

.home .home_box2 .box_2 .new_top {
  margin: 10px 0 31px 31px;
}

.home .home_box3 {
  width: 100%;
  clear: both;
}

.home .home_box3 .box_3 {
  width: 1310px;
  padding-left: 69px;
  margin: 0 auto;
}

.home .home_box3 .box_3 .new_top {
  margin: 10px 0 31px 31px;
}

li {
  list-style: none;
}

.book {
  width: 1083px;
  height: 100%;
  font-family: Microsoft YaHei;
  display: flex;
}

.book .book_left {
  width: 321px;
  height: 475px;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  border-top:4px solid #960006;
  margin-right: 4px;
}

.book .book_left .img {
  width: 250px;
  height: 310px;
  margin: 18px 0 0 33px;
}

.book .book_left .img img {
  width: 100%;
  height: 100%;
}

.book .book_left .text {
  width: 280px;
  height: 60px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #040203;
  line-height: 25px;
  margin: 12px 0 0 15px;
}

.book .book_right {
  width: 758px;
  height: 475px;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  border-top:4px solid #960006;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  position: relative;
}

.book .book_right .item {
  width: 25%;
  height:234px;
}

.book .book_right .item .img {
  width: 130px;
  height: 180px;
  padding: 17px 0 0 19px;
  margin-left:30px;
}

.book .book_right .item .img img {
  width: 100%;
  height: 100%;
}

.book .book_right .item .bimg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.book .book_right .item .bimg .span {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ff0000;
}

.book .book_right .item .text {
  width: 88px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #040203;
  line-height: 22px;
  margin-top: 5px;
  padding-left: 19px;
}

.book .book_right .item .text .te {
  width: 180px;
}

.book .book_right .item .text img {
  width: 13px;
  height: 12px;
}

.book .book_right .rImg {
  position: absolute;
  top: 198px;
  right: 0;
}

.book .book_right .rImg img {
  width: 14px;
  height: 46px;
}

.book .book_right .lImg {
  position: absolute;
  top: 198px;
  left: 0;
}

.book .book_right .lImg img {
  width: 14px;
  height: 46px;
}

.box {
  width: 100%;
  height: 195px;
}

.searchCom {
  width: 1310px;
  height: 94px;
  margin: 0 auto;
  display: flex;
  padding-top: 68px;
  padding-left: 69px;
}

.searchCom .searchCom_left {
  margin-right: 30px;
}

.searchCom .searchCom_left img {
  width: 411px;
  height: 74px;
}

.searchCom .searchCom_right1 {
  width: 666px;
  height: 94px;
}

.searchCom .searchCom_right1 .search_rightTop {
  width: 666px;
  height: 64px;
  border: 4px solid #b61c38;
  border-radius: 6px 0px 0px 6px;
  position: relative;
}

.searchCom .searchCom_right1 .search_rightTop input {
  width: 480px;
  height: 40px;
  border: none;
  position: absolute;
  left: 70px;
  top: 12px;
  font-size: 18px;
}

.searchCom .searchCom_right1 .search_rightTop .searchCom_img {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 12px;
  left: 23px;
}

.searchCom .searchCom_right1 .search_rightTop span {
  width: 80px;
  height: 16px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #848484;
  line-height: 16px;
  position: absolute;
  top: 21px;
  left: 70px;
}

.searchCom .searchCom_right1 .search_rightTop .sou {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  line-height: 60px;
  text-align: center;
  background: #b61c38;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.searchCom .searchCom_right1 .searchCom_rightBottom {
  display: flex;
  margin-top: 9px;
}

.searchCom .searchCom_right1 .searchCom_rightBottom span {
  width: 35px;
  display: inline-block;
  height: 13px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #848484;
  line-height: 16px;
  margin-right: 14px;
}

.searchCom .searchCom_right1 .searchCom_rightBottom .searchCom_rightBottom1 {
  display: flex;
}

.searchCom .searchCom_right1 .searchCom_rightBottom .searchCom_rightBottom1 li {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #d50000;
  line-height: 16px;
  z-index:9;
  cursor:pointer
}

.searchCom .searchCom_right1 .searchCom_rightBottom .searchCom_rightBottom1 b {
  font-size: 12px;
  color: #d50000;
  margin: 0 9px 0 9px;
}

.searchCom .searchCom_right1 .searchCom_rightBottom .searchCom_rightBottom1 .right_cent {
  width: 60px;
  height: 13px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #848484;
  line-height: 16px;
  margin-left: 17px;
}
.right li {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.publishback {
  width: 100%;
  height: 105px;
  background: url("assets/image/backban.png");
  background-repeat: repeat-x;
  background-position: center;
}
.publishback img {
  margin:26px 0px 26px 100px;
  height:53px;
}