﻿/* @Booklet
----------------------------------------*/
.booklet {
  width: 800px;
  height: 600px;
  position: relative; /*background:#fff;*/
  margin: 0 auto 10px;
}

  .booklet .b-page {
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    padding: 0;
  }

  .booklet .b-pN {
  }

  .booklet .b-p0 {
  }

  .booklet .b-p1 {
  }

  .booklet .b-p2 {
  }

  .booklet .b-p3 {
  }

  .booklet .b-p4 {
  }

  /*.booklet .b-load  {display:none;}*/

  /* Page Wrappers */
  .booklet .b-wrap {
    top: 0;
    position: absolute;
  }

  .booklet .b-wrap-left {
    background: #fff;
  }

  .booklet .b-wrap-right {
    background: #efefef;
  }

  .booklet .b-pN .b-wrap,
  .booklet .b-p1 .b-wrap,
  .booklet .b-p2 .b-wrap,
  .booklet .b-p3 .b-wrap,
  .booklet .b-p4 .b-wrap {
    left: 0;
  }

  .booklet .b-p0 .b-wrap {
    right: 0;
  }

  /* Custom Page Types */
  .booklet .b-page-blank {
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .booklet .b-page-cover {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #925C0E;
  }

    .booklet .b-page-cover h3 {
      color: #fff;
      text-shadow: 0px 1px 3px #222;
    }

  /* Page Numbers */
  .booklet .b-counter {
    bottom: 10px;
    position: absolute;
    display: block;
    width: 25px;
    height: 20px;
    background: #ccc;
    color: #444;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    padding: 5px 0 0;
  }

  .booklet .b-wrap-left .b-counter {
    left: 10px;
  }

  .booklet .b-wrap-right .b-counter {
    right: 10px;
  }

  /* Page Shadows */
  .booklet .b-shadow-f {
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    background-image: url("/comglobals/xh-book-shadow-top-forward.png");
    background-repeat: repeat-y;
    background-position: 100% 0;
  }

  .booklet .b-shadow-b {
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    background-image: url("/comglobals/xh-book-shadow-top-back.png");
    background-repeat: repeat-y;
    background-position: 0 0;
  }

  .booklet .b-p0 {
    background-image: url("/comglobals/xh-book-shadow.png");
    background-repeat: repeat-y;
    background-position: 100% 10px;
  }

  .booklet .b-p3 {
    background-image: url("/comglobals/xh-book-shadow.png");
    background-repeat: repeat-y;
    background-position: 0 10px;
  }

  /* Overlay Controls */
  .booklet .b-overlay {
    top: 0;
    position: absolute;
    height: 100%;
    width: 50%;
  }

  .booklet .b-overlay-prev {
    left: 0;
  }

  .booklet .b-overlay-next {
    right: 0;
  }

  /* Tab Controls */
  .booklet .b-tab {
    background: #000;
    height: 40px;
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
    color: #ccc;
    position: absolute;
    font-size: 11px;
  }

  .booklet .b-tab-prev {
    left: 0;
  }

  .booklet .b-tab-next {
    right: 0;
  }

  .booklet .b-tab:hover {
    background: #aaa;
    color: #000;
  }

  /* Arrow Controls */
  .booklet .b-arrow {
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    height: 100%;
    width: 74px;
  }

    .booklet .b-arrow div {
      display: none;
      text-indent: -9999px;
      height: 170px;
      width: 74px;
      position: absolute;
      left: 0;
      top: 25%;
    }

  .booklet .b-arrow-next {
    right: -80px;
  }

  .booklet .b-arrow-prev {
    left: -80px;
  }
/*.booklet .b-arrow-next div {background:url("/comglobals/xh-book-arrow-next.png") no-repeat left top;}
	.booklet .b-arrow-prev div {background:url("/comglobals/xh-book-arrow-prev.png") no-repeat left top;}*/

/* @z-index fix (needed for older IE browsers)
----------------------------------------*/
body {
  z-index: 0;
}

.b-menu {
  z-index: 100;
}

.b-selector {
  z-index: 100;
}

.booklet {
  z-index: 10;
}

.b-pN {
  z-index: 10;
}

.b-p0 {
  z-index: 10;
}

.b-p1 {
  z-index: 10;
}

.b-p2 {
  z-index: 10;
}

.b-p3 {
  z-index: 10;
}

.b-p4 {
  z-index: 10;
}

.b-prev {
  z-index: 40;
}

.b-next {
  z-index: 40;
}

.b-counter {
  z-index: 40;
}

/* @Menu Items
----------------------------------------*/
.b-menu {
  height: 40px;
  padding: 0 0 10px;
}

.b-selector {
  height: 40px;
  position: relative;
  float: right;
  border: none;
  color: #cecece;
  cursor: pointer;
}

  .b-selector .b-current {
    padding: 8px 15px 12px;
    line-height: 20px;
    min-width: 18px;
    height: 20px;
    display: block;
    background: #000;
    text-align: center;
  }

.b-selector-page {
  width: auto;
  margin-left: 15px;
}

.b-selector-chapter {
  width: auto;
}

.b-selector:hover {
  color: #fff;
  background-position: left 0px;
}

  .b-selector:hover .b-current {
    background-position: right 0px;
  }

.b-selector ul {
  overflow: hidden;
  margin: 0;
  list-style: none !important;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0 0 10px;
  background: #000;
  width: 240px;
  font: normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed","Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.b-selector li {
  border: none;
}

.b-selector a {
  color: #cecece;
  height: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}

  .b-selector a .b-text {
    float: left;
    clear: none;
  }

  .b-selector a .b-num {
    float: right;
    clear: none;
  }

  .b-selector a:hover {
    color: #fff;
  }

* {
  margin: 0;
  padding: 0;
}

body {
  background: #ccc;
  font-family: "微软雅黑";
  color: #444;
  font-size: 14px;
  color: #000;
}

ul, li {
  list-style: none;
}
/* Booklet jQuery Plugin Style*/
.booklet {
  -moz-box-shadow: 0px 0px 1px #fff;
  -webkit-box-shadow: 0px 0px 1px #fff;
  box-shadow: 0px 0px 1px #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  .booklet .b-wrap-left {
    background: #efefef;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .booklet .b-wrap-right {
    background: #fff;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .booklet .b-counter {
    bottom: 10px;
    position: absolute;
    display: block;
    width: 90%;
    height: 20px;
    border-top: 1px solid #ddd;
    color: #222;
    text-align: center;
    font-size: 12px;
    padding: 5px 0 0;
    background: transparent;
    -moz-box-shadow: 0px -1px 1px #fff;
    -webkit-box-shadow: 0px -1px 1px #fff;
    box-shadow: 0px -1px 1px #fff;
    opacity: 0.8;
  }

.book_wrapper {
  margin: 0 auto;
  padding-top: 50px;
  width: 1000px;
  height: 680px;
  position: relative;
  background: transparent url(/comglobals/xh-book-bg2017.png) center no-repeat;
}

  .book_wrapper h1 {
    color: #13386a;
    text-align: center;
    margin: 5px 5px 5px 15px;
    font-size: 26px;
    padding-bottom: 7px;
  }

  .book_wrapper p {
    font-size: 16px;
    margin: 5px 5px 5px 15px;
  }

  .book_wrapper a.article,
  .book_wrapper a.demo {
    /*background:transparent url(xh-book-circle.png) no-repeat 50% 0px;*/
    display: block;
    width: 95px;
    height: 41px;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    color: #555;
    float: left;
    line-height: 41px;
    padding-left: 47px;
  }

  .book_wrapper a.demo {
    margin-left: 50px;
  }

    .book_wrapper a.article:hover,
    .book_wrapper a.demo:hover {
      background-position: 50% -41px;
      color: #13386a;
    }

  .book_wrapper img {
    margin: 0 auto;
    margin-top: 30px;
    width: 390px;
    display: block;
  }

.booklet .b-wrap-right img {
}

a#next_page_button,
a#prev_page_button {
  display: none;
  position: absolute;
  width: 41px;
  height: 40px;
  cursor: pointer;
  margin-top: -20px;
  top: 50%;
  background: transparent url(/comglobals/xh-book-buttons2017.png) no-repeat 0px -40px;
}

a#prev_page_button {
  left: -30px;
}

