/*lyCase_head start*/
.lyCase_head {
  height: 420px;
  overflow: hidden;
  position: relative;
}

.lyCase_head .CaseSwiper {
  width: 100%;
  height: 100%;
}

.lyCase_head .CaseSwiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyCase_head .CaseSwiper .swiper-slide .CaseSwiper_con {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.CaseSwiper_con a.CaseSwiper_logo {
  display: block;
  width: 50%;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}

.CaseSwiper_con a.CaseSwiper_logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.CaseSwiper_con p {
  width: 50%;
  line-height: 32px;
  color: #222;
  font-size: 18px;
  font-weight: lighter;
}

.CaseSwiper_con a.CaseSwiper_more {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin-top: 30px;
  background-image: linear-gradient(to left, #ff4a03, #ffc949);
  border-radius: 0 15px;
}

.CaseSwiper_con a.CaseSwiper_more i {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../images/arrowIco_right.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -2px 0 0 6px;
}

.CaseSwiper_con a.CaseSwiper_more:hover i {
  margin: -2px 0 0 16px;
}

.lyCase_head .CaseSwiper .swiper-pagination {
  height: 12px;
  bottom: 30px;
}

.lyCase_head .CaseSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0 6px;
  opacity: 1;
  vertical-align: top;
}

.lyCase_head .CaseSwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 38px;
  background-color: none;
  background-image: linear-gradient(to left, #ff4a03, #ffc949);
}


/*lyCase_main start*/
.lyCase_main {
  margin-bottom: 124px;
  padding: 0 30px;
}

.lyCase_main .lyCase_menu {
  margin: 30px auto;
}

.lyCase_menu dl dd {
  margin-right: 24px;
  float: left;
}

.lyCase_menu dl dd a {
  display: block;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  color: #222;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  border: 1px solid #eceff6;
  border-radius: 0 15px;
  padding: 0 30px;
}

.lyCase_menu dl dd a.cur,
.lyCase_menu dl dd a:hover {
  color: #fff;
  background-image: linear-gradient(to left, #ff4a03, #ffc949);
  border: 1px solid #fff;
}

.lyCase_list {
  margin-bottom: 30px;
}

.lyCase_list ul {
  margin: 0 -15px;
}

.lyCase_list ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
}

.lyCase_list ul li .lyCase_img {
  width: 100%;
  height: 295px;
  overflow: hidden;
  border-radius: 0 30px 0 0;
  position: relative;
}

.lyCase_list ul li .lyCase_img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyCase_list ul li:hover .lyCase_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyCase_list ul li .lyCase_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 107, 3, 0.9), rgba(255, 191, 91, 0.9));
  display: flex;
  justify-content: center;
  align-items: center;
}

.lyCase_list ul li:hover .lyCase_img a {
  top: 0;
}

.lyCase_list ul li .lyCase_img a i {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 0 15px;
  background: url(../images/more_ico2.png) center center no-repeat;
  margin: 0 auto 10px;
}

.lyCase_list ul li .lyCase_img a span {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
}

.lyCase_list ul li .lyCase_text {
  padding: 20px 30px;
  background-color: #f6f8fb;
  border-radius: 0 0 0 30px;
}

.lyCase_list ul li .lyCase_text a.lyCase_name {
  display: block;
  height: 32px;
  overflow: hidden;
  line-height: 30px;
  color: #222;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyCase_list ul li:hover .lyCase_text a.lyCase_name {
  color: #ff6b03;
}

.lyCase_list ul li .lyCase_text p {
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 18px;
  font-weight: lighter;
  margin-top: 4px;
}

.lyCase_list ul li .lyCase_text p a.lyCase_more {
  display: block;
  width: 24px;
  height: 24px;
  float: right;
}

.lyCase_list ul li .lyCase_text p a.lyCase_more i {
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 4px auto;
  background: url(../images/more_ico1.png) center center no-repeat;
  background-size: 100% 100%;
}

/*lyCase_main end*/


