/*lyAbout_part1 start*/
.lyAbout_part1 {
  background: url(../images/AbPart1_bg.jpg) center center no-repeat;
  background-size: cover;
}

.lyAbout_part1 .lyAbout_intro {
  margin: 0 auto;
  padding: 120px 0 80px;
}

.lyAbout_intro .IntroSwiper {
  width: 36%;
  overflow: hidden;
  padding-bottom: 80px;
  position: relative;
}

.lyAbout_intro .IntroSwiper .swiper-slide h3 {
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.lyAbout_intro .IntroSwiper .swiper-slide p {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  font-weight: lighter;
}

.lyAbout_intro .IntroSwiper .swiper-pagination {
  width: auto;
  height: 10px;
  left: 0;
  bottom: 0;
}

.lyAbout_intro .IntroSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 0 10px 0 0;
  opacity: 1;
  vertical-align: top;
}

.lyAbout_intro .IntroSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}


.lyAbout_data {
  padding: 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.lyAbout_data ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lyAbout_data ul li {
  position: relative;
}

.lyAbout_data ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0;
  left: -18%;
}

.lyAbout_data ul li:first-child:after {
  display: none;
}

.lyAbout_data ul li i {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  float: left;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.lyAbout_data ul li i img {
  display: block;
  width: 100%;
  height: 100%;
}

.lyAbout_data ul li:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.lyAbout_data ul li .dataTxt {
  width: calc(100% - 90px);
  float: right;
}

.lyAbout_data ul li .dataTxt p {
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-family: "Impact";
  font-size: 120px;
}

.lyAbout_data ul li .dataTxt p em {
  display: inline-block;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  vertical-align: top;
  margin: -32px 0 0 10px;
}

.lyAbout_data ul li .dataTxt span {
  display: block;
  width: 320px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

/*lyAbout_part1 end*/


/*lyAbout_part2 start*/
.lyAbout_part2 {
  margin: 80px auto;
}

.lyAbout_part2 ul {
  margin: 0 -60px;
}

.lyAbout_part2 ul li {
  width: 50%;
  padding: 0 60px;
  float: left;
}

.lyAbout_part2 ul li h3 {
  line-height: 50px;
  color: #222;
  font-size: 48px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  position: relative;
}

.lyAbout_part2 ul li h3::after {
  content: '';
  width: 58px;
  height: 2px;
  background-color: #ff6b03;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lyAbout_part2 ul li p {
  line-height: 44px;
  color: #222;
  font-size: 18px;
  font-weight: lighter;
  text-align: justify;
  margin: 0 auto;
}

/*lyAbout_part2 end*/


/*lyAbout_part3 start*/
.lyAbout_part3 {
  margin: 0 auto 80px;
  padding: 80px 0 0;
  position: relative;
}

.lyAbout_part3::before {
  content: '';
  width: 100%;
  height: 500px;
  background-color: #22003d;
  position: absolute;
  top: 0;
  left: 0;
}

.lyAbout_team {
  margin: 0 auto;
}

#particles-js {
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.lyAbout_team .lyAboutTeam_left {
  width: 62.6%;
  height: 600px;
  padding-right: 10px;
  float: left;
}

.lyAboutTeam_left .lyAboutTeam_tit1 {
  width: 38.5%;
  height: 100%;
  overflow: hidden;
  padding: 72px 40px;
  background-color: #1676e2;
  position: relative;
  float: left;
}

.lyAboutTeam_right .lyAboutTeam_tit2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 72px 40px;
  background-color: #ff6b03;
  position: relative;
  float: left;
}

.lyAboutTeam_tit1 h3,
.lyAboutTeam_tit2 h3 {
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
}

.lyAboutTeam_tit1 p {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  font-weight: lighter;
  position: relative;
}

.lyAboutTeam_tit1::before {
  content: '';
  width: 407px;
  height: 407px;
  overflow: hidden;
  background: url(../images/team_ico1.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -110px;
  bottom: -50px;
}

.lyAboutTeam_tit2::before {
  content: '';
  width: 200px;
  height: 286px;
  overflow: hidden;
  background: url(../images/team_ico2.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -50px;
  bottom: -90px;
}

.lyAboutTeam_left dl {
  width: 61.5%;
  height: 100%;
  float: left;
}

.lyAboutTeam_left dl dt {
  width: 50%;
  height: 50%;
  padding-left: 10px;
  padding-bottom: 5px;
  float: left;
}

.lyAboutTeam_left dl dd {
  width: 100%;
  height: 50%;
  padding-left: 10px;
  padding-top: 5px;
  float: left;
}

.lyAboutTeam_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyAboutTeam_img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAbout_team .lyAboutTeam_right {
  width: 37.4%;
  height: 600px;
  float: left;
}

.lyAboutTeam_right dl {
  height: 100%;
}

.lyAboutTeam_right dl dt {
  width: 47%;
  height: 50%;
  padding: 0 0 5px;
}

.lyAboutTeam_right dl dt:nth-child(2) {
  padding: 5px 0 0;
}

.lyAboutTeam_right dl dd {
  width: 53%;
  height: 100%;
  margin-top: -600px;
  padding-left: 10px;
  float: right;
}

/*lyAbout_part3 end*/

@media (max-width:1680px) {
  .lyAbout_part1 .lyAbout_intro {
    padding: 80px 0 60px;
  }

  .lyAbout_intro .IntroSwiper {
    width: 40%;
    padding-bottom: 60px;
  }

  .lyAbout_data {
    padding: 60px 0;
  }

  .lyAbout_data ul li .dataTxt p {
    height: 90px;
    line-height: 90px;
    font-size: 100px;
  }

  .lyAbout_data ul li .dataTxt p em {
    font-size: 32px;
  }

  .lyAbout_data ul li .dataTxt span {
    width: 260px;
    font-size: 16px;
  }

  .lyAbout_part2 {
    margin: 60px auto;
  }

  .lyAbout_part2 ul li h3 {
    line-height: 48px;
    font-size: 44px;
    padding-bottom: 30px;
  }

  .lyAbout_part2 ul li p {
    line-height: 40px;
  }

  .lyAbout_part3 {
    margin: 0 auto 60px;
    padding: 60px 0 0;
  }

  .lyAbout_team .lyAboutTeam_left,
  .lyAbout_team .lyAboutTeam_right {
    height: 554px;
  }

  .lyAboutTeam_right dl dt {
    width: 49%;
  }

  .lyAboutTeam_right dl dd {
    width: 51%;
    margin-top: -554px;
  }
}

@media (max-width:1600px) {

  .lyAbout_part2 ul li h3 {
    line-height: 40px;
    font-size: 36px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .lyAbout_part2 ul li p,
  .lyAboutTeam_tit1 p {
    line-height: 32px;
    font-size: 16px;
  }

  .lyAboutTeam_tit1 h3,
  .lyAboutTeam_tit2 h3 {
    line-height: 32px;
    font-size: 24px;
  }

  .lyAbout_team .lyAboutTeam_left,
  .lyAbout_team .lyAboutTeam_right {
    height: 526px;
  }

  .lyAboutTeam_right dl dd {
    margin-top: -526px;
  }

  .lyAboutTeam_tit1::before {
    width: 360px;
    height: 360px;
  }

  .lyAboutTeam_tit2::before {
    width: 180px;
    height: 266px;
  }
}

@media (max-width:1560px) {
  .lyAbout_data ul li .dataTxt p {
    height: 80px;
    line-height: 80px;
    font-size: 90px;
  }

  .lyAbout_data ul li .dataTxt p em {
    margin: -24px 0 0 10px;
  }

  .lyAbout_data ul li .dataTxt span {
    width: 240px;
  }

  .lyAbout_team .lyAboutTeam_left,
  .lyAbout_team .lyAboutTeam_right {
    height: 512px;
  }

  .lyAboutTeam_right dl dd {
    margin-top: -512px;
  }
}

@media (max-width:1440px) {
  .lyAbout_part1 .lyAbout_intro {
    padding: 60px 0;
  }

  .lyAbout_intro .IntroSwiper {
    padding-bottom: 40px;
  }

  .lyAbout_intro .IntroSwiper .swiper-slide h3 {
    line-height: 34px;
    font-size: 24px;
  }

  .lyAbout_intro .IntroSwiper .swiper-slide p {
    line-height: 28px;
    font-size: 14px;
  }

  .lyAbout_intro .IntroSwiper .swiper-pagination {
    height: 8px;
  }

  .lyAbout_intro .IntroSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px 0 0;
  }

  .lyAbout_data ul li i {
    width: 60px;
    height: 60px;
  }

  .lyAbout_data ul li .dataTxt {
    width: calc(100% - 72px);
  }

  .lyAbout_data ul li .dataTxt p {
    height: 70px;
    line-height: 70px;
    font-size: 80px;
  }

  .lyAbout_data ul li .dataTxt p em {
    font-size: 26px;
    margin: -20px 0 0 4px;
  }

  .lyAbout_data ul li .dataTxt span {
    width: 200px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }

  .lyAbout_part2 ul {
    margin: 0 -40px;
  }

  .lyAbout_part2 ul li {
    padding: 0 40px;
  }

  .lyAbout_part2 ul li h3 {
    font-size: 32px;
  }

  .lyAbout_part2 ul li p,
  .lyAboutTeam_tit1 p {
    line-height: 28px;
    font-size: 14px;
  }

  .lyAbout_team .lyAboutTeam_left,
  .lyAbout_team .lyAboutTeam_right {
    height: 480px;
  }

  .lyAboutTeam_left .lyAboutTeam_tit1,
  .lyAboutTeam_right .lyAboutTeam_tit2 {
    padding: 60px 30px;
  }

  .lyAboutTeam_tit1::before {
    width: 340px;
    height: 340px;
  }

  .lyAboutTeam_tit2::before {
    width: 170px;
    height: 256px;
  }

  .lyAboutTeam_right dl dd {
    margin-top: -480px;
  }

}

@media (max-width:1366px) {

  .lyAbout_team .lyAboutTeam_left,
  .lyAbout_team .lyAboutTeam_right {
    height: 454px;
  }

  .lyAboutTeam_tit1::before {
    width: 320px;
    height: 320px;
  }

  .lyAboutTeam_tit2::before {
    width: 160px;
    height: 246px;
  }

  .lyAboutTeam_right dl dd {
    margin-top: -454px;
  }
}

@media (max-width:1280px) {
  .lyAbout_data ul li i {
    width: 52px;
    height: 52px;
  }

  .lyAbout_data ul li .dataTxt {
    width: calc(100% - 62px);
  }

  .lyAbout_data ul li .dataTxt p {
    height: 60px;
    line-height: 60px;
    font-size: 70px;
  }

  .lyAbout_data ul li .dataTxt span {
    width: 180px;
  }

  .lyAbout_part3::before,
  #particles-js {
    height: 460px;
  }

  .lyAbout_team .lyAboutTeam_left,
  .lyAbout_team .lyAboutTeam_right {
    height: 422px;
  }

  .lyAboutTeam_left .lyAboutTeam_tit1,
  .lyAboutTeam_right .lyAboutTeam_tit2 {
    padding: 50px 30px;
  }

  .lyAboutTeam_tit1::before {
    width: 300px;
    height: 300px;
  }

  .lyAboutTeam_tit2::before {
    width: 150px;
    height: 230px;
  }

  .lyAboutTeam_right dl dd {
    margin-top: -422px;
  }
}

@media (max-width:1200px) {
  .lyAbout_part1 .lyAbout_intro {
    padding: 40px 0;
  }

  .lyAbout_intro .IntroSwiper .swiper-slide h3 {
    line-height: 32px;
    font-size: 22px;
  }

  .lyAbout_data {
    padding: 40px 0;
  }

  .lyAbout_data ul li .dataTxt p {
    height: 50px;
    line-height: 50px;
    font-size: 60px;
  }

  .lyAbout_data ul li .dataTxt p em {
    font-size: 24px;
    margin: -16px 0 0 4px;
  }

  .lyAbout_data ul li .dataTxt span {
    width: 160px;
  }

  .lyAbout_part2 {
    margin: 40px auto;
  }

  .lyAbout_part2 ul li h3 {
    line-height: 36px;
    font-size: 28px;
  }

  .lyAbout_part2 ul li h3::after {
    width: 48px;
  }

  .lyAbout_part3 {
    margin: 0 auto 40px;
    padding: 40px 0 0;
  }

  .lyAbout_part3::before,
  #particles-js {
    height: 420px;
  }

  .lyAbout_team .lyAboutTeam_left,
  .lyAbout_team .lyAboutTeam_right {
    height: 394px;
  }

  .lyAboutTeam_left .lyAboutTeam_tit1,
  .lyAboutTeam_right .lyAboutTeam_tit2 {
    padding: 40px 20px;
  }

  .lyAboutTeam_tit1::before {
    width: 280px;
    height: 280px;
    right: -90px;
  }

  .lyAboutTeam_tit2::before {
    width: 140px;
    height: 220px;
    right: -30px;
    bottom: -70px;
  }

  .lyAboutTeam_right dl dd {
    margin-top: -394px;
  }

  .lyAboutTeam_tit1 h3,
  .lyAboutTeam_tit2 h3 {
    line-height: 30px;
    font-size: 22px;
  }
}

@media (max-width:1080px) {
  .lyAbout_data ul li::after {
    left: -10%;
  }

  .lyAbout_part2 ul {
    margin: 0 -20px;
  }

  .lyAbout_part2 ul li {
    padding: 0 20px;
  }

  .lyAbout_part2 ul li h3 {
    line-height: 32px;
    font-size: 26px;
  }

  .lyAbout_part3::before,
  #particles-js {
    height: 400px;
  }

  .lyAbout_team .lyAboutTeam_left,
  .lyAbout_team .lyAboutTeam_right {
    height: 350px;
  }

  .lyAboutTeam_left .lyAboutTeam_tit1,
  .lyAboutTeam_right .lyAboutTeam_tit2 {
    padding: 40px 20px;
  }

  .lyAboutTeam_tit1::before {
    width: 250px;
    height: 250px;
    right: -70px;
    bottom: -40px;
  }

  .lyAboutTeam_tit2::before {
    width: 120px;
    height: 200px;
    right: -20px;
    bottom: -60px;
  }

  .lyAboutTeam_right dl dd {
    margin-top: -350px;
  }
}

