.u-clearfix {
  *zoom: 1; }
  .u-clearfix:before, .u-clearfix:after {
    content: "";
    display: table;
    font: 0/0 a; }
  .u-clearfix:after {
    clear: both; }

.width-precent-100 {
  width: 100% !important; }

.vertical-align-middle {
  vertical-align: middle !important; }

.hidden {
  display: none !important; }

@media only screen and (min-width: 601px) {
  .span6 {
    width: 50%; } }

@media only screen and (max-width: 600px) {
  .span6 {
    width: 100%; } }
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-circle-red {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px 0px;
  width: 10px;
  height: 10px;
}
.icon-circle-gray {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -10px;
  width: 10px;
  height: 10px;
}
.icon-mobile_paging-p {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -20px;
  width: 6px;
  height: 12px;
}
.icon-mobile_paging-n {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -32px;
  width: 6px;
  height: 12px;
}
.icon-menu {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -44px;
  width: 14px;
  height: 12px;
}
.icon-menu-off {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -56px;
  width: 12px;
  height: 12px;
}
.icon-login {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -68px;
  width: 18px;
  height: 18px;
}
.icon-login-red {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -86px;
  width: 18px;
  height: 18px;
}
.icon-link {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -104px;
  width: 18px;
  height: 18px;
}
.icon-search_gray {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -122px;
  width: 18px;
  height: 18px;
}
.icon-link-red {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -140px;
  width: 18px;
  height: 18px;
}
.icon-list-red {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -158px;
  width: 16px;
  height: 20px;
}
.icon-list-gray {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -178px;
  width: 16px;
  height: 20px;
}
.icon-round-rect {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -198px;
  width: 204px;
  height: 24px;
}
.icon-border-radius {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -222px;
  width: 188px;
  height: 34px;
}
.icon-logo {
  background-image: url(/jwb/images/sprite.png);
  background-position: 0px -256px;
  width: 372px;
  height: 56px;
}
.c-main {
  height: 100%; }