a#next_page_button {
  right: -30px;
  background-position: -41px -40px;
}

  a#next_page_button:hover {
    background-position: -41px 0px;
  }

a#prev_page_button:hover {
  background-position: 0px 0px;
}

.loading {
  width: 160px;
  height: 56px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right: 135px;
  line-height: 56px;
  color: #fff;
  padding-left: 60px;
  font-size: 15px;
  background: #000 url(/comglobals/xh-book-ajax-loader.gif) no-repeat 10px 50%;
  opacity: 0.7;
  z-index: 9999;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#qi {
  position: absolute;
  z-index: 999;
  bottom: 60px;
  width: 97%;
  text-align: center;
  font-size: 18px;
  color: #1a1917;
  background: none;
  border: 0;
  text-align: center;
  margin: 0px;
  padding: 0;
}

h2 {
  line-height: 40px;
  padding-left: 15px;
  color: #08c;
}

.gblist {
  width: 85%;
  margin: 0 auto;
  color: #08c;
}

  .gblist li {
    list-style: circle;
    line-height: 26px;
    margin-bottom: 10px;
  }

    .gblist li a {
      font-size: 14px;
    }

.cb {
  border-bottom: 1px #cCC solid;
  line-height: 60px;
  font-size: 14px;
}

.mar {
  margin-top: 50px;
  height: 495px;
  overflow: auto;
}

