﻿@charset "UTF-8";
.part-intor .intor .more, .part-intor .list-img2 li .imgbox img, .part-news .carouse-news .list-one .txtbox h3 a, .part-news .list-txt li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.part-news .carouse-news .list-one .txtbox h3 a, .part-news .list-txt li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.Carouse1-1 .Carousel-wrap, .Carouse1-1 .Carousel-wrap a, .Carouse1-1 .Carousel-wrap .Carousel-item {
  width: 100%;
  height: 100%; }

.Carouse1-1 {
  position: relative;
/*  height: 850px; */}
/*  .Carouse1-1 .Carousel-wrap .Carousel-item {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%; }*/

.pagein{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20px;
}
.pagein span{
display: inline-block;
    width: 30px;
    height: 4px;
    background: #fff;
   margin: 0 5px;
}
.pagein .curr{
    background: #1f7ede;
}
div.main_shoot {
  position: fixed;
  background: #e6e6e6;
  border-radius: 8px;
  bottom: 40px;
  right: 20px;
  z-index: 999;
  padding: 4px;
  height: 214px; }

div.main_shoot .close {
  width: 13px;
  height: 13px;
  padding: 3px;
  top: 4px;
  right: 4px;
  position: absolute;
  z-index: 99; }

.part-intor {
  height: 355px; }
  .part-intor .intor {
    width: 560px;
    float: right; }
    .part-intor .intor .title-english {
      text-transform: uppercase;
      font-weight: bold;
      color: #ebebeb;
      font-size: 30px;
      padding-top: 60px; }
    .part-intor .intor h3 a {
      font-weight: bold;
      font-size: 24px;
      color: #4c4a4a; }
    .part-intor .intor .describe {
      line-height: 30px;
      height: 60px;
      overflow: hidden;
      color: #666;
      padding: 30px 0; }
    .part-intor .intor .more {
      width: 92px;
      height: 35px;
      color: #999;
      text-align: center;
      line-height: 35px;
      border: 1px solid #e6e6e6; }
      .part-intor .intor .more:hover {
        color: #1f7ede;
        border-color: #1f7ede; }
  .part-intor .list-img2 {
    width: 600px;
    position: relative; }
    .part-intor .list-img2 .bg {
      position: absolute;
      top: 0;
      right: 0; }
    .part-intor .list-img2 li {
      position: relative;
      width: 220px;
      float: left;
      margin: 95px 0 0 50px; }
      .part-intor .list-img2 li:hover .imgbox {
        background-position-x: 0; }
        .part-intor .list-img2 li:hover .imgbox img {
          top: -72px; }
      .part-intor .list-img2 li:hover .txtbox h3, .part-intor .list-img2 li:hover .txtbox .subtitle {
        color: #1f7ede; }
      .part-intor .list-img2 li .imgbox {
        width: 62px;
        height: 68px;
        float: left;
        overflow: hidden;
        background: url("../images/images/icon-bg.png") no-repeat right center; }
        .part-intor .list-img2 li .imgbox img {
          position: relative; }
        .part-intor .list-img2 li .imgbox .item-1 {
          left: -66px; }
        .part-intor .list-img2 li .imgbox .item-2 {
          left: -132px; }
        .part-intor .list-img2 li .imgbox .item-3 {
          left: -198px; }
      .part-intor .list-img2 li .txtbox {
        width: 140px;
        float: right; }
        .part-intor .list-img2 li .txtbox h3 {
          font-size: 18px;
          color: #4c4c4c;
          padding-top: 10px; }
        .part-intor .list-img2 li .txtbox .subtitle {
          font-size: 12px;
          color: #b2b2b2;
          font-family: "微软雅黑 Regular";
          text-transform: uppercase; }

.part-news {
  background: #f0f0f0;
  padding-top: 120px;
  height: 520px; }
  .part-news .news-con {
    width: 540px; }
    .part-news .news-con .title {
      line-height: 40px;
      width: 100%; }
      .part-news .news-con .title h3 a {
        font-weight: bold;
        font-size: 20px;
        color: #4c4c4c; }
      .part-news .news-con .title .more {
        float: right;
        color: #808080; }
  .part-news .carouse-news {
    position: relative; }
    .part-news .carouse-news .list-one {
      padding: 14px 0 40px;
      width: 540px;
      height: 181px;
      border-bottom: 1px solid #ccc;
      float: left;
      margin-right: 30px; }
      .part-news .carouse-news .list-one .imgbox {
        float: left; }
        .part-news .carouse-news .list-one .imgbox img {
          width: 241px;
          height: 181px; }
      .part-news .carouse-news .list-one .txtbox {
        float: right;
        width: 280px;
        position: relative; }
        .part-news .carouse-news .list-one .txtbox h3 a {
          font-size: 16px;
          color: #333333;
          padding: 10px 0 10px;
          font-weight: bold; }
          .part-news .carouse-news .list-one .txtbox h3 a:hover {
            color: #1f7ede; }
        .part-news .carouse-news .list-one .txtbox .date {
          color: #808080; }
        .part-news .carouse-news .list-one .txtbox .describe {
          color: #666;
          line-height: 30px;
          height: 90px;
          overflow: hidden;
          padding-top: 10px; }
  .part-news .list-txt li {
    line-height: 40px;
    overflow: hidden; }
    .part-news .list-txt li a {
      float: left;
      width: 70%;
      color: #333;
      font-size: 16px; }
      .part-news .list-txt li a:hover {
        color: #1f7ede;
        padding-left: 5px; }
    .part-news .list-txt li span {
      float: right;
      color: #808080; }

.show {
  padding: 60px 0 80px;
  position: relative; }
  .show h2 a {
    font-weight: bold;
    font-size: 24px;
    color: #4c4c4c;
    padding-bottom: 30px; }
  .show .list-shows {
    position: relative;
    width: 1400px; }
    .show .list-shows li {
      float: left;
      border: 1px solid #ccc;
      overflow: hidden;
      margin-right: 28px; }
      .show .list-shows li a {
        display: inline-block;
        width: 173px;
        height: 125px;
        line-height: 125px;
        vertical-align: middle;
        text-align: center; }
        .show .list-shows li a img {
          max-width: 173px;
          max-height: 130px; }
  .show .page-prev, .show .page-next {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 57%;
    cursor: pointer; }
    .show .page-prev:hover, .show .page-next:hover {
      background-position-x: -51px; }
  .show .page-prev {
    left: -50px;
    background: url("../images/images/icon-arrows.png") no-repeat 0 0; }
  .show .page-next {
    right: -50px;
    background: url("../images/images/icon-arrows.png") no-repeat 0 -44px; }

/*# sourceMappingURL=indexs.css.map */
