/* 页面通用内容 */
/* 位置 */
.typostion {
    line-height: 70px;
    font-size: 14px;
  }
  /* 标题 */
  .ty-title {
    width: 100%;
    line-height: 27px;
    text-align: center;
  }
  .ty-title-box {
    width: 195px;
  }
  
  .ty-title-box a {
    display: block;
    color: #fff;
    font-size: 16px;
    background: url(ty-title-bgc1.jpg) 100% 100% no-repeat;
    background-size: 195px;
    transition: 0.3s all linear;
  }
  .ty-title-box:hover a {
    background: url(ty-title-bgc2.jpg) 100% 100% no-repeat;
    background-size: 195px;
  }



  .tylunbo {
    height: 120px;
    margin: 20px auto;
}

.tylunbo .tylunbo-slideshow {
    position: relative;
    height: 124px;
}

.tylunbo .tylunbo-slideshow .left-btn, .tylunbo .tylunbo-slideshow .right-btn {
    height: 118px;
    width: 44px;
    padding: 26px 6px;
    box-sizing: border-box;
    cursor: pointer;
}

.tylunbo .tylunbo-slideshow .left-btn {
    position: absolute;
    left: 0px;
    background: white;
    z-index: 99;
}

.tylunbo .tylunbo-slideshow .right-btn {
    position: absolute;
    right: 0;
    background: white;
    z-index: 99;
}

.tylunbo .banner-box {
    position: absolute;
    left: 46px;
}

.tylunbo .tylunbo-slideshow ul {
    overflow: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    font-size: 0;
}

.tylunbo .tylunbo-slideshow ul li {
    display: inline-block;
    list-style: none;
    margin: 15px 0;
    margin-left: 10px;
    width: 263px;
}

.tylunbo .tylunbo-slideshow ul li img {
    width: 100%;
    transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    /* Firefox 4 */
}

.tylunbo .tylunbo-slideshow ul li img {
    width: 263px;
    height: 90px;
    margin-right: 20px;
    max-width: 300px;
    max-height: 90px;
}
  @media screen and (max-width: 1200px) {
    .common-box {
      width: calc(100% - .6rem);
    }
      /* 页面通用内容 */
      /* 当前位置 */
      .typostion {
        line-height: 0.6rem;
        font-size: 0.22rem;
        padding-left: 0.14rem;
      }
  /* 标题 */
  .ty-title {
    width: 100%;
    text-align: center;
  }
  .ty-title-box {
    width: 45%;
    line-height: 0.5rem;
  }
  .ty-title-box a {
    display: block;
    color: #fff;
    font-size: 0.24rem;
    background: url(ty-title-bgc1.jpg) 100% 100% no-repeat;
    background-size: 100%  100%;
    transition: 0.3s all linear;
  }
  .ty-title-box:hover a {
    background: url(ty-title-bgc2.jpg) 100% 100% no-repeat;
    background-size: 100%  100%;
  }

  .tylunbo {
    height: 1.2rem;
    margin: 0.2rem auto;
}
.tylunbo .tylunbo-slideshow {
    position: relative;
    /* height: 2.4rem; */
}
.tylunbo .tylunbo-slideshow .left-btn, .tylunbo .tylunbo-slideshow .right-btn {
    height: 1rem;
    width: 0.44rem;
    padding: 12%  0.05%;
    box-sizing: border-box;
    cursor: pointer;
}
.tylunbo .tylunbo-slideshow .left-btn {
    position: absolute;
    left: 0px;
    background: transparent;
    z-index: 99;
    width: 0.2rem;
    height: 0.2rem;
    top: -0.45rem;
}
.tylunbo .tylunbo-slideshow .left-btn img {
    width: 0.2rem;
    height: 0.6rem;
}
.tylunbo .tylunbo-slideshow .right-btn {
    position: absolute;
    right: 1%;
    background: transparent;
    z-index: 99;
    width: 0.2rem;
    height: 0.2rem;
    top: -0.45rem;
}
.tylunbo .tylunbo-slideshow .right-btn img {
    width: 0.2rem;
    height: 0.6rem;
}
.tylunbo .banner-box {
    position: absolute;
    left: 4%;
    width: 96%;
}
.tylunbo .banner-box .tempWrap {
  width: 95% !important;
  overflow: hidden;
}
.tylunbo .tylunbo-slideshow ul {
    overflow: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    font-size: 0;
}
.tylunbo .tylunbo-slideshow ul li {
    display: inline-block;
    list-style: none;
    margin: 0.2rem 0;
    margin-left: 0rem;
    width: 88% ;
}
.tylunbo .tylunbo-slideshow ul li img {
    width: 100%;
    transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    /* Firefox 4 */
}
.tylunbo .tylunbo-slideshow ul li img {
    width: 100%;
    height: 10%;
    margin-right: 0rem;
    max-width: 100%;
}
.tylunbo .tylunbo-slideshow .banner {
    width: 100%;
}
}