@charset "utf-8";
/* CSS Document */

/* ly_banner start */
.ly_banner {
  width: 100%;
  height: 840px;
  margin: 100px auto 0;
}

.ly_banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.ly_banner .swiper-container .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.ly_banner .swiper-container .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ly_banner .swiper-container .swiper-slide .video .v_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, .8)));
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
  background: -ms-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
  background: radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
}

.ly_banner .swiper-container .swiper-slide .video video,
.ly_banner .swiper-container .swiper-slide .video source {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ly_banner .swiper-container .swiper-slide .video img {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.ly_banner .swiper-container .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.ly_banner .swiper-container .swiper-slide .ba_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ba_txt .baTxt_tit {
  width: 100%;
  line-height: 70px;
  color: #fff;
  font-size: 56px;
  text-align: center;
}

.ba_txt p {
  width: 50%;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  margin: 30px 0 50px;
}

/*分页器*/
.ly_banner .swiper-container .swiper_control {
  width: 580px;
  height: 120px;
  border-radius: 120px 0 0 0;
  background-image: linear-gradient(to right, rgba(88, 93, 168, 0.85), rgba(56, 33, 98, 0.85));
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.ly_banner .swiper-container .swiper-pagination {
  width: 100px;
  height: 10px;
  overflow: hidden;
  left: 50% !important;
  top: 50% !important;
  bottom: inherit !important;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ly_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
  background-color: #fff;
  margin: 0 4px;
  vertical-align: top;
}

.ly_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
}

.ly_banner .swiper-container .swiper-button-prev,
.ly_banner .swiper-container .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  padding: 15px;
  position: absolute;
  top: 50% !important;
  bottom: inherit !important;
  opacity: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: none;
}

.ly_banner .swiper-container .swiper-button-prev {
  margin: -25px 80px 0 0 !important;
  right: 50%;
  left: inherit !important;
}

.ly_banner .swiper-container .swiper-button-next {
  margin: -25px 0 0 80px !important;
  left: 50%;
  right: inherit !important;
}

.ly_banner .swiper-container .swiper-button-prev:hover,
.ly_banner .swiper-container .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to right, rgba(88, 93, 168, 1), rgba(56, 33, 98, 1));
  background-size: 100% 100%;
}

.ly_banner .swiper-container .swiper-button-prev::after,
.ly_banner .swiper-container .swiper-button-next::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.ly_banner .swiper-container .swiper-button-prev::after {
  background: url(../images/arrow_left01.png) center center no-repeat;
  background-size: 20px 20px;
}

.ly_banner .swiper-container .swiper-button-next::after {
  background: url(../images/arrow_right01.png) center center no-repeat;
  background-size: 20px 20px;
}

/* ly_banner end */


/* ly_products start */
.ly_products {
  overflow: hidden;
  padding: 80px 0;
  background: url(../images/pro_bg02.jpg) center center no-repeat;
  background-size: cover;
}

.ly_products .lyPro_main {
  margin: 0 auto;
  position: relative;
}

