@charset "utf-8";
/* CSS Document */

.main {
  /*padding: 30px 46px 0 46px;*/
  margin-top: -40px;
  position: relative;
}
@media all and (max-width: 767px) {
  /*.main {padding: 120px 20px 0 20px;}*/
}
/* carousel =================================*/
.banner {
  padding: 0;
  width: 100%;
}
.ie8 .carousel-info {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.carousel-control {
  z-index: 1;
  background-image: none!important;
  filter: none!important;
}

.carousel-control svg.carousel-control-icon {
  background: #fff;
  background: hsla(0,0%,100%,.75);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 4px;
  position: absolute;
  top: 50%;
  left: 22px;
}
.carousel-control.right svg.carousel-control-icon {
  right: 22px;
  left: auto;
}
.ie8 .carousel-control:before {
  font-size: 44px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #e3e3e3;
  color: #999;
  position: absolute;
  top: 50%;
}
.ie8 .carousel-control:hover:before {
  background-color: #fff;
}
.ie8 .carousel-control.left:before {
  content: '‹';
  left: 22px;
}
.ie8 .carousel-control.right:before {
  content: '›';
  right: 22px;
}

ol.carousel-indicators {
  bottom: 30px;
}
.ie8 .carousel-indicators li {
  background-color: #fff;
  filter: Alpha(opacity=60);
}

.carousel-indicators li.active {
  width: 25px;
  background-color: #fff;
  border: 0 none;
}


.carousel-inner > .item {
  height: 530px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
}
#carousel-info-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#carousel-info-box>.container{
  height: 530px;
}

#carousel-info-box .carousel-caption a {
  color: #fff;
}

#carousel-info-box .carousel-caption a.carousel-caption-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  overflow: hidden;
}

#carousel-info-box .carousel-caption a.carousel-caption-title:hover {
  color: #29a2f5;
}

#carousel-info-box .carousel-caption .carousel-caption-desc {
  height: 4.8em;
  margin-top: 12px;
}

#carousel-info-box .carousel-caption {
  position: relative;
  top: 346px;
  left: 0;
  line-height: 1.6;
  font-size: 20px;
  padding: 10px;
  text-align: left;
  font-weight: normal;
  z-index: 34;
  /*background: rgba(8, 115, 79, 0.52);*/
}

.carousel-inner .item .carousel-caption {
  display: none;
}

#carousel-info-box .carousel-caption p {
  overflow: hidden;
}
#carousel-info-box a.carousel-caption-link {
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 23px;
  height: 46px;
  width: 125px;
  line-height: 40px;
  text-align: center;
}
#carousel-info-box a.carousel-caption-link:hover {
  border: 4px solid #29a2f5;
}


@media all and (max-width: 991px) {
  #carousel-info-box>.container>.row>.carousel-caption{
    text-align:center;
    top: 220px;
  }
  #carousel-info-box .carousel-caption>a.carousel-caption-title{
    font-size: 28px;

  }
}


@media all and (max-width: 767px) {
  .carousel-inner > .item {
    height: 300px;
  }
  #carousel-info-box>.container {
    height: 300px;
  }
  #carousel-info-box>.container>.row>.carousel-caption{
    top: 110px;
  }
  #carousel-info-box .carousel-caption>a.carousel-caption-title{
    font-size: 16px;
  }
  .carousel-control svg.carousel-control-icon, .ie8 .carousel-control:before {
    top: 100px;
  }
}

@media all and (max-width: 479px) {
  .carousel-inner > .item {
    height: 200px;
  }
  #carousel-info-box>.container>.row>.carousel-caption{
    top: 110px;
  }
  .carousel-indicators,.ie8 .carousel-control:before {
    display: none;
  }
}

/** carousel end
*/