@media (max-width:1024px) {
  .lyAbout_intro .IntroSwiper {
    width: 44%;
  }

  .lyAbout_intro .IntroSwiper .swiper-slide p {
    line-height: 24px;
    font-size: 14px;
  }

  .lyAbout_data ul li i {
    width: 44px;
    height: 44px;
  }

  .lyAbout_data ul li .dataTxt {
    width: calc(100% - 54px);
  }

  .lyAbout_data ul li .dataTxt p {
    height: 40px;
    line-height: 40px;
    font-size: 50px;
  }

  .lyAbout_data ul li .dataTxt p em {
    font-size: 20px;
    margin: -12px 0 0 4px;
  }

  .lyAbout_data ul li .dataTxt span {
    width: 140px;
  }

  .lyAbout_part3::before,
  #particles-js {
    height: 360px;
  }

  .lyAbout_team .lyAboutTeam_left,
  .lyAbout_team .lyAboutTeam_right {
    height: 330px;
  }

  .lyAboutTeam_left .lyAboutTeam_tit1,
  .lyAboutTeam_right .lyAboutTeam_tit2 {
    padding: 40px 20px;
  }

  .lyAboutTeam_tit1::before {
    width: 200px;
    height: 200px;
    right: -60px;
    bottom: -30px;
  }

  .lyAboutTeam_tit2::before {
    width: 100px;
    height: 180px;
    right: -20px;
    bottom: -50px;
  }

  .lyAboutTeam_right dl dd {
    margin-top: -330px;
  }
}

