/*** color  ***/
/********************************** normal cloumn**********************************/
.comlist {
  height: 200px;
}
.comlist h2 {
  border-bottom: 2px solid #9b0000;
  color: #282828;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 8px;
}
.con {
  padding: 10px 20px;
}
/********************************** menu **********************************/
/***************** 1 level submenu *****************/
ul.menu {
  color: #ffffff;
  font-weight: bold;
}
ul.menu li {
  display: inline-block;
  border-right: 1px solid #ffffff;
}
ul.menu li a {
  color: #ffffff;
}
ul.menu li a:hover {
  border-bottom: 1px solid #fff;
}
ul.menu li.last {
  border-right: none;
}
ul.menu li.cur a {
  border-bottom: 2px solid #ffffff;
}
#menu {
  position: absolute;
  top: 60px;
  right: 200px;
}
#menu li {
  padding: 0 20px;
  height: 15px;
  line-height: 15px;
}
#menu li a {
  font-size: 18px;
}
#m_menu {
  left: 10px;
  font-size: 12px;
  padding-top: 10px;
}
#m_menu li {
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
}
#m_menu li a {
  font-size: 12px;
}
/********************************** breadcrumb **********************************/
.breadcrumb {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
/********************************** silder **********************************/
/***************** iosslider *****************/
.iosSliderDemo {
  clear: both;
  width: 100%;
  /* padding: 0 0 30% 0; */
  padding: 0 0 479px;
  margin: 0 0 0 0;
  position: relative;
}
.fluidHeight {
  position: absolute;
  width: 100%;
  /* height: 87%; */
}
.sliderContainer {
  height: 100%;
  max-height: 400px;
  padding: 0 0;
}
.iosSlider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.iosSlider .slider {
  width: 100%;
  height: 100%;
}
.iosSlider .slider .item {
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
}
.iosSlider .slider .item .inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  box-shadow: 0 0 10px -5px #000000;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.iosSlider .slider .item .inner img {
  left: 0;
  margin: 0 auto;
  position: relative;
  top: 0;
  width: 100%;
}
.iosSlider .slider .item .inner .selectorShadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 30px;
}
.iosSlider .slider .item .inner .text1 {
  background: none repeat scroll 0 0 #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  padding: 0 12px;
  bottom: 12%;
  height: 50px;
  text-align: left;
}
.iosSlider .slider .item .inner .text1 span {
  color: #fff;
  font-family: Microsoft Yahei;
  font-size: 24px;
  line-height: 50px;
  padding: 0 8px;
}
.iosSlider .slider .item .inner .text2 {
  background: none repeat scroll 0 0 #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px 7px 7px;
  position: absolute;
  right: 0;
  top: 100px;
}
.iosSlider .slider .item .inner .text2 span {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 120%;
  line-height: 120%;
}
.sliderContainer .slideSelectors {
  position: relative;
  bottom: 20px;
  left: 0;
  width: 200px;
  margin: 0 auto;
  z-index: 1;
  height: 10px;
}
.sliderContainer .slideSelectors .item {
  float: left;
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  background: #999;
  margin: 0 0 0 10px;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.sliderContainer .slideSelectors .selected {
  background: #000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sliderContainer .slideSelectors .prev {
  background: url("../images/arrow_left.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
  float: left;
  height: 11px;
  width: 11px;
}
.sliderContainer .slideSelectors .next {
  background: url("../images/arrow_right.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
  float: left;
  height: 11px;
  margin: 0 0 0 10px;
  width: 11px;
}
.sliderContainer .scrollbarContainer {
  position: relative;
  bottom: 4px;
  left: 0;
  height: 4px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .iosSlider .slider .item .inner .text1 {
    height: 30px;
  }
  .iosSlider .slider .item .inner .text1 span {
    font-size: 14px;
    line-height: 30px;
  }
  .iosSlider .slider .item .inner .text2 {
    top: 65px;
  }
  .iosSlider .slider .item .inner .text2 span {
    font-size: 100%;
    line-height: 105%;
  }
}
@media screen and (max-width: 768px) {
  .iosSlider .slider .item .inner .text1 {
    display: none;
  }
  .iosSlider .slider .item .inner .text2 {
    display: none;
  }
}
/********************************** home-tab **********************************/
.hometab {
  background: #E2E2E2;
  padding: 1px;
}
.tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 13px;
}
.tabs li {
  float: left;
  margin: 0 .5em 0 0;
}
.tabs a {
  position: relative;
  background: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  padding: .7em 2.5em 0.8em 2.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 500px) {
  .tabs a {
    padding: 0.5em 1.2em;
  }
}
.tabs a:hover,
.tabs a:hover::after,
.tabs a:focus,
.tabs a:focus::after {
  background: #fff;
}
.tabs a:focus {
  outline: 0;
}
.tabs a::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: -0.5em;
  bottom: 0;
  width: 1em;
  background: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.tabs #current a {
  background: #fff;
  z-index: 3;
}
.tabs #current a::after {
  background: #fff;
  z-index: 3;
}
#tab-content {
  height: 180px;
  background: #fff;
}
#tab-content .tab {
  padding: 10px 20px;
}
#tab-content form {
  left: 10%;
  position: relative;
  width: 80%;
  margin-top: 40px;
}
#tab-content form select {
  height: 26px;
}
#tab-content form .big-search {
  width: 100%;
  margin: 10px 0;
}
#tab-content .form-info {
  font-size: 12px;
  color: #333333;
  font-family: microsoft yahei;
  text-align: left;
  margin-left: 10%;
}
@media screen and (max-width: 800px) {
  #tab-content {
    height: 150px;
  }
  #tab-content form {
    width: 90%;
    left: 5%;
    margin-top: 20px;
  }
}
/********************************** 首页6个栏目合并显示    **********************************/
.com {
  margin-top: 30px;
}
.ser {
  width: 49%;
}
.ser .dis {
  display: none;
}
.snav li {
  float: left;
  font: 14px "Microsoft YaHei", "微软雅黑";
  height: 125px;
  text-align: center;
  width: 33%;
}
.snav .snav_current {
  background: url("../images/ul_bg.gif") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
.snav .icons {
  background-image: url("../images/portal_icons.gif");
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  height: 86px;
  width: 86px;
}
.snav .snav_current .icon1 {
  background-position: left -137px;
}
.snav li .icon1 {
  background-position: -176px -226px;
}
.snav .snav_current .icon2 {
  background-position: -88px -137px;
}
.snav li .icon2 {
  background-position: -264px -226px;
}
.snav .snav_current .icon3 {
  background-position: -176px -137px;
}
.snav li .icon3 {
  background-position: left -315px;
}
.snav .snav_current .icon4 {
  background-position: -264px -137px;
}
.snav li .icon4 {
  background-position: -88px -315px;
}
.snav .snav_current .icon5 {
  background-position: left -226px;
}
.snav li .icon5 {
  background-position: -176px -315px;
}
.snav .snav_current .icon6 {
  background-position: -88px -226px;
}
.snav li .icon6 {
  background-position: -264px -315px;
}
.snav_down {
  background: none repeat scroll 0 0 #F3F3F3;
  clear: both;
}
.snav_down ul {
  height: 145px;
  overflow: hidden;
  padding: 10px 10px 20px 10px;
}
.snav_down ul li {
  position: relative;
  line-height: 20px;
}
.snav_down ul li b {
  background-position: 0 -38px;
  height: 7px;
  left: 7px;
  top: 7px;
  width: 7px;
}
.snav_down ul li a {
  padding-left: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.snav_down ul li.one a {
  width: 220px;
}
.snav_down ul li.two {
  float: left;
}
.snav_down ul li.two a {
  width: 130px;
}
.snav_down ul li.three {
  float: left;
}
.snav_down ul li.three a {
  width: 138px;
}
.snav_down .nav_con {
  display: none;
  position: relative;
}
.snav_down .curr {
  display: block;
}
.snav_down .more {
  background: none repeat scroll 0 0 #424242;
  bottom: 1px;
  display: block;
  padding: 3px;
  position: absolute;
  right: 1px;
}
.snav_down .more a {
  color: #ffffff;
}
.snav_down .more a:hover,
.snav_down .more a:active {
  color: #de7d52;
}
@media screen and (max-width: 1000px) {
  .snav_down ul li.one a {
    width: 150px;
  }
  .snav_down ul li.three a {
    width: 104px;
  }
}
@media screen and (max-width: 800px) {
  .ser {
    width: 100%;
    margin: 0 2px 15px;
  }
  .snav_down ul li.one a {
    width: 220px;
  }
  .snav_down ul li.three a {
    width: 138px;
  }
  .snav_down .curr {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .snav_down ul li.one a {
    width: 150px;
  }
}
/********************************** 首页文库栏目样式    **********************************/
.wklist {
  border: 1px solid #424242;
}
.wklist h2 {
  background: none repeat scroll 0 0 #8c0000;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
.wklist h2 a {
  color: #ffffff;
}
.wk_body {
  height: 510px;
  position: relative;
  overflow: hidden;
}
.wk_con {
  height: 9999em;
  left: 22px;
  position: absolute;
  width: 91%;
}
.wk_con li {
  height: 170px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px dotted #424242;
}
.wk_con li img {
  left: 10px;
  top: 10px;
  position: absolute;
  height: 150px;
}
.wk_con li .book_info {
  font-family: Microsoft Yahei;
  font-size: 14px;
  left: 150px;
  line-height: 25px;
  position: absolute;
  top: 15px;
  color: #333;
}
.wk_con li .book_info em {
  color: #999;
  font-style: normal;
  font-weight: normal;
  padding-right: 10px;
  text-decoration: none;
}
.wk_con li.cur {
  background: url("../images/left_ar_42.png") no-repeat scroll center left rgba(0, 0, 0, 0);
}
.wk_nav {
  height: 490px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  z-index: 100;
  background: #424242;
  padding-top: 20px;
}
.wk_nav li {
  background: none repeat scroll 0 0 #fff;
  height: 10px;
  margin: 10px auto;
  width: 10px;
}
.wk_nav li.cur {
  background: #1aa4ca;
}
@media screen and (max-width: 900px) {
  .wk_con li img {
    height: 120px;
  }
  .wk_con li .book_info {
    left: 120px;
  }
}
/********************************** 列表页左侧样式    **********************************/
#p_list ul.list_nav {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
#p_list ul.list_nav li {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin: 0 auto;
  width: 100px;
}
#p_list ul.list_nav li.cur {
  background: #8c0000;
}
#p_list ul.list_nav li.cur a {
  color: #ffffff;
}
#p_list .service {
  border-bottom: 1px solid #8c0000;
}
/********************************** 内容页左侧样式    **********************************/
@media screen and (max-width: 800px) {
  #p_content .conL {
    width: 100%;
  }
  #p_content .conR {
    display: none;
  }
}
/********************************** 内容页左侧样式    **********************************/
#p_search .search-bar {
  width: 100%;
  margin: 20px 0;
  height: 30px;
}
#p_search .search-bar .select_border {
  *background: #fff;
  *border: 1px solid #ccc;
  *padding: 5px;
  width: 90px;
  float: left;
  margin: 1px 2px 0 0;
}
#p_search .search-bar .container {
  *border: 0;
  *position: relative;
  *width: 83px;
  *height: 18px;
  *overflow: hidden;
  *background: #fff;
}
#p_search .search-bar select {
  border: 1px solid #ccc;
  line-height: 22px;
  color: #666;
  margin: 0px;
  *margin: -1px;
  padding: 5px 3px;
  font-size: 13px;
  width: 93px;
  *width: 85px;
}
#p_search .search-bar .big-search {
  margin: 0 0 0 5px;
  float: left;
  width: 70%;
}
#p_search .search-bar .big-search .search-field {
  height: 30px;
}
#p_search .search-bar .big-search .search-button {
  height: 30px;
}
#p_search .search-bar .big-search .searchword {
  height: 28px;
}
#p_search #searchContent {
  border-top: 2px solid #8c0000;
}
#p_search #searchContent li {
  border-bottom: 1px dotted #909090;
  padding: 15px 10px;
  overflow: hidden;
}
#p_search #searchContent li .search-title {
  font-weight: bold;
  font-size: 15px;
}
#p_search #searchContent li h4 {
  color: #888;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin: 5px 0;
  text-indent: 2em;
}
#p_search #searchContent li .search-info {
  font-size: 12px;
}
#p_search #searchContent .msg {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
#p_search i {
  color: red;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  #p_search .conL {
    width: 100%;
  }
  #p_search .conR {
    display: none;
  }
  #p_search .search-bar .big-search {
    width: 60%;
  }
}