@media only screen and (min-width: 601px) {
  .c-main {
    background-image: url(/jwb/images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: none\0;
    *background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/background.png',  sizingMethod='scale'); }
  :root .c-main {
    background-image: url(/jwb/images/background.png); } }

@media only screen and (max-width: 600px) {
  .c-main {
    /*background-color: #f7f7f7;*/ } }
.c-header_list_content_box {
  text-decoration: none; }
  .c-header_list_content_box:visited {
    color: #fff; }
  .c-header_list_content_box:hover {
    color: #fff;
    text-decoration: none; }
  .c-header_list_content_box:link {
    color: #fff; }

@media only screen and (max-width: 600px) {
  .c-header_title, .c-header_icon_search, .c-header_input_img, .c-header_search, .c-header_search_input, .c-header_div_div, .c-header_search_input_jiao {
    display: none !important; } }

.c-header_bg {
  display: block;
  position: relative;
  width: 100%;
  z-index: 3; }

.c-header_input {
  margin: auto;
  position: relative;
  padding: 0;
  min-width: 1200px;
  max-width: 1200px;
  height: 100px; }

.c-header_title {
  margin: auto;
  position: relative;
  width: 100%;
  height: 45px; }

.c-header_icon_logo {
  margin: auto;
  float: left;
  margin-top: 20px; }

.c-header_icon_logo_z {
  margin: auto;
  float: left;
  margin-top: 20px; }

.c-header_icon_search {
  float: right;
  width: 30px;
  height: 25px;
  padding-top: 5px; }

.icon-search-white_position {
  margin: auto; }

.c-header_input_img {
  position: relative;
  height: 34px; }

.c-header_search {
  width: 200px;
  float: right;
  height: 34px;
  position: relative;
  margin-top: 35px; }

.c-header_z_search {
  float: right;
  height: 34px;
  position: relative;
  margin-top: 35px; }

.c-header_search_input {
  background-color: #8c8582;
  height: 30px;
  float: right;
  width: 160px;
  color: white;
  border: 0;
  padding: 0;
  outline: none; }

.c-header_div_div {
  float: right;
  margin-top: 40px;
  margin-right: 10px; }

.c-header_div_div_left {
  float: left;
  margin-top: 20px;
  margin-right: 10px; }

.c-header_font_icon {
  font-size: 36px;
  color: #dddddd; }

.c-header_font_content {
  font-size: 36px;
  position: relative;
  left: -10px;
  top: 2px; }

.c-header_lib {
  float: left;
  font-size: 16px;
  height: 42px;
  width: 108px;
  line-height: 42px;
  text-align: center; }

.c-header_lib_ul_li {
  text-align: left;
  font-size: 12px; }

.c-header_width {
  width: 100%;
  min-width: 1200px; }

.c-header_title_content {
  min-width: 1200px;
  max-width: 1200px;
  margin: auto; }

.height-165 {
	height: 145px
}

.height-120 {
  height: 120px; }

.c-header_list_content {
  height: 40px;
  border-bottom: 1px #dddddd solid;
  line-height: 40px;
  padding-left: 20px; }

.c-header_list_content_box {
  display: none; }

.c-header_mobile_title {
  height: 40px;
  display: none;
  width: 100%;
  background-repeat: no-repeat; }

.c-header_cancel_logo {
  display: none; }

.c-header_mobile_title_box {
  padding: 13px  0 0 20px; }

@media only screen and (max-width: 600px) {
  .c-header_input {
    padding: 50px 20px;
    min-width: inherit;
    max-width: none;
    height: 65px; }
  .c-header_mobile_title {
    display: block; }
  .c-header_icon_logo_z {
    width: 70%;
    margin-top: 15px; }
  .c-header_width {
    min-width: inherit; }
  .c-header_font_content {
    font-size: 22px;
    left: 0; }
  .c-header_div_div_left {
    width: 30%;
    margin: 0;
    float: right;
    margin-top: 14px; }
  .c-header_font_icon {
    font-size: 22px; }
  .c-header_z_search {
    width: 60%;
    float: left;
    margin-top: 22px; }
  .c-header_icon_logo_img {
    width: 100%; }
  .c-header_icon_logo {
    float: none;
    margin-top: 0; } }

.c-header_bg {
  background-image: url(/jwb/images/bg_1.png);
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bg_1.png',  sizingMethod='scale'); }

.c-header_title {
  background-color: #89211b; }

.c-header_icon_search {
  background-color: #89211b; }

.c-header_font_icon_jiaowu {
  font-size: 36px;
  color: #89211b; }

.c-header_font {
  color: #89201c; }

.c-header_font_grey {
  color: #999999; }

.c-header_font_a {
  color: white;
  text-decoration: none; }
  .c-header_font_a:visited {
    color: white; }
  .c-header_font_a:hover {
    color: white;
    text-decoration: none; }
  .c-header_font_a:link {
    color: white; }

.c-header_lib:hover {
  border-bottom: 3px #ffffff solid;
  color: white; }

.c-header_lib:hover .c-header_font_a {
  text-decoration: none; }
  .c-header_lib:hover .c-header_font_a:visited {
    color: #ffffff; }
  .c-header_lib:hover .c-header_font_a:hover {
    color: #ffffff;
    text-decoration: none; }
  .c-header_lib:hover .c-header_font_a:link {
    color: #ffffff; }

.c-header_lib_choose {
  border-bottom: 3px #ffffff solid;
  color: white;
  float: left;
  font-size: 16px;
  height: 42px;
  width: 109px;
  line-height: 42px;
  text-align: center; }

.c-header_font_a_choose {
  text-decoration: none; }
  .c-header_font_a_choose:visited {
    color: #ffffff; }
  .c-header_font_a_choose:hover {
    color: #ffffff;
    text-decoration: none; }
  .c-header_font_a_choose:link {
    color: #ffffff; }

.icon-search-grey_position {
  position: relative;
  top: 9px;
  left: 160px; }

.c-header_font_content_j {
  font-size: 36px;
  position: relative;
  left: -10px;
  top: 2px; }
.inputSearch{
width: 21px;
  margin-top: -4px;
  background: none;
  border: none;
      position: absolute;
}

.c-header_search_input_jiao {
  background-color: white;
  height: 30px;
  overflow: hidden;
  position: relative;
  /**top: -38px;**/
  float: right;
  width: 160px;
  left: -20px;
  /**border: 0;**/
  padding: 0;
  outline: none; 
    padding-right: 22px;}

.c-header_div_div_j {
  float: left;
  margin-top: 20px;
  margin-right: 10px; }

.c-header_icon_logo_j {
  margin: auto;
  float: left;
  margin-top: 20px; }

.c-header_icon_logo_j img{
  height: 56px; }

@media only screen and (max-width: 600px) {
  .c-header_mobile_title {
    background-color: #89201c; }
  .c-header_icon_logo_j {
    width: 100%;
    margin-top: 15px;
    float: left; }
  .c-header_div_div_j {
    width: 45%;
    margin: 0;
    float: right;
    margin-top: 17px; }
  .c-header_font_icon_jiaowu {
    font-size: 13px;
    color: #89211b; }
  .c-header_font_content_j {
    font-size: 14px;
    left: 0; } }
.c-footer__body-content-detail {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

@media only screen and (max-width: 600px) {
  .c-footer-comma {
    display: none !important; } }

.c-footer {
  width: 100%;
  min-width: 1200px; }
  @media only screen and (max-width: 600px) {
    .c-footer {
      max-width: inherit;
      min-width: inherit; } }

.c-footer__body {
  min-width: 1200px;
  max-width: 1200px;
  margin: auto; }
  @media only screen and (max-width: 600px) {
    .c-footer__body {
      min-width: inherit;
      max-width: inherit; } }

.c-footer__body-content {
  overflow: hidden;
  color: white;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .c-footer__body-content {
      display: block;
      margin: 0 20px;
      text-align: left; } }

.c-footer__body-content-detail {
  margin: 20px auto; }
  @media only screen and (max-width: 600px) {
    .c-footer__body-content-detail {
      display: block;
      margin: 0 auto; } }

.c-jiaowu-footer {
  background-color: #89211b; }
/**手机导航样式**/
.middleTop {
  border-bottom: 1px solid #dedede; }
  @media only screen and (max-width: 600px) {
    .middleTop {
      height: 40px;
      overflow: hidden;
      width: 300px;
      border: none; } }

@media only screen and (max-width: 600px) {
  .middleTop__nav {
    line-height: 14px;
    border-bottom: 1px solid #dedede;
    letter-spacing: -8px; } }

.middleTop li {
  padding: 14px 30px;
  line-height: 14px; }
  @media only screen and (max-width: 600px) {
    .middleTop li {
      padding: 10px 25px;
      letter-spacing: 0; } }

.middleTop__nav a {
  color: #999 !important; }

.middleTop__navClick {
  border-bottom: 4px solid #d9473c;
  margin-bottom: -3px; }

.middleTop__navClick a {
  color: #333 !important; }

.c-header_relative {
  position:relative;
  *zoom: 1; }
  .c-header_relative:before, .c-header_relative:after {
    content: "";
    display: table;
    font: 0/0 a; }
  .c-header_relative:after {
    clear: both; }

.c-header_bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  background-image: url(/jwb/images/bg_1.png);
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bg_1.png',  sizingMethod='scale'); }
.c-header_relative {
  *zoom: 1; }
  .c-header_relative:before, .c-header_relative:after {
    content: "";
    display: table;
    font: 0/0 a; }
  .c-header_relative:after {
    clear: both; }
.c-header_lib_s {
  float: left;
  font-size: 16px;
  height: 42px;
  width: 85px;
  position: relative;
  margin-left: 30px;
  line-height: 42px;
  text-align: center; }

.c-header_lib_ul {
  background-color: #89211b;
  width: 150px;
  position: relative;
  z-index: 99;
  display: none; }

.c-header_lib:hover .c-header_lib_ul {
  display: block;
  z-index: 98; }

.c-header_lib_ul_li:hover {
  background-color: #C23428; }

.c-header_font_a_second {
  text-decoration: none;
  margin-left: 22px; }
  .c-header_font_a_second:visited {
    color: #ffffff; }
  .c-header_font_a_second:hover {
    color: #ffffff;
    text-decoration: none; }
  .c-header_font_a_second:link {
    color: #ffffff; }
.c-main__time{
  text-align:center;
}