.lyPro_main .lyPro_txt {
  width: calc(100% - 800px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lyPro_txt .lyPro_dec {
  line-height: 36px;
  color: #555;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 0;
}

.lyPro_dec p,
.lyPro_dec p span {
  line-height: 36px;
  color: #aaa !important;
  font-size: 18px !important;
  font-family: \5FAE\8F6F\96C5\9ED1, Arial, Microsoft Yahei, Helvetica, sans-serif !important;
}

.lyPro_dec br {
  display: none;
}

.lyPro_main .lyPro_img {
  width: 700px;
  height: 500px;
  float: right;
}

.lyPro_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyPro_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* ly_products end */


/* lyPro_toAll start */
.lyPro_toAll {
  padding: 120px 0;
  background: url(../images/pro_bg02.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.lyPro_toAll .toAll_main {
  margin: 0 auto;
}

.toAll_main p {
  line-height: 40px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}

.toAll_main .toAll_btn {
  width: 220px;
  margin: 0 auto;
}

.toAll_btn a {
  width: 100%;
}

/* lyPro_toAll end */


/* ly_character start */
.ly_character {
  overflow: hidden;
}

.ly_character .lyChar_main {
  margin: 80px auto;
}

.lyChar_main .lyChar_swiper {
  margin: 0 -84px;
  padding: 0 84px;
  position: relative;
}

.lyChar_swiper .swiper-container .swiper-slide {
  height: auto;
  padding: 30px;
  background-color: #f8f6fb;
}

.lyChar_swiper .swiper-container .swiper-slide:nth-child(2n+2) {
  background-color: #f1eef5;
}

.lyChar_swiper .swiper-container .swiper-slide-active {
  background-color: #382162;
  background-image: linear-gradient(to right bottom, #382162, #575ba6);
}

.lyChar_swiper .swiper-button-prev,
.lyChar_swiper .swiper-button-next {
  width: 44px !important;
  height: 44px !important;
  padding: 12px;
  position: absolute;
  top: 50% !important;
  bottom: inherit !important;
  left: inherit !important;
  right: inherit !important;
  opacity: 1;
  margin: -22px 0 0 0 !important;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
}

.lyChar_swiper .swiper-button-prev {
  left: 0 !important;
}

.lyChar_swiper .swiper-button-next {
  right: 0 !important;
}

.lyChar_swiper .swiper-button-prev:hover,
.lyChar_swiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(88, 93, 168, 1), rgba(56, 33, 98, 1));
  background-size: 100% 100%;
}

.lyChar_swiper .swiper-button-prev::after,
.lyChar_swiper .swiper-button-next::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.lyChar_swiper .swiper-button-prev::after {
  background: url(../images/arrow_left01.png) center center no-repeat;
  background-size: 20px 20px;
}

.lyChar_swiper .swiper-button-next::after {
  background: url(../images/arrow_right01.png) center center no-repeat;
  background-size: 20px 20px;
}

.lyChar_swiper .swiper-container .swiper-slide .lyChar_title i {
  display: block;
  width: 54px;
  height: 54px;
  margin-right: 15px;
  float: left;
}

.lyChar_swiper .swiper-container .swiper-slide .lyChar_title i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyChar_swiper .swiper-container .swiper-slide.swiper-slide-active .lyChar_title i svg path {
  fill: #ffffff;
}

.lyChar_swiper .swiper-container .swiper-slide .lyChar_title {
  position: relative;
}

.lyChar_swiper .swiper-container .swiper-slide .lyChar_title p {
  overflow: hidden;
  line-height: 30px;
  color: #555;
  font-size: 22px;
  margin: 0 0 4px;
}

.lyChar_swiper .swiper-container .swiper-slide.swiper-slide-active .lyChar_title p {
  color:#fff;
}

.lyChar_swiper .swiper-container .swiper-slide .lyChar_title span {
  display: block;
  line-height: 18px;
  color: #bbb;
  font-size: 14px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow: hidden;
}

.lyChar_swiper .swiper-container .swiper-slide.swiper-slide-active .lyChar_title span {
  color: rgba(255, 255, 255, 0.25);
}

.lyChar_con .lyChar_txt {
  height: 130px;
  overflow: hidden;
  margin: 20px auto 30px;
}

.lyChar_con .lyChar_txt p {
  line-height: 26px;
  color: #999;
  font-size: 14px;
  padding: 0 0 0 15px;
  position: relative;
}

.lyChar_swiper .swiper-container .swiper-slide.swiper-slide-active .lyChar_con .lyChar_txt p {
  color: rgba(255, 255, 255, 0.65);
}

.lyChar_txt p::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ccc;
  border-left: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 6px;
}

.lyChar_swiper .swiper-container .swiper-slide.swiper-slide-active  .lyChar_txt p::before {
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(255, 255, 255, 0.65);
  border-left: 4px solid transparent;
}

.lyChar_con .lyChar_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.lyChar_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* ly_character end */


/* ly_news start */
.ly_news {
  overflow: hidden;
  padding: 80px 0;
  background-color: #f9f9fa;
}

.ly_news .lyNews_main {
  margin: 0 auto;
}

.lyNews_tab {
  margin: -120px 204px 0 0;
  float: right;
}

.lyNews_tab ul li {
  display: inline-block;
  vertical-align: top;
}

.lyNews_tab ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #555;
  font-size: 17px;
  padding: 0 30px;
}

.lyNews_tab ul li.active a,
.lyNews_tab ul li:hover a {
  color: #fff;
  background-image: linear-gradient(to right, #382162, #575ba6);
}

.lyNews_list ul {
  margin: 0 -30px;
}

.lyNews_list ul li {
  width: 33.333333%;
  padding: 0 30px;
  float: left;
}

.lyNews_list ul li .lyNews_img {
  width: 100%;
  height: 336px;
  position: relative;
}

.lyNews_list ul li .lyNews_img::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #382162, #575ba6);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNews_list ul li:hover .lyNews_img::before {
  right: -10px;
  bottom: -10px;
}

.lyNews_list ul li .lyNews_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.lyNews_list ul li .lyNews_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyNews_list ul li:hover .lyNews_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyNews_list ul li .lyNews_txt {
  margin-top: 20px;
}

.lyNews_list ul li .lyNews_txt em {
  display: block;
  line-height: 30px;
  color: #999;
  font-size: 17px;
  font-style: normal;
}

.lyNews_list ul li .lyNews_txt a.lyNews_name {
  display: block;
  height: 64px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 24px;
  margin: 10px auto 30px;
}

.lyNews_list ul li:hover .lyNews_txt a.lyNews_name {
  color: #382162;
}

.lyNews_list ul li .lyNews_txt p span {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 36px;
  color: #555;
  font-size: 16px;
  margin-right: 16px;
  padding: 0 24px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}

.lyNews_list ul li .lyNews_txt p span svg {
  width: 18px;
  height: 18px;
  margin: 10px 6px 10px 0;
  float: left;
}

/* ly_news end */


@media (max-width:1680px) {
  .ly_banner {
    height: 780px;
  }

  .ba_txt .baTxt_tit {
    line-height: 60px;
    font-size: 52px;
  }

  .ba_txt p {
    line-height: 30px;
    font-size: 18px;
    margin: 20px 0 40px;
  }

  .ly_banner .swiper-container .swiper_control {
    width: 440px;
    height: 100px;
    border-radius: 100px 0 0 0;
  }

  .lyPro_dec p {
    max-height: 192px;
    -webkit-line-clamp: 5;
  }

  .lyPro_txt .lyPro_dec,
  .lyPro_dec p,
  .lyPro_dec p span {
    line-height: 32px;
    font-size: 16px !important;
  }

  .toAll_main p {
    line-height: 36px;
    font-size: 24px;
  }

  .toAll_main .toAll_btn {
    width: 200px;
  }

  .lyChar_main .lyChar_swiper {
    margin: 0;
    padding: 0 80px;
  }


  .lyNews_tab {
    margin: -111px 164px 0 0;
  }

  .lyNews_tab ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .lyNews_list ul {
    margin: 0 -20px;
  }

  .lyNews_list ul li {
    padding: 0 20px;
  }

  .lyNews_list ul li .lyNews_txt em {
    font-size: 16px;
  }
}

@media (max-width:1600px) {
  .ly_banner {
    height: 700px;
    margin: 80px auto 0;
  }

  .ba_txt .baTxt_tit {
    line-height: 50px;
    font-size: 44px;
  }

  .ba_txt p {
    font-size: 16px;
    margin: 10px 0 30px;
  }

  .ly_banner .swiper-container .swiper_control {
    width: 400px;
  }

  .ly_banner .swiper-container .swiper-button-prev,
  .ly_banner .swiper-container .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
  }

  .ly_banner .swiper-container .swiper-button-prev {
    margin: -22px 60px 0 0 !important;
  }

  .ly_banner .swiper-container .swiper-button-next {
    margin: -22px 0 0 60px !important;
  }

  .ly_banner .swiper-container .swiper-pagination {
    width: 80px;
    height: 8px;
  }

  .ly_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }

  .ly_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }

  .lyPro_dec p {
    max-height: 150px;
    -webkit-line-clamp: 5;
  }

  .lyPro_txt .lyPro_dec,
  .lyPro_dec p,
  .lyPro_dec p span {
    line-height: 30px;
    font-size: 15px !important;
  }
  
  .lyChar_main .lyChar_swiper {
    padding: 0 60px;
  }
  
  .lyChar_swiper .swiper-container .swiper-slide {
    padding:30px 20px;
  }
  
  .lyChar_swiper .swiper-container .swiper-slide .lyChar_title p {
	font-size: 20px;
  }

  .lyNews_tab {
    margin: -111px 164px 0 0;
  }

  .lyNews_tab ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

  .lyNews_list ul li .lyNews_img {
    height: 324px;
  }

  .lyNews_list ul li .lyNews_txt em {
    font-size: 15px;
  }

  .lyNews_list ul li .lyNews_txt a.lyNews_name {
    font-size: 22px;
  }

  .lyNews_list ul li .lyNews_txt p span {
    height: 35px;
    line-height: 33px;
    font-size: 15px;
    margin-right: 10px;
    padding: 0 20px;
  }

  .lyNews_list ul li .lyNews_txt p span svg {
    margin: 8px 6px 8px 0;
  }
}