@media (max-width:1680px) {
  .lyCase_head {
    height: 380px;
  }

  .CaseSwiper_con a.CaseSwiper_more {
    width: 150px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
  }

  .lyCase_head .CaseSwiper .swiper-pagination {
    height: 10px;
    bottom: 20px;
  }

  .lyCase_head .CaseSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 5px;
  }

  .lyCase_head .CaseSwiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
  }

  .lyCase_menu dl dd a {
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    padding: 0 24px;
  }

  .lyCase_list ul li .lyCase_img {
    height: 254px;
  }

  .lyCase_list ul li .lyCase_img a span {
    font-size: 16px;
  }

  .lyCase_list ul li .lyCase_text a.lyCase_name {
    font-size: 22px;
  }

  .lyCase_list ul li .lyCase_text p {
    font-size: 16px;
  }
}

@media (max-width:1600px) {
  .lyCase_head {
    height: 320px;
  }

  .CaseSwiper_con a.CaseSwiper_logo {
    height: 36px;
  }

  .lyCase_list ul li .lyCase_img {
    height: 240px;
  }

  .lyCase_list ul li .lyCase_img a i {
    width: 44px;
    height: 44px;
    border-radius: 0 12px;
  }
}

@media (max-width:1560px) {
  .lyCase_head {
    height: 300px;
  }

  .lyCase_list ul li .lyCase_img {
    height: 233px;
  }
}

@media (max-width:1440px) {
  .lyCase_head {
    height: 280px;
  }

  .CaseSwiper_con a.CaseSwiper_logo {
    height: 32px;
  }

  .CaseSwiper_con p {
    line-height: 24px;
    font-size: 14px;
  }

  .CaseSwiper_con a.CaseSwiper_more {
    width: 130px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 0 8px;
    margin-top: 20px;
  }

  .lyCase_main {
    margin-bottom: 110px;
  }

  .lyCase_menu dl dd {
    margin-right: 20px;
  }

  .lyCase_menu dl dd a {
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 0 8px;
    padding: 0 20px;
  }

  .lyCase_list ul li .lyCase_img {
    height: 212px;
    border-radius: 0 20px 0 0;
  }

  .lyCase_list ul li .lyCase_img a i {
    width: 40px;
    height: 40px;
    background: url(../images/more_ico2.png) center center no-repeat;
    background-size: 16px 16px;
    border-radius: 0 8px;
  }

  .lyCase_list ul li .lyCase_img a span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }

  .lyCase_list ul li .lyCase_text {
    padding: 10px 20px;
    border-radius: 0 0 0 20px;
  }

  .lyCase_list ul li .lyCase_text a.lyCase_name {
    font-size: 20px;
  }

  .lyCase_list ul li .lyCase_text p {
    height: 20px;
    line-height: 18px;
    font-size: 14px;
  }

  .lyCase_list ul li .lyCase_text p a.lyCase_more {
    width: 20px;
    height: 20px;
  }

  .lyCase_list ul li .lyCase_text p a.lyCase_more i {
    margin: 4px auto;
  }
}

@media (max-width:1366px) {
  .lyCase_head {
    height: 260px;
  }

  .lyCase_main {
    margin-bottom: 100px;
  }

  .lyCase_list {
    margin-bottom: 20px;
  }

  .lyCase_list ul li .lyCase_img {
    height: 199px;
  }

  .lyCase_list ul li .lyCase_text a.lyCase_name {
    height: 30px;
    line-height: 28px;
    font-size: 18px;
  }
}

@media (max-width:1280px) {
  .lyCase_head {
    height: 250px;
  }

  .lyCase_list ul li .lyCase_img {
    height: 184px;
    border-radius: 0 16px 0 0;
  }

  .lyCase_list ul li .lyCase_text {
    border-radius: 0 0 0 16px;
  }
}

