body {

  background: url(../images/top-bg.jpg);

  background-repeat: no-repeat;

  background-position: top center;

  /* background-position-y: -30%; */

  background-size: 100%;

  /* background-attachment: fixed; */

  background-color: #fff !important;
}
.am-list-item-hd a{
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.am-topbar-nav>li>a {
  font-size: 16px;
}
.am-slider-d3 .am-control-thumbs img {
  height: 100%;
}
.am-tabs ul li{
  width: 14.2%;
}
.am-slider-title {
  font-size: 20px;
  margin: 5px;
}

.am-slider .am-slides>li {
  max-height: 390px;
  overflow: hidden;
}

.carousel-inner>.item img {
  width: 100%;
  min-height: 100%;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 60px 8px 8px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #fff;
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.carousel-indicators {
  top: 30px;
  right: 30px;
  left: initial;
  bottom: initial;
  width: auto;
  text-align: right;
  margin: 0;
}

.am-g-fixed {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #000;
  position: relative;
  background: transparent;
  /* margin-bottom: 2rem; */
}

.get {

  text-align: center;
  /* padding: 20px 0; */

}

.get p {
  margin: 0;
}

.get-title {
  font-size: 200%;
  border: 2px solid #fff;
  padding: 20px;
  display: inline-block;
}

.get-btn {
  background: #fff;
}

.main-screen {
  /* margin:2rem 0; */
  margin-bottom: 3rem;
}

.main-screen .right-news-block .news-block1 {
  padding: 0;
  margin: 0;
  /* background: #f5f5f5; */
}

.main-screen .right-news-block .news-block1 li {
  background-color: transparent;
  border: none;
  padding-bottom: 0.5rem;
}

.main-screen .right-news-block .news-block1 li a {
  color: #52774f;
  font-weight: bold;
  padding: 0.5rem 0;
  font-size: 2rem;
}

.main-screen .right-news-block .news-block2 {
  padding: 0;
  margin: 0;
  /* background: #f5f5f5; */
}

.main-screen .right-news-block .news-block2 li {
  background-color: transparent;
  border: none;
  padding-bottom: 0;
}

.am-panel-bd ul li a {
  font-size: 1.5rem;
  color: #666;
  display: block;
  padding: 5px 0;
}

.main-screen .right-news-block .news-block2 li a {
  font-size: 1.5rem;
  color: #666;
  padding: 5px 0;
}

.main-screen .right-news-block .news-block2 li a:before {
  content: "\25CF";
  line-height: 1.5rem;
  font-size: 1.8rem;
  color: #81b881;
  padding-right: 5px;
}

.section1 {
  margin: 2rem 0;
  /* height: 400px; */
  /* margin-top: 20px; */
  /* background: url(/culture/bookfair2016/images/section1-bg.png); */
  background-size: cover;
}

.section1 .section1-promo-banner {
  padding: 0 18px;
  /* max-height: 150px; */
  overflow: hidden;
}

.section1 .section1-title-bar {
  background: url(/culture/bookfair2016/images/section1-title.png) no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  height: 70px;
  margin-bottom: 35px;
}

.section1 .section1-content {
  /* height:300px; */
  margin-bottom: 2rem;
}

.section1 .am-slider-default {
  background: none;
}

.section1 .am-slider-default li {
  margin: 0 10px;
}

.section1 .am-slider-default .am-prev {
  opacity: 1
}

.section1 .am-slider-default .am-next {
  opacity: 1
}

.section1 .am-slider-default .am-prev:before {
  color: #ff9933 !important;
}

.section1 .am-slider-default .am-next:before {
  color: #ff9933 !important;
}

.section1 .am-control-nav {
  display: none
}


.section2 {
  margin: 2rem 0;
  /* height: 400px; */
  /* margin-top: 20px; */
  margin-bottom: 0;
}

.section2 ul.text-news>li {
  padding: 0;
  margin: 0;
  border: none;
}

.section2 .am-panel-default {
  border: none
}

.section2 .am-tabs {
  background: #81b881;
  color: #fff;
}

.section2 .am-tabs .am-nav-tabs {
  border: none;
}

.section2 .am-tabs .am-nav-tabs li a {
  font-size: 2.2rem;
  background: #52774f;
  margin: 0 1px 0 0;
  padding: 0;
  line-height: 3.6rem;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: arial;
  border: 0;
  border-radius: 0;
  color: #FFF;
  text-align: center;
}

.section2 .am-tabs .am-nav-tabs>li.am-active a {
  color: #fff;
  background: #81b881;
}

.section2 .am-tabs .am-tabs-bd .am-tab-panel {
  height: 370px;
  overflow-y: scroll;
}
 /* 设置滚动条的样式 */
 ::-webkit-scrollbar {
  width:5px;
  background-color: #fff;
  }

  /* 滚动槽 */
  ::-webkit-scrollbar-track {
  border-radius:10px;
  }

  /* 滚动条滑块 */
  ::-webkit-scrollbar-thumb {
  border-radius:10px;
  background:#52774f;
  }

.section2 .section2-title-bar {
  background: url(/culture/bookfair2016/images/section2-title.png) no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  height: 50px;
  margin-bottom: 35px;
}

.section2 .am-panel-title {
  color: #4d4d4d;
  font-size: 1.8rem;
}

.section2 .am-panel-bd p {
  /* color: #4d4d4d; */
  /* font-size: 1.4rem; */
  /* letter-spacing: 0.1rem; */
}

.section2 .video-icon {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  opacity: 0.7;
}

.section2 .video-icon a {
  position: absolute;
  left: 40%;
  top: 40%
}

.section2 .video-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.section2 .am-panel-hd {
  padding: 0;
  position: relative;
}

.section2 .am-panel-bd {
  /* background-color: #f68f37; */
  /* color:#fff


 */
  padding: 0;
}

.section2 .am-panel-bd a:hover {
  color: #81b881;
}

.section2 .am-panel-bd a {
  /* color:#fff

 */

  padding-right: 10px;

  padding: 0.5rem 0;

  font-size: 1.5rem;
}

.section2 .am-list a:before {
  padding-right: 5px;
  content: "\25CF";
  line-height: 1.5rem;
  font-size: 1.8rem;
  color: #81b881
}

.section2 .am-panel-bd p {
  /* border-top:1px solid #fff; */
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 0;
  margin: 5px;
}

.section2 .msry-item {
  /* margin:0
; */
  padding: 5px;
}

.section3 {
  margin-bottom: 1rem;
  /* height: 400px; */
  /* margin-top: 20px; */
  /* background: url(/culture/bookfair2016/images/section3-bg.png); */
  background-size: cover;
}

.section3 .section3-title-bar {
  background: url(/culture/bookfair2016/images/section3-title.png) no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  height: 70px;
  margin-bottom: 35px;
}

.section3 ul {
  margin-bottom: 0;
}

.section3 .am-gallery li div {
  background: #fff;
}

.am-img-responsive {
  width: 100%;
}


h2.am-titlebar-title {
  margin-left: 0;
}

.am-titlebar-default {
  margin-left: 0;
  border: none;
  margin-top: 0.5rem;
  height: 53px;
}

.am-titlebar-default .am-titlebar-title {
  color: #ff9933;
  padding-left: 0;
  /* max-width: 250px; */
  /* max-height: 53px; */
  /* width: 100%; */
  display: block;
  /* border-top: 1px solid #ccc; */
  /* font-size: 2.6rem!important; */
  /* font-weight: 400; */
  /* line-height: 2.6rem; */
}

.am-titlebar .am-titlebar-title img {
  height: 48px;
  width: auto;
}

.am-titlebar-default .am-titlebar-title:before {
  border-left: none;
  /* width: 100%; */
  /* display: block; */
  /* font-size: 2.6rem!important; */
  /* font-weight: 400; */
  /* line-height: 2.6rem; */
}

.am-titlebar-multi .am-titlebar-title {
  color: #0d6f59;
  width: 100%;
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.am-titlebar-multi .am-titlebar-title2 {
  padding-left: 10px;
}

.am-titlebar-nav {
  /* border-top: 1px solid #ccc; */
  margin-top: 15px;
  margin-left: 3px;
  line-height: 2.2rem;
}

.am-titlebar-nav a {
  color: #ccc;
  font-size: 1.2rem;
}

.am-slider-c2 .am-control-nav li a.am-active {
  background-color: #81b881;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.am-slider-c2 .am-slider-desc {
  padding: 8px 60px 8px 15px;
}

.am-slider-c2 .am-control-nav {
  right: 10px;
  height: 9px;
}

.am-slider-c2 .am-control-nav li a {

  width: 10px;
  height: 10px;
  border-radius: 50%;
}



.links_icon {
  padding: 10px
}

.am-footer {
  padding: 1rem 0;
  /* margin-top: 0.3rem; */
  background: #81b881;
  color: #fff;
}

.am-footer-default .am-footer-miscs {
  color: #fff;
}

@media only screen and (min-width:641px) {}

@media screen and (max-width:640px) {
  body {

    background: url(/culture/bookfair2016/images/top-bg.jpg);

    background-repeat: no-repeat;

    background-position: top center;

    /* background-position-y: -30%; */

    background-size: 200%;

    /* background-attachment: fixed; */

    /* background-color: #0d6f59!important; */
  }



}