@media (max-width:1560px) {
  .ly_banner {
    height: 680px;
  }

  .lyNews_list ul li .lyNews_img {
    height: 314px;
  }
}

@media (max-width:1440px) {
  .ly_banner {
    height: 690px;
  }

  .ba_txt .baTxt_tit {
    line-height: 48px;
    font-size: 40px;
  }

  .ly_banner .swiper-container .swiper_control {
    width: 360px;
    height: 80px;
    border-radius: 80px 0 0 0;
  }

  .ly_banner .swiper-container .swiper-button-prev {
    margin: -22px 50px 0 0 !important;
  }

  .ly_banner .swiper-container .swiper-button-next {
    margin: -22px 0 0 50px !important;
  }

  .lyPro_main .lyPro_img {
    width: 640px;
    height: 457px;
  }

  .lyPro_toAll {
    padding: 100px 0;
  }

  .toAll_main p {
    line-height: 32px;
    font-size: 22px;
    margin-bottom: 20px;
  }


  .lyNews_tab {
    margin: -105px 164px 0 0;
  }

  .lyNews_list ul li .lyNews_img {
    height: 288px;
  }

  .lyNews_list ul li .lyNews_txt p span {
    height: 32px;
    line-height: 30px;
    font-size: 14px;
  }

  .lyNews_list ul li .lyNews_txt p span svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width:1366px) {
  .ly_banner {
    height: 560px;
  }

  .ba_txt .baTxt_tit {
    line-height: 40px;
    font-size: 34px;
  }

  .ba_txt p {
    line-height: 24px;
    font-size: 14px;
  }

  .ly_banner .swiper-container .swiper_control {
    width: 340px;
  }

  .ly_banner .swiper-container .swiper-button-prev,
  .ly_banner .swiper-container .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    padding: 10px;
  }

  .ly_banner .swiper-container .swiper-button-prev {
    margin: -20px 48px 0 0 !important;
  }

  .ly_banner .swiper-container .swiper-button-next {
    margin: -20px 0 0 48px !important;
  }

  .ly_banner .swiper-container .swiper-pagination {
    width: 60px;
    height: 6px;
  }

  .ly_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }

  .ly_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
  }

  .ly_products {
    padding: 60px 0;
  }

  .lyPro_dec p {
    max-height: 140px;
    -webkit-line-clamp: 5;
  }

  .lyPro_txt .lyPro_dec,
  .lyPro_dec p,
  .lyPro_dec p span {
    line-height: 28px;
    font-size: 14px !important;
  }

  .toAll_main .toAll_btn {
    width: 180px;
  }

  .ly_character .lyChar_main {
    margin: 60px auto;
  }

  .lyChar_con .lyChar_img {
    height: 180px;
  }
  
  .ly_news {
    padding: 60px 0;
  }

  .lyNews_tab {
    margin: -102px 154px 0 0;
  }

  .lyNews_tab ul li a {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
  }

  .lyNews_list ul li .lyNews_img {
    height: 274px;
  }

  .lyNews_list ul li .lyNews_txt em {
    line-height: 24px;
    font-size: 14px;
  }

  .lyNews_list ul li .lyNews_txt a.lyNews_name {
    height: 60px;
    line-height: 30px;
    font-size: 20px;
    margin: 10px auto 20px;
  }
}