@media (max-width:920px) {

  .lyAbout_team .lyAboutTeam_left,
  .lyAbout_team .lyAboutTeam_right {
    height: 318px;
  }

  .lyAboutTeam_left .lyAboutTeam_tit1,
  .lyAboutTeam_right .lyAboutTeam_tit2 {
    padding: 40px 20px;
  }

  .lyAboutTeam_tit1::before {
    width: 180px;
    height: 180px;
    right: -50px;
    bottom: -24px;
  }

  .lyAboutTeam_tit2::before {
    width: 80px;
    height: 160px;
    right: -10px;
    bottom: -40px;
  }

  .lyAboutTeam_right dl dd {
    margin-top: -318px;
  }
}

@media (max-width:820px) {
  .lyAbout_intro .IntroSwiper .swiper-slide p {
    line-height: 22px;
    font-size: 12px;
  }

  .lyAbout_data ul li .dataTxt p {
    height: 40px;
    line-height: 40px;
    font-size: 44px;
  }

  .lyAbout_data ul li .dataTxt span {
    width: 120px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 4px;
  }

  .lyAbout_part2 ul {
    margin: 0 -15px;
  }

  .lyAbout_part2 ul li {
    padding: 0 15px;
  }

  .lyAbout_part2 ul li h3 {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .lyAbout_part2 ul li p,
  .lyAboutTeam_tit1 p {
    line-height: 24px;
    font-size: 12px;
  }

  .lyAbout_part3::before,
  #particles-js {
    height: 320px;
  }

  .lyAbout_team .lyAboutTeam_left,
  .lyAbout_team .lyAboutTeam_right {
    height: 270px;
  }

  .lyAboutTeam_left .lyAboutTeam_tit1,
  .lyAboutTeam_right .lyAboutTeam_tit2 {
    padding: 20px;
  }

  .lyAboutTeam_tit1::before {
    width: 160px;
    height: 160px;
    right: -40px;
    bottom: -20px;
  }

  .lyAboutTeam_tit2::before {
    width: 70px;
    height: 140px;
    right: -10px;
    bottom: -40px;
  }

  .lyAboutTeam_right dl dd {
    margin-top: -270px;
  }

  .lyAboutTeam_tit1 h3,
  .lyAboutTeam_tit2 h3 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .lyAbout_part1 {
    background: url(../images/AbPart1_bg.jpg) center center no-repeat;
    background-size: 200% 100%;
  }

  .lyAbout_intro .IntroSwiper {
    padding-bottom: 30px;
  }

  .lyAbout_intro .IntroSwiper .swiper-slide h3 {
    line-height: 30px;
    font-size: 20px;
  }

  .lyAbout_data {
    padding: 40px 0 20px;
  }

  .lyAbout_data ul {
    display: block;
    align-items: inherit;
    justify-content: inherit;
  }

  .lyAbout_data ul li {
    width: 50%;
    margin-bottom: 20px;
    float: left;
  }

  .lyAbout_part2 {
    margin: 40px auto 20px;
  }

  .lyAbout_part2 ul {
    margin: 0;
  }

  .lyAbout_part2 ul li {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    float: left;
  }

  .lyAbout_part2 ul li h3 {
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .lyAbout_part2 ul li h3::after {
    width: 36px;
  }

  .lyAbout_part3::before,
  #particles-js {
    height: 280px;
  }

  #particles-js {
    width: 400%;
  }

  .lyAbout_team .lyAboutTeam_left {
    width: 100%;
    height: auto;
    padding: 0 0 10px;
  }

  .lyAboutTeam_left .lyAboutTeam_tit1 {
    width: 100%;
    height: auto;
  }

  .lyAboutTeam_tit1::before {
    width: 120px;
    height: 120px;
    right: -20px;
    bottom: -20px;
  }

  .lyAboutTeam_left dl {
    width: calc(100% + 10px);
    height: auto;
    margin: 10px 0 0 -5px;
    float: inherit;
  }

  .lyAboutTeam_left dl dt {
    height: 190px;
    padding: 0 5px 5px;
  }

  .lyAboutTeam_left dl dd {
    height: 190px;
    padding: 5px 5px 0;
  }

  .lyAbout_team .lyAboutTeam_right {
    width: 100%;
    height: auto;
  }

  .lyAboutTeam_right dl dt {
    width: 50%;
    height: 190px;
  }

  .lyAboutTeam_right dl dd {
    width: 50%;
    height: 380px;
    margin-top: -380px;
  }

  .lyAboutTeam_tit2::before {
    width: 140px;
    height: 220px;
    right: -30px;
    bottom: -50px;
  }
}

@media (max-width: 390px) {

  .lyAboutTeam_left dl dt,
  .lyAboutTeam_left dl dd {
    height: 178px;
  }

  .lyAboutTeam_right dl dt {
    height: 183px;
  }

  .lyAboutTeam_right dl dd {
    height: 366px;
    margin-top: -366px;
  }
}

@media (max-width: 320px) {
  .lyAbout_part1 {
    background: url(../images/AbPart1_bg.jpg) center center no-repeat;
    background-size: 300% 100%;
  }

  .lyAbout_intro .IntroSwiper {
    width: 60%;
  }

  .lyAbout_data ul li {
    width: 100%;
  }

  .lyAboutTeam_left dl dt,
  .lyAboutTeam_left dl dd {
    height: 150px;
  }

  .lyAboutTeam_right dl dt {
    height: 155px;
  }

  .lyAboutTeam_right dl dd {
    height: 310px;
    margin-top: -310px;
  }
}