.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.img-hover .img {
  overflow: hidden;
}
.img-hover .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.img-hover:hover .img img {
  transform: scale(1.06);
}
.mb0:last-of-type {
  margin-bottom: 0;
}
.img-cover {
  overflow: hidden;
}
.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more-btn a {
  display: inline-block;
  padding: 0.6rem 2rem;
  border: 1px solid #fff;
  border-radius: 3rem;
}
.more-btn.c1 a {
  color: #fff;
}
.more-btn.c1:hover a {
  background-color: #fff;
  color: #f27021 !important;
}
.more-btn:hover a {
  background-color: #f27021;
  border-color: #f27021;
  color: #fff;
}
.index-banner {
  position: relative;
}
.index-banner .swiper-slide {
  background-color: #ccc;
}
.index-banner .control {
  position: absolute;
  bottom: 10%;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.index-banner .control .move-pagination {
  position: relative;
  z-index: 10;
}
.index-banner .control .move-pagination .i {
  overflow: hidden;
  position: relative;
}
.index-banner .control .move-pagination .i i {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  border-bottom: 1px solid #f27021;
  transition: none;
}
.index-banner .control .move-pagination .i svg {
  width: 12rem;
  height: 1px;
}
.index-banner .control .move-pagination .i svg path {
  stroke: rgba(255, 255, 255, 0.4);
}
.index-banner .control .move-pagination .swiper-pagination {
  position: initial;
}
.index-banner .control .move-pagination .swiper-pagination span {
  color: #fff;
}
.index-banner .control .move-pagination .swiper-pagination .swiper-pagination-current {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.5rem);
  font-size: 1rem;
  font-weight: bold;
}
.index-banner .control .move-pagination .swiper-pagination .swiper-pagination-total {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
}
.index-banner .control .swiper-button-prev {
  left: 36%;
}
.index-banner .control .swiper-button-next {
  right: 36%;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
main .main-1 .container {
  display: flex;
  justify-content: space-between;
}
main .main-1 .container .img {
  width: 40rem;
  z-index: 1;
  padding: 2rem;
  position: relative;
}
main .main-1 .container .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/p-bg.png");
  background-size: 100%;
  z-index: -1;
}
main .main-1 .container .img img {
  position: relative;
  z-index: 2;
}
main .main-1 .container .img .i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border: 1px dashed #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
main .main-1 .container .img .i .icon {
  font-size: 2rem;
  color: #fff;
}
main .main-1 .container .img video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36rem;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: all ease 0.3s;
}
main .main-1 .container .text {
  width: 25.5rem;
  background-color: #f27021;
  padding: 1.9rem 1.5rem;
  transform: translate(-1rem, -1rem);
  z-index: 1;
}
main .main-1 .container .text::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 112, 33, 0.3);
  z-index: -1;
}
main .main-1 .container .text * {
  color: #fff;
}
main .main-1 .container .text h4 {
  display: flex;
  margin-bottom: 10px;
}
main .main-1 .container .text h4 b {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6rem;
}
main .main-1 .container .text h4 p {
  font-size: 0.8rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: justify;
}
main .main-1 .container .text h5 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
main .main-1 .container .text p {
  font-size: 0.9rem;
  line-height: 2;
}
main .main-1 .container .text .more-btn {
  margin-top: 1rem;
}
main .main-2 {
  background-color: #f27021;
  background-image: url("../images/bg.jpg");
  background-size: cover;
}
main .main-2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .main-2 .container * {
  color: #fff;
}
main .main-2 .container .txt p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
main .main-3 .container {
  display: flex;
  flex-wrap: wrap;
}
main .main-3 .container .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 5rem 1.25rem 2rem;
  margin-right: 1.25rem;
  margin-bottom: 1.5rem;
  background-size: cover;
  position: relative;
  z-index: 1;
}
main .main-3 .container .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  opacity: 0;
  transition: all ease 0.3s;
}
main .main-3 .container .item strong {
  color: #999;
  display: inline-block;
  margin-top: 0.5rem;
}
main .main-3 .container .item .more-btn {
  opacity: 0;
  margin-top: 1.5rem;
}
main .main-3 .container .item .more-btn a {
  color: #fff;
}
main .main-3 .container .item.w3 {
  width: calc((100% - 1.25rem * 2) / 3);
}
main .main-3 .container .item.w3:nth-of-type(3n) {
  margin-right: 0;
}
main .main-3 .container .item.w2 {
  width: calc((100% - 1.25rem * 1) / 2);
}
main .main-3 .container .item:last-of-type {
  margin-right: 0;
}
main .main-3 .container .item:nth-of-type(1)::after {
  background-image: url("../images/s\ \(1\).jpg");
}
main .main-3 .container .item:nth-of-type(2)::after {
  background-image: url("../images/s\ \(2\).jpg");
}
main .main-3 .container .item:nth-of-type(3)::after {
  background-image: url("../images/s\ \(3\).jpg");
}
main .main-3 .container .item:nth-of-type(4)::after {
  background-image: url("../images/s\ \(4\).jpg");
}
main .main-3 .container .item:nth-of-type(5)::after {
  background-image: url("../images/s\ \(5\).jpg");
}
main .main-3 .container .item i {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #f27021;
  font-size: 2rem;
}
main .main-3 .container .item:hover {
  padding: 3.5rem 1.25rem;
}
main .main-3 .container .item:hover * {
  color: #fff;
}
main .main-3 .container .item:hover::after {
  opacity: 1;
}
main .main-3 .container .item:hover .more-btn {
  opacity: 1;
}
main .main-4 {
  position: relative;
  background-image: url("../images/team-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f27021;
}
main .main-4 .index-title *,
main .main-4 .index-title {
  text-align: center;
  color: #fff;
}
main .main-4 * {
  color: #fff;
}
main .main-4 .top {
  position: relative;
  padding: 0 6%;
}
main .main-4 .top .swiper-slide {
  display: flex;
  align-items: center;
}
main .main-4 .top .swiper-slide .img {
  width: 16rem;
  height: 16rem;
  background-image: linear-gradient(0deg, #232329 0%, #1c1c21 100%);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
}
main .main-4 .top .swiper-slide .img img {
  width: auto;
  height: 100%;
  margin: auto;
  transform: scale(1.04);
}
main .main-4 .top .swiper-slide .text {
  flex: 1;
  margin-left: 4rem;
}
main .main-4 .top .swiper-slide .text .tit h6 {
  font-size: 1.4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
main .main-4 .top .swiper-slide .text .tit h6 em {
  display: inline-block;
  background-color: #f27021;
  font-weight: normal;
}
main .main-4 .top .swiper-slide .text .tit h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  border-bottom: 1px solid #fff;
}
main .main-4 .top .swiper-slide .text .tit p {
  font-size: 0.9rem;
  margin-top: 1.4rem;
}
main .main-4 .top .swiper-slide .text .tit p:last-of-type {
  margin-bottom: 0;
}
main .main-4 .top .swiper-slide .text .des h6 {
  font-size: 1rem;
}
main .main-4 .top .swiper-slide .text .des p {
  line-height: 2;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .main-4 .top .swiper-slide .text .more-btn a {
  border-color: #fff !important;
}
main .main-4 .top .swiper-button:hover {
  background-color: #fff;
}
main .main-4 .top .swiper-button:hover::after {
  color: #f27021;
}
main .main-4 .bottom {
  position: relative;
  margin-top: 1rem;
}
main .main-4 .bottom .swiper-container {
  padding-top: 1rem;
}
main .main-4 .bottom .swiper-slide {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0.5rem;
  cursor: pointer;
}
main .main-4 .bottom .swiper-slide .img {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e5e5e5;
  border: 3px solid #fff;
}
main .main-4 .bottom .swiper-slide .text {
  flex: 1;
  margin-left: 0.7rem;
}
main .main-4 .bottom .swiper-slide .text h6 {
  color: #343434;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
main .main-4 .bottom .swiper-slide .text p {
  color: #666;
  font-size: 0.7rem;
  line-height: 1.6;
}
main .main-4 .bottom .swiper-slide:hover {
  transform: translateY(-0.5rem);
}
main .main-4 .bottom .swiper-slide:hover .img {
  border-color: #f27021;
}
main .main-4 .bottom .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
main .main-4 .bottom .swiper-button.swiper-button-prev {
  left: -3rem;
}
main .main-4 .bottom .swiper-button.swiper-button-next {
  right: -3rem;
}
main .main-5 .container {
  display: flex;
}
main .main-5 .container .item {
  width: 25%;
  padding: 2rem 2%;
  border-bottom: 1px solid transparent;
}
main .main-5 .container .item .img {
  overflow: hidden;
}
main .main-5 .container .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
main .main-5 .container .item:hover .img img {
  transform: scale(1.06);
}
main .main-5 .container .item:hover {
  box-shadow: 0.175rem 0.305rem 0.85rem 0rem rgba(153, 153, 153, 0.2);
  border-color: #f27021;
}
main .main-5 .container .item:hover h6 {
  color: #f27021;
}
main .main-5 .container .item:hover .i {
  background-color: #f27021;
}
main .main-5 .container .item:hover .i i {
  transform: rotate(0);
}
main .main-5 .container .time {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
main .main-5 .container .time strong {
  font-size: 2.5rem;
  color: #666;
  font-weight: normal;
}
main .main-5 .container .time span {
  color: #999;
}
main .main-5 .container h6 {
  line-height: 1.4;
  margin: 0.5rem 0;
}
main .main-5 .container .img {
  height: 8rem;
  background-color: #ccc;
}
main .main-5 .container p {
  font-size: 0.7rem;
  line-height: 2;
  color: #666;
  margin: 0.5rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .main-5 .container .i {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3e3e6;
}
main .main-5 .container .i i {
  font-size: 1.5rem;
  color: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .index-banner .apply-form {
    display: none;
  }
  main .main-1 {
    padding-left: 0;
  }
  main .main-1 .container {
    flex-direction: column;
  }
  main .main-1 .container .img video {
    width: 100%;
  }
  main .main-1 .container .left {
    flex-direction: column;
    align-items: center;
    margin: 0 0 2rem;
  }
  main .main-1 .container .left h2,
  main .main-1 .container .left p {
    writing-mode: unset;
  }
  main .main-1 .container .left h2 {
    font-size: 2rem;
  }
  main .main-1 .container .left p {
    font-size: 1.2rem;
  }
  main .main-1 .container .left p img {
    width: 1rem;
    margin: 0 0.3rem;
  }
  main .main-1 .container .right {
    width: 100%;
    padding-left: 2%;
  }
  main .main-1 .container .right .swiper-slide {
    width: 100%;
  }
  main .main-2 .container .swiper-container .swiper-slide img {
    height: auto;
  }
  main .main-2 .container .swiper-container .swiper-slide .i {
    width: 3rem;
    height: 3rem;
  }
  main .main-2 .container .swiper-container .swiper-slide .text {
    display: none;
  }
  main .main-3 .swiper-container {
    flex: none;
    width: 100%;
  }
  main .main-3 .container {
    flex-direction: column;
  }
  main .main-3 .container .swiper-slide {
    height: auto;
  }
  main .main-3 .container .swiper-slide .text {
    display: none;
  }
  main .main-3 .container .pagination-container {
    margin-left: 0;
    margin-top: 2rem;
  }
  main .main-3 .container .pagination-container .text,
  main .main-3 .container .pagination-container .swiper-btn {
    display: none;
  }
  main .main-4 .index-title {
    position: initial;
  }
  main .main-4 .top .swiper-slide {
    flex-direction: column;
  }
  main .main-4 .top .swiper-slide .img {
    display: none;
  }
  main .main-4 .top .swiper-slide .text {
    margin: 0;
    padding: 0 2%;
  }
  main .main-4 .top .swiper-slide .text .more-btn {
    display: none;
  }
  main .main-4 .bottom .swiper-slide .img {
    margin: 0 auto;
  }
  main .main-4 .bottom .swiper-slide .text {
    display: none;
  }
  main .main-5 {
    padding-left: 2%;
    padding-right: 2%;
  }
  main .main-5 .container .left {
    width: 100%;
  }
  main .main-5 .container .left .c .swiper-slide h4 {
    font-size: 1rem;
    margin-top: 2rem;
  }
  main .main-5 .container .left .c .swiper-slide .img-text {
    margin-top: 2rem;
  }
  main .main-5 .container .left .content .b .swiper-slide .img {
    margin: 0 auto;
  }
  main .main-5 .container .right {
    display: none;
  }
  main .main-6 .main-title {
    margin-bottom: 0;
  }
  main .main-6 .main-title > p {
    display: none;
  }
  main .main-6 .main-title .index-title {
    width: 100%;
    position: initial;
  }
  main .main-6 .main-title .index-title * {
    text-align: center;
  }
  main .main-7 .container {
    flex-direction: column;
  }
  main .main-7 .container .item {
    flex: none;
    width: 100%;
    margin: 0;
    margin-bottom: 0.5rem;
  }
  main .main-8 {
    padding: 2rem 2%;
  }
  main .main-8 .container .item {
    flex-direction: column;
    padding: 0 2%;
    flex: 1;
  }
  main .main-8 .container .item .i {
    margin: 0 auto;
    height: 4rem;
  }
  main .main-8 .container .item .text {
    text-align: center;
  }
  main .main-8 .container .item .text p {
    text-align: center;
  }
  main .main-8 .container .item .text p strong {
    font-size: 1.2rem;
  }
  main .main-8 .container .item .text span {
    text-align: center;
    line-height: 1.6;
    font-size: 0.6rem;
  }
}