@media (max-width:1280px) {
  .ly_banner {
    height: 590px;
  }

  .ba_txt .baTxt_tit {
    line-height: 40px;
    font-size: 32px;
  }

  .lyPro_main .lyPro_txt {
    width: calc(100% - 600px);
  }

  .lyPro_main .lyPro_img {
    width: 580px;
    height: 414px;
  }

  .lyNews_list ul li .lyNews_img {
    height: 254px;
  }

  .lyNews_list ul li .lyNews_txt a.lyNews_name {
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    margin: 10px auto 20px;
  }
}

@media (max-width:1200px) {
  .ly_banner {
    height: 515px;
  }

  .ba_txt .baTxt_tit {
    line-height: 40px;
    font-size: 30px;
  }

  .ly_banner .swiper-container .swiper_control {
    width: 300px;
  }

  .ly_banner .swiper-container .swiper-button-prev {
    margin: -20px 40px 0 0 !important;
  }

  .ly_banner .swiper-container .swiper-button-next {
    margin: -20px 0 0 40px !important;
  }

  .lyPro_main .lyPro_img {
    width: 540px;
    height: 386px;
  }
  
  .lyChar_con .lyChar_img {
    height: 160px;
  }

  .lyNews_list ul li .lyNews_img {
    height: 238px;
  }
}

