body {
  overflow-x: hidden;
  overflow-y: auto;
}
.layout-main {
  margin-top: 0px;
  flex: 1 1 auto;
  background-color: #FFFFFF;
}
.layout-headers {
  position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 6px 0px 0px rgba(3, 37, 32, 0.1);
}
.sy {
  background-color: #FFFFFF;
  padding-bottom: 40px;
  margin-top: 54px;
  /** Carousel **/
  /** Carousel Controls **/
  /** Carousel Pagination **/
}
.sy .jcarousel-wrapper {
  position: relative;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
  font-size: 14px;
}
.sy .jcarousel {
  position: relative;
  overflow: hidden;
}
.sy .jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sy .jcarousel li {
  float: left;
  position: relative;
}
.sy .jcarousel li img {
  width: 100%;
  display: block;
}
.sy .jcarousel li h5 {
  position: absolute;
  bottom: 9%;
  right: 10%;
  padding: 23px 42px;
  width: 532px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
}
.sy .jcarousel-control-prev,
.sy .jcarousel-control-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #444;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
  background: rgba(0, 0, 0, 0.3) url(icon-20.png) no-repeat 50%;
}
.sy .jcarousel-control-prev {
  left: 20px;
}
.sy .jcarousel-control-next {
  right: 20px;
  transform: rotate(180deg);
}
.sy .jcarousel-control-prev:hover,
.sy .jcarousel-control-next:hover {
  cursor: pointer;
}
.sy .jcarousel-control-prev:hover span,
.sy .jcarousel-control-next:hover span {
  display: block;
}
.sy .jcarousel-control-prev.inactive,
.sy .jcarousel-control-next.inactive {
  opacity: 0.5;
  cursor: default;
}
.sy .jcarousel-pagination {
  position: absolute;
  width: 50%;
  text-align: center;
  bottom: 3%;
  right: 0;
  z-index: 2;
}
.sy .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  min-width: 14px;
  background: rgba(244, 247, 250, 0.4);
  width: 20px;
  height: 8px;
  color: #4E443C;
  border-radius: 4px;
  padding: 3px;
  text-align: center;
  margin-right: 10px;
}
.sy .jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  background: rgba(216, 221, 225, 0.87);
  width: 50px;
  opacity: 1;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