/* box common =================================*/
.box {
  position: relative;
}
@media all and (max-width:767px){
  section.box{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.box-hd {
  font-weight: bold;
  line-height: 2.1em;
  border-bottom: 2px solid #e3e3e3;
}
.box-hd>h4{
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #08734f;
  line-height: 46px;
  height: 46px;
  border-bottom: 4px solid #08734f;
  margin: 0 0 -2px .5em;
}
.box-hd>h4 a{
  color: #08734f;
}
.hide {
            display: none;
        }
.outline {
      display: inline-block;
      font-size: 20px;
      font-weight: 600;
      color: #888 !important;
      line-height: 46px;
      border-bottom: none !important;
      margin: 0 0 -2px .5em;
    }
.outline a {
  color: #888 !important;;
}

@media all and (max-width:991px){
  .box-title {
    border-bottom: none;
    /* border-top: 1px solid #b5d7ea; */
  }
}
.box ul{
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  color: #3f3f3f;
}
.box ul>li>a{
  font-size: 16px;
  line-height: 36px;
  color: #3f3f3f;
  height: 36px;
  display: block;
  overflow: hidden;
}


.box-pic-title img {
  margin-top: 26px;
}

h4.box-pic-title {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  padding: 16px 8px;
}
.ie8 h4.box-pic-title{
  background: #b3b3b3;
}

a.box-pic {
  display: block;
  position: relative;
  margin-top: 26px;
}
a.box-pic>img{
  height: 250px;
}

h4.box-title.box-title-mail {
  background: url(mail_iee.png) no-repeat left 14px;
  padding-left: 37px;
  border: none;
}

.box-more {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 3px;
  right: 0;
}
.box-more:before{
  content:"";
  background: url(more_iee.png) no-repeat;
  background-position: center;
  line-height: 40px;
  width: 100%;
  height: 40px;
  /* border: 1px solid #1069cd; */
  display: inline-block;
}

.box-subject, .box-books{
  margin-bottom: 30px;
  margin-top: 0;
}
.box-subject img.box-list-book {
  width: 100%;
}
.box-subject .hidden-bar {
  margin-top: 20px;
}
.box.box-subject ul>li>a {
  height: auto;
}

@media all and (min-width:992px){
  .sections {
    margin-bottom: 30px;
  }
}

/*专题栏目图片样式*/
@media(max-width:992px){
  .zhuanti_pic a {
    text-align: center;
  }
  .zhuanti_pic a img {
    margin-bottom: 10px;
  }
}


/** box-email ==============================*/
.box-email input, .box-email span{
  background: #f0f5f2;
  border-radius: 2px;
  font-size: 18px;
  border: none;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 50px;
  float: left;
  padding-left: 1.4em;
}

.box-email input[type="text"], .box-email input[type="password"] {
    width: 240px;
    height: 50px;
    margin-right: 12px;
}
.box-email select, .box-email input[type=submit] {
    width: 160px;
    height: 50px;
}
.box-email form {
    padding: 20px 6px;
    font-size: 18px;
}
.box-email input[type="submit"] {
    background-color: #77a797;
    color: #fff;
    padding-left: 8px;
    border-radius: 24px;
}
@media all and (max-width:1499px) {
  .box-email form {
      padding: 20px 0;
  }
  .box-email input[type="text"], .box-email input[type="password"],.box-email select {
      width: 48%;
  }
}
@media all and (max-width:1199px) {
  .box-email input[type="text"], .box-email input[type="password"],.box-email select,.box-email input[type="submit"] {
    font-size: 16px;
      width: 46%;
      padding-left: .5em;
  }
}
/** box-email end ==============================*/


/** box-box-books start ==============================*/
.box-books .box-bd {
    padding: 20px 10px 0;
}
.book-info {
    display: inline-block;
    float: left;
    margin-left: 16px;
    line-height: 22px;
    font-size: 16px;
    width: 332px;
    overflow: hidden;
}
.book-info span {
    display: block;
}
.box-books img {
    display: inline-block;
    float: left;
    max-width: 60px;
}
.book-info span.book-title {
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
    font-weight: 600;
}
@media all and (max-width:1499px) {
  .book-info {
      display: inline;
      float: left;
      width: 246px;
      overflow: hidden;
      margin-left: 12px;
      line-height: 20px;
      font-size: 14px;
  }
  .book-info span.book-title {
      font-size: 16px;
  }
}
@media all and (max-width:1199px) {
  .book-info {
      margin-left: 10px;
      line-height: 22px;
      font-size: 14px;
      width: 200px;
      overflow: hidden;
  }
  .book-info span.book-title {
      font-size: 14px;
  }
}
@media all and (max-width:1199px) {
  .book-info {
      width: auto;
      max-width: 70%;
      overflow: hidden;
  }
}
/** box-box-books end ==============================*/

/** shortcuts start ==============================*/
.shortcuts {
    background: #fff;
    margin-top: 30px;
    padding: 26px 20px;
}

@media all and (min-width: 1170px){
  .shortcuts .row {
      padding: 10px 20px;
      margin-bottom: 30px;
      text-align: center;
  }
}
@media all and (max-width: 1199px){
  .shortcuts {
      padding: 20px 38px;
  }
}
@media all and (max-width: 991px){
   .shortcuts {
      padding: 20px 20px;
  }
}

.shortcuts_link {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.shortcuts_link li {
  float: left;
  /*! margin-right: 25px; */
  /*! width: 14.25%; */
}
.shortcuts_link li a img {
  max-width: 200px;
}
@media (max-width: 1200px){
  .shortcuts_link li a img {
  max-width: 160px;
}
}
@media (max-width: 991px){
  .shortcuts_link li {
    margin-bottom: 15px;
  }
    .shortcuts_link li a img {
  max-width: 120px;
}
}
@media (max-width: 768px){
  .shortcuts_link li {
/*     width: 50%; */
    margin-bottom: 15px;
  }

}

@media (max-width: 480px){
  .shortcuts_link li a img {
  max-width: 150px;
}
}
/** shortcuts end ==============================*/

/** linkpics start =============================*/
.linkpics{
  width: 20%;
}
@media (max-width:480px){
.linkpics{
  width: 50%;
}
}
/** linkpics end =============================*/

/** links start ==============================*/
.links {
  background: #fff;
  margin: 30px auto;
}
.links .dropdown {
    width: 100%;
    font-size: 16px;
    background: #d0d9eb;
    border: none;
    height: 50px;
    margin: 5px 0;
}

.links ul.dropdown-menu {
    /* position: absolute; */
    /*! bottom: 78px; */
    left: 15px;
    top: 70px;
}

.links .col-md-2 {
    position: relative;
}

.links .dropdown-menu>li>a {
    font-size: 15px;
    line-height: 30px;
}
/** links end ==============================*/