@media (max-width:1080px) {
  .ly_banner {
    height: 462px;
  }
  
  .ly_banner .swiper-container .swiper-slide .video img {
    display: block;
  }
  
  .ly_banner .swiper-container .swiper-slide .video video,
  .ly_banner .swiper-container .swiper-slide .video source {
	display: none;
  }

  .ba_txt .baTxt_tit {
    line-height: 36px;
    font-size: 28px;
  }

  .lyPro_txt .lyPro_dec,
  .lyPro_dec p,
  .lyPro_dec p span {
    line-height: 24px;
    font-size: 14px !important;
  }

  .toAll_main p {
    line-height: 30px;
    font-size: 20px;
  }
  
  .lyChar_main .lyChar_swiper {
    padding: 0 40px;
  }
  
  .lyChar_swiper .swiper-container .swiper-slide .lyChar_title i {
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    float: left;
  }
  
  .lyChar_swiper .swiper-container .swiper-slide .lyChar_title p {
    font-size: 18px;
  }
  
  .lyChar_swiper .swiper-button-prev {
    left: -20px !important;
  }
  
  .lyChar_swiper .swiper-button-next {
    right: -20px !important;
  }

  .lyNews_tab {
    margin: -87px 154px 0 0;
  }

  .lyNews_list ul {
    margin: 0 -15px;
  }

  .lyNews_list ul li {
    padding: 0 15px;
  }

  .lyNews_list ul li .lyNews_img {
    height: 216px;
  }
}

@media (max-width:1024px) {
  .ly_banner {
    height: 440px;
  }

  .ba_txt .baTxt_tit {
    line-height: 32px;
    font-size: 26px;
  }

  .lyPro_main .lyPro_img {
    width: 500px;
    height: 357px;
  }

  .lyPro_toAll {
    padding: 60px 0;
  }

  .toAll_main p {
    line-height: 30px;
    font-size: 18px;
  }

  .lyNews_tab {
    margin: -84px 154px 0 0;
  }

  .lyNews_list ul li .lyNews_img {
    height: 204px;
  }
}

@media (max-width:920px) {
  .ly_banner {
    height: 400px;
  }

  .lyPro_main .lyPro_txt {
    width: calc(100% - 500px);
  }
  
  .lyChar_swiper .swiper-container .swiper-slide .lyChar_title p {
    font-size: 20px;
  }

  .lyNews_list ul {
    margin: 0 -10px;
  }

  .lyNews_list ul li {
    padding: 0 10px;
  }

  .lyNews_list ul li .lyNews_img {
    height: 188px;
  }

  .lyNews_list ul li:hover .lyNews_img::before {
    right: -6px;
    bottom: -6px;
  }

  .lyNews_list ul li .lyNews_txt a.lyNews_name {
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    margin: 10px auto 20px;
  }
}