.sy_m {
  position: relative;
  background-color: transparent;
  width: 100%;
}
.sy_m a:hover {
  text-decoration: underline;
}
.sy_m-bg {
  margin: 0 auto;
  width: 1600px;
  z-index: 11;
}
.sy_m-bg-left {
  float: left;
  margin-right: 20px;
}
.sy_m-bg-left-itembg {
  width: 100%;
  margin-bottom: 34px;
  overflow: hidden !important;
}
.sy_m-bg-left-itembg-nav {
  white-space: nowrap;
  border-top: 2px solid rgba(0, 153, 68, 0.2);
  border-bottom: 2px solid transparent;
  height: 56px;
}
.sy_m-bg-left-itembg-nav-left,
.sy_m-bg-left-itembg-nav-right {
  display: inline-block;
  margin-top: -2px;
  width: 160px;
  height: 54px;
  line-height: 54px;
  border-bottom: 2px solid transparent;
  position: relative;
}
.sy_m-bg-left-itembg-nav-left img,
.sy_m-bg-left-itembg-nav-right img {
  position: absolute;
  left: 15px;
  bottom: 10px;
  height: 23px;
}
.sy_m-bg-left-itembg-nav-left span,
.sy_m-bg-left-itembg-nav-right span {
  position: absolute;
  left: 51px;
  font-size: 20px;
  color: #777777;
}
.sy_m-bg-left-itembg-nav-right {
  width: 160px;
}
.sy_m-bg-left-itembg-nav-right span {
  left: 51px;
}
.sy_m-bg-left-itembg-nav-long {
  width: 215px !important;
}
.sy_m-bg-left-itembg-nav-active {
  border-top: 2px solid #009944;
  background-color: rgba(0, 153, 68, 0.08);
}
.sy_m-bg-left-itembg-nav-active span {
  font-weight: bold;
  color: #333333;
}
.sy_m-bg-left-itembg-nav-more {
  float: right;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  font-weight: bold;
}
.sy_m-bg-left-itembg-nav-more a:hover {
  text-decoration: none;
}
.sy_m-bg-left-itembg-nav-mores {
  display: none;
  float: right;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  font-weight: bold;
}
.sy_m-bg-left-itembg-nav-mores a:hover {
  text-decoration: none;
}
.sy_m-bg-left-itembg-nav:hover {
  cursor: pointer;
}
.sy_m-bg-left-itembg-contain-imgbg {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  width: 387px;
  height: 326px;
}
.sy_m-bg-left-itembg-contain-imgbg img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #EEEEEE;
}
.sy_m-bg-left-itembg-contain-imgbg span {
  position: absolute;
  width: 38px;
  height: 20px;
  line-height: 20px;
  background-color: #FF5A3D;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  left: 19px;
  bottom: 46px;
}
.sy_m-bg-left-itembg-contain-imgbg p {
  position: absolute;
  height: 44px;
  line-height: 44px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  text-overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 18px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.sy_m-bg-left-itembg-contain ul {
  padding-top: 18px;
  display: inline-block;
  width: 633px;
  height: 360px;
  overflow: hidden;
}
.sy_m-bg-left-itembg-contain li {
  height: 57px;
  line-height: 57px;
  border-bottom: 1px solid #F1F1F1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sy_m-bg-left-itembg-contain li span {
  padding: 0 12px;
  color: #444444;
  font-size: 16px;
}
.sy_m-bg-left-itembg-contain li img {
  float: left;
  margin-top: 25px;
}
.sy_m-bg-left-itembg-contain li p {
  float: left;
  padding: 0 12px;
  color: #444444;
  font-size: 16px;
  width: calc(100% - 130px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sy_m-bg-left-itembg-contain li .timss {
  float: left;
  padding: 0 0px;
  color: #AAAAAA;
  font-size: 14px;
  width: 115px;
  text-align: right;
}
.sy_m-bg-right {
  width: 520px;
  margin-right: 0;
}
.sy_m .home-bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 584px;
  height: 719px;
  z-index: -1;
  background-color: red;
}
.sy_m .home-bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 584px;
  height: 719px;
  z-index: -1;
  background-color: red;
}
.sy_m-ula {
  height: 352px;
  overflow: hidden;
  margin-top: 10px;
}
.sy_m-ula-topcon {
  margin-top: 26px;
  height: 143px;
  background: rgba(0, 0, 0, 0.03);
}
.sy_m-ula-topcon img {
  float: left;
  width: 110px;
  height: 100%;
  background-color: #e0e0e0;
}
.sy_m-ula-topcon-textbg {
  float: left;
  padding: 0 21px;
  width: calc(100% - 112px);
  height: 100%;
}
.sy_m-ula-topcon-textbg h5 {
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sy_m-ula-topcon-textbg h6 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
}
.sy_m-ula-topcon-textbg h6 p {
  float: left;
  color: #999999;
  width: 50px;
  font-size: 14px;
}
.sy_m-ula .ulconss {
  margin-top: 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #F1F1F1;
  height: 390px;
}
.sy_m-ula .ulconss li {
  height: 56.5px;
}
@media screen and (max-width: 1600px) {
  .sy_m-ula .ulconss {
    margin-top: 8px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #F1F1F1;
  }
  .sy_m-ula .ulconss li {
    height: 45px;
  }
}
.sy_m-ula-ulcon {
  margin-top: 16px;
  border-top: 1px solid #F1F1F1;
  height: 195px;
}
.sy_m-ula-ulcon li {
  float: left;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #F1F1F1;
}
.sy_m-ula-ulcon li p {
  float: left;
  height: 54px;
  line-height: 54px;
  width: 58px;
  color: #ff6a18;
}
.sy_m-ula-ulcon li h4 {
  float: left;
  margin-top: 19px;
  padding-left: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  width: calc(100% - 62px);
  height: 18ppx;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}
.sy_m-ula-ulcon li:hover {
  cursor: pointer;
  text-decoration: underline;
}
.sy_m-ula .spe-img {
  float: left;
  margin-top: 26px;
  width: 70%;
  height: 96px;
  line-height: 96px;
  text-align: center;
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  background-color: #e0e0e0;
}
.sy_m-ula .spe-imgs {
  float: right;
  width: 26%;
  line-height: 22px !important;
}
.sy_m-ula .spe-imgs .spe-imgs-txt {
  line-height: 96px;
}
@media screen and (max-width: 1600px) {
  .sy_m-ula .spe-imgs {
    line-height: 20px !important;
  }
  .sy_m-ula .spe-imgs .spe-imgs-txt {
    margin-top: 17%;
  }
}
@media screen and (max-width: 1440px) {
  .sy_m-ula .spe-imgs {
    line-height: 18px !important;
  }
}
.sy_m-ula .normal-img {
  float: left;
  margin-top: 14px;
  width: 250px;
  height: 96px;
  padding-top: 34px;
  vertical-align: middle;
  text-align: center;
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  background-color: #e0e0e0;
}
.sy_m-ula .normal-img span {
  font-size: 17px;
}
.sy_m-ula .normal-img-marginl {
  float: right;
}
.sy_m-ula .normal-img-pad {
  padding-top: 20px;
}
.sy_m-ula .normal-img:hover,
.sy_m-ula .spe-img:hover {
  cursor: pointer;
}
.sy_b {
  margin-bottom: 42px;
  background: rgba(0, 36, 16, 0.06);
  padding-top: 30px;
  padding-bottom: 25px;
  width: 100%;
}
.sy_b a {
  text-decoration: none;
}
.sy_b-bg {
  margin: 0 auto;
  width: 1600px;
}
.sy_b-bg-itembg {
  display: inline-block;
  width: 377px;
  height: 246px;
  margin-right: 24px;
}
.sy_b-bg-itembg .lefthead {
  float: left;
  width: 50px;
  height: 246px;
  text-align: center;
}
.sy_b-bg-itembg .lefthead img {
  margin-top: 12px;
}
.sy_b-bg-itembg .lefthead .text {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
  width: 20px;
  margin-left: 15px;
  margin-top: 36px;
}
.sy_b-bg-itembg .lefthead .texts {
  margin-top: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.6;
}
.sy_b-bg-itembg .swiper-container {
  float: right;
  width: 327px;
  height: 246px;
  overflow: hidden;
}
.sy_b-bg-itembg .swiper-slide {
  position: relative;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  overflow: hidden;
}
.sy_b-bg-itembg .swiper-slide-active {
  opacity: 1;
}
.sy_b-bg-itembg .swiper-slide .img {
  position: absolute;
}
.sy_b-bg-itembg .inner {
  position: relative;
  display: block;
  width: 327px;
  height: 246px;
  margin: 0 auto;
  overflow: hidden;
}
.sy_b-bg-itembg .inner .imgs {
  width: 327px;
  min-height: 246px;
}
.sy_b-bg-itembg .inner .imgs:hover {
  cursor: pointer;
}
.sy_b-bg-itembg .inner .textbottom {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 23px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
}
.sy_b-bg-itembg .inner:hover .textbottom {
  display: block;
}
@media screen and (max-width: 1600px) {
  .sy_m-bg {
    width: 1280px;
  }
  .sy_m-bg-left {
    margin-right: 14px;
  }
  .sy_m-bg-left-itembg-contain-imgbg {
    margin-right: 20px;
    width: 310px;
    height: 260px;
  }
  .sy_m-bg-left-itembg-contain-imgbg p {
    font-size: 14px;
  }
  .sy_m-bg-left-itembg-contain ul {
    padding-top: 18px;
    width: 505px;
    height: 288px;
  }
  .sy_m-bg-left-itembg-contain li {
    height: 45px;
    line-height: 45px;
  }
  .sy_m-bg-left-itembg-contain li img {
    float: left;
    margin-top: 20px;
  }
  .sy_m-bg-left-itembg-contain li span {
    padding: 0 12px;
    font-size: 14px;
  }
  .sy_m-bg-right {
    width: 420px;
    margin-right: 0;
  }
  .sy_m-ula {
    height: 281.6px;
    margin-top: 10px;
  }
  .sy_m-ula-topcon {
    margin-top: 20.8px;
    height: 114.4px;
  }
  .sy_m-ula-topcon img {
    width: 88px;
  }
  .sy_m-ula-topcon-textbg {
    padding: 0 16.8px;
    width: calc(100% - 112px * 0.8);
  }
  .sy_m-ula-topcon-textbg h5 {
    height: 46.4px;
    line-height: 46.4px;
    font-size: 16px;
  }
  .sy_m-ula-topcon-textbg h6 {
    font-size: 14px;
  }
  .sy_m-ula-topcon-textbg h6 p {
    width: 50px;
    font-size: 14px;
  }
  .sy_m-ula-ulcon {
    margin-top: 12.8px;
    height: 153.6px;
  }
  .sy_m-ula-ulcon li {
    height: 43.2px;
  }
  .sy_m-ula-ulcon li p {
    height: 43.2px;
    line-height: 43.2px;
    width: 46.4px;
  }
  .sy_m-ula-ulcon li h4 {
    margin-top: 15.2px;
    padding-left: 12px;
    font-size: 14px;
    width: calc(100% - 62px * 0.8);
    height: 14.4px;
    line-height: 14.4px;
  }
  .sy_m-ula .spe-img {
    margin-top: 20.8px;
    height: 76.8px;
    line-height: 76.8px;
    font-size: 17px;
  }
  .sy_m-ula .normal-img {
    margin-top: 12px;
    width: 200px;
    height: 76.8px;
    padding-top: 27.2px;
    font-size: 15px;
  }
  .sy_m-ula .normal-img span {
    font-size: 13px;
  }
  .sy_m-ula .normal-img-marginl {
    float: right;
  }
  .sy_m-ula .normal-img-pad {
    padding-top: 16px;
  }
  .sy_b-bg {
    width: 1280px;
  }
  .sy_b-bg-itembg {
    width: 300px;
    height: 195.59633028px;
    margin-right: 20px;
  }
  .sy_b-bg-itembg .lefthead {
    width: 40px;
    height: 195.59633028px;
  }
  .sy_b-bg-itembg .lefthead img {
    margin-top: 12px;
  }
  .sy_b-bg-itembg .lefthead .text {
    font-size: 14px;
    line-height: 16px;
    width: 16px;
    margin-left: 12px;
    margin-top: 28px;
  }
  .sy_b-bg-itembg .lefthead .texts {
    margin-top: 28px;
    font-size: 16px;
  }
  .sy_b-bg-itembg .swiper-container {
    width: 260px;
    height: 195.59633028px;
  }
  .sy_b-bg-itembg .inner {
    width: 260px;
    height: 195.59633028px;
  }
  .sy_b-bg-itembg .inner .imgs {
    width: 260px;
    min-height: 195.59633028px;
  }
  .sy_b-bg-itembg .inner .textbottom {
    height: 29px;
    line-height: 29px;
    padding: 0 19px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .sy_m-bg {
    width: 1280px;
  }
  .sy_m-bg-left {
    margin-right: 14px;
  }
  .sy_m-bg-left-itembg-contain-imgbg {
    margin-right: 20px;
    width: 310px;
    height: 260px;
  }
  .sy_m-bg-left-itembg-contain ul {
    padding-top: 18px;
    width: 505px;
    height: 288px;
  }
  .sy_m-bg-left-itembg-contain li {
    height: 45px;
    line-height: 45px;
  }
  .sy_m-bg-left-itembg-contain li span {
    padding: 0 12px;
    font-size: 14px;
  }
  .sy_m-bg-right {
    width: 420px;
    margin-right: 0;
  }
  .sy_b-bg {
    width: 1280px;
  }
  .sy_b-bg-itembg {
    width: 300px;
    height: 195.59633028px;
    margin-right: 20px;
  }
  .sy_b-bg-itembg .lefthead {
    width: 40px;
    height: 195.59633028px;
  }
  .sy_b-bg-itembg .lefthead img {
    margin-top: 12px;
  }
  .sy_b-bg-itembg .lefthead .text {
    font-size: 14px;
    line-height: 16px;
    width: 16px;
    margin-left: 12px;
    margin-top: 28px;
  }
  .sy_b-bg-itembg .lefthead .texts {
    margin-top: 28px;
    font-size: 16px;
  }
  .sy_b-bg-itembg .swiper-container {
    width: 260px;
    height: 195.59633028px;
  }
  .sy_b-bg-itembg .inner {
    width: 260px;
    height: 195.59633028px;
  }
  .sy_b-bg-itembg .inner .imgs {
    width: 260px;
    min-height: 195.59633028px;
  }
  .sy_b-bg-itembg .inner .textbottom {
    height: 29px;
    line-height: 29px;
    padding: 0 19px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .main-content-wrapper {
    margin-top: 30px;
  }
  .sy .jcarousel-control-prev,
  .sy .jcarousel-control-next {
    top: 35%;
    width: 25px;
    height: 25px;
  }
  .sy {
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .sy .jcarousel li h5 {
    bottom: 15%;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 18px;
    width: 40%;
  }
  .sy_m-bg {
    float: left;
    width: 100%;
  }
  .sy_m-bg-left {
    margin-right: 0;
    width: 100%;
  }
  .sy_m-bg-left-itembg {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .sy_m-bg-left-itembg-nav {
    height: 56px;
  }
  .sy_m-bg-left-itembg-nav-left,
  .sy_m-bg-left-itembg-nav-right {
    width: 110px;
    height: 54px;
    line-height: 54px;
  }
  .sy_m-bg-left-itembg-nav-left img,
  .sy_m-bg-left-itembg-nav-right img {
    left: 8px;
    bottom: 15px;
    height: 19px;
  }
  .sy_m-bg-left-itembg-nav-left span,
  .sy_m-bg-left-itembg-nav-right span {
    position: absolute;
    left: 36px;
    font-size: 16px;
    color: #777777;
  }
  .sy_m-bg-left-itembg-nav-long {
    width: 160px !important;
  }
  .sy_m-bg-left-itembg-nav-right {
    width: 110px;
  }
  .sy_m-bg-left-itembg-nav-right span {
    left: 36px;
  }
  .sy_m-bg-left-itembg-contain {
    width: 100%;
  }
  .sy_m-bg-left-itembg-contain-imgbg {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  .sy_m-bg-left-itembg-contain-imgbg img {
    position: relative;
    width: 100%;
  }
  .sy_m-bg-left-itembg-contain ul {
    padding-top: 18px;
    width: 100%;
    height: 288px;
  }
  .sy_m-bg-left-itembg-contain li {
    height: 45px;
    line-height: 45px;
  }
  .sy_m-bg-left-itembg-contain li span {
    padding: 0 12px;
    font-size: 14px;
  }
  .sy_m-bg-right {
    width: 100%;
    margin-right: 0;
  }
  .sy_m .home-bg-left {
    display: none;
  }
  .sy_m .home-bg-right {
    display: none;
  }
  .sy_m-ula {
    height: 229.2px;
  }
  .sy_m-ula-topcon {
    margin-top: 20.8px;
    height: 114.4px;
  }
  .sy_m-ula-topcon img {
    width: 88px;
  }
  .sy_m-ula-topcon-textbg {
    padding: 0 16.8px;
    width: calc(100% - 112px * 0.8);
  }
  .sy_m-ula-topcon-textbg h5 {
    height: 46.4px;
    line-height: 46.4px;
    font-size: 16px;
  }
  .sy_m-ula-topcon-textbg h6 {
    font-size: 14px;
  }
  .sy_m-ula-topcon-textbg h6 p {
    width: 50px;
    font-size: 14px;
  }
  .sy_m-ula-ulcon {
    margin-top: 12.8px;
    height: 153.6px;
  }
  .sy_m-ula-ulcon li {
    height: 44.8px;
  }
  .sy_m-ula-ulcon li p {
    height: 43.2px;
    line-height: 43.2px;
    width: 46.4px;
  }
  .sy_m-ula-ulcon li h4 {
    margin-top: 15.2px;
    padding-left: 12px;
    font-size: 14px;
    width: calc(100% - 62px * 0.8);
    height: 14.4px;
    line-height: 14.4px;
  }
  .sy_m-ula .spe-img {
    margin-top: 15.6px;
    height: 57.6px;
    line-height: 57.6px;
    font-size: 10.2px;
  }
  .sy_m-ula .normal-img {
    margin-top: 12px;
    width: 150px;
    height: 57.6px;
    padding-top: 20.4px;
    font-size: 9px;
  }
  .sy_m-ula .normal-img span {
    font-size: 7.8px;
  }
  .sy_m-ula .normal-img-marginl {
    float: right;
  }
  .sy_m-ula .normal-img-pad {
    padding-top: 16px;
  }
  .sy_b {
    margin-top: 0;
  }
  .sy_b-bg {
    display: block;
    width: 100%;
    text-align: center;
  }
  .sy_b-bg-itembg {
    margin-top: 10px;
    margin-right: 20px !important;
  }
  .sy_b-bg-itembg .inner .imgs {
    width: 100%;
    height: 100%;
  }
  .sy_b-bg-itembg .inner .textbottom {
    height: 29px;
    line-height: 29px;
    padding: 0 19px;
    font-size: 14px;
  }
}
.sy_b .swiper-button-prev,
.sy_b .swiper-button-next {
  position: absolute;
  top: 40%;
  width: 36px;
  height: 36px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3) url(icon-20.png) no-repeat 50%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.sy_b .swiper-button-prev {
  left: 10px;
}
.sy_b .swiper-button-next {
  right: 10px;
  transform: rotate(180deg);
}
.sy_b .swiper-button-prev:hover span,
.sy_b .swiper-button-next:hover span {
  display: block;
}
.sy_b .swiper-button-prev.inactive,
.sy_b .swiper-button-next.inactive {
  opacity: 0.5;
  cursor: default;
}


.sy_m-ula .spe-imgs .spe-imgs-txt {
  margin-top: 0 !important;
}