@media (max-width:1200px) {
  .lyCase_head {
    height: 240px;
  }

  .CaseSwiper_con a.CaseSwiper_logo {
    width: 64%;
    height: 30px;
  }

  .CaseSwiper_con p {
    width: 64%;
  }

  .CaseSwiper_con a.CaseSwiper_more {
    width: 128px;
    height: 40px;
    line-height: 38px;
  }

  .lyCase_main {
    margin-bottom: 80px;
    padding: 0 20px;
  }

  .lyCase_main .lyCase_menu {
    margin: 20px auto;
  }

  .lyCase_menu dl dd a {
    height: 40px;
    line-height: 38px;
  }

  .lyCase_list {
    margin-bottom: 20px;
  }

  .lyCase_list ul {
    margin: 0 -10px;
  }

  .lyCase_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .lyCase_list ul li .lyCase_img {
    height: 179px;
  }
}

@media (max-width:1080px) {
  .lyCase_head {
    height: 220px;
  }

  .lyCase_list ul li .lyCase_img {
    height: 158px;
  }

  .lyCase_list ul li .lyCase_img a i {
    width: 36px;
    height: 36px;
  }

  .lyCase_list ul li .lyCase_text {
    padding: 10px;
  }
}

@media (max-width:1024px) {
  .lyCase_list ul li .lyCase_img {
    height: 149px;
  }

  .lyCase_list ul li .lyCase_text a.lyCase_name {
    font-size: 16px;
  }

  .lyCase_list ul li .lyCase_text p {
    margin-top: 0;
  }
}

@media (max-width:920px) {
  .lyCase_head {
    height: 200px;
  }

  .CaseSwiper_con a.CaseSwiper_logo {
    width: 60%;
    height: 26px;
  }

  .CaseSwiper_con p {
    width: 60%;
    line-height: 20px;
    font-size: 12px;
  }

  .lyCase_menu dl dd {
    margin-right: 15px;
  }

  .lyCase_list ul li .lyCase_img {
    height: 142px;
  }

  .lyCase_list ul li .lyCase_img a i {
    width: 32px;
    height: 32px;
    margin: 0 auto 4px;
  }

  .lyCase_list ul li .lyCase_img a span,
  .lyCase_list ul li .lyCase_text p {
    font-size: 12px;
  }
}

@media (max-width:820px) {
  .lyCase_list ul li .lyCase_img {
    height: 125px;
  }

  .lyCase_list ul li .lyCase_img a i {
    margin: 0 auto 4px;
  }
}

@media (max-width: 767px) {
  .lyCase_head {
    height: 160px;
  }

  .lyCase_head .CaseSwiper .swiper-slide {
    background-size: cover !important;
  }

  .lyCase_head .CaseSwiper .swiper-pagination {
    height: 6px;
    bottom: 17px;
  }

  .lyCase_head .CaseSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 3px;
  }

  .CaseSwiper_con a.CaseSwiper_logo {
    width: 80%;
    height: 24px;
  }

  .CaseSwiper_con p {
    width: 80%;
    line-height: 20px;
    font-size: 12px;
  }

  .CaseSwiper_con a.CaseSwiper_more {
    width: 110px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
  }

  .lyCase_main {
    margin-bottom: 60px;
    padding: 0 3%;
  }

  .lyCase_main .lyCase_menu {
    margin: 20px auto 10px;
  }

  .lyCase_menu dl {
    margin: 0 -5px;
  }

  .lyCase_menu dl dd {
    width: 33.333333%;
    margin: 0 0 10px 0;
    padding: 0 5px;
  }

  .lyCase_menu dl dd a {
    width: 100%;
  }

  .lyCase_list {
    margin-bottom: 4px;
  }

  .lyCase_list ul {
    margin: 0 -8px;
  }

  .lyCase_list ul li {
    width: 50%;
    margin-bottom: 16px;
    padding: 0 8px;
  }

  .lyCase_list ul li .lyCase_img {
    height: 129px;
  }

  .lyCase_list ul li .lyCase_text {
    padding: 4px 10px;
  }
}

@media (max-width: 390px) {
  .lyCase_list ul li .lyCase_img {
    height: 121px;
  }
}

@media (max-width: 320px) {
  .lyCase_main {
    margin-bottom: 80px;
  }

  .lyCase_list ul li {
    width: 100%;
  }

  .lyCase_list ul li .lyCase_img {
    height: 208px;
  }
}