@media (max-width:820px) {
  .ly_banner {
    height: 350px;
    margin: 70px auto 0;
  }

  .ba_txt .baTxt_tit {
    line-height: 30px;
    font-size: 24px;
  }

  .ly_banner .swiper-container .swiper_control {
    width: 280px;
    height: 70px;
    border-radius: 70px 0 0 0;
  }

  .ly_products {
    padding: 40px 0;
  }

  .lyPro_main .lyPro_txt {
    width: calc(100% - 480px);
  }

  .lyPro_dec p {
    max-height: 96px;
    -webkit-line-clamp: 4;
  }

  .lyPro_main .lyPro_img {
    width: 460px;
    height: 329px;
  }

  .lyPro_toAll {
    padding: 40px 0;
  }

  .ly_character .lyChar_main {
    margin: 40px auto;
  }

  .lyChar_main .lyChar_swiper {
    padding: 0;
  }

  .ly_news {
    padding: 40px 0;
  }

  .lyNews_tab {
    margin: -72px 132px 0 0;
  }

  .lyNews_tab ul li a {
    padding: 0 20px;
  }

  .lyNews_list ul li .lyNews_img {
    height: 166px;
  }
}

@media (max-width:767px) {
  .ly_banner {
    height: 220px;
    margin: 60px auto 0;
  }

  .ba_txt .baTxt_tit {
    width: 100%;
    line-height: 22px;
    font-size: 18px;
  }

  .ba_txt p {
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    margin: 10px 0 0;
  }

  .baTxt_btn {
    display: none;
  }

  .ly_banner .swiper-container .swiper_control {
    width: 120px;
    height: 30px;
    border-radius: 30px 0 0 0;
  }

  .ly_banner .swiper-container .swiper-button-prev,
  .ly_banner .swiper-container .swiper-button-next {
    display: none;
  }

  .ly_products {
    padding: 40px 0 0;
  }

  .lyPro_main .lyPro_img {
    width: 100%;
    height: 280px;
    float: none;
  }

  .lyPro_main .lyPro_txt {
    width: 100%;
    position: inherit;
    left: inherit;
    top: inherit;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
  }

  .toAll_main p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .lyChar_main .lyChar_swiper {
    padding: 0 20px;
  }

  .lyChar_swiper .swiper-button-prev {
    left: -10px !important;
  }
  
  .lyChar_swiper .swiper-button-next {
    right: -10px !important;
  }

  .ly_news {
    padding: 40px 0 0;
  }

  .lyNews_tab {
    margin: 0 auto 20px;
    float: none;
  }

  .lyNews_list ul {
    margin: 0;
  }

  .lyNews_list ul li {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
    float: none;
  }

  .lyNews_list ul li .lyNews_img {
    height: 264px;
  }

  .lyNews_list ul li .lyNews_txt a.lyNews_name {
    height: auto;
    max-height: 48px;
    line-height: 24px;
    font-size: 16px;
    margin: 10px auto 20px;
  }

  .lyNews_list ul li:hover .lyNews_img::before {
    right: -10px;
    bottom: -10px;
  }

}

@media (max-width:390px) {
  .ly_banner {
    height: 210px;
  }

  .lyPro_main .lyPro_img {
    width: 100%;
    height: 280px;
  }

  .lyChar_con .lyChar_img {
    height: 140px;
  }

  .lyNews_list ul li .lyNews_img {
    height: 240px;
  }
}

@media (max-width:320px) {
  .ly_banner {
    height: 180px;
  }

  .lyPro_main .lyPro_img {
    width: 100%;
    height: 240px;
  }

  .lyChar_swiper .swiper-container .swiper-slide.swiper-slide-active .lyChar_title i {
    margin-right: 10px;
  }

  .lyChar_con .lyChar_img {
    height: 120px;
  }

  .lyNews_list ul li .lyNews_img {
    height: 205px;
  }
}