@charset "UTF-8";
/*自定义参数*/
.icons-sprite, .albums-display .icon_photo_page_prev, .albums-display .icon_photo_page_next {
  background-image: url('../images/icons-sbcc764f420.png');
  background-repeat: no-repeat; }

.page {
  overflow: hidden;
  *zoom: 1; }
  .page .page_btn {
    color: #afb1b2;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 17px;
    border: 2px solid #dfdfdf; }
    .page .page_btn:hover {
      color: #16a1d4;
      border-color: #16a1d4; }
  .page .first_btn {
    float: left;
    display: inline; }
  .page .last_btn {
    float: right;
    display: inline; }
  .page .pagination {
    width: 70%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto; }
    .page .pagination a {
      color: #16a1d4;
      font-size: 16px;
      font-family: 'arial';
      margin: 0 12px; }
      .page .pagination a:hover {
        color: #404040; }
      .page .pagination a.current {
        color: #404040; }

.impression_module {
  position: relative;
  width: 370px;
  height: 330px;
  overflow: hidden; }

.sliderBox {
  min-width: 1000px; }

.slider li {
  width: 370px;
  height: 330px; }

.slider li a {
  width: 370px;
  height: 330px; }

.control {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 9; }

.control li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  color: #fff;
  height: 12px;
  line-height: 12px;
  width: 12px;
  text-align: center;
  background: #fff;
  margin: 0 8px;
  border-radius: 50%;
  cursor: pointer;
  font-family: "arial"; }

.control li.current {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.about_module {
  color: #404040;
  font-size: 16px;
  line-height: 200%;
  background: #f3f3f3; }
  .about_module p {
    color: #404040;
    font-size: 16px;
    line-height: 200%;}
  .about_module .impression {
    float: right;
    display: inline;
    padding: 15px;
    background: #fff;
    margin-left: 30px; }

.honor_list_module {
  padding-bottom: 50px;
  background: #f3f3f3; }

.honor_list {
  overflow: hidden;
  *zoom: 1;
  padding-top: 1px; }
  .honor_list .honor_item {
    float: left;
    display: inline;
    width: 300px;
    height: 320px;
    background: #fff;
    margin: 50px 0 0 20px; }
  .honor_list .honor_item_module {
    padding: 15px; }
    .honor_list .honor_item_module .honor_photo {
      width: 270px;
      height: 180px;
      cursor: pointer;
      overflow: hidden; }
      .honor_list .honor_item_module .honor_photo img {
        transition: all, 0.5s, ease-in, 0s;
        width: 270px;
        border-radius: 3px; }
        .honor_list .honor_item_module .honor_photo img:hover {
          -ms-transform: scale(1.2);
          -webkit-transform: scale(1.2);
          transform: scale(1.2); }
    .honor_list .honor_item_module h4 {
      color: #404040;
      font-size: 16px;
      font-weight: normal;
      text-align: center;
      margin-top: 18px; }
    .honor_list .honor_item_module .honor_param {
      margin-top: 16px; }
      .honor_list .honor_item_module .honor_param p {
        color: #5a5a5a;
        font-size: 14px;
        line-height: 30px;
        width: 240px;
        overflow: hidden;
        margin: 0 auto; }

.honor_page {
  margin: 50px 20px 0 20px; }

.honor_layer {
  position: relative;
  padding: 30px;
  text-align: center; }
  .honor_layer h3 {
    color: #404040;
    font-size: 20px; }
  .honor_layer img {
    margin-top: 30px;
    max-width: 600px;
    max-height: 320px; }
  .honor_layer .des {
    margin-top: 30px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px; }

.photo_list_module {
  background: #f3f3f3;
  padding-bottom: 100px; }

.photo_list {
  overflow: hidden;
  *zoom: 1;
  padding-top: 20px; }
  .photo_list .photo_item {
    position: relative;
    float: left;
    display: inline;
    width: 450px;
    height: 250px;
    cursor: pointer;
    overflow: hidden;
    margin: 64px 0 0 32px; }
    .photo_list .photo_item .photo_item_link {
      display: block;
      width: 450px;
      height: 250px;
      line-height: 250px;
      overflow: hidden;
    }
    .photo_list .photo_item img {
      width: 100%; }
    .photo_list .photo_item .photo_des {
      transition: all, 0.8s, ease-in, 0s;
      position: absolute;
      top: 30px;
      right: -160px;
      color: #fff;
      font-size: 14px;
      width: 160px; }
      .photo_list .photo_item .photo_des p {
        line-height: 32px;
        padding: 0 5px; }
    .photo_list .photo_item .photo_title {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      transition: all, 1s, ease-in, 0s;
      position: absolute;
      left: 0;
      bottom: 0;
      color: #fff;
      font-size: 14px;
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: rgba(0, 0, 0, 0.4); }
    .photo_list .photo_item:hover .photo_des {
      right: 0; }
    .photo_list .photo_item:hover .photo_title {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

.photo_page {
  margin: 50px 32px 0 32px; }

.photo_show_module {
  padding: 50px 0;
  background: #f3f3f3; }

.photo_show_main {
  width: 800px;
  margin: 0 auto; }
  .photo_show_main .big-photo {
    display: table;
    display: table;
    width: 800px;
    height: 500px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e6e6e6; }
    .photo_show_main .big-photo a {
      display: table-cell;
      vertical-align: middle; }
    .photo_show_main .big-photo img {
      max-width: 800px;
      max-height: 500px;
      vertical-align: middle; }

.albums-display-bg {
  padding: 0 28px; }

.albums-display-list {
  width: 100%;
  height: 102px;
  overflow: hidden;
  position: relative; }

.albums-display-show {
  position: absolute;
  top: 0;
  left: 0; }
  .albums-display-show .albums-item-show {
    float: left;
    width: 100px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    border: 1px solid #eee; }
    .albums-display-show .albums-item-show:hover {
      border: 1px solid #c33654; }
    .albums-display-show .albums-item-show.active {
      border: 1px solid #c33654; }
    .albums-display-show .albums-item-show img {
      width: 100%; }

.albums-display {
  position: relative;
  margin-top: 36px; }
  .albums-display .albums-arrow {
    position: absolute;
    width: 24px;
    height: 102px;
    cursor: pointer;
    background: #e6e6e6; }
    .albums-display .albums-arrow:hover {
      background: #ccc; }
    .albums-display .albums-arrow.albums-display-list-prev {
      left: 0;
      top: 0; }
    .albums-display .albums-arrow.albums-display-list-next {
      right: 0;
      top: 0; }
  .albums-display .icon {
    position: absolute;
    top: 44px;
    left: 9px;
    display: block;
    width: 7px;
    height: 12px; }
  .albums-display .icon_photo_page_prev {
    background-position: 0 -20px; }
  .albums-display .icon_photo_page_next {
    background-position: 0 -32px; }