.sev-t img {
  width: 200px;
  height: 200px;
}

.parent {
  /*background: url('xh-book-arrow.png') 173px center no-repeat;*/
  /* the width and the height of your image */
  width: 200px;
  height: 30px;
  overflow: hidden;
  border: solid 1px #ccc;
  margin-right: 15px;
  font-size: 12px;
}

  .parent select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    padding-left: 10px;
    width: 120px;
    height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Old Firefox */
  }

.zfgb {
  width: 1020px;
  margin: 0 auto; /*background: url(xh-book-szfgbulbg2017_08.jpg) top center no-repeat;*/
  padding: 0px 0px 0px 28px;
  margin-bottom: 20px;
}

  .zfgb li {
    float: left; /*background: url(xh-book-szfgb2017_08.png) center no-repeat;*/
    text-align: center;
    width: 166px;
    height: 186px;
    margin-bottom: 100px;
  }

    .zfgb li a {
      display: block;
      color: #000;
      width: 80px;
      margin: 0 auto;
      margin-top: 123px;
      font-size: 12px;
      text-decoration: initial;
      line-height: 18px;
    }

      .zfgb li a:hover {
        color: #ed362e;
      }

.banseo {
  width: 728px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 55px;
}

.bantxt {
  width: 705px;
  height: 40px;
  opacity: 1;
  background-color: #eceff1;
  border-radius: 5px;
  border: 0px;
  padding-left: 15px;
  color: #000;
  line-height: 60px;
}

.banbutt {
  height: 40px;
  width: 173px;
  background-color: #ec4d1c;
  border: 0px;
  color: #fff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  transition: all .7s ease 0s;
  font-size: 15px;
  background: -webkit-linear-gradient(top,#f4511e 0,#d84315 100%);
  background: linear-gradient(to bottom,#f4511e 0,#d84315 100%);
}

  .banbutt:hover {
    background-color: #ed3800;
    background: -webkit-linear-gradient(top,#f03900 0,#bb2c00 100%);
    background: linear-gradient(to bottom,#f03900 0,#bb2c00 100%);
  }

.seoicn {
  position: absolute;
  left: 20px;
  bottom: -75px;
  color: #b0bec5;
  font-size: 18px
}

.banjz {
  padding-bottom: 20px;
}

input::-webkit-input-placeholder {
  color: #b0bec5;
  opacity: 1;
}

.banbutt {
  position: absolute;
  right: 0;
  outline: none;
  font-family: "微软雅黑";
}

.zxfttop {
  min-width: 1124px;
  position: relative; /*background: url(xh-book-banner.jpg) center center no-repeat;*/
  height: 400px;
}

.main {
  margin: 0 auto;
  background: #fff;
  padding-top: 20px;
  width: 1100px;
  padding-bottom: 20px;
}

.clear {
  clear: both;
}

.gb-head {
  position: relative; /*background: url(xh-book-szfgb2017_04.jpg) top center no-repeat;*/
  width: 1124px;
  height: 73px;
  line-height: 60px;
  font-family: '微软雅黑';
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

  .gb-head span a {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 14px;
    color: #fff;
    text-decoration: inherit;
  }

    .gb-head span a:hover {
      color: #195ead;
    }


.book_wrapper .book-mv-1 {
  position: absolute;
  width: 97%;
  text-align: center;
  z-index: 999;
  bottom: 295px;
  margin: 0px;
  color: #333;
}

.book_wrapper .book-mv-2 {
  position: absolute;
  width: 97%;
  text-align: center;
  z-index: 999;
  bottom: 180px;
  margin: 0px;
  font-size: 14px;
  bottom: 55px;
  color: #333;
}

.book_wrapper .book-mv-3 {
  position: absolute;
  width: 97%;
  text-align: center;
  z-index: 999;
  bottom: 180px;
  margin: 0px;
  padding: 0;
  font-size: 36px;
  color: #1a1917;
  font-weight: bold;
}


/*搜索*/
.sea-list {
  width: 900px;
  margin: 0px auto;
}

  .sea-list li {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .sea-list a {
    color: #333;
    display: block;
    margin: 0px 0px;
    text-decoration: none;
    font-family: "微软雅黑";
  }

    .sea-list a .b-tit1 {
      font-weight: bold;
      font-size: 14px;
      line-height: 160%;
    }

    .sea-list a .b-tit2 {
      padding: 10px 0px;
      line-height: 180%;
      color: #666;
    }

    .sea-list a .b-tit3 {
      color: #deaf49;
    }

.gblist li a:hover {
  color: #298bd4;
}
.gblist li a {
  font-size: 14px;
}
.gblist li {
  list-style: circle;
  line-height: 26px;
  margin-bottom: 10px;
}
  .gblist li a {
    text-decoration: none;
    color: #333;
    font-family: "宋体";
  }