.page_banner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.page_banner .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_banner .pic i {
  width: 100%;
  height: 100%;
}
.page_banner .pic i.mobile {
  display: none;
}
.page_banner .pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333;
}
.page_banner .pos .text {
  width: 36%;
}
.page_banner .pos b {
  margin-bottom: 30px;
  font-size: 28px;
  color: #f49910;
}
.page_banner .pos p {
  line-height: 48px;
  font-size: 32px;
}
.page_banner .add {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
/*面包屑*/
.add {
  display: flex;
  align-items: center;
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.add a {
  float: left;
  color: #fff;
}
.add a.one {
  width: 30px;
  height: 30px;
  background: url(../images/lytimages/icon/i3.png) left center no-repeat;
  background-size: 20px auto;
}
.add a:hover {
  color: #f49910;
}
.add i {
  float: left;
  margin: 0 10px;
}
.add .detail {
  margin: 0 !important;
}
/*二级导航*/
.pageNav {
  background: #fff;
  border-bottom: #ebebeb 1px solid;
}
.pageNav .swiper-slide {
  position: relative;
  justify-content: center;
  margin: 0 45px;
  width: auto;
  line-height: 80px;
  font-size: 18px;
  color: #333;
}
.pageNav .swiper-slide::before {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0px;
  height: 2px;
  background: #f49910;
  content: " ";
}
.pageNav .swiper-slide.cur {
  font-weight: bold;
}
.pageNav .swiper-slide.cur,
.pageNav .swiper-slide:hover {
  color: #f49910;
}
.pageNav .swiper-slide.cur::before,
.pageNav .swiper-slide:hover::before {
  transition: all 0.5s;
  width: 100%;
}
@media (min-width: 1201px) {
  .pageNav .swiper-wrapper {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .page_banner .pic i.mobile {
    display: block;
  }
  /*面包屑*/
  .page_banner .add {
    position: absolute;
    left: 0;
    bottom: 0.9rem;
    width: 100%;
  }
  .add {
    margin-top: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.48rem;
  }
  .add a.one {
    width: 0.7rem;
    height: 0.7rem;
    background-size: 0.51rem auto;
  }
  .add i {
    margin: 0 0.15rem;
  }
  /*二级导航*/
  .pageNav .swiper-slide {
    margin: 0 4%;
    line-height: 1.9rem;
    font-size: 0.58rem;
  }
  .pageNav .swiper-slide::before {
    height: 2px;
  }
}
.honor {
  background: url(../images/lytimages/page/honor_bac.png) no-repeat;
  background-size: 100% 100%;
}
.honor .honor01 .honorList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.honor .honor01 .honorList .honorItem {
  width: 19.46%;
  margin-bottom: 45px;
  margin-right: 7.38%;
}
.honor .honor01 .honorList .honorItem img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
}
.honor .honor01 .honorList .honorItem .title {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  text-align: center;
}
.honor .honor01 .honorList .honorItem:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .page_banner {
    height: 10rem;
  }
  .honor {
    background: url(../images/lytimages/page/honor_bac.png) no-repeat;
    background-size: 100% 100%;
  }
  .honor .honor01 .honorList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .honor .honor01 .honorList .honorItem {
    width: 49%;
    margin-bottom: 0.8rem;
    margin-right: 2%;
  }
  .honor .honor01 .honorList .honorItem img {
    width: 100%;
    height: 6rem;
  }
  .honor .honor01 .honorList .honorItem .title {
    margin-top: 0.3rem;
    font-size: 0.58rem;
    line-height: 0.7rem;
    height: 1.4rem;
    text-align: center;
  }
  .honor .honor01 .honorList .honorItem:nth-child(2n) {
    margin-right: 0;
  }
  .honor .honor01 .honorList .honorItem:nth-child(4n) {
    margin-right: 0;
  }
}
.page_banner.mapBanner {
  height: 100vh;
}
.InforPos {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.InforPos .inforBox {
  padding: 0 6%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;
  border-radius: 30px;
}
.InforPos .inforBox .inforItem .inforTop {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.InforPos .inforBox .inforItem .inforTop .pic {
  width: 21px;
}
.InforPos .inforBox .inforItem .inforTop .pic img {
  width: 100%;
  height: auto;
  background-size: 100% 100%;
}
.InforPos .inforBox .inforItem .inforTop .title {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 600;
}
.InforPos .inforBox .inforItem .inforCon {
  font-size: 16px;
  color: #666;
}
.InforPos .inforBox .inforItem .code {
  width: 94px;
  height: 94px;
}
.InforPos .inforBox .inforItem .code img {
  width: 100%;
  height: 100%;
}
.contactUs .contact01 {
  background: #fff;
}
.contactUs .contact01 .concatForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contactUs .contact01 .concatForm .formItem {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 3.5% 40px 0;
  width: 31%;
}
.contactUs .contact01 .concatForm .formItem:nth-child(3n) {
  margin-right: 0;
}
.contactUs .contact01 .concatForm .formItem .nameBox {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 6px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
}
.contactUs .contact01 .concatForm .formItem .nameBox .nameText {
  color: #666;
  margin-right: 5px;
}
.contactUs .contact01 .concatForm .formItem .nameBox .asterisk {
  color: red;
}
.contactUs .contact01 .concatForm .formItem .concatInput {
  flex: 1;
}
.contactUs .contact01 .concatForm .formItem .concatInput input {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
.contactUs .contact01 .concatForm .formItem.formCon {
  margin-right: 0;
  width: 100%;
}
.contactUs .contact01 .concatForm .formItem.formCon .concatInput .mobileInput {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  display: block;
  width: 100%;
}
.contactUs .contact01 .concatForm .formItem.formCode {
  width: 30%;
  margin-right: 60px;
  height: 60px;
  align-items: center;
}
.contactUs .contact01 .concatForm .formItem.formCode .pic {
  width: 150px;
}
.contactUs .contact01 .concatForm .formItem.formCode .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactUs .contact01 .concatForm .verificationCode {
  width: 188px;
  height: 60px;
}
.contactUs .contact01 .concatForm .verificationCode button {
  width: 100%;
  margin: auto;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  background-color: #f39910;
  border-radius: 60px;
}
.contactUs .contact02 {
  background-color: #fefbf6;
}
.contactUs .contact02 .mySwiper {
  display: none;
}
.contactUs .contact02 .wayBox {
  display: flex;
  flex-wrap: wrap;
}
.contactUs .contact02 .wayBox .wayItem {
  width: calc(32% - 92px);
  background-color: #fff;
  margin-right: 2%;
  padding: 35px 40px;
  border-radius: 40px;
  margin-top: 50px;
  border: 1px solid #fff;
}
.contactUs .contact02 .wayBox .wayItem:nth-child(1),
.contactUs .contact02 .wayBox .wayItem:nth-child(2),
.contactUs .contact02 .wayBox .wayItem:nth-child(3) {
  margin-top: 0px;
}
.contactUs .contact02 .wayBox .wayItem .companyName {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.contactUs .contact02 .wayBox .wayItem .conFlex {
  margin-top: 15px;
  display: flex;
  align-items: start;
}
.contactUs .contact02 .wayBox .wayItem .conFlex .pic {
  display: flex;
  align-items: center;
  width: 19px;
  height: 26px;
  margin-right: 10px;
}
.contactUs .contact02 .wayBox .wayItem .conFlex .pic img {
  width: 100%;
  height: auto;
}
.contactUs .contact02 .wayBox .wayItem .conFlex .conP {
  font-size: 18px;
  width: calc(100% - 30px);
  line-height: 26px;
  color: #999;
}
.contactUs .contact02 .wayBox .wayItem:nth-child(3n) {
  margin-right: 0;
}
.contactUs .contact02 .wayBox .wayItem:hover {
  cursor: pointer;
  border: 1px solid #f39910;
}
.contactUs .contact02 .wayBox .wayItem:hover .companyName {
  color: #f39910;
  border-bottom: 1px solid #f39910;
}
@media (max-width: 1200px) {
  .page_banner.mapBanner {
    height: 21.09rem;
  }
  .InforPos {
    position: absolute;
    left: 50%;
    bottom: -15%;
    transform: translate(-50%, -50%);
  }
  .InforPos .inforBox {
    padding: 0.9rem;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 8.8rem;
    border-radius: 0.3rem;
  }
  .InforPos .inforBox .inforItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .InforPos .inforBox .inforItem .inforTop {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .InforPos .inforBox .inforItem .inforTop .pic {
    width: 0.43rem;
  }
  .InforPos .inforBox .inforItem .inforTop .pic img {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
  }
  .InforPos .inforBox .inforItem .inforTop .title {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.54rem;
    font-weight: 600;
  }
  .InforPos .inforBox .inforItem .inforTop.wx {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }
  .InforPos .inforBox .inforItem .inforCon {
    font-size: 0.54rem;
    color: #666;
  }
  .InforPos .inforBox .inforItem .code {
    width: 94px;
    height: 94px;
  }
  .InforPos .inforBox .inforItem .code img {
    width: 100%;
    height: 100%;
  }
  .contactUs .contact01 .concatForm .formItem {
    width: 100%;
    margin: 0 0 0.5rem 0;
    padding-bottom: 0.3rem;
  }
  .contactUs .contact01 .concatForm .formItem .nameBox {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.54rem;
  }
  .contactUs .contact01 .concatForm .formItem .nameBox .nameText {
    margin-right: 0.1rem;
    font-size: 0.54rem;
  }
  .contactUs .contact01 .concatForm .formItem .concatInput input {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.54rem;
  }
  .contactUs .contact01 .concatForm .formItem.formCon {
    width: 100%;
    align-items: start;
  }
  .contactUs .contact01 .concatForm .formItem.formCon .concatInput .mobileInput {
    height: 4.2rem;
    line-height: 0.8rem;
    font-size: 0.56rem;
    width: 100%;
  }
  .contactUs .contact01 .concatForm .formItem.formCode {
    width: 100%;
    margin-right: 0;
    height: 1.7rem;
    align-items: center;
  }
  .contactUs .contact01 .concatForm .formItem.formCode .nameBox {
    width: 30%;
  }
  .contactUs .contact01 .concatForm .formItem.formCode .concatInput {
    width: 41.43%;
  }
  .contactUs .contact01 .concatForm .formItem.formCode .pic {
    width: 4.5rem;
  }
  .contactUs .contact01 .concatForm .verificationCode {
    margin-top: 1rem;
    width: 5rem;
    height: 1.7rem;
  }
  .contactUs .contact01 .concatForm .verificationCode button {
    width: 100%;
    margin: auto;
    font-size: 0.48rem;
    line-height: 1.7rem;
    color: #fff;
    background-color: #f39910;
    border-radius: 1.7rem;
  }
  .contactUs .contact02 .wayBox .wayItem {
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    margin-top: 1.1rem;
  }
  .contactUs .contact02 .wayBox .wayItem:nth-child(2),
  .contactUs .contact02 .wayBox .wayItem:nth-child(3) {
    margin-top: 1.1rem;
  }
  .contactUs .contact02 .wayBox .wayItem .companyName {
    font-size: 0.58rem;
    height: 1rem;
    line-height: 1rem;
    padding-bottom: 0.5rem;
  }
  .contactUs .contact02 .wayBox .wayItem .conFlex {
    margin-top: 0.3rem;
  }
  .contactUs .contact02 .wayBox .wayItem .conFlex .pic {
    width: 0.6rem;
    height: 0.8rem;
    margin-right: 0.4rem;
  }
  .contactUs .contact02 .wayBox .wayItem .conFlex .pic img {
    width: 100%;
    height: auto;
  }
  .contactUs .contact02 .wayBox .wayItem .conFlex .conP {
    font-size: 0.52rem;
    width: calc(100% - 0.6rem);
    line-height: 0.8rem;
  }
  .contactUs .contact02 .mySwiper {
    display: none;
  }
  .contactUs .contact02 .wayFlex {
    display: flex;
    flex-wrap: wrap;
  }
  .contactUs .contact02 .wayFlex .wayItem {
    width: 100%;
    background-color: #fff;
    margin-right: 0;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    margin-bottom: 1.1rem;
    border: 1px solid #fff;
  }
  .contactUs .contact02 .wayFlex .wayItem .companyName {
    color: #333;
    font-size: 0.58rem;
    font-weight: bold;
    height: 1rem;
    line-height: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d6d6d6;
  }
  .contactUs .contact02 .wayFlex .wayItem .conFlex {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
  }
  .contactUs .contact02 .wayFlex .wayItem .conFlex .pic {
    width: 0.6rem;
    margin-right: 0.4rem;
  }
  .contactUs .contact02 .wayFlex .wayItem .conFlex .pic img {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
  }
  .contactUs .contact02 .wayFlex .wayItem .conFlex .conP {
    font-size: 0.52rem;
    width: calc(100% - 0.6rem);
    line-height: 0.6rem;
    color: #999;
  }
  .contactUs .contact02 .wayFlex .wayItem:hover {
    cursor: pointer;
    border: 1px solid #f39910;
  }
  .contactUs .contact02 .wayFlex .wayItem:hover .companyName {
    color: #f39910;
    border-bottom: 1px solid #f39910;
  }
}
.newBanner {
  margin-top: 100px;
  background: url(../images/lytimages/page/new_bac.png) center no-repeat;
  background-size: cover;
}
.newBanner .add {
  margin-top: 0;
  color: #999;
}
.newBanner .add a.one {
  background-image: url(../images/lytimages/icon/i10.png);
}
.newBanner .add a {
  color: #999;
}
.newBanner .newsPos .mySwiper2 .swiper-slide {
  opacity: 0;
  display: flex;
  justify-content: space-between;
}
.newBanner .newsPos .mySwiper2 .swiper-slide .pic {
  width: 50%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.newBanner .newsPos .mySwiper2 .swiper-slide .pic i {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: scale(1);
}
.newBanner .newsPos .mySwiper2 .swiper-slide .newsBox {
  margin-top: 20px;
  width: 45.66%;
}
.newBanner .newsPos .mySwiper2 .swiper-slide .newsBox .title {
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newBanner .newsPos .mySwiper2 .swiper-slide .newsBox .time {
  color: #f39910;
  font-size: 20px;
  margin-bottom: 40px;
}
.newBanner .newsPos .mySwiper2 .swiper-slide .newsBox .desc {
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.newBanner .newsPos .mySwiper2 .swiper-slide:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.newBanner .newsPos .mySwiper2 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.newBanner .newsPos .mySwiper2 .buttonBox {
  position: relative;
  height: 3px;
  margin: 30px auto;
}
.newBanner .newsPos .mySwiper2 .buttonBox .swiper-button-prev {
  top: 50%;
  left: 0;
  width: 10px;
  color: #f39910;
  font-size: 24px;
  font-family: Arial;
}
.newBanner .newsPos .mySwiper2 .buttonBox .swiper-button-next {
  top: 50%;
  right: 0;
  width: 10px;
  color: #f39910;
  font-size: 24px;
  font-family: Arial;
}
.newBanner .newsPos .mySwiper2 .buttonBox .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0;
}
.newBanner .newsPos .mySwiper2 .buttonBox .swiper-pagination span {
  opacity: 1;
  width: 50px;
  height: 3px;
  border-radius: 0;
  background: #dcdcdc;
}
.newBanner .newsPos .mySwiper2 .buttonBox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #f39910;
}
.news .news01 .list {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.news .news01 .list a {
  box-sizing: border-box;
  width: calc((100% - 80px) / 3);
  margin: 0 40px 40px 0;
  padding: 30px;
  border: 1px solid #f39910;
  border-radius: 20px;
}
.news .news01 .list a .text {
  transition: all 0.5s;
  font-size: 20px;
  line-height: 34px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news01 .list a .pic {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.news .news01 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.news .news01 .list a .desc {
  border-top: 1px solid #d6d6d6;
  padding-top: 30px;
  height: 220px;
}
.news .news01 .list a .desc p {
  color: #666;
  font-size: 18px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news01 .list a .flex {
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/icon/i4ss.png) right 8px center no-repeat;
  background-size: 22px auto;
}
.news .news01 .list a .flex .timeBox {
  color: #f39910;
  font-family: Arial;
  font-size: 16px;
}
.news .news01 .list a .flex .timeBox .t2 {
  font-size: 18px;
  font-weight: bold;
}
.news .news01 .list a .flex .link {
  display: none;
}
.news .news01 .list a:hover .text {
  transition: all 0.5s;
  color: #f39910;
}
.news .news01 .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.news .news01 .list a:hover .flex {
  transition: all 0.5s;
  background-image: url(../images/icon/i4s.png);
  background-position: right center;
}
.news .news01 .list a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .newBanner {
    margin-top: 2rem;
    background-image: url(../images/lytimages/page/new_bac.png);
  }
  .newBanner .newsPos .mySwiper2 .swiper-slide {
    flex-wrap: wrap;
  }
  .newBanner .newsPos .mySwiper2 .swiper-slide .pic {
    width: 100%;
    height: 7.3rem;
    border-radius: 0.3rem;
  }
  .newBanner .newsPos .mySwiper2 .swiper-slide .newsBox {
    width: 100%;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .newBanner .newsPos .mySwiper2 .swiper-slide .newsBox .title {
    margin-bottom: 0.5rem;
    max-height: 2rem;
    font-size: 0.56rem;
    line-height: 1rem;
  }
  .newBanner .newsPos .mySwiper2 .swiper-slide .newsBox .time {
    font-size: 0.46rem;
    margin-bottom: 0.5rem;
  }
  .newBanner .newsPos .mySwiper2 .swiper-slide .newsBox .desc {
    margin-bottom: 0.75rem;
    max-height: 1.6rem;
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .newBanner .newsPos .mySwiper2 .buttonBox {
    height: 3px;
    margin: 0 0 0.8rem;
  }
  .newBanner .newsPos .mySwiper2 .buttonBox .swiper-button-prev {
    top: 50%;
    left: 0;
    width: 0.2rem;
    color: #f39910;
    font-size: 0.46rem;
    font-family: Arial;
  }
  .newBanner .newsPos .mySwiper2 .buttonBox .swiper-button-next {
    top: 50%;
    right: 0;
    width: 0.2rem;
    color: #f39910;
    font-size: 0.46rem;
    font-family: Arial;
  }
  .newBanner .newsPos .mySwiper2 .buttonBox .swiper-pagination span {
    width: 1rem;
    height: 2px;
  }
  .news .news01 .list a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.2rem;
    padding: 1rem 0.8rem;
    border: 1px solid #f39910;
    border-radius: 0.4rem;
  }
  .news .news01 .list a .text {
    font-size: 0.6rem;
    line-height: 0.7rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.8rem;
  }
  .news .news01 .list a .pic {
    width: 100%;
    height: 7rem;
    border-radius: 0.4rem;
    overflow: hidden;
    margin-bottom: 0.8rem;
  }
  .news .news01 .list a .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .news .news01 .list a .desc {
    border-top: 1px solid #d6d6d6;
    padding-top: 0.8rem;
    height: 7rem;
  }
  .news .news01 .list a .desc p {
    color: #666;
    font-size: 0.52rem;
    line-height: 0.7rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news .news01 .list a .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news .news01 .list a .flex .timeBox {
    color: #f39910;
    font-family: Arial;
    font-size: 0.36rem;
  }
  .news .news01 .list a .flex .timeBox .t2 {
    font-size: 0.46rem;
    font-weight: bold;
  }
  .news .news01 .list a .flex .link {
    width: 0.56rem;
    height: auto;
  }
  .news .news01 .list a .flex .link img {
    width: 100%;
    height: auto;
    background-size: 100% auto;
  }
  .news .news01 .list a .flex:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
  }
  .news .news01 .list a a:nth-child(3n) {
    margin-right: 0;
  }
}
.new_xq {
  padding-top: 110px;
}
.new_xq .add {
  margin-bottom: 10px;
  color: #999;
}
.new_xq .add a {
  color: #666;
}
.new_xq .add a.one {
  background-image: url(../images/lytimages/icon/i10.png);
}
.new_xq .new_01 {
  margin-bottom: 100px;
  background: #fff;
}
.new_xq .new_01 .title {
  padding: 0 0 10px;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.new_xq .new_01 .cen {
  position: relative;
  z-index: 2;
  padding: 18px 0 29px;
  width: 100%;
  text-align: center;
  border-bottom: #e5e5e5 1px solid;
}
.new_xq .new_01 .cen .cen_box {
  display: flex;
  justify-content: center;
  line-height: 30px;
  color: #999;
  font-size: 16px;
}
.new_xq .new_01 .cen .cen_box .flex {
  display: flex;
  justify-content: center;
}
.new_xq .new_01 .cen .cen_box i {
  margin: 0 15px;
}
.new_xq .new_01 .cen span.big,
.new_xq .new_01 .cen span.middle,
.new_xq .new_01 .cen span.small {
  margin-top: 4px;
  width: 39px;
  height: 22px;
  cursor: pointer;
}
.new_xq .new_01 .cen span.big,
.new_xq .new_01 .cen span.middle {
  border-right: #c6c6c6 1px solid;
}
.new_xq .new_01 .cen span.big {
  background: url(../images/lytimages/icon/i11.png) center no-repeat;
}
.new_xq .new_01 .cen span.big:hover,
.new_xq .new_01 .cen span.big.cur {
  background-image: url(../images/lytimages/icon/i11s.png);
}
.new_xq .new_01 .cen span.middle {
  background: url(../images/lytimages/icon/i12.png) center no-repeat;
}
.new_xq .new_01 .cen span.middle:hover,
.new_xq .new_01 .cen span.middle.cur {
  background-image: url(../images/lytimages/icon/i12s.png);
}
.new_xq .new_01 .cen span.small {
  background: url(../images/lytimages/icon/i13.png) center no-repeat;
}
.new_xq .new_01 .cen span.small:hover,
.new_xq .new_01 .cen span.small.cur {
  background-image: url(../images/lytimages/icon/i13s.png);
}
.new_xq .text {
  margin: 30px auto 0;
  min-height: 300px;
  font-size: 18px;
  line-height: 38px;
  color: #666;
  word-wrap: break-word;
  word-break: normal;
}
.new_xq .text p {
  text-indent: 2em;
  text-align: justify;
}
.new_xq .text p:has(img) {
  text-indent: 0em;
}
.new_xq .text img,
.new_xq .text video {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  height: auto !important;
}
.new_xq .text span,
.new_xq .text i,
.new_xq .text em,
.new_xq .text a,
.new_xq .text b {
  display: inline;
}
.new_xq .text table {
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.new_xq .text table span,
.new_xq .text table i,
.new_xq .text table em,
.new_xq .text table a,
.new_xq .text table b {
  white-space: pre-wrap;
}
.new_xq .text table td {
  padding: 0 2px !important;
  width: auto !important;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}
.new_xq .text table p {
  line-height: 26px;
  text-indent: 0em;
  text-align: inherit;
}
.new_xq .bot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  position: relative;
}
.new_xq .bot .up {
  width: calc(50% - 51px);
}
.new_xq .bot .up a {
  display: flex;
  font-size: 18px;
  line-height: 50px;
  color: #666;
}
.new_xq .bot .up a span {
  color: #f39910;
}
.new_xq .bot .up a .busyTitle {
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new_xq .bot .up a .arrows {
  position: relative;
  display: flex;
  align-items: center;
  width: 20px;
  margin-right: 10px;
}
.new_xq .bot .up a .arrows .icon {
  position: absolute;
  top: 40%;
  width: 20px;
}
.new_xq .bot .up a .arrows .icon img {
  width: 100%;
}
.new_xq .bot .up a:hover .busyTitle {
  color: #f39910;
}
.new_xq .bot .up a.fr .arrows {
  margin: 0 30px 0 4px;
}
.new_xq .bot .up a.fr .arrows .icon {
  left: 0;
}
.new_xq .bot .up a.fr .arrows em {
  left: 0;
}
.new_xq .bot .up a.fl .arrows {
  margin-left: 30px;
}
.new_xq .bot .up a.fl .arrows .icon {
  right: 0;
}
.new_xq .bot .up a.fl .arrows em {
  right: 0;
}
@media (max-width: 1200px) {
  .new_xq {
    padding: 2.2rem 0 0.6rem;
  }
  .new_xq .new_01 {
    margin-bottom: 0rem;
    padding: 0.6rem 0 1px;
  }
  .new_xq .new_01 .title {
    padding: 0 0 0.2rem;
    line-height: 1.26rem;
    font-size: 0.78rem;
    font-weight: bold;
  }
  .new_xq .new_01 .cen {
    padding: 0.72rem 0 0.12rem;
  }
  .new_xq .new_01 .cen .cen_box {
    flex-wrap: wrap;
    line-height: 0.8rem;
    font-size: 0.56rem;
  }
  .new_xq .new_01 .cen .cen_box .flex {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .new_xq .new_01 .cen .cen_box i {
    margin: 0 0.6rem;
  }
  .new_xq .new_01 .cen span {
    margin-bottom: 0.6rem;
  }
  .new_xq .new_01 .cen span.big,
  .new_xq .new_01 .cen span.middle,
  .new_xq .new_01 .cen span.small {
    margin-top: 0;
    width: 1.4rem;
    height: 0.8rem;
  }
  .new_xq .new_01 .cen span.big {
    background-size: 0.54rem auto;
  }
  .new_xq .new_01 .cen span.middle {
    background-size: 0.42rem auto;
  }
  .new_xq .new_01 .cen span.small {
    background-size: 0.54rem auto;
  }
  .new_xq .text {
    margin: 1rem 0 0;
    min-height: 5rem;
    font-size: 0.56rem;
    line-height: 0.92rem;
    overflow-x: auto;
  }
  .new_xq .text img,
  .new_xq .text video {
    display: block;
    margin: 0.2rem auto;
    max-width: 100%;
  }
  .new_xq .text table p {
    line-height: 0.92rem;
  }
  .new_xq .bot {
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: #e5e5e5 1px solid;
  }
  .new_xq .bot .more {
    display: none !important;
  }
  .new_xq .bot .up {
    width: 100%;
  }
  .new_xq .bot .up a {
    margin: 0.3rem 0;
    width: 100%;
    font-size: 0.56rem;
    line-height: 1rem;
    color: #666;
  }
  .new_xq .bot .up a .busyTitle {
    flex: 1;
    max-width: 350px;
  }
  .new_xq .bot .up a .arrows {
    display: none;
  }
}
.centerPos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.centerPos .reBox {
  color: #fff;
}
.centerPos .reBox .title {
  font-size: 36px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
.research01 .next {
  display: flex;
  border-radius: 30px;
  background: #f8f8f8;
}
.research01 .next a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-radius: 30px;
}
.research01 .next a .icon {
  position: relative;
  margin-right: 30px;
  width: 40px;
  height: 80px;
}
.research01 .next a .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.research01 .next a .icon .img2 {
  opacity: 0;
}
.research01 .next a p {
  font-size: 22px;
  color: #f39910;
  font-weight: bold;
}
.research01 .next a.cur {
  background: #f39910;
}
.research01 .next a.cur .icon .img1 {
  opacity: 0;
}
.research01 .next a.cur .icon .img2 {
  opacity: 1;
}
.research01 .next a.cur p {
  color: #fff;
}
.research .teamBot .teamList {
  /* min-height: 500px; */
}
.research .teamBot .teamList1 .title {
  margin-bottom: 35px;
  font-size: 24px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.research .teamBot .teamList1 .collegesNav {
  display: flex;
  flex-wrap: wrap;
}
.research .teamBot .teamList1 .collegesNav .collegesPic {
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-sizing: border-box; */
  width: 19%;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 1.25%;
}
.research .teamBot .teamList1 .collegesNav .collegesPic:nth-child(5n) {
  margin-right: 0;
}
.research .teamBot .teamList1 .collegesNav .collegesPic i {
  transition: all 0.6s;
  transform: rotateX(0deg);
  width: 80%;
  height: 80%;
}
.research .teamBot .teamList1 .collegesNav .collegesPic:hover i,
.research .teamBot .teamList1 .collegesNav .collegesPic.cur i {
  transition: all 0.6s;
  transform: rotateX(360deg);
}
.research .teamBot .teamList1 .collegesList {
  display: none;
}
.research .teamBot .teamList1 .collegesList.cur {
  display: block;
}
.research .teamBot .teamList1 .collegesList .collegesFlex {
  display: flex;
  flex-wrap: wrap;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem {
  width: 21.06%;
  margin-right: 5.25%;
  margin-top: 50px;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem:hover {
  cursor: pointer;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem:nth-child(4n) {
  margin-right: 0;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .teamPic {
  width: 100%;
  height: 258px;
  overflow: hidden;
  border-radius: 30px 60px 0 0;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .teamPic i {
  width: 100%;
  height: 100%;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .teamBottom {
  position: relative;
  background-color: #f6f5f4;
  border-radius: 0 0 30px 30px;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .teamBottom .teamName {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px;
  min-width: 100px;
  max-width: calc(100% - 30px);
  height: 48px;
  line-height: 48px;
  background-color: #f39910;
  color: #fff;
  border-radius: 48px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .teamBottom .teamDesc {
  padding: 44px 25px 25px 25px;
  font-size: 18px;
  color: #666;
  text-align: center;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop {
  display: none;
  position: fixed;
  top: 20%;
  left: 10%;
  width: 80%;
  max-width: 1920px;
  height: 70%;
  max-height: 1000px;
  background-color: #fff;
  background: url(../images/lytimages/page/pop_bac.png) no-repeat;
  background-size: 100% 100%;
  z-index: 101;
  border-radius: 20px;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .close {
  margin-left: calc(100% - 50px);
  width: 20px;
  height: 20px;
  background: url(../images/lytimages/icon/i17.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: 30px;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .close:hover {
  cursor: pointer;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #f39910;
  text-align: center;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon {
  margin: 0 100px;
  padding-right: 20px;
  height: calc(90% - 100px);
  overflow-y: auto;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon::-webkit-scrollbar {
  width: 4px;
  height: 6px;
  background-color: #fbeedb;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon::-webkit-scrollbar-thumb {
  width: 4px;
  height: 6px;
  background-color: #f39910;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  word-wrap: break-word;
  word-break: normal;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc p {
  margin-bottom: 20px;
  text-align: justify;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc img,
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc video {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  height: auto !important;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc span,
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc i,
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc em,
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc a,
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc b {
  display: inline;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc table {
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc table span,
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc table i,
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc table em,
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc table a,
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc table b {
  white-space: pre-wrap;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc table td {
  padding: 0 2px !important;
  width: auto !important;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}
.research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc table p {
  line-height: 26px;
  text-indent: 0em;
  text-align: inherit;
}
.research .teamBot .teamList2 .researchTeam01 {
  background-color: #fefbf6;
  padding: 120px 0;
}
.research .teamBot .teamList2 .researchTeam01 .researchFlex {
  display: flex;
  justify-content: space-between;
}
.research .teamBot .teamList2 .researchTeam01 .researchFlex .researchLeft {
  width: 49.33%;
}
.research .teamBot .teamList2 .researchTeam01 .researchFlex .researchLeft .title {
  font-size: 24px;
  font-weight: bold;
}
.research .teamBot .teamList2 .researchTeam01 .researchFlex .researchLeft .line {
  width: 40px;
  height: 2px;
  background-color: #f39910;
  margin: 35px 0;
}
.research .teamBot .teamList2 .researchTeam01 .researchFlex .researchLeft .desc {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #666;
}
.research .teamBot .teamList2 .researchTeam01 .researchFlex .researchLeft .more {
  margin: 0;
}
.research .teamBot .teamList2 .researchTeam01 .researchFlex .researchRight {
  width: 44%;
  overflow: hidden;
  border-radius: 10px;
}
.research .teamBot .teamList2 .researchTeam01 .researchFlex .researchRight i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.research .teamBot .teamList2 .researchTeam01 .researchFlex .researchRight:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.research .teamBot .teamList2 .researchTeam02 {
  margin-top: 110px;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiper-slide {
  transition: all 0.5s;
  opacity: 0;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiper-slide.swiper-slide-active {
  transition: all 0.5s;
  opacity: 1;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex {
  display: flex;
  align-items: center;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .pic {
  width: 41.53%;
  height: 477px;
  overflow: hidden;
  border-radius: 10px;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight {
  width: 58.47%;
  height: 417px;
  margin: 20px 0;
  background: url(../images/lytimages/page/intro_bac.png) no-repeat;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro {
  padding: 30px 4.66% 0;
  background-size: 100% 100%;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .title {
  font-size: 24px;
  font-weight: bold;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .line {
  width: 40px;
  height: 2px;
  background-color: #f39910;
  margin: 30px 0;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .desc {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .labelBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .labelBox .labelItem {
  display: flex;
  align-items: center;
  padding: 9px 0;
  border: 1px solid #f39910;
  border-radius: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .labelBox .labelItem:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(-5px);
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .labelBox .labelItem img {
  margin: 0 6px 0 15px;
  width: 18px;
  height: 21px;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .labelBox .labelItem .labelTitle {
  font-size: 15px;
  margin-right: 15px;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .buttonBox .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  left: auto;
  bottom: auto;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .buttonBox .swiper-pagination span {
  opacity: 1;
  margin-top: 40px;
  width: 50px;
  height: 3px;
  border-radius: 0;
  background: #dcdcdc;
}
.research .teamBot .teamList2 .researchTeam02 .researchSwiper .buttonBox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #f39910;
}
.mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
@media (max-width: 1200px) {
  .centerPos {
    margin-top: 0.4rem;
  }
  .centerPos .reBox .title {
    font-size: 0.9rem;
    height: 1.4rem;
    line-height: 1.4rem;
  }
  .research01 .next {
    border-radius: 0.3rem;
  }
  .research01 .next a {
    height: 1.5rem;
    border-radius: 0.3rem;
  }
  .research01 .next a .icon {
    margin-right: 0.3rem;
    width: 0.52rem;
    height: 1.5rem;
  }
  .research01 .next a p {
    font-size: 0.58rem;
  }
  .research .teamBot .teamList {
    /* min-height: 13rem; */
  }
  .research .teamBot .teamList1 .title {
    margin-bottom: 0.7rem;
    font-size: 0.58rem;
  }
  .research .teamBot .teamList1 .collegesNav .collegesPic {
    width: 32%;
    height: 1.9rem;
    margin-right: 2%;
    margin-bottom: 0.5rem;
  }
  .research .teamBot .teamList1 .collegesNav .collegesPic:nth-child(5n) {
    margin-right: 2%;
  }
  .research .teamBot .teamList1 .collegesNav .collegesPic:nth-child(3n) {
    margin-right: 0;
  }
  .research .teamBot .teamList1 .collegesNav .collegesPic i {
    width: 90%;
    height: 90%;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex {
    display: flex;
    flex-wrap: wrap;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.5rem;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem:nth-child(2n) {
    margin-right: 0;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .teamPic {
    width: 100%;
    height: 5.25rem;
    overflow: hidden;
    border-radius: 0.2rem 0.4rem 0 0;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .teamPic i {
    width: 100%;
    height: 100%;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .teamBottom {
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .teamBottom .teamName {
    top: -0.5rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 0.2rem;
    font-size: 0.55rem;
    padding: 0 0.2rem;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .teamBottom .teamDesc {
    padding: 0.7rem 0.5rem 0.5rem 0.5rem;
    font-size: 0.48rem;
    line-height: 0.8rem;
    color: #666;
    text-align: center;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop {
    top: 20%;
    left: 5vw;
    width: 90vw;
    background: url(../images/lytimages/mobile/page/pop_bac.png) no-repeat;
    background-size: 90vw auto;
    z-index: 101;
    border-radius: 0.4rem;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .close {
    margin-left: calc(90vw - 1.4rem);
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/lytimages/icon/i17.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-top: 30px;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .close:hover {
    cursor: pointer;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .title {
    width: 90vw;
    margin-bottom: 0.85rem;
    font-size: 0.72rem;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon {
    width: calc(90vw - 1.8rem);
    margin: 0 0.9rem;
    height: calc(90% - 3rem);
    padding-right: 5px;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon::-webkit-scrollbar {
    width: 2px;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon::-webkit-scrollbar-thumb {
    width: 2px;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc {
    font-size: 0.54rem;
    line-height: 0.9rem;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc p {
    margin-bottom: 0.5rem;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc img,
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc video {
    display: block;
    margin: 0.2rem auto;
    max-width: 100%;
  }
  .research .teamBot .teamList1 .collegesList .collegesFlex .teamItem .pop .teamCon .desc table p {
    line-height: 0.9rem;
  }
  .research .teamBot .teamList2 .researchTeam01 {
    background-color: #fefbf6;
    padding: 1.2rem 0;
  }
  .research .teamBot .teamList2 .researchTeam01 .researchFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .research .teamBot .teamList2 .researchTeam01 .researchFlex .researchLeft {
    width: 100%;
  }
  .research .teamBot .teamList2 .researchTeam01 .researchFlex .researchLeft .title {
    font-size: 0.58rem;
    font-weight: bold;
  }
  .research .teamBot .teamList2 .researchTeam01 .researchFlex .researchLeft .line {
    display: none;
  }
  .research .teamBot .teamList2 .researchTeam01 .researchFlex .researchLeft .desc {
    margin-top: 0.7rem;
    font-size: 0.48rem;
    line-height: 0.9rem;
    margin-bottom: 0.5rem;
    color: #666;
  }
  .research .teamBot .teamList2 .researchTeam01 .researchFlex .researchRight {
    margin-top: 1rem;
    margin-bottom: 1.2rem;
    width: 100%;
    height: 9.8rem;
    overflow: hidden;
    border-radius: 0.3rem;
  }
  .research .teamBot .teamList2 .researchTeam01 .researchFlex .researchRight i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .research .teamBot .teamList2 .researchTeam01 .researchFlex .researchRight:hover i {
    transition: all 0.5s;
    transform: scale(1.08);
  }
  .research .teamBot .teamList2 .researchTeam02 {
    margin-top: 2.2rem;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex {
    display: flex;
    flex-wrap: wrap;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .pic {
    width: 100%;
    height: 10.6rem;
    border-radius: 0.3rem 0.3rem 0 0;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro {
    background: url(../images/lytimages/mobile/page/intro_bac.png) no-repeat;
    padding: 0.9rem 0.7rem;
    height: 10.2rem;
    background-size: 100% 100%;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .title {
    font-size: 0.72rem;
    font-weight: bold;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .line {
    width: 0.7rem;
    height: 2px;
    background-color: #f39910;
    margin: 0.4rem 0;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .desc {
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #666;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .labelBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .labelBox .labelItem {
    display: flex;
    align-items: center;
    padding: 0.2rem 0;
    border: 1px solid #f39910;
    border-radius: 0.4rem;
    margin-right: 0.3rem;
    margin-bottom: 0.45rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .labelBox .labelItem:hover {
    transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .labelBox .labelItem img {
    margin: 0 0.1rem 0 0.2rem;
    width: 0.5rem;
    height: 0.6rem;
    background-size: 100% 100%;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .swiperFlex .swiperRight .intro .labelBox .labelItem .labelTitle {
    font-size: 0.48rem;
    margin-right: 0.2rem;
  }
  .research .teamBot .teamList2 .researchTeam02 .researchSwiper .buttonBox .swiper-pagination span {
    width: 1rem;
    height: 2px;
  }
}
.technology .technology01 .mode:nth-child(2n) .picBox {
  float: right;
  margin: 0 0 0 4.66%;
}
.technology .technology01 .mode:nth-child(2n) .next {
  float: left;
  margin: 160px 0 0 3.33%;
  width: 41.35%;
}
.technology .technology01 .mode {
  margin-bottom: 125px;
}
.technology .technology01 .mode:nth-child(4n) {
  margin-bottom: 0;
}
.technology .technology01 .mode .picBox {
  position: relative;
  float: left;
  width: 50.66%;
  height: 490px;
  background: #f8f8f8;
  border-radius: 20px;
}
.technology .technology01 .mode .picBox .pos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.technology .technology01 .mode .picBox .pos .pic {
  overflow: hidden;
  margin-bottom: 20px;
}
.technology .technology01 .mode .picBox .pos .pic.pic1 {
  width: 490px;
  height: 361px;
}
.technology .technology01 .mode .picBox .pos .pic.pic2 {
  width: 436px;
  height: 358px;
}
.technology .technology01 .mode .picBox .pos .pic.pic3 {
  width: 503px;
  height: 330px;
}
.technology .technology01 .mode .picBox .pos .pic.pic4 {
  width: 447px;
  height: 370px;
}
.technology .technology01 .mode .picBox .pos .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.technology .technology01 .mode .picBox .pos .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.technology .technology01 .mode .picBox .pos .title {
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  color: #666;
  text-align: center;
}
.technology .technology01 .mode .next {
  float: right;
  margin: 160px 3.33% 0 4.66%;
  width: 41.35%;
}
.technology .technology01 .mode .next b {
  margin-bottom: 20px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.technology .technology01 .mode .next .text {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  text-align: justify;
}
.technology .technology01 .mode .next .text p {
  text-align: justify;
  padding-left: 15px;
  background: url(../images/lytimages/icon/i18.png) left 15px no-repeat;
  background-size: 5px auto;
  line-height: 36px;
}
.technology .technology02 {
  background-color: #fefbf6;
}
.technology .technology02 .title {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.technology .technology02 .desc {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  color: #666;
  margin-bottom: 45px;
}
.technology .technology02 .picBox img {
  box-sizing: border-box;
  width: auto;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 30px;
  border: #f49910 1px solid;
  background: #fff;
}
.technology .technology03 .title {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.technology .technology03 .projectNavBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
.technology .technology03 .projectNavBox .projectNav {
  padding: 0 40px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  color: #666;
  border-radius: 30px;
  cursor: pointer;
}
.technology .technology03 .projectNavBox .projectNav.cur {
  color: #f39910;
  background-color: #fbe7c7;
}
.technology .technology03 .projectNavBox .projectNav.hover {
  cursor: pointer;
}
.technology .technology03 .projectList {
  display: none;
}
.technology .technology03 .projectList.cur {
  display: block;
}
.technology .technology03 .projectList .picBox img {
  box-sizing: border-box;
  width: auto;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 30px;
  border: #f49910 1px solid;
  background: #fff;
}
.technology .technology03 .projectList .desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 1200px) {
  .technology .technology01 .mode {
    margin-bottom: 1.1rem;
  }
  .technology .technology01 .mode .picBox,
  .technology .technology01 .mode .next {
    width: 100% !important;
  }
  .technology .technology01 .mode .picBox {
    position: relative;
    float: left;
    height: 9rem;
    background: #f8f8f8;
    border-radius: 0.4rem;
  }
  .technology .technology01 .mode .picBox .pos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .technology .technology01 .mode .picBox .pos .pic {
    overflow: hidden;
    margin-bottom: 0.4rem;
  }
  .technology .technology01 .mode .picBox .pos .pic.pic1 {
    width: 8.8rem;
    height: 6.6rem;
  }
  .technology .technology01 .mode .picBox .pos .pic.pic2 {
    width: 8rem;
    height: 6.6rem;
  }
  .technology .technology01 .mode .picBox .pos .pic.pic3 {
    width: 10.09rem;
    height: 6rem;
  }
  .technology .technology01 .mode .picBox .pos .pic.pic4 {
    width: 8.15rem;
    height: 6.8rem;
  }
  .technology .technology01 .mode .picBox .pos .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .technology .technology01 .mode .picBox .pos .pic:hover i {
    transition: all 0.5s;
    transform: scale(1.08);
  }
  .technology .technology01 .mode .picBox .pos .title {
    width: 100%;
    font-size: 0.48rem;
    line-height: 0.65rem;
    color: #666;
    text-align: center;
  }
  .technology .technology01 .mode .next {
    float: right;
    margin: 1rem 0 0 0 !important;
  }
  .technology .technology01 .mode .next b {
    margin-bottom: 0.2rem;
    font-size: 0.56rem;
    color: #333;
    font-weight: bold;
  }
  .technology .technology01 .mode .next .text {
    font-size: 0.5rem;
    line-height: 0.9rem;
    color: #666;
    text-align: justify;
  }
  .technology .technology01 .mode .next .text p {
    text-align: justify;
    padding-left: 0.4rem;
    background: url(../images/lytimages/icon/i18.png) left 0.35rem no-repeat;
    background-size: 0.2rem auto;
    line-height: 0.9rem;
  }
  .technology .technology02 {
    background-color: #fefbf6;
  }
  .technology .technology02 .title {
    text-align: center;
    font-size: 0.56rem;
    line-height: 0.6rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
  }
  .technology .technology02 .desc {
    text-align: center;
    font-size: 0.5rem;
    line-height: 0.9rem;
    color: #666;
    margin: 0 5% 0.65rem 5%;
  }
  .technology .technology02 .picBox {
    width: 100%;
    overflow-x: auto;
  }
  .technology .technology02 .picBox img {
    padding: 0.2rem;
    width: auto;
    max-width: none;
    border-radius: 0.3rem;
  }
  .technology .technology03 .title {
    font-size: 0.56rem;
    line-height: 0.6rem;
    text-align: center;
    margin-bottom: 0.7rem;
  }
  .technology .technology03 .projectNavBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.4rem;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid #e0e0e0;
  }
  .technology .technology03 .projectNavBox .projectNav {
    padding: 0 0.2rem;
    font-size: 0.48rem;
    height: 0.9rem;
    line-height: 0.9rem;
    color: #666;
    border-radius: 0.4rem;
  }
  .technology .technology03 .projectNavBox .projectNav.cur {
    color: #f39910;
    background-color: #fbe7c7;
  }
  .technology .technology03 .projectList {
    display: none;
  }
  .technology .technology03 .projectList.cur {
    display: block;
  }
  .technology .technology03 .projectList .picBox {
    width: 100%;
    overflow-x: auto;
  }
  .technology .technology03 .projectList .picBox img {
    padding: 0.2rem;
    width: auto;
    max-width: none;
    border-radius: 0.3rem;
  }
  .technology .technology03 .projectList .desc {
    margin-top: 0.4rem;
    font-size: 0.5rem;
    line-height: 0.6rem;
    text-align: center;
  }
}
.achievement .teamBot {
  margin-bottom: 120px;
}
.achievement .teamBot .teamList {
  margin-top: 60px;
}
.achievement .teamBot .teamList .patent {
  display: flex;
}
.achievement .teamBot .teamList .patent .patentNav {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 30px;
  padding: 0 30px;
  color: #666;
  text-align: center;
  margin-right: 10px;
}
.achievement .teamBot .teamList .patent .patentNav:hover,
.achievement .teamBot .teamList .patent .patentNav.cur {
  background-color: #fbe7c7;
  color: #f39910;
  cursor: pointer;
}
.achievement .teamBot .teamList .collegesList {
  margin-top: 80px;
}
.achievement .teamBot .teamList .collegesList.cur {
  display: block;
}
.achievement .teamBot .teamList .collegesList .collegesFlex {
  display: flex;
  flex-wrap: wrap;
}
.achievement .teamBot .teamList .collegesList .collegesFlex .teamItem {
  width: 20.4%;
  margin-right: 6.13%;
  margin-bottom: 50px;
}
.achievement .teamBot .teamList .collegesList .collegesFlex .teamItem:nth-child(4n) {
  margin-right: 0;
}
.achievement .teamBot .teamList .collegesList .collegesFlex .teamItem:hover .teamPic::before {
  transition: all 0.5s;
  opacity: 1;
}
.achievement .teamBot .teamList .collegesList .collegesFlex .teamItem .teamPic {
  width: 100%;
  padding-top: 138.2%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.achievement .teamBot .teamList .collegesList .collegesFlex .teamItem .teamPic::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i59.png) center no-repeat;
  background-size: 100% 100%;
  content: "";
}
.achievement .teamBot .teamList .collegesList .collegesFlex .teamItem .teamPic::before {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../images/lytimages/icon/i21.png) center no-repeat;
  content: "";
}
.achievement .teamBot .teamList .collegesList .collegesFlex .teamItem .teamPic i {
  position: absolute;
  left: 4%;
  top: 4%;
  z-index: 1;
  width: 92%;
  height: 92%;
}
.achievement .teamBot .teamList .collegesList .collegesFlex .teamItem .teamBottom {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.pop_achievement {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  width: 90vw;
}
.pop_achievement .close {
  position: absolute;
  right: 10%;
  top: 22px;
  width: 20px;
  height: 20px;
  background: url(../images/lytimages/icon/i17.png) center no-repeat;
  cursor: pointer;
}
.pop_achievement .close:hover {
  cursor: pointer;
}
.pop_achievement .bor {
  padding: 40px;
  border-radius: 20px;
}
.pop_achievement .bor .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(96vh - 145px);
}
.pop_achievement .bor .pic img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1200px) {
  .achievement .teamNav {
    position: relative;
  }
  .achievement .teamNav .navList1 {
    position: absolute;
    left: 0;
    width: 52%;
  }
  .achievement .teamNav .navList1 .name::before {
    background: url(../images/lytimages/icon/i19.png) no-repeat;
    width: 0.64rem;
    height: 0.64rem;
    background-size: 100% 100%;
  }
  .achievement .teamNav .navList1.cur .name::before {
    background: url(../images/lytimages/icon/i19s.png) no-repeat;
    width: 0.64rem;
    height: 0.64rem;
    background-size: 100% 100%;
  }
  .achievement .teamNav .navList2 {
    position: absolute;
    right: 0;
    width: 52%;
  }
  .achievement .teamNav .navList2 .name::before {
    background: url(../images/lytimages/icon/i20.png) no-repeat;
    width: 0.64rem;
    height: 0.64rem;
    background-size: 100% 100%;
  }
  .achievement .teamNav .navList2.cur .name::before {
    background: url(../images/lytimages/icon/i20s.png) no-repeat;
    width: 0.64rem;
    height: 0.64rem;
    background-size: 100% 100%;
  }
  .achievement .teamNav .navList {
    background-color: #f8f8f8;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .achievement .teamNav .navList .name {
    font-size: 0.56rem;
    position: relative;
  }
  .achievement .teamNav .navList .name::before {
    position: absolute;
    content: "";
    left: -1rem;
    top: 0.43rem;
  }
  .achievement .teamNav .navList.cur {
    background-color: #f39910;
    color: #fff;
  }
  .achievement .teamNav .navList.cur .name {
    position: relative;
  }
  .achievement .teamNav .navList.cur .name::before {
    position: absolute;
    content: "";
    left: -1rem;
  }
  .achievement .teamNav .navList:hover {
    cursor: pointer;
  }
  .achievement .teamBot {
    margin-bottom: 1rem;
  }
  .achievement .teamBot .teamList {
    margin-top: 1.7rem;
  }
  .achievement .teamBot .teamList.cur {
    display: block;
  }
  .achievement .teamBot .teamList .patent {
    display: flex;
  }
  .achievement .teamBot .teamList .patent .patentNav {
    width: 4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.56rem;
    border-radius: 0.5rem;
    padding: 0 0.5rem;
    color: #666;
    text-align: center;
    margin-right: 0.2rem;
  }
  .achievement .teamBot .teamList .patent .patentNav:hover,
  .achievement .teamBot .teamList .patent .patentNav.cur {
    background-color: #fbe7c7;
    color: #f39910;
    cursor: pointer;
  }
  .achievement .teamBot .teamList .collegesList {
    margin-top: 1rem;
  }
  .achievement .teamBot .teamList .collegesList .collegesFlex {
    display: flex;
    flex-wrap: wrap;
  }
  .achievement .teamBot .teamList .collegesList .collegesFlex .teamItem {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
  }
  .achievement .teamBot .teamList .collegesList .collegesFlex .teamItem:nth-child(2n) {
    margin-right: 0;
  }
  .achievement .teamBot .teamList .collegesList .collegesFlex .teamItem .teamPic::before {
    background-size: 1rem auto;
  }
  .achievement .teamBot .teamList .collegesList .collegesFlex .teamItem .teamBottom {
    margin-top: 0.4rem;
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .pop_achievement .close {
    right: 5%;
    top: 2rem;
    width: 0.9rem;
    height: 0.9rem;
    background-size: 100% auto;
  }
  .pop_achievement .bor {
    padding: 40px;
    border-radius: 20px;
  }
  .pop_achievement .bor .pic {
    height: calc(96vh - 145px);
  }
  .pop_achievement .bor .pic img {
    max-width: 100%;
    max-height: 100%;
  }
}
.investor .titleNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.investor .titleNav .more {
  margin-bottom: 40px;
}
.investor .investor01 .inverstorList {
  margin-bottom: 60px;
}
.investor .investor01 .inverstorList .inverstorItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  height: 36px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}
.investor .investor01 .inverstorList .inverstorItem .title {
  transition: all 0.5s;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  position: relative;
  padding-left: 40px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investor .investor01 .inverstorList .inverstorItem .title::before {
  position: absolute;
  content: " ";
  left: 10px;
  bottom: 6px;
  background: url(../images/lytimages/icon/i22.png) center no-repeat;
  width: 20px;
  height: 24px;
}
.investor .investor01 .inverstorList .inverstorItem .time {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.investor .investor01 .inverstorList .inverstorItem:hover .title {
  color: #f39910;
  transition: all 0.5s;
}
.investor .investor02 {
  transition: all 0.5s;
  background: url(../images/lytimages/page/investor02_bac.png) center no-repeat;
  width: 100%;
  height: 402px;
  background-size: 100% 100%;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.investor .investor02:hover {
  transition: all 0.5s;
  background-size: 108% 108%;
}
.investor .investor02 .conBox {
  padding-left: 88px;
}
.investor .investor02 .conBox .title {
  padding-top: 110px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}
.investor .investor02 .conBox .desc {
  font-size: 20px;
  margin-bottom: 60px;
}
.investor .investor03 .reportList {
  display: flex;
}
.investor .investor03 .reportList .reportItem {
  background: url(../images/lytimages/page/download.png) bottom no-repeat;
  width: 31.46%;
  height: 294px;
  background-size: 100% 100%;
  margin-right: 2.81%;
  overflow: hidden;
}
.investor .investor03 .reportList .reportItem:nth-child(3n) {
  margin-right: 0;
}
.investor .investor03 .reportList .reportItem .conBox {
  padding: 60px 0 60px 50px;
  transition: all 0.5s;
}
.investor .investor03 .reportList .reportItem .conBox .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 700;
}
.investor .investor03 .reportList .reportItem .conBox .time {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}
.investor .investor03 .reportList .reportItem .conBox .download {
  font-size: 16px;
  line-height: 36px;
  padding: 0 20px 0 40px;
  width: 70px;
  position: relative;
  background-color: #fff;
  color: #f39910;
  border-radius: 20px;
}
.investor .investor03 .reportList .reportItem .conBox .download::before {
  transition: all 0.5s;
  position: absolute;
  content: " ";
  left: 15px;
  bottom: 6px;
  background: url(../images/lytimages/icon/i24.png) center no-repeat;
  width: 20px;
  height: 24px;
}
.investor .investor03 .reportList .reportItem:hover {
  transition: all 0.5s;
  cursor: pointer;
}
.investor .investor03 .reportList .reportItem:hover .title {
  color: #f39910;
  transition: all 0.5s;
}
.investor .investor03 .reportList .reportItem:hover .download {
  color: #fff;
  background-color: #f39910;
  transition: all 0.5s;
}
.investor .investor03 .reportList .reportItem:hover .download::before {
  transition: all 0.5s;
  background: url(../images/lytimages/icon/i24s.png) center no-repeat;
  width: 20px;
  height: 24px;
}
.investor .investor03 .swiper-slide {
  margin: 0 3.5% 0 0;
  width: 31%;
  background: url(../images/lytimages/page/download.png) bottom no-repeat;
  height: 294px;
  background-size: 100% 100%;
  border-radius: 30px;
}
.investor .investor03 .swiper-slide:last-child {
  margin-right: 0;
}
.investor .investor03 .swiper-slide .conBox {
  padding: 60px 0 60px 50px;
  transition: all 0.5s;
}
.investor .investor03 .swiper-slide .conBox .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 700;
}
.investor .investor03 .swiper-slide .conBox .time {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}
.investor .investor03 .swiper-slide .conBox .download {
  font-size: 16px;
  line-height: 36px;
  padding: 0 20px 0 40px;
  width: 70px;
  position: relative;
  background-color: #fff;
  color: #f39910;
  border-radius: 20px;
}
.investor .investor03 .swiper-slide .conBox .download::before {
  transition: all 0.5s;
  position: absolute;
  content: " ";
  left: 15px;
  bottom: 6px;
  background: url(../images/lytimages/icon/i24.png) center no-repeat;
  width: 20px;
  height: 24px;
}
.investor .investor03 .swiper-slide:hover {
  transition: all 0.5s;
  cursor: pointer;
}
.investor .investor03 .swiper-slide:hover .title {
  color: #f39910;
  transition: all 0.5s;
}
.investor .investor03 .swiper-slide:hover .download {
  color: #fff;
  background-color: #f39910;
  transition: all 0.5s;
}
.investor .investor03 .swiper-slide:hover .download::before {
  transition: all 0.5s;
  background: url(../images/lytimages/icon/i24s.png) center no-repeat;
  width: 20px;
  height: 24px;
}
.investor .dqgg .swiper-wrapper {
  flex-wrap: wrap;
}
.investor .dqgg .swiper-slide {
  margin-bottom: 3.5%;
}
.investor .dqgg .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .investor .titleNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .investor .titleNav .more {
    margin: 0;
    margin-bottom: 1.2rem;
  }
  .investor .investor01 .inverstorList {
    margin-bottom: 1.2rem;
  }
  .investor .investor01 .inverstorList .inverstorItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #333;
    height: 1.4rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .investor .investor01 .inverstorList .inverstorItem .title {
    font-size: 0.6rem;
    line-height: 0.6rem;
    position: relative;
    padding-left: 0.7rem;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .investor .investor01 .inverstorList .inverstorItem .title::before {
    position: absolute;
    content: " ";
    left: 0.15rem;
    bottom: 0.02rem;
    background: url(../images/lytimages/icon/i22.png) center no-repeat;
    width: 0.4rem;
    height: 0.56rem;
    background-size: 100% 100%;
  }
  .investor .investor01 .inverstorList .inverstorItem .time {
    padding-left: 0.7rem;
    font-size: 0.48rem;
    line-height: 0.6rem;
    color: #666;
  }
  .investor .investor02 {
    background-image: url(../images/lytimages/mobile/page/investor02_bac.png);
    width: 100%;
    height: 8rem;
    border-radius: 0.6rem;
  }
  .investor .investor02 .conBox {
    padding-left: 0.8rem;
  }
  .investor .investor02 .conBox .title {
    padding-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    font-weight: 600;
  }
  .investor .investor02 .conBox .desc {
    font-size: 0.48rem;
    margin-bottom: 0.7rem;
  }
  .investor .investor03 .swiper-slide {
    margin: 0 0 0.8rem 0;
    width: 100%;
    height: 8.7rem;
    background-image: url(../images/lytimages/mobile/page/download.png);
    border-radius: 0.6rem;
  }
  .investor .investor03 .swiper-slide .conBox {
    padding: 1.8rem 0 1.8rem 1.2rem;
  }
  .investor .investor03 .swiper-slide .conBox .title {
    font-size: 0.6rem;
    color: #333;
    margin-bottom: 0.8rem;
  }
  .investor .investor03 .swiper-slide .conBox .time {
    font-size: 0.52rem;
    color: #666;
    margin-bottom: 1.6rem;
  }
  .investor .investor03 .swiper-slide .conBox .download {
    font-size: 0.48rem;
    line-height: 1.3rem;
    padding: 0 0.4rem 0 1.3rem;
    width: 2.6rem;
    position: relative;
    background-color: #fff;
    color: #f39910;
    border-radius: 20px;
  }
  .investor .investor03 .swiper-slide .conBox .download::before {
    position: absolute;
    content: " ";
    left: 0.5rem;
    bottom: calc((1.3rem - 0.68rem) / 2);
    background: url(../images/lytimages/icon/i24.png) center no-repeat;
    width: 0.5rem;
    height: 0.68rem;
    background-size: 100% 100%;
  }
  .investor .investor03 .swiper-slide:hover {
    cursor: pointer;
  }
  .investor .investor03 .swiper-slide:hover .title {
    color: #f39910;
  }
  .investor .investor03 .swiper-slide:hover .download {
    color: #fff;
    background-color: #f39910;
  }
  .investor .investor03 .swiper-slide:hover .download::before {
    background: url(../images/lytimages/icon/i24s.png) center no-repeat;
    width: 0.5rem;
    height: 0.68rem;
    background-size: 100% 100%;
  }
  .investor .investor03 .but {
    margin-top: 0.8rem;
  }
}
.development .development01 .picBox {
  width: 100%;
  height: 400px;
  background: url(../images/lytimages/page/development01.jpg) center no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.development .development01 .picBox .pos {
  padding: 115px 0 0 60px;
}
.development .development01 .picBox .pos .top {
  display: flex;
  margin-bottom: 40px;
}
.development .development01 .picBox .pos .icon img {
  height: 48px;
}
.development .development01 .picBox .pos .title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.development .development01 .picBox .textImg img {
  height: 65px;
}
.development .development02 {
  background-color: #fefbf6;
}
.development .development02 .title {
  font-size: 40px;
  color: #f39910;
  margin-bottom: 40px;
  font-weight: 600;
}
.development .development02 .swiper-wrapper {
  align-items: center;
}
.development .development02 .swiper-slide {
  margin: 0 3.6%;
  width: 40%;
  text-align: center;
  font-size: 18px;
}
.development .development02 .swiper-slide .pic {
  position: relative;
  width: 100%;
  padding-top: 58.7%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transform: scale(0.8);
  background: rgba(243, 153, 16, 0.1);
}
.development .development02 .swiper-slide .pic::before {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i60.png) left bottom no-repeat;
  background-size: 100% auto;
  content: "";
}
.development .development02 .swiper-slide .pic em {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../images/icon/i25.png) center no-repeat;
  background-size: 48px auto;
}
.development .development02 .swiper-slide .pic i {
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.development .development02 .swiper-slide .pic img {
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.development .development02 .swiper-slide .pic p {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 3;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: calc(100% - 50px);
}
.development .development02 .swiper-slide:hover .pic em {
  transition: all 0.5s;
  opacity: 1;
}
.development .development02 .swiper-slide-active .pic {
  transform: scale(1);
}
.development .development02 .swiper-slide-active .pic::before {
  transition: all 0.5s;
  opacity: 1;
}
.development .development02 .swiper-slide-active .pic i,
.development .development02 .swiper-slide-active .pic img {
  opacity: 1;
}
.development .development02 .swiper-button-prev,
.development .development02 .swiper-button-next {
  transition: all 0.5s;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid #f39910;
  border-radius: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.development .development02 .swiper-button-prev:hover,
.development .development02 .swiper-button-next:hover {
  transition: all 0.5s;
  background-color: #f39910;
}
.development .development02 .swiper-button-prev {
  left: calc(30% - 5.6% - 25px);
  background-image: url(../images/icon/i3s.png);
}
.development .development02 .swiper-button-prev:hover {
  background-image: url(../images/icon/i3.png);
}
.development .development02 .swiper-button-next {
  right: calc(30% - 5.6% - 25px);
  background-image: url(../images/icon/i4s.png);
}
.development .development02 .swiper-button-next:hover {
  background-image: url(../images/icon/i4.png);
}
.development .development03 .addList {
  display: flex;
  justify-content: space-between;
  margin: 0 6%;
}
.development .development03 .addList .addItem {
  width: 40%;
  border: 1px solid #f39910;
  border-radius: 20px;
  padding: 30px 0;
}
.development .development03 .addList .addItem img {
  margin: auto;
}
.development .development03 .addList .addItem .title {
  margin: 20px 0;
  font-size: 26px;
  color: #f39910;
  text-align: center;
}
.development .development03 .addList .addItem .more {
  margin: auto;
}
@media (max-width: 1200px) {
  .development .development01 .picBox {
    width: 100%;
    height: 7rem;
    background: url(../images/lytimages/mobile/page/development01.png) left center no-repeat;
    background-size: contain;
    border-radius: 0.4rem;
  }
  .development .development01 .picBox .pos {
    padding: 2.3rem 0 0 0.7rem;
  }
  .development .development01 .picBox .pos .top {
    margin-bottom: 0.5rem;
  }
  .development .development01 .picBox .pos .icon img {
    height: 0.9rem;
  }
  .development .development01 .picBox .pos .title {
    font-size: 0.7rem;
    margin-left: 0.2rem;
  }
  .development .development01 .picBox .textImg img {
    height: 0.73rem;
  }
  .development .development02 {
    background-color: #fefbf6;
  }
  .development .development02 .title {
    font-size: 0.9rem;
    color: #f39910;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .development .development02 .swiper-container {
    padding-bottom: 2.5rem;
  }
  .development .development02 .swiper-slide {
    margin: 0 5%;
    width: 90%;
  }
  .development .development02 .swiper-slide .pic {
    border-radius: 0.6rem;
  }
  .development .development02 .swiper-slide .pic em {
    display: none;
  }
  .development .development02 .swiper-slide .pic p {
    left: 0.5rem;
    bottom: 0.5rem;
    font-size: 0.54rem;
    width: calc(100% - 1rem);
  }
  .development .development02 .swiper-button-prev,
  .development .development02 .swiper-button-next {
    margin-top: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    width: 1.4rem;
    height: 1.4rem;
    background-size: 0.6rem auto;
  }
  .development .development02 .swiper-button-prev {
    left: calc(50% - 2rem);
  }
  .development .development02 .swiper-button-next {
    right: calc(50% - 2rem);
  }
  .development .development03 .title {
    font-size: 0.9rem;
    color: #f39910;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .development .development03 .addList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0;
  }
  .development .development03 .addList .addItem {
    width: 100%;
    border: 1px solid #f39910;
    border-radius: 0.4rem;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .development .development03 .addList .addItem img {
    width: 1.2rem;
    height: auto;
    margin: auto;
  }
  .development .development03 .addList .addItem .title {
    margin: 0.4rem 0 0.5rem 0;
    font-size: 0.72rem;
    color: #f39910;
    text-align: center;
  }
  .development .development03 .addList .addItem .more {
    margin: auto;
  }
}
