@keyframes icon_animate {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 0.7;
  }
}
@-moz-keyframes icon_animate {
  /* Firefox */
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 0.7;
  }
}
@-webkit-keyframes icon_animate {
  /* Safari �� Chrome */
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 0.7;
  }
}
@-o-keyframes icon_animate {
  /* Opera */
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 0.7;
  }
}
body {
  font-size: 14px;
  position: relative;
  background: #56493d;
}
.top-nav {
  width: 100%;
  position: relative;
  height: 0.8rem;
  z-index: 9;
  background: #ebe6e0;
  /*  @media (min-width: 1600px){

    .logo{
      height: 51px;
      margin: 10px 0 10px 5%;
    }
    .user-b{
      margin: 30px 4% 0 0;
      height: 35px;
      a{
        font-size: 21px;
        margin: 0 16px 0 0;
        i{
          width: 35px;
          height: 35px;
          background-repeat: no-repeat;
          vertical-align: -10px;
        }
      }
    }
    .nav-list{
      display: block;
      float: left;
      height: 30px;
      margin: 30px 0 0 1.5%;
      line-height: 30px;
      .slide-media{
        width: 168px;
        top: 120%;
        a{
          line-height: 2;
          font-size: 18px;
        }
      }
      a{
        font-size: 26px;
        color: #594c3a;
        text-decoration: none;
        display: inline-block;
        padding: 0 12px;
        line-height: 30px;
        vertical-align: top;
        position: relative;
        &:hover,&.cur{
          font-weight: bold;
        }
        &:after{
          position: absolute;
          width: 2px;
          height: 26px;
          right: -1px;
          top: 50%;
          margin-top: -13px;
          background: #594c3a;
          content: "";
        }
        &:last-child{
          &:after{
            display: none;
          }
        }
      }
    }
    .slide-nav-btn{
      display: none;
    }
    .slide-nav-box{
      display: none !important;
    }
  }*/
}
.top-nav .logo {
  position: absolute;
  height: 0.4rem;
  top: 0.2rem;
  left: 50%;
  width: auto;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.top-nav .shnh-logo{
  position: static;
  height: 35px;
  width: auto;
  display: block;
  float: left;
  margin: .05rem 15px auto 20px;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.top-nav .user-b,
.top-nav .nav-list {
  display: none;
}
.top-nav .slide-nav-btn {
  display: block;
  position: absolute;
  width: 0.44rem;
  height: 0.38rem;
  background-size: 100% 100%;
  background-image: url("../img/icons/menu.png");
  top: 0.18rem;
  right: 0.1rem;
}
.top-nav .slide-nav-box {
  display: none;
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  background: #594c3a;
  padding: 0.1rem 0;
}
.top-nav .slide-nav-box .user-a-links,
.top-nav .slide-nav-box .slide-media {
  display: none;
  background: #78664e;
}
.top-nav .slide-nav-box .user-a-links a,
.top-nav .slide-nav-box .slide-media a {
  text-indent: 2.8em;
}
.top-nav .slide-nav-box .slide-media a {
  text-indent: 1em;
}
.top-nav .slide-nav-box a {
  display: inline-block;
  width: 100%;
  line-height: 0.6rem;
  font-size: 0.16rem;
  color: #fff;
  text-indent: 1em;
  text-decoration: none;
}
.top-nav .slide-nav-box a.slide-media-b i {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
}
.top-nav .slide-nav-box a.cur2.slide-media-b i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.top-nav .slide-nav-box a.user-a i {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 100% 100%;
  background-image: url("../img/icons/loginicon2.png");
  vertical-align: -0.105rem;
  margin-right: 0.1rem;
}
.top-nav .slide-nav-box a.user-a.cur {
  font-weight: bold;
}
@media (min-width: 768px) {
  .top-nav {
    height: 72px;
  }
  .top-nav .logo {
    position: static;
    height: 28px;
    width: auto;
    display: block;
    float: left;
    margin: .05rem 15px auto 20px;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .top-nav .shnh-logo{
    position: static;
    height: 40px;
    width: auto;
    display: block;
    float: left;
    margin: 20px 15px auto 20px;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .top-nav .logo.nb{
    margin: 26px 0 26px 0;
  }
  .top-nav .user-b {
    display: block;
    float: right;
    height: 30px;
    margin: 24px 3% 0 0 ;
    line-height: 30px;
    position: relative;
  }
  .top-nav .user-b.nb{
    margin-right: 0;
  }
  .top-nav .user-b .user-ctrl {
    display: none;
    position: absolute;
    top: 101%;
    width: 128px;
    left: 0;
  }
  .top-nav .user-b .user-ctrl a {
    display: block;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 18px;
    font-weight: normal;
    text-align: left;
    background: #594c3a;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  .top-nav .user-b a {
    font-size: 10px;
    color: #594c3a;
    text-decoration: none;
    display: inline-block;
    margin: 0 8px 0 0;
    line-height: 30px;
    vertical-align: top;
    position: relative;
  }
  .top-nav .user-b a.user {
    padding-right: 24px;
  }
  .top-nav .user-b a:hover {
    font-weight: bold;
  }
  .top-nav .user-b a i.arr {
    position: absolute;
    width: 15px;
    height: 9px;
    top: 50%;
    margin-top: -4px;
    right: 0;
    background-size: 100% 100%;
    background-image: url(../img/icons/more3.png);
    transition: transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
  }
  .top-nav .nav-list {
    display: block;
    float: left;
    height: 30px;
    margin: 24px 0 0 1%;
    line-height: 30px;
    position: relative;
  }
  .top-nav .nav-list.nb{
    float: right;
    margin: 24px 8px 0 0;
  }
  .top-nav .nav-list .slide-media {
    display: none;
    position: absolute;
    width: 101px;
    height: auto;
    padding: 5px 0;
    background-color: #594c3a;
    top: 100%;
    right: 0;
  }
  .top-nav .nav-list .slide-media a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    padding: 0 0 0 10px;
  }
  .top-nav .nav-list .slide-media a:hover {
    background: #3d332b;
  }
  .top-nav .nav-list .slide-media a:after {
    display: none;
  }
  .top-nav .nav-list a {
    font-size: 12px;
    color: #594c3a;
    text-decoration: none;
    display: inline-block;
    padding: 0 8px;
    line-height: 30px;
    vertical-align: top;
    position: relative;
  }
  .top-nav .nav-list a i {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    -o-transition: -o-transform 0.2s;
  }
  .top-nav .nav-list a.cur2 i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    -moz-transform: rotate(180deg);
  }
  .top-nav .nav-list a:hover {
    font-weight: bold;
  }
  .top-nav .nav-list a.cur {
    font-size: 16px;
    line-height: 1.2;
  }
  /* .top-nav .nav-list a:after {
    position: absolute;
    width: 1px;
    height: 18px;
    right: -1px;
    top: 50%;
    margin-top: -9px;
    background: #594c3a;
    content: "";
  } */
  .top-nav .nav-list a:last-child:after {
    display: none;
  }
  .top-nav .slide-nav-btn {
    display: none;
  }
  .top-nav .slide-nav-box {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .top-nav {
    height: 72px;
  }
  .top-nav .nav-list.nb{
    margin: 28px 8px 0 0;
  }
  .top-nav .logo {
    position: static;
    height: 30px;
    width: auto;
    display: block;
    float: left;
    margin: 21px 0 21px 2%;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .top-nav .shnh-logo {
    position: static;
    height: 35px;
    width: auto;
    display: block;
    float: left;
    margin: 18px 15px auto 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .top-nav .logo.nb{
    margin: 21px 0 21px 0;
  }
  .top-nav .user-b {
    margin: 26px 4% 0 0 ;
  }
  .top-nav .user-b a {
    margin: 0 12px 0 0;
  }
  .top-nav .user-b a i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -6px;
    background-size: 100% 100%;
    margin-right: 4px;
  }
  .top-nav .user-b a i.login {
    background-image: url("../img/icons/loginicon.png");
  }
  .top-nav .user-b a i.reg {
    background-image: url("../img/icons/regicon.png");
  }
  .top-nav .user-b a i.help {
    background-image: url("../img/icons/helpicon.png");
  }
}
@media (min-width: 1240px) {
  .top-nav {
    height: 72px;
  }
  .top-nav .logo {
    position: static;
    height: 40px;
    width: auto;
    display: block;
    float: left;
    margin: 16px 0 16px 3%;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .top-nav .shnh-logo {
    position: static;
    height: 58px;
    width: auto;
    display: block;
    float: left;
    margin: 10px 15px auto 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .top-nav .logo.nb{
    margin: 16px 0 16px 0;
  }
  .top-nav .user-b {
    margin: 28px 4% 0 0;
  }
  .top-nav .user-b a {
    font-size: 16px;
  }
  .top-nav .nav-list {
    display: block;
    float: left;
    height: 30px;
    margin: 28px 0 0 1.5%;
    line-height: 30px;
  }
  .top-nav .nav-list .slide-media {
    width: 120px;
    top: 120%;
  }
  .top-nav .nav-list a {
    font-size: 16px;
    color: #594c3a;
    text-decoration: none;
    display: inline-block;
    padding: 0 8px;
    line-height: 30px;
    vertical-align: top;
    position: relative;
  }
  .top-nav .nav-list a i {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .top-nav .nav-list a:hover {
    font-weight: bold;
  }
  .top-nav .nav-list a.cur {
    font-size: 20px;
    line-height: 20px;
  }
  /* .top-nav .nav-list a:after {
    position: absolute;
    width: 1px;
    height: 18px;
    right: -1px;
    top: 50%;
    margin-top: -9px;
    background: #594c3a;
    content: "";
  } */
  .top-nav .nav-list a.cur:after{
    margin-top: -5px;
  }
  .top-nav .nav-list a:last-child:after {
    display: none;
  }
  .top-nav .slide-nav-btn {
    display: none;
  }
  .top-nav .slide-nav-box {
    display: none !important;
  }
}
.index-search {
  width: 100%;
  height: auto;
  position: relative;
  /*  @media (min-width: 1400px){
    .search-main{
      font-size: 32px;
      .rds{
        padding: 0 205px 0 0;
        span{
          input{
            vertical-align: 0;
          }
        }
      }
      .sch{
        height: 68px;
        padding: 0 185px 0 0;
        a{
          width: 185px;
          height: 68px;
          line-height: 68px;
        }
        button{

          width: 32px;
          height: 33px;
          top: 17px;
          left: inherit;
          right: 195px;
        }
      }
    }
  }*/
}
.index-search img {
  display: block;
  width: 100%;
  height: auto;
}
.index-search .ylogo {
  position: absolute;
  width: 0.7rem;
  height: auto;
  bottom: 0.1rem;
  left: 0.9rem;
}
.index-search .search-main {
  position: absolute;
  width: 6.5rem;
  height: 1.6rem;
  padding: 0.3rem 0.2rem 0.1rem 0.2rem;
  left: 0.5rem;
  top: 50%;
  margin-top: -0.8rem;
  font-size: 0.2rem;
  background-color: rgba(255, 255, 255, 0.65);
}
.index-search .search-main .rds {
  height: 0.5rem;
  line-height: 0.5rem;
  width: 4.85rem;
  text-align: right;
}
.index-search .search-main .rds span {
  padding-left: 0.1rem;
}
.index-search .search-main .rds span input {
  vertical-align: -0.05rem;
}
.index-search .search-main .sch {
  width: 100%;
  position: relative;
  height: 0.6rem;
}
.index-search .search-main .sch a {
  position: absolute;
  width: 1.2rem;
  height: 0.6rem;
  top: 0;
  right: 0;
  color: #000;
  line-height: 0.6rem;
  text-align: right;
}
.index-search .search-main .sch input::-webkit-input-placeholder {
  color: #000;
}
.index-search .search-main .sch input::-moz-placeholder {
  color: #000;
}
.index-search .search-main .sch input:-ms-input-placeholder {
  color: #000;
}
.index-search .search-main .sch input {
  position: absolute;
  width: 4.9rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: transparent;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-image: url("../img/iptbg.png");
  border: none;
  outline: none;
  padding: 0 0 0 0.1rem;
}
.index-search .search-main .sch button {
  position: absolute;
  outline: none;
  background-color: transparent;
  border: none;
  resize: none;
  width: 0.4rem;
  height: 0.4rem;
  top: 0.1rem;
  left: 4.35rem;
  background-size: 100% 100%;
  background-image: url("../img/icons/searchicon.png");
}
@media (min-width: 768px) {
  .index-search .ylogo {
    width: 7%;
    height: auto;
    bottom: 10px;
    left: 15%;
  }
  .index-search .search-main {
    width: 90%;
    max-width: 1028px;
    height: 167px;
    margin: 0 auto;
    padding: 50px 4% 10px 4%;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    margin-top: -95px;
  }
  .index-search .search-main .rds {
    height: 50px;
    line-height: 50px;
    padding: 0 135px 0 0;
    text-align: right;
    width: 100%;
  }
  .index-search .search-main .rds span {
    padding-left: 14px;
    cursor: pointer;
  }
  .index-search .search-main .rds span input {
    width: 22px;
    height: 22px;
    vertical-align: -4px;
    margin-right: 2px;
  }
  .index-search .search-main .sch {
    height: 52px;
    padding: 0 120px 0 0;
  }
  .index-search .search-main .sch a {
    width: 120px;
    height: 52px;
    line-height: 52px;
  }
  .index-search .search-main .sch input {
    position: static;
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0 0 0 14px;
  }
  .index-search .search-main .sch button {
    width: 32px;
    height: 33px;
    top: 10px;
    left: inherit;
    right: 130px;
  }
}
@media (min-width: 1400px) {
  .index-search {
    height: 260px;
    overflow: hidden;
  }
  .index-search .search-main {
    padding: 50px 3% 20px 3%;
    margin-top: -85px;
  }
}
@media (min-width: 1600px) {
  .index-search {
    height: 260px;
    overflow: hidden;
  }
}
.copyright {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  background: #fff;
  width: 100%;
  padding: 0.2rem 0;
}
.copyright.bg{
  background: #6d564a;
  color: #fff;
}
.copyright span {
  display: block;
}
@media (min-width: 768px) {
  .copyright {
    position: static;
    font-size: 20px;
    padding: 0;
    line-height: 100px;
  }
  .copyright.bg{
    line-height: 50px;
  }
  .copyright span {
    display: inline;
  }
}
.bottom-pic {
  margin: 0.2rem 0;
  height: auto;
  width: 100%;
}
.bottom-pic img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .bottom-pic {
    margin: 20px 0;
  }
}
.bottom-pic-run {
  margin: 0.2rem 0;
  height: 1.9rem;
  width: 100%;
  padding: 0.2rem 0;
  position: relative;
  overflow: hidden;
}
.bottom-pic-run:before {
  position: absolute;
  width: 100%;
  height: 0.15rem;
  top: 0;
  left: 0;
  background-size: auto 100%;
  background-image: url("../img/btmbg.jpg");
  background-repeat: repeat;
  content: "";
}
.bottom-pic-run:after {
  position: absolute;
  width: 100%;
  height: 0.15rem;
  bottom: 0;
  left: 0;
  background-size: auto 100%;
  background-image: url("../img/btmbg.jpg");
  background-repeat: repeat;
  content: "";
}
.bottom-pic-run .bottom-pic-run-pos {
  position: absolute;
  top: 0.2rem;
  left: 0;
  height: 1.5rem;
  width: 100rem;
}
.bottom-pic-run .bottom-pic-run-pos .img-bx {
  height: 1.5rem;
  width: 2.44rem;
  float: left;
  position: relative;
  overflow: hidden;
}
.bottom-pic-run .bottom-pic-run-pos .img-bx img,
.bottom-pic-run .bottom-pic-run-pos .img-bx video {
  display: block;
  height: 1.5rem;
  width: 2.44rem;
}
.bottom-pic-run .bottom-pic-run-pos .img-bx video {
  display: none;
  position: relative;
  z-index: 99;
  background: #000;
}
.bottom-pic-run .bottom-pic-run-pos .img-bx .tx {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3% 5%;
  font-size: 0.2rem;
  color: #fff;
  overflow: hidden;
}
.bottom-pic-run .bottom-pic-run-pos .img-bx .tx p {
  margin: 0;
  line-height: 0.3rem;
  max-height: 0.6rem;
  overflow: hidden;
  margin-bottom: 0.05rem;
}
.bottom-pic-run .bottom-pic-run-pos .img-bx:hover .tx {
  display: block;
}
@media (min-width: 768px) {
  .bottom-pic-run {
    margin: 20px 0;
    height: 249px;
    padding: 24px 0;
  }
  .bottom-pic-run:before {
    height: 24px;
  }
  .bottom-pic-run:after {
    height: 24px;
  }
  .bottom-pic-run .bottom-pic-run-pos {
    position: absolute;
    top: 28px;
    left: 0;
    height: 193px;
    width: 10000px;
  }
  .bottom-pic-run .bottom-pic-run-pos .img-bx {
    height: 193px;
    width: 314px;
    background: #ccc;
  }
  .bottom-pic-run .bottom-pic-run-pos .img-bx img,
  .bottom-pic-run .bottom-pic-run-pos .img-bx video {
    display: block;
    height: 193px;
    width: 314px;
  }
  .bottom-pic-run .bottom-pic-run-pos .img-bx .tx {
    cursor: pointer;
    font-size: 15px;
  }
  .bottom-pic-run .bottom-pic-run-pos .img-bx .tx p {
    line-height: 24px;
    max-height: 48px;
    margin-bottom: 5px;
  }
}
.index-tap {
  width: 7rem;
  height: 5.6rem;
  margin: 0.7rem auto;
  position: relative;
  border: 1px solid #fff;
  font-size: 16px;
}
.index-tap.map-ht {
  height: 4rem;
}
.index-tap .map-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
.index-tap .map-box .pos-icon {
  background-size: 100% 100%;
  background-image: url("../img/icons/posicon.png");
  animation: icon_animate 1s infinite;
  -moz-animation: icon_animate 1s infinite;
  -webkit-animation: icon_animate 1s infinite;
  -o-animation: icon_animate 1s infinite;
}
.index-tap .map-box .pos-img {
  position: absolute;
  width: 92%;
  height: 86%;
  top: 7%;
  left: 4%;
  background: #000;
  overflow: hidden;
}
.index-tap .map-box .pos-img .img-box {
  position: relative;
}
.index-tap .map-box .pos-img img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
}
.index-tap .map-box .pos-img i {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 100% 100%;
  background-image: url("../img/icons/posicon.png");
}
.index-tap .taps {
  width: 100%;
  position: absolute;
  height: 1rem;
  top: 0;
  left: 0;
}
.index-tap .taps a:nth-child(1) {
  position: absolute;
  width: 1.43rem;
  height: 0.6rem;
  top: -0.44rem;
  left: 0.4rem;
  transform: scale(1.2);
  background-size: 100% 100%;
  background-image: url("../img/index_tap_mv.png");
}
.index-tap .taps a:nth-child(1).cur,
.index-tap .taps a:nth-child(1):hover {
  background-image: url("../img/index_tap_mvc.png");
}
.index-tap .taps a:nth-child(2) {
  position: absolute;
  width: 1.38rem;
  height: 0.56rem;
  top: -0.42rem;
  left: 50%;
  transform: translate(-50%, 0) scale(1.2);
  background-size: 100% 100%;
  background-image: url("../img/index_tap_pp.png");
}
.index-tap .taps a:nth-child(2).cur,
.index-tap .taps a:nth-child(2):hover {
  background-image: url("../img/index_tap_ppc.png");
}
.index-tap .taps a:nth-child(3) {
  position: absolute;
  width: 1.72rem;
  height: 0.66rem;
  top: -0.41rem;
  right: 0.4rem;
  transform: scale(1.2);
  background-size: 100% 100%;
  background-image: url("../img/index_tap_cnm.png");
}
.index-tap .taps a:nth-child(3).cur,
.index-tap .taps a:nth-child(3):hover {
  background-image: url("../img/index_tap_cnmc.png");
}
.index-tap .tap-box {
  position: absolute;
  width: 7rem;
  height: 5.6rem;
  top: 0;
  display: none;
  left: 0;
}
.index-tap .tap-box .prev {
  position: absolute;
  width: 0.4rem;
  height: 100%;
  left: 0.05rem;
  top: 0;
}
.index-tap .tap-box .prev:after {
  position: absolute;
  background-size: 100% 100%;
  background-image: url("../img/icons/previcon.png");
  width: 0.3rem;
  height: 0.65rem;
  top: 50%;
  margin-top: -0.4rem;
  left: 0;
  content: "";
}
.index-tap .tap-box .next {
  position: absolute;
  width: 0.4rem;
  height: 100%;
  right: 0.05rem;
  top: 0;
}
.index-tap .tap-box .next:after {
  position: absolute;
  background-size: 100% 100%;
  background-image: url("../img/icons/nexticon.png");
  width: 0.3rem;
  height: 0.65rem;
  top: 50%;
  margin-top: -0.4rem;
  right: 0;
  content: "";
}
.index-tap .tap-box .pic-slide {
  position: absolute;
  width: 6rem;
  height: 5.6rem;
  top: 0;
  left: 0.5rem;
}
.index-tap .tap-box .pic-slide .txt {
  display: none;
  width: 100%;
  height: 0.85rem;
  overflow: hidden;
  margin-top: -0.01rem;
  background-size: 100% auto;
  background-image: url("../img/picbg.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.index-tap .tap-box .pic-slide .txt p {
  margin: 0;
  line-height: 1.0;
  color: #000;
  width: 5rem;
  transform: scale(0.52) translate(-2.1rem, -0.01rem);
}
.index-tap .tap-box .pic-slide .txt p:nth-child(2) {
  transform: scale(0.52) translate(-2.1rem, -0.41rem);
}
.index-tap .tap-box .pic-slide .pic {
  position: absolute;
  transition: width 0.5s, left 0.5s, height 0.5s;
  -moz-transition: width 0.5s, left 0.5s, height 0.5s;
  -webkit-transition: width 0.5s, left 0.5s, height 0.5s;
  -o-transition: width 0.5s, left 0.5s, height 0.5s;
}
.index-tap .tap-box .pic-slide .pic img {
  display: block;
  width: 100%;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.75);
}
.index-tap .tap-box .pic-slide .pos1 {
  width: 2rem;
  height: auto;
  top: 1rem;
  left: 0;
  z-index: 1;
}
.index-tap .tap-box .pic-slide .pos2 {
  width: 2.4rem;
  height: auto;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
}
.index-tap .tap-box .pic-slide .pos3 {
  width: 2.8rem;
  height: auto;
  top: 0.5rem;
  left: 1.6rem;
  z-index: 3;
}
.index-tap .tap-box .pic-slide .pos3 .txt {
  display: block;
}
.index-tap .tap-box .pic-slide .pos3 img {
  box-shadow: 0 0 0.2rem #fff6ca;
}
.index-tap .tap-box .pic-slide .pos4 {
  width: 2.4rem;
  height: auto;
  top: 0.8rem;
  left: 2.8rem;
  z-index: 2;
}
.index-tap .tap-box .pic-slide .pos5 {
  width: 2rem;
  height: auto;
  top: 1rem;
  left: 4rem;
  z-index: 1;
}
.index-tap .film-box {
  position: absolute;
  width: 7rem;
  height: 5.6rem;
  top: 0;
  display: none;
  left: 0;
}
.index-tap .film-box .prev-film {
  position: absolute;
  width: 0.4rem;
  height: 100%;
  left: 0.05rem;
  top: 0;
}
.index-tap .film-box .prev-film:after {
  position: absolute;
  background-size: 100% 100%;
  background-image: url("../img/icons/previcon.png");
  width: 0.3rem;
  height: 0.65rem;
  top: 50%;
  margin-top: -0.4rem;
  left: 0;
  content: "";
}
.index-tap .film-box .next-film {
  position: absolute;
  width: 0.4rem;
  height: 100%;
  right: 0.05rem;
  top: 0;
}
.index-tap .film-box .next-film:after {
  position: absolute;
  background-size: 100% 100%;
  background-image: url("../img/icons/nexticon.png");
  width: 0.3rem;
  height: 0.65rem;
  top: 50%;
  margin-top: -0.4rem;
  right: 0;
  content: "";
}
.index-tap .film-box .hover-film-tit {
  width: 6rem;
  display: none;
  position: absolute;
  top: 0.3rem;
  font-size: 0.16rem;
  line-height: 1;
  max-height: 0.24rem;
  overflow: hidden;
  color: #ddcf89;
  font-weight: bold;
  padding: 0 0 0 0.15rem;
  left: 0.48rem;
  transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
}
.index-tap .film-box .hover-film-tit:before {
  position: absolute;
  content: "";
  width: 0.08rem;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.index-tap .film-box .hover-film-tit.align-r {
  text-align: right;
  padding: 0 0.15rem 0 0;
}
.index-tap .film-box .hover-film-tit.align-r:before {
  left: auto;
  right: 0;
}
.index-tap .film-box .hover-film-des {
  position: absolute;
  top: 4.9rem;
  display: none;
  width: 6rem;
  font-size: 0.2rem;
  line-height: 0.26rem;
  max-height: 0.52rem;
  overflow: auto;
  color: #ded7cc;
  padding: 0 0 0 0.15rem;
  left: 0.48rem;
  transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
}
.index-tap .film-box .hover-film-des::-webkit-scrollbar {
  width: 6px;
  background: rgba(255, 255, 255, 0.3);
}
.index-tap .film-box .hover-film-des::-webkit-scrollbar-track {
  border-radius: 10px;
}
.index-tap .film-box .hover-film-des::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #594c3a;
}
.index-tap .film-box .hover-film-des:before {
  position: absolute;
  content: "";
  width: 0.08rem;
  height: 0.26rem;
  top: 0;
  left: 0;
  background: #fff;
}
.index-tap .film-box .hover-film-des.align-r {
  text-align: right;
  padding: 0 0.15rem 0 0;
}
.index-tap .film-box .hover-film-des.align-r:before {
  left: auto;
  right: 0;
}
.index-tap .film-box .film-list {
  position: absolute;
  width: 6.04rem;
  height: 4.2rem;
  top: 0.6rem;
  left: 0.48rem;
  overflow: hidden;
}
.index-tap .film-box .film-list:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-size: 100% 100%;
  background-image: url("../img/film_border.jpg");
  top: 0;
  left: 0;
}
.index-tap .film-box .film-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-size: 100% 100%;
  background-image: url("../img/film_border.jpg");
  bottom: 0;
  left: 0;
}
.index-tap .film-box .film-list .film-pos {
  position: absolute;
  width: 100rem;
  height: 4rem;
  top: 0.1rem;
  left: 0;
  transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
}
.index-tap .film-box .film-list .film-pos .img-b {
  display: block;
  float: left;
  width: 2.82rem;
  height: 4rem;
  margin: 0 0.1rem;
  position: relative;
  background: #fff;
}
.index-tap .film-box .film-list .film-pos .img-b img {
  position: absolute;
  display: block;
  width: 2.82rem;
  height: auto;
  cursor: pointer;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.index-tap .btm {
  position: absolute;
  width: 4rem;
  height: auto;
  bottom: -0.1rem;
  padding: 0 0.2rem;
  left: 1.5rem;
  background: #56493d;
}
.index-tap .btm img {
  display: block;
  width: 3.6rem;
  height: auto;
}
@media (min-width: 768px) {
  .index-tap .tap-box .pic-slide .txt {
    display: none;
    width: 100%;
    height: 0.85rem;
    overflow: hidden;
    margin-top: -0.01rem;
    background-size: 100% auto;
    background-image: url("../img/picbg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 0.05rem;
  }
  .index-tap .tap-box .pic-slide .txt p {
    line-height: 1.4;
    width: 94%;
    margin: 0 auto;
    transform: scale(1) translate(0, 0);
  }
  .index-tap .tap-box .pic-slide .txt p:nth-child(2) {
    transform: scale(1) translate(0, 0);
  }
}
@media (min-width: 1000px) {
  .index-tap {
    width: 900px;
    height: 600px;
    margin: 65px auto;
    margin-bottom: 40px;
  }
  .index-tap.map-ht {
    height: 436px;
  }
  .index-tap .map-box .pos-img {
    box-shadow: 0 0 15px #fffac5;
  }
  .index-tap .map-box .pos-img i {
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
    background-image: url("../img/icons/posicon.png");
  }
  .index-tap .taps {
    height: 146px;
  }
  .index-tap .taps a {
    transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -webkit-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
  }
  .index-tap .taps a:nth-child(1) {
    position: absolute;
    width: 321px;
    height: 135px;
    top: -82px;
    left: 20px;
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }
  .index-tap .taps a:nth-child(2) {
    position: absolute;
    width: 317px;
    height: 129px;
    top: -78px;
    left: 50%;
    margin-left: -158px;
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }
  .index-tap .taps a:nth-child(3) {
    position: absolute;
    width: 381px;
    height: 146px;
    top: -82px;
    right: 4px;
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }
  .index-tap .tap-box {
    width: 900px;
    height: 600px;
  }
  .index-tap .tap-box .prev {
    width: 50px;
    left: 5px;
  }
  .index-tap .tap-box .prev:after {
    width: 43px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
  }
  .index-tap .tap-box .next {
    width: 50px;
    right: 5px;
  }
  .index-tap .tap-box .next:after {
    width: 43px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
  }
  .index-tap .tap-box .pic-slide {
    width: 800px;
    height: 600px;
    top: 0;
    left: 50px;
  }
  .index-tap .tap-box .pic-slide .txt {
    display: none;
    width: 280px;
    height: 85px;
    overflow: hidden;
    margin-top: -1px;
  }
  .index-tap .tap-box .pic-slide .txt p {
    width: 95%;
  }
  .index-tap .tap-box .pic-slide .pic img {
    display: block;
    width: 100%;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.75);
  }
  .index-tap .tap-box .pic-slide .pos1 {
    width: 200px;
    height: auto;
    top: 140px;
    left: 10px;
    z-index: 1;
  }
  .index-tap .tap-box .pic-slide .pos2 {
    width: 240px;
    height: auto;
    top: 110px;
    left: 130px;
    z-index: 2;
  }
  .index-tap .tap-box .pic-slide .pos3 {
    width: 280px;
    height: auto;
    top: 70px;
    left: 260px;
    z-index: 3;
  }
  .index-tap .tap-box .pic-slide .pos3 .txt {
    display: block;
  }
  .index-tap .tap-box .pic-slide .pos3 img {
    box-shadow: 0 0 10px #fff6ca;
  }
  .index-tap .tap-box .pic-slide .pos4 {
    width: 240px;
    height: auto;
    top: 110px;
    left: 430px;
    z-index: 2;
  }
  .index-tap .tap-box .pic-slide .pos5 {
    width: 200px;
    height: auto;
    top: 140px;
    left: 590px;
    z-index: 1;
  }
  .index-tap .film-box {
    width: 900px;
    height: 600px;
    left: 50%;
    margin-left: -450px;
  }
  .index-tap .film-box .prev-film {
    width: 40px;
    left: 5px;
  }
  .index-tap .film-box .prev-film:after {
    width: 30px;
    height: 56px;
    top: 50%;
    margin-top: -28px;
  }
  .index-tap .film-box .next-film {
    width: 40px;
    right: 5px;
  }
  .index-tap .film-box .next-film:after {
    width: 30px;
    height: 56px;
    top: 50%;
    margin-top: -28px;
  }
  .index-tap .film-box .hover-film-tit {
    width: 460px;
    top: 62px;
    font-size: 18px;
    line-height: 1;
    max-height: 18px;
    padding: 0 0 0 7px;
    left: 39px;
  }
  .index-tap .film-box .hover-film-tit:before {
    width: 4px;
    border-radius: 2px;
  }
  .index-tap .film-box .hover-film-tit.align-r {
    text-align: right;
    padding: 0 7px 0 0;
    left: 400px;
  }
  .index-tap .film-box .hover-film-tit.align-r:before {
    left: auto;
    right: 0;
  }
  .index-tap .film-box .hover-film-tit.align-m {
    left: 320px;
  }
  .index-tap .film-box .hover-film-des {
    width: 460px;
    top: 490px;
    font-size: 14px;
    line-height: 18px;
    max-height: 54px;
    padding: 0 0 0 7px;
    left: 39px;
  }
  .index-tap .film-box .hover-film-des:before {
    width: 4px;
    height: 18px;
    border-radius: 2px;
  }
  .index-tap .film-box .hover-film-des.align-r {
    text-align: right;
    padding: 0 7px 0 0;
    left: 400px;
  }
  .index-tap .film-box .hover-film-des.align-r:before {
    left: auto;
    right: 0;
  }
  .index-tap .film-box .hover-film-des.align-m {
    left: 320px;
  }
  .index-tap .film-box .film-list {
    width: 822px;
    height: 392px;
    top: 90px;
    left: 50%;
    margin-left: -411px;
  }
  .index-tap .film-box .film-list:before {
    height: 9px;
  }
  .index-tap .film-box .film-list:after {
    height: 9px;
  }
  .index-tap .film-box .film-list .film-pos {
    position: absolute;
    width: 100rem;
    height: 374px;
    top: 9px;
    left: 0;
  }
  .index-tap .film-box .film-list .film-pos .img-b {
    float: left;
    width: 264px;
    height: 374px;
    margin: 0 5px;
  }
  .index-tap .film-box .film-list .film-pos .img-b img {
    width: 264px;
    height: auto;
  }
  .index-tap .btm {
    position: absolute;
    width: 600px;
    height: auto;
    bottom: -10px;
    padding: 0 20px;
    left: 150px;
    background: #56493d;
  }
  .index-tap .btm img {
    display: block;
    width: 560px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .index-tap {
    width: 1100px;
    height: 640px;
    margin: 65px auto;
    margin-bottom: 40px;
  }
  .index-tap.map-ht {
    height: 532px;
  }
  .index-tap .film-box {
    width: 1030px;
    height: 600px;
    left: 50%;
    margin-left: -515px;
  }
  .index-tap .film-box .hover-film-tit {
    top: 75px;
    left: 70px;
  }
  .index-tap .film-box .hover-film-tit:before {
    width: 4px;
    border-radius: 2px;
  }
  .index-tap .film-box .hover-film-tit.align-r {
    left: 500px;
  }
  .index-tap .film-box .hover-film-tit.align-r:before {
    left: auto;
    right: 0;
  }
  .index-tap .film-box .hover-film-tit.align-m {
    left: 384px;
  }
  .index-tap .film-box .hover-film-des {
    top: 500px;
    left: 70px;
  }
  .index-tap .film-box .hover-film-des:before {
    width: 4px;
    height: 18px;
    border-radius: 2px;
  }
  .index-tap .film-box .hover-film-des.align-r {
    left: 500px;
  }
  .index-tap .film-box .hover-film-des.align-r:before {
    left: auto;
    right: 0;
  }
  .index-tap .film-box .hover-film-des.align-m {
    left: 384px;
  }
  .index-tap .film-box .film-list {
    width: 942px;
    height: 392px;
    top: 100px;
    left: 50%;
    margin-left: -471px;
  }
  .index-tap .film-box .film-list:before {
    height: 9px;
  }
  .index-tap .film-box .film-list:after {
    height: 9px;
  }
  .index-tap .film-box .film-list .film-pos {
    position: absolute;
    width: 100rem;
    height: 374px;
    top: 9px;
    left: 0;
  }
  .index-tap .film-box .film-list .film-pos .img-b {
    float: left;
    width: 264px;
    height: 374px;
    margin: 0 25px;
  }
  .index-tap .film-box .film-list .film-pos .img-b img {
    width: 264px;
    height: auto;
  }
  .index-tap .tap-box {
    width: 1100px;
    height: 640px;
  }
  .index-tap .tap-box .prev {
    width: 50px;
    left: 15px;
  }
  .index-tap .tap-box .prev:after {
    width: 43px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
  }
  .index-tap .tap-box .next {
    width: 50px;
    right: 15px;
  }
  .index-tap .tap-box .next:after {
    width: 43px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
  }
  .index-tap .tap-box .pic-slide {
    width: 1000px;
    height: 640px;
    top: 0;
    left: 50px;
  }
  .index-tap .tap-box .pic-slide .txt {
    display: none;
    width: 300px;
    height: 91px;
    overflow: hidden;
    margin-top: -1px;
    padding-top: 5px;
  }
  .index-tap .tap-box .pic-slide .txt p {
    font-size: 16px;
    width: 95%;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
  }
  .index-tap .tap-box .pic-slide .pic img {
    display: block;
    width: 100%;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.75);
  }
  .index-tap .tap-box .pic-slide .pos1 {
    width: 220px;
    height: auto;
    top: 140px;
    left: 30px;
    z-index: 1;
  }
  .index-tap .tap-box .pic-slide .pos2 {
    width: 260px;
    height: auto;
    top: 110px;
    left: 180px;
    z-index: 2;
  }
  .index-tap .tap-box .pic-slide .pos3 {
    width: 300px;
    height: auto;
    top: 70px;
    left: 350px;
    z-index: 3;
  }
  .index-tap .tap-box .pic-slide .pos3 .txt {
    display: block;
  }
  .index-tap .tap-box .pic-slide .pos3 img {
    box-shadow: 0 0 10px #fff6ca;
  }
  .index-tap .tap-box .pic-slide .pos4 {
    width: 260px;
    height: auto;
    top: 110px;
    left: 550px;
    z-index: 2;
  }
  .index-tap .tap-box .pic-slide .pos5 {
    width: 220px;
    height: auto;
    top: 140px;
    left: 750px;
    z-index: 1;
  }
  .index-tap .btm {
    position: absolute;
    width: 600px;
    height: auto;
    bottom: -10px;
    padding: 0 20px;
    left: 250px;
    background: #56493d;
  }
  .index-tap .btm img {
    display: block;
    width: 560px;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .index-tap {
    width: 1500px;
    height: 800px;
    margin: 120px auto;
    margin-bottom: 40px;
  }
  .index-tap.map-ht {
    height: 724px;
  }
  .index-tap.film-ht {
    height: 610px;
  }
  .index-tap .film-box {
    width: 1400px;
    height: 600px;
    left: 50%;
    margin-left: -700px;
  }
  .index-tap .film-box .hover-film-tit {
    top: 45px;
    left: 70px;
  }
  .index-tap .film-box .hover-film-tit:before {
    width: 4px;
    border-radius: 2px;
  }
  .index-tap .film-box .hover-film-tit.align-r {
    left: 500px;
  }
  .index-tap .film-box .hover-film-tit.align-r:before {
    left: auto;
    right: 0;
  }
  .index-tap .film-box .hover-film-tit.align-m {
    left: 384px;
  }
  .index-tap .film-box .hover-film-tit.align-m-l {
    left: 394px;
  }
  .index-tap .film-box .hover-film-tit.align-m-r {
    left: 550px;
    text-align: right;
    padding: 0 7px 0 0;
  }
  .index-tap .film-box .hover-film-tit.align-m-r:before {
    left: auto;
    right: 0;
  }
  .index-tap .film-box .hover-film-tit.align-r {
    left: 870px;
    text-align: right;
    padding: 0 7px 0 0;
  }
  .index-tap .film-box .hover-film-tit.align-r:before {
    left: auto;
    right: 0;
  }
  .index-tap .film-box .hover-film-des {
    top: 520px;
    left: 70px;
  }
  .index-tap .film-box .hover-film-des:before {
    width: 4px;
    height: 18px;
    border-radius: 2px;
  }
  .index-tap .film-box .hover-film-des.align-r {
    left: 500px;
  }
  .index-tap .film-box .hover-film-des.align-r:before {
    left: auto;
    right: 0;
  }
  .index-tap .film-box .hover-film-des.align-m {
    left: 384px;
  }
  .index-tap .film-box .hover-film-des.align-m-l {
    left: 394px;
  }
  .index-tap .film-box .hover-film-des.align-m-r {
    left: 550px;
    text-align: right;
    padding: 0 7px 0 0;
  }
  .index-tap .film-box .hover-film-des.align-m-r:before {
    left: auto;
    right: 0;
  }
  .index-tap .film-box .hover-film-des.align-r {
    left: 870px;
    text-align: right;
    padding: 0 7px 0 0;
  }
  .index-tap .film-box .hover-film-des.align-r:before {
    left: auto;
    right: 0;
  }
  .index-tap .film-box .film-list {
    width: 1280px;
    height: 443px;
    top: 70px;
    left: 50%;
    margin-left: -640px;
  }
  .index-tap .film-box .film-list:before {
    height: 9px;
  }
  .index-tap .film-box .film-list:after {
    height: 9px;
  }
  .index-tap .film-box .film-list .film-pos {
    position: absolute;
    width: 100rem;
    height: 425px;
    top: 9px;
    left: 0;
  }
  .index-tap .film-box .film-list .film-pos .img-b {
    float: left;
    width: 300px;
    height: 425px;
    margin: 0 10px;
  }
  .index-tap .film-box .film-list .film-pos .img-b img {
    width: 300px;
    height: auto;
  }
  .index-tap .taps {
    height: 146px;
  }
  .index-tap .taps a:nth-child(1) {
    position: absolute;
    width: 242px;
    height: 102px;
    top: -72px;
    left: 140px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  .index-tap .taps a:nth-child(2) {
    position: absolute;
    width: 239px;
    height: 98px;
    top: -71px;
    left: 50%;
    margin-left: -118px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  .index-tap .taps a:nth-child(3) {
    position: absolute;
    width: 286px;
    height: 111px;
    top: -70px;
    right: 140px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  .index-tap .tap-box {
    width: 1500px;
    height: 800px;
  }
  .index-tap .tap-box .prev {
    width: 50px;
    left: 30px;
  }
  .index-tap .tap-box .prev:after {
    width: 43px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
  }
  .index-tap .tap-box .next {
    width: 50px;
    right: 30px;
  }
  .index-tap .tap-box .next:after {
    width: 43px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
  }
  .index-tap .tap-box .pic-slide {
    width: 1300px;
    height: 800px;
    top: 0;
    left: 100px;
  }
  .index-tap .tap-box .pic-slide .txt {
    display: none;
    width: 400px;
    height: 121px;
    overflow: hidden;
    margin-top: -1px;
    padding-top: 10px;
  }
  .index-tap .tap-box .pic-slide .txt p {
    width: 95%;
    font-size: 16px;
    max-height: 44px;
    line-height: 22px;
  }
  .index-tap .tap-box .pic-slide .pic img {
    display: block;
    width: 100%;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.75);
  }
  .index-tap .tap-box .pic-slide .pos1 {
    width: 320px;
    height: auto;
    top: 140px;
    left: 0;
    z-index: 1;
  }
  .index-tap .tap-box .pic-slide .pos2 {
    width: 360px;
    height: auto;
    top: 110px;
    left: 200px;
    z-index: 2;
  }
  .index-tap .tap-box .pic-slide .pos3 {
    width: 400px;
    height: auto;
    top: 70px;
    left: 450px;
    z-index: 3;
  }
  .index-tap .tap-box .pic-slide .pos3 .txt {
    display: block;
  }
  .index-tap .tap-box .pic-slide .pos3 img {
    box-shadow: 0 0 10px #fff6ca;
  }
  .index-tap .tap-box .pic-slide .pos4 {
    width: 360px;
    height: auto;
    top: 110px;
    left: 720px;
    z-index: 2;
  }
  .index-tap .tap-box .pic-slide .pos5 {
    width: 320px;
    height: auto;
    top: 140px;
    left: 980px;
    z-index: 1;
  }
  .index-tap .btm {
    position: absolute;
    width: 920px;
    height: auto;
    bottom: -15px;
    padding: 0 20px;
    left: 50%;
    margin-left: -460px;
    background: #56493d;
  }
  .index-tap .btm img {
    display: block;
    width: 880px;
    height: auto;
  }
}
.openseadragon-container div div div div:last-child {
  background: #000;
  display: none !important;
}
.film-maker-main {
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0 0 0;
  position: relative;
  background: #ebe6e0;
}
@media (min-width: 768px) {
  .film-maker-main {
    padding: 50px 0 0 0;
  }
}
.film-maker-main .f-m-info {
  width: 7.2rem;
  height: 2.79rem;
  margin: 0.2rem auto;
}
.film-maker-main .f-m-info .b-tit {
  position: absolute;
  width: 5rem;
  height: 0.35rem;
  background: #6d564a;
  padding: 0 0 0 0.1rem;
  line-height: 0.35rem;
  right: 0;
  top: 0;
  color: #fff;
}
.film-maker-main .f-m-info .b-tit img {
  display: none;
}
.film-maker-main .f-m-info .b-tit b {
  font-family: FZXKJW;
  font-size: 0.3rem;
  color: #eddb83;
}
.film-maker-main .f-m-info .des {
  width: 5rem;
  height: 2.79rem;
  font-size: 0.2rem;
  line-height: 1.4;
  float: right;
  position: relative;
  color: #43382a;
  padding:.4rem 0 .2rem 0;
}
.film-maker-main .f-m-info .des .scl {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.film-maker-main .f-m-info .pc {
  width: 2rem;
  height: 2.79rem;
  float: left;
  overflow: hidden;
  background: #fff;
  outline: 1px solid #c2ad91;
  position: relative;
}
.film-maker-main .f-m-info .pc:after {
  box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.28);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.film-maker-main .f-m-info .pc img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .film-maker-main .f-m-info {
    width: 760px;
    height: 350px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .film-maker-main .f-m-info .b-tit {
    position: absolute;
    width: 490px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    padding: 0 0 0 5px;
  }
  .film-maker-main .f-m-info .b-tit img {
    display: block;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 200px;
    height: auto;
  }
  .film-maker-main .f-m-info .b-tit b {
    font-size: 36px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
  }
  .film-maker-main .f-m-info .des {
    width: 490px;
    height: 350px;
    font-size: 16px;
    position: relative;
    padding:60px 0 20px 0;
  }
  .film-maker-main .f-m-info .des .scl {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .film-maker-main .f-m-info .des .scl::-webkit-scrollbar {
    width: 6px;
    background: rgba(255, 255, 255, 0.3);
  }
  .film-maker-main .f-m-info .des .scl::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .film-maker-main .f-m-info .des .scl::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #6d564a;
  }
  .film-maker-main .f-m-info .pc {
    width: 250px;
    height: 350px;
  }
  .film-maker-main .f-m-info .pc:after {
    box-shadow: inset 0 9px 7px rgba(0, 0, 0, 0.28);
  }
  .film-maker-main .f-m-info .pc img {
    display: block;
    width: 250px;
    height: 350px;
  }
}
@media (min-width: 900px) {
  .film-maker-main .f-m-info {
    width: 850px;
    height: 420px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .film-maker-main .f-m-info .b-tit {
    position: absolute;
    width: 530px;
    font-size: 18px;
  }
  .film-maker-main .f-m-info .b-tit img {
    width: 251px;
    top: -42px;
    right: 10px;
  }
  .film-maker-main .f-m-info .b-tit b {
    font-size: 40px;
  }
  .film-maker-main .f-m-info .des {
    width: 530px;
    height: 420px;
    font-size: 16px;
    line-height: 1.6;
    padding: 60px 0 20px 0;
  }
  .film-maker-main .f-m-info .des .scl {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .film-maker-main .f-m-info .pc {
    width: 300px;
    height: 420px;
  }
  .film-maker-main .f-m-info .pc img {
    display: block;
    width: 300px;
    height: 420px;
  }
}
@media (min-width: 1000px) {
  .film-maker-main .f-m-info {
    width: 950px;
    height: 420px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .film-maker-main .f-m-info .b-tit {
    width: 630px;
  }
  .film-maker-main .f-m-info .des {
    width: 630px;
  }
}
@media (min-width: 1100px) {
  .film-maker-main .f-m-info {
    width: 1050px;
    height: 420px;
    margin: 0 auto;
    margin-top: 60px;
  }
  .film-maker-main .f-m-info .b-tit {
    width: 730px;
  }
  .film-maker-main .f-m-info .des {
    width: 730px;
  }
}
@media (min-width: 1240px) {
  .film-maker-main .f-m-info {
    width: 1200px;
    height: 490px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .film-maker-main .f-m-info .pc {
    width: 350px;
    height: 490px;
    outline: 2px solid #c2ad91;
  }
  .film-maker-main .f-m-info .pc img {
    display: block;
    width: 350px;
    height: 490px;
  }
  .film-maker-main .f-m-info .b-tit {
    width: 836px;
  }
  .film-maker-main .f-m-info .b-tit img {
    right: 30px;
  }
  .film-maker-main .f-m-info .des {
    width: 836px;
    height: 490px;
    padding: 60px 20px 20px 20px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.film-maker-main .top-hr {
  position: absolute;
  width: 7.2rem;
  left: 0.15rem;
  height: 0.3rem;
  top: 0.2rem;
}
.film-maker-main .top-hr .l1 {
  position: absolute;
  width: 1.8rem;
  height: 1px;
  background: #af9e8d;
  top: 0.1rem;
  left: 0;
}
.film-maker-main .top-hr .l2 {
  position: absolute;
  width: 0.8rem;
  height: 1px;
  background: #af9e8d;
  top: 0.1rem;
  right: 0;
}
.film-maker-main .top-hr img {
  position: absolute;
  width: 4.4rem;
  height: 0.185rem;
  top: 0;
  left: 1.9rem;
}
@media (min-width: 768px) {
  .film-maker-main .top-hr {
    width: 96%;
    left: 2%;
    height: 40px;
    top: 10px;
  }
  .film-maker-main .top-hr .l1 {
    width: 35%;
    top: 10px;
  }
  .film-maker-main .top-hr .l2 {
    width: 15%;
    top: 10px;
  }
  .film-maker-main .top-hr img {
    width: 45%;
    height: auto;
    left: 37%;
  }
}
@media (min-width: 1200px) {
  .film-maker-main .top-hr .l1 {
    width: 43%;
    top: 10px;
  }
  .film-maker-main .top-hr .l2 {
    width: 23%;
    top: 10px;
  }
  .film-maker-main .top-hr img {
    width: 30%;
    height: auto;
    left: 45%;
  }
}
.film-maker-main .xg-films {
  position: relative;
  width: 7.2rem;
  height: 4.5rem;
  margin: 0 auto;
  padding: 0 0 0 2.2rem;
}
.film-maker-main .xg-films .p-icon {
  display: none !important;
}
.film-maker-main .xg-films .photo-swp {
  position: absolute;
  width: 7.2rem;
  height: .89rem;
  left: 0;
  bottom: 0;
  background: #867368;
  overflow: hidden;
  -webkit-transform: translate(15.5%, 16%) scale(.668);;
  -moz-transform: translate(15.5%, 16%) scale(.668);;
  -ms-transform: translate(15.5%, 16%) scale(.668);;
  -o-transform: translate(15.5%, 16%) scale(.668);;
  transform: translate(15.5%, 16%) scale(.668);;
}
.film-maker-main .xg-films .photo-swp .ph-pos {
  position: absolute;
  bottom: 0;
  height: 0.89rem;
  width: 15rem;
  left: 0;
  z-index: 1;
}
.film-maker-main .xg-films .photo-swp .ph-pos img {
  display: block;
  float: left;
  width: 1.44rem;
  height: 0.89rem;
}
.film-maker-main .xg-films .photo-swp .ph-pos-prev,
.film-maker-main .xg-films .photo-swp .ph-pos-next {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  margin-top: -.25rem;
  background: rgba(68, 51, 42, 0.75);
  z-index: 2;
}
.film-maker-main .xg-films .photo-swp .ph-pos-prev img,
.film-maker-main .xg-films .photo-swp .ph-pos-next img {
  position: absolute;
  width: 0.215rem;
  height: 0.4rem;
  top: 50%;
  left: 50%;
  margin: -0.2rem 0 0 -0.1075rem;
}
.film-maker-main .xg-films .photo-swp .ph-pos-prev {
  left: 0;
}
.film-maker-main .xg-films .photo-swp .ph-pos-next {
  right: 0;
}
.film-maker-main .xg-films .photo-swp span {
  position: absolute;
  width: 2rem;
  height: auto;
  line-height: 1;
  color: #fff;
  right: 0.1rem;
  top: 0.1rem;
  font-size: 0.2rem;
  text-align: right;
}
.film-maker-main .xg-films .prv-pic {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border: 1px solid #c2ad91;
  padding-bottom: .53rem;
}
.film-maker-main .xg-films .prv-pic .im-b {
  width: 97%;
  height: 96%;
  margin: 2% 1.5%;
  position: relative;
  overflow: hidden;
}
.film-maker-main .xg-films .prv-pic .im-b img {
  display: block;
  width: auto;
  height: 100%;
}
.film-maker-main .xg-films .prv-pic .im-b .tx {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  left: 0;
  bottom: 0;
  z-index: 2;
  line-height: 0.3rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.film-maker-main .xg-films .fl-lt {
  position: absolute;
  width: 2rem;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 0 .2rem 0;
  background: #fff;
}
.film-maker-main .xg-films .fl-lt:after{
  content: "";
  position: absolute;
  width: 100%;
  height: .2rem;
  background: #89776d;
  bottom: 0;
  left: 0;
}
.film-maker-main .xg-films .fl-lt .fa {
  margin-top: 0.1rem;
  height: 3.3rem;
  overflow: auto;
  padding: 0 .1rem;
}
.film-maker-main .xg-films .fl-lt .fa p {
  margin: 0;
  font-size: 0.16rem;
  line-height: 1.5;
  color: #999;
}
.film-maker-main .xg-films .fl-lt .fa p span {
  color: #3e3e3e;
}
.film-maker-main .xg-films .fl-lt .fa a {
  display: block;
  color: #003092;
  text-decoration: underline;
  font-size: 0.16rem;
  line-height: 1.5;
}
.film-maker-main .xg-films .fl-lt .fa .if{
  font-size: 0.16rem;
  margin: 0;
  line-height: 24px;
}
.film-maker-main .xg-films .fl-lt .ft2 {
  width: 100%;
  line-height: 0.35rem;
  background: #6d564a;
  color: #fff;
  font-size: 0.18rem;
  padding: 0.05rem 0.1rem;
}
.film-maker-main .xg-films .fl-lt .ft {
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
  background: #6d564a;
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0 0 0.1rem;
}
@media (min-width: 768px) {
  .film-maker-main .xg-films {
    width: 760px;
    height: 490px;
    margin: 20px auto;
    padding: 0 0 0 270px;
  }
  .film-maker-main .xg-films .p-icon {
    display: block;
    position: absolute;
    width: 200px;
    height: auto;
    left: 10px;
    top: 330px;
    z-index: 2;
  }
  .film-maker-main .xg-films .photo-swp {
    width: 760px;
    height: 93px;
    bottom: 1.8%;
    -webkit-transform: translate(17.75%, 17.75%) scale(.621);
    -moz-transform: translate(17.75%, 17.75%) scale(.621);
    -ms-transform: translate(17.75%, 17.75%) scale(.621);
    -o-transform: translate(17.75%, 17.75%) scale(.621);
    transform: translate(17.75%, 17.75%) scale(.621);
  }
  .film-maker-main .xg-films .photo-swp .ph-pos {
    position: absolute;
    bottom: 0;
    height: 93px;
    width: 2000px;
    left: 0;
    z-index: 1;
  }
  .film-maker-main .xg-films .photo-swp .ph-pos img {
    display: block;
    float: left;
    width: 152px;
    height: 93px;
  }
  .film-maker-main .xg-films .photo-swp .ph-pos-prev,
  .film-maker-main .xg-films .photo-swp .ph-pos-next {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
  .film-maker-main .xg-films .photo-swp .ph-pos-prev img,
  .film-maker-main .xg-films .photo-swp .ph-pos-next img {
    width: 16px;
    height: 30px;
    margin: -15px 0 0 -8px;
  }
  .film-maker-main .xg-films .photo-swp .ph-pos-prev {
    left: 0;
  }
  .film-maker-main .xg-films .photo-swp .ph-pos-next {
    right: 0;
  }
  .film-maker-main .xg-films .photo-swp span {
    width: 200px;
    line-height: 1;
    right: 10px;
    top: 10px;
    font-size: 16px;
  }
  .film-maker-main .xg-films .prv-pic {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    border: 1px solid #c2ad91;
    padding-bottom: 58px;
  }
  .film-maker-main .xg-films .prv-pic .im-b {
    width: 97%;
    height: 96%;
    margin: 0;
    top: 2%;
    left: 1.5%;
    overflow: hidden;
  }
  .film-maker-main .xg-films .prv-pic .im-b .tx {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .film-maker-main .xg-films .fl-lt {
    position: absolute;
    width: 250px;
    padding-bottom: 15px;
  }
  .film-maker-main .xg-films .fl-lt:after{
    height: 15px;
  }
  .film-maker-main .xg-films .fl-lt .fa {
    margin-top: 10px;
    height: 415px;
    overflow: auto;
  }
  .film-maker-main .xg-films .fl-lt .fa .if{
    font-size: 16px;
    color: #2a2218;
  }
  .film-maker-main .xg-films .fl-lt .fa::-webkit-scrollbar {
    width: 6px;
    background: rgba(255, 255, 255, 0.3);
  }
  .film-maker-main .xg-films .fl-lt .fa::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .film-maker-main .xg-films .fl-lt .fa::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #6d564a;
  }
  .film-maker-main .xg-films .fl-lt .fa a {
    font-size: 16px;
  }
  .film-maker-main .xg-films .fl-lt .fa p {
    font-size: 16px;
    line-height: 2.5;
  }
  .film-maker-main .xg-films .fl-lt .ft {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    padding: 0 0 0 10px;
  }
  .film-maker-main .xg-films .fl-lt .ft2 {
    width: 100%;
    line-height: 32px;
    font-size: 20px;
    padding: 6px 10px;
  }
}
@media (min-width: 900px) {
  .film-maker-main .xg-films {
    width: 850px;
    height: 510px;
    padding: 0 0 0 320px;
  }
  .film-maker-main .xg-films .p-icon {
    display: block;
    position: absolute;
    width: 200px;
    height: auto;
    left: 10px;
    top: 330px;
    z-index: 2;
  }
  .film-maker-main .xg-films .photo-swp {
    width: 850px;
    height: 104px;
    -webkit-transform: translate(18.825%, 18.825%) scale(.602);
    -moz-transform: translate(18.825%, 18.825%) scale(.602);
    -ms-transform: translate(18.825%, 18.825%) scale(.602);
    -o-transform: translate(18.825%, 18.825%) scale(.602);
    transform: translate(18.825%, 18.825%) scale(.602);
  }
  .film-maker-main .xg-films .photo-swp .ph-pos {
    position: absolute;
    bottom: 0;
    height: 104px;
    width: 2000px;
    left: 0;
    z-index: 1;
  }
  .film-maker-main .xg-films .photo-swp .ph-pos img {
    display: block;
    float: left;
    width: 170px;
    height: 104px;
  }
  .film-maker-main .xg-films .photo-swp span {
    top: 5px;
    font-size: 18px;
  }
  .film-maker-main .xg-films .prv-pic {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    border: 1px solid #c2ad91;
    padding-bottom: 63px;
  }
  .film-maker-main .xg-films .prv-pic .im-b img {
    display: block;
    width: 100%;
    height: auto;
  }
  .film-maker-main .xg-films .prv-pic .im-b .tx {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .film-maker-main .xg-films .fl-lt {
    position: absolute;
    width: 300px;
  }
  .film-maker-main .xg-films .fl-lt .fa {
    margin-top: 10px;
    height: 440px;
    overflow: auto;
  }
  .film-maker-main .xg-films .fl-lt .fa a {
    font-size: 16px;
    /* margin-bottom: 5px; */
    line-height: 1.6;
  }
/*   .film-maker-main .xg-films .fl-lt .fa .if{
    margin-bottom: 10px;
  } */
  .film-maker-main .xg-films .fl-lt .fa p {
    font-size: 16px;
  }
  .film-maker-main .xg-films .fl-lt .ft {
    font-size: 18px;
  }
  .film-maker-main .xg-films .fl-lt .ft2 {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .film-maker-main .xg-films {
    width: 950px;
    height: 530px;
    padding: 0 0 0 320px;
  }
  .film-maker-main .xg-films .fl-lt .fa {
    margin-top: 10px;
    height: 460px;
    overflow: auto;
  }
  .film-maker-main .xg-films .p-icon {
    width: 220px;
    height: auto;
    left: 10px;
    top: 340px;
    z-index: 2;
  }
  .film-maker-main .xg-films .photo-swp {
    width: 950px;
    height: 117px;
    -webkit-transform: translate(16.85%,16.85%) scale(0.64);
    -moz-transform: translate(16.85%,16.85%) scale(0.64);
    -ms-transform: translate(16.85%,16.85%) scale(0.64);
    -o-transform: translate(16.85%,16.85%) scale(0.64);
    transform: translate(16.85%,16.85%) scale(0.64);
  }
  .film-maker-main .xg-films .photo-swp .ph-pos {
    height: 117px;
  }
  .film-maker-main .xg-films .photo-swp .ph-pos img {
    display: block;
    float: left;
    width: 190px;
    height: 117px;
  }
  .film-maker-main .xg-films .photo-swp span {
    top: 5px;
    font-size: 20px;
  }
}
@media (min-width: 1000px){
  .film-maker-main .xg-films .prv-pic{
    padding-bottom: 76px;
  }
}
@media (min-width: 1100px) {
  .film-maker-main .xg-films {
    width: 1050px;
    height: 560px;
    padding: 0 0 0 320px;
  }
  .film-maker-main .xg-films .prv-pic{
    padding-bottom: 88px;
  }
  .film-maker-main .xg-films .fl-lt .fa {
    height: 490px;
  }
  .film-maker-main .xg-films .p-icon {
    width: 220px;
    height: auto;
    left: 10px;
    top: 360px;
    z-index: 2;
  }
  .film-maker-main .xg-films .photo-swp {
    width: 1050px;
    height: 129px;
    -webkit-transform: translate(15.25%,15.25%) scale(.671);
    -moz-transform: translate(15.25%,15.25%) scale(.671);
    -ms-transform: translate(15.25%,15.25%) scale(.671);
    -o-transform: translate(15.25%,15.25%) scale(.671);
    transform: translate(15.25%,15.25%) scale(.671);
  }
  .film-maker-main .xg-films .photo-swp .ph-pos {
    height: 129px;
  }
  .film-maker-main .xg-films .photo-swp .ph-pos img {
    display: block;
    float: left;
    width: 210px;
    height: 129px;
  }
  .film-maker-main .xg-films .photo-swp span {
    top: 5px;
  }
}
@media (min-width: 1240px) {
  .film-maker-main .xg-films {
    width: 1200px;
    height: 650px;
    padding: 0 0 0 370px;
  }
  .film-maker-main .xg-films .prv-pic {
    padding-bottom: 101px;
  }
  .film-maker-main .xg-films .p-icon {
    width: 250px;
    height: auto;
    left: 10px;
    top: 420px;
    z-index: 2;
  }
  .film-maker-main .xg-films .fl-lt {
    width: 350px;
  }
  .film-maker-main .xg-films .fl-lt .fa {
    height: 580px;
  }
  .film-maker-main .xg-films .photo-swp {
    width: 1200px;
    height: 148px;
    -webkit-transform: translate(15.4%,15.4%) scale(.67);
    -moz-transform: translate(15.4%,15.4%) scale(.67);
    -ms-transform: translate(15.4%,15.4%) scale(.67);
    -o-transform: translate(15.4%,15.4%) scale(.67);
    transform: translate(15.4%,15.4%) scale(.67);
  }
  .film-maker-main .xg-films .photo-swp .ph-pos-prev,
  .film-maker-main .xg-films .photo-swp .ph-pos-next {
    top: 85px;
  }
  .film-maker-main .xg-films .photo-swp .ph-pos {
    width: 3000px;
    height: 148px;
  }
  .film-maker-main .xg-films .photo-swp .ph-pos img {
    display: block;
    float: left;
    width: 240px;
    height: 148px;
  }
  .film-maker-main .xg-films .photo-swp span {
    top: 7px;
  }
}
.film-maker-main .xg-periodicals {
  position: relative;
  width: 7.2rem;
  height: auto;
  margin: 0.2rem auto;
}
.film-maker-main .xg-periodicals .md-t {
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
  background: #6d564a;
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0 0 0.1rem;
  position: relative;
  margin-bottom: 0.1rem;
}
.film-maker-main .xg-periodicals .md-t img {
  display: none;
}
.film-maker-main .xg-periodicals .periodicals-list .periodicals-cell {
  width: 49%;
  float: left;
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.film-maker-main .xg-periodicals .periodicals-list .periodicals-cell a.lk {
  display: inline-block;
  width: 0.22rem;
  height: 0.24rem;
  background-size: 100% 100%;
  background-image: url("../img/icons/book.jpg");
  vertical-align: top;
  margin-left: 0.1rem;
}
.film-maker-main .xg-periodicals .periodicals-list .periodicals-cell a.des {
  display: inline-block;
  width: 0.2rem;
  height: 0.26rem;
  background-size: 100% 100%;
  background-image: url("../img/icons/txt.png");
  vertical-align: top;
  margin-left: 0.1rem;
}
.film-maker-main .xg-periodicals .periodicals-list .periodicals-cell:nth-child(2n) {
  float: right;
}
@media (min-width: 768px) {
  .film-maker-main .xg-periodicals {
    width: 98%;
    max-width: 1200px;
    margin: 20px auto;
  }
  .film-maker-main .xg-periodicals .md-t {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
    margin-top: 66px;
  }
  .film-maker-main .xg-periodicals .md-t img {
    position: absolute;
    display: block;
    top: -45px;
    right: 30px;
  }
  .film-maker-main .xg-periodicals .periodicals-list{
    padding: 0 1.5%;
  }
  .film-maker-main .xg-periodicals .periodicals-list .periodicals-cell {
    width: 49%;
    float: left;
    font-size: 16px;
    line-height: 40px;
  }
  .film-maker-main .xg-periodicals .periodicals-list .periodicals-cell a.lk {
    width: 22px;
    height: 24px;
    vertical-align: -2px;
    margin-left: 4px;
  }
  .film-maker-main .xg-periodicals .periodicals-list .periodicals-cell a.des {
    width: 20px;
    height: 26px;
    vertical-align: -2px;
    margin-left: 4px;
  }
  .film-maker-main .xg-periodicals .periodicals-list .periodicals-cell:nth-child(2n) {
    float: right;
  }
}
.film-maker-main .xg-medias {
  position: relative;
  width: 7.2rem;
  height: auto;
  margin: 0.2rem auto;
}
.film-maker-main .xg-medias .md-t {
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
  background: #6d564a;
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0 0 0.1rem;
  position: relative;
  margin-bottom: 0.1rem;
}
.film-maker-main .xg-medias .md-t img {
  display: none;
}
.film-maker-main .xg-medias .xg-medias-m {
  width: 100%;
  height: 2rem;
}
.film-maker-main .xg-medias .xg-medias-m .media-box {
  border: 1px solid #c2ad91;
  width: 48%;
  height: 2rem;
  float: left;
  background-size: cover;
  background-image: url("../img/vdbg.jpg");
}
.film-maker-main .xg-medias .xg-medias-m .media-box video {
  display: none;
  width: 100%;
  height: 2rem;
}
.film-maker-main .xg-medias .xg-medias-m .m-list {
  width: 49%;
  height: 2rem;
  float: right;
}
.film-maker-main .xg-medias .xg-medias-m .m-list .ad-list {
  width: 100%;
  height: 0.6rem;
  overflow: auto;
  margin-top: 0.2rem;
}
.film-maker-main .xg-medias .xg-medias-m .m-list .ad-list a {
  display: inline-block;
  /* width: 30%; */
  height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.34rem;
  vertical-align: top;
  color: #003092;
  font-size: 0.16rem;
}
.film-maker-main .xg-medias .xg-medias-m .m-list .ad-list a:hover,
.film-maker-main .xg-medias .xg-medias-m .m-list .ad-list a.cur {
  font-weight: bold;
}
.film-maker-main .xg-medias .xg-medias-m .m-list .vd-list {
  width: 100%;
  height: 1.2rem;
  overflow: auto;
}
.film-maker-main .xg-medias .xg-medias-m .m-list .vd-list a {
  position: relative;
  display: block;
  width: 100%;
  height: 0.34rem;
  font-size: 0.16rem;
  line-height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 0 0.24rem;
  color: #3d352b;
}
.film-maker-main .xg-medias .xg-medias-m .m-list .vd-list a:hover,
.film-maker-main .xg-medias .xg-medias-m .m-list .vd-list a.cur {
  font-weight: bold;
}
.film-maker-main .xg-medias .xg-medias-m .m-list .vd-list a:after {
  content: "";
  position: absolute;
  width: 0.16rem;
  height: 0.18rem;
  top: 0.08rem;
  left: 0;
  background-size: 100% 100%;
  background-image: url("../img/icons/vd.png");
}
/* 音频图标样式 */
.film-maker-main .xg-medias .xg-medias-m .m-list .ad-list a{
	position: relative;
	padding-left: 0.16rem;
}
.film-maker-main .xg-medias .xg-medias-m .m-list .ad-list a:before{
	content: "";
	position: absolute;
	width: 0.16rem;
	height: 0.18rem;
	left: 0;
	top: 0.05rem;
	background-size: 100% 100%;
	background-image: url("../img/icons/audio2.png");
}

@media (min-width: 768px) {
  	/* 音频图标样式 */
	.film-maker-main .xg-medias .xg-medias-m .m-list .ad-list a{
		position: relative;
		padding-left: 24px;
	}
	.film-maker-main .xg-medias .xg-medias-m .m-list .ad-list a:before{
		width: 26px;
		height: 30px;
		top: 0;
	}
  
  .film-maker-main .xg-medias {
    width: 98%;
    max-width: 1200px;
    margin: 20px auto;
  }
  .film-maker-main .xg-medias .md-t {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
    margin-top: 66px;
  }
  .film-maker-main .xg-medias .md-t img {
    position: absolute;
    display: block;
    top: -45px;
    right: 30px;
  }
  .film-maker-main .xg-medias .xg-medias-m {
    height: 390px;
  }
  .film-maker-main .xg-medias .xg-medias-m .media-box {
    height: 390px;
  }
  .film-maker-main .xg-medias .xg-medias-m .media-box video {
    height: 390px;
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list {
    width: 50%;
    height: 390px;
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .ad-list {
    width: 100%;
    height: 60px;
    overflow: auto;
    margin-top: 20px;
    padding: 0 0 0 20px;
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .ad-list::-webkit-scrollbar {
    width: 6px;
    background: rgba(255, 255, 255, 0.3);
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .ad-list::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .ad-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #6d564a;
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .ad-list a {
    /* width: 19%; */
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .vd-list {
    width: 100%;
    height: 300px;
    overflow: auto;
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .vd-list::-webkit-scrollbar {
    width: 6px;
    background: rgba(255, 255, 255, 0.3);
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .vd-list::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .vd-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #6d564a;
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .vd-list a {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 0 0 20px;
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .vd-list a:hover,
  .film-maker-main .xg-medias .xg-medias-m .m-list .vd-list a.cur {
    font-weight: bold;
  }
  .film-maker-main .xg-medias .xg-medias-m .m-list .vd-list a:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 18px;
    top: 6px;
  }
}
.basic-tk {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.basic-tk a.cls-tk {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
  background-size: 100% 100%;
  background-image: url("../img/icons/cls2.png");
}
.basic-tk .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.basic-tk .tk-main {
  position: absolute;
  width: 80%;
  height: auto;
  max-width: 1100px;
  min-height: 200px;
  max-height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  padding: 0 0 20px 0;
  background: #ebe6e0;
  border-radius: 10px;
  overflow: auto;
}
.basic-tk .tk-main .tit {
  padding: 15px 5%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.basic-tk .tk-main .txt {
  font-size: 14px;
  line-height: 1.7;
  padding: 0 5%;
  margin-top: 10px;
}
.audio-tk {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.audio-tk .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.audio-tk audio {
  position: absolute;
  width: 80%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .top-nav {
    width: 760px;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  .top-nav {
    width: 850px;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .top-nav {
    width: 950px;
    margin: 0 auto;
  }
}
@media (min-width: 1100px) {
  .top-nav {
    width: 1050px;
    margin: 0 auto;
  }
}
@media (min-width: 1240px) {
  .top-nav {
    width: 1200px;
    margin: 0 auto;
  }
}
