.cont .page_banner {
  width: 100%;
  position: relative;
}
.cont .page_banner .pic {
  height: 100%;
}
.cont .page_banner .pic .img {
  height: 100%;
}
.cont .page_banner .pic .img img {
  height: 100%;
  object-fit: cover;
}
.cont .page_banner .banner-video {
  width: 100%;
}
.cont .page_banner .banner-video video {
  width: 100%;
  object-fit: cover;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.cont .page_banner .w1440 .txt p {
  display: block;
  color: #fff;
      line-height: 1.2;
  font-family: "SourceHanSansCN-Bold";
}
.cont .page_banner .w1440 .txt .btns {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.cont .page_banner .w1440 .txt .btns a {
  display: block;
  width: 106px;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  border: 1px solid #888a8b;
  border-radius: 3px;
  transition: all 0.3s;
}
.cont .page_banner .w1440 .txt .btns a:nth-child(1) {
  margin-right: 30px;
}
.cont .page_banner .w1440 .txt .btns a:hover {
  background: #fff;
  color: #171717;
}
.cont .anchor {
  width: 100%;
  box-shadow: 0 2px 5px rgba(96, 96, 96, 0.16);
  position: relative;
  background: #fff;
  z-index: 6;
}
.cont .anchor .w1440 {
  display: flex;
  justify-content: flex-end;
}
.cont .anchor .w1440 .tab a {
  color: #171717;
  display: inline-block;
  margin-left: 32px;
  padding: 12px 0;
  transition: all 0.3s;
}
.cont .anchor .w1440 .tab a:hover {
  color: #0047ba;
}
.cont .title {
  position: relative;
  z-index: 10;
}
.cont .title p {
  display: flex;
  align-items: center;
  color: #0047ba;
}
.cont .title p::before {
  content: '';
  display: inline-block;
  width: 73px;
  height: 6px;
  background: #0047ba;
  margin-right: 20px;
}
.cont .title span {
  color: #171717;
  display: block;
  margin-top: 1.5vw;
  font-family: "SourceHanSansCN-Bold";
}
.cont .title i {
  color: #fff;
  display: block;
  margin-top: 10px;
}
.cont .page1 {
  padding: 90px 0;
}
.cont .page1 ul {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
}
.cont .page1 ul li {
  width: 18%;
}
.cont .page1 ul li .ic {
  width: 100%;
}
.cont .page1 ul li .ic img {
  width: 40%;
  margin: 0 auto;
}
.cont .page1 ul li .txt p {
  text-align: center;
  display: block;
  color: #171717;
  margin-top: 1.5vw;
}
.cont .page1 ul li .txt span {
  color: #5d5d5d;
  display: block;
  margin-top: 1vw;
  text-align: justify;
}
.cont .page1 ul li:hover .ic img {
  transform: translateY(-10px);
}
.cont .page2 {
  padding: 100px 0 160px;
}
.cont .page2 .w1440 {
  overflow: initial;
}
.cont .page2 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4vw;
}
.cont .page2 .list a {
  display: block;
  width: 46%;
  background: #f3f3f3;
  border-radius: 15px;
  margin-bottom: 50px;
  padding: 20px;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), color 0.5s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}
.cont .page2 .list a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.1);
}
.cont .page2 .list a .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont .page2 .list a .txt p {
  color: #171717;
  display: block;
}
.cont .page2 .list a .txt .ic {
  width: 30px;
}
.cont .page2 .list a .more {
  display: flex;
  align-items: center;
  margin-top: 1.8vw;
}
.cont .page2 .list a .more p {
  color: #0047ba;
}
.cont .page2 .list a .more::after {
  font-family: swiper-icons;
  content: 'next';
  color: #0047ba;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 3px;
  transition: all 0.3s;
}
.cont .page2 .list a .more:hover::after {
  margin-left: 15px;
}
.cont .page3 ul {
  display: flex;
  flex-wrap: wrap;
}
.cont .page3 ul li {
  height: 214px;
  position: relative;
}
.cont .page3 ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
}
.cont .page3 ul li .img {
  height: 100%;
}
.cont .page3 ul li .img img {
  height: 100%;
  object-fit: cover;
}
.cont .page3 ul li .txt {
  position: absolute;
  top: 18px;
  left: 3vw;
  z-index: 10;
}
.cont .page3 ul li .txt p {
  color: #fff;
  display: block;
}
.cont .page3 ul li .txt span {
  width: 80%;
  color: #fff;
  display: block;
  margin-top: 8px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s;
}
.cont .page3 ul li:hover::after {
  background: rgba(0, 71, 186, 0.7);
}
.cont .page3 ul li:hover .txt span {
  transform: translateY(0);
  opacity: 1;
}
.cont .page3 ul li:nth-child(1) {
  width: 66.77%;
}
.cont .page3 ul li:nth-child(2) {
  width: 33.23%;
}
.cont .page3 ul li:nth-child(3) {
  width: 33.38%;
}
.cont .page3 ul li:nth-child(4) {
  width: 66.62%;
}
.cont .page3 ul li:nth-child(5) {
  width: 33.38%;
}
.cont .page3 ul li:nth-child(6) {
  width: 66.62%;
}
.cont .page4 {
  padding: 160px 0 130px;
}
.cont .page4 .sw1 {
  padding: 40px 0;
  margin-top: 2vw;
}
.cont .page4 .sw1 .swiper-wrapper {
  align-items: center;
}
.cont .page4 .sw1 .swiper-slide {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f3;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.cont .page4 .sw1 .swiper-slide .img {
  width: 25.5%;
  margin-top: -60px;
  opacity: 0.6;
}
.cont .page4 .sw1 .swiper-slide .txt {
  width: 70%;
  opacity: 0.6;
}
.cont .page4 .sw1 .swiper-slide .txt i {
  display: block;
  color: #171717;
}
.cont .page4 .sw1 .swiper-slide .txt p {
  display: block;
  color: #0047ba;
}
.cont .page4 .sw1 .swiper-slide .txt span {
  margin-top: 0.8vw;
  display: block;
  color: #171717;
}
.cont .page4 .sw1 .swiper-slide .des {
  display: none;
  color: #171717;
}
.cont .page4 .sw1 .swiper-slide.swiper-slide-active .img {
  opacity: 1;
}
.cont .page4 .sw1 .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
}
.cont .page5 {
  padding-bottom: 150px;
}
.cont .page5 .w1440 {
  overflow: initial;
}
.cont .page5 ul {
  margin-top: 2vw;
}
.cont .page5 ul li {
  display: flex;
  justify-content: space-between;
  align-self: center;
  margin-bottom: 3vw;
}
.cont .page5 ul li .pic {
  width: 35.2%;
  position: relative;
  margin-left: 5%;
}
.cont .page5 ul li .pic i {
  width: 74.678%;
  padding-bottom: 74.678%;
  left: -14.936%;
  transform: translate(53.9%, 0);
  bottom: 0;
  z-index: 1;
  background: #0047ba;
  position: absolute;
}
.cont .page5 ul li .pic .img {
  position: relative;
  overflow: hidden;
}
.cont .page5 ul li .pic .img::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont .page5 ul li .txt {
  width: 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cont .page5 ul li .txt .welf-text-wrapper {
  height: 26%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.cont .page5 ul li .txt .welf-text-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0047ba;
  z-index: 0;
  transition: 0.5s width cubic-bezier(0.2, 0, 0.2, 1);
}
.cont .page5 ul li .txt .welf-text-wrapper:nth-last-child(1) {
  border-bottom: 0;
}
.cont .page5 ul li .txt .welf-text-wrapper .box-title {
  color: #171717;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.cont .page5 ul li .txt .welf-text-wrapper .box-text {
  color: #fff;
  opacity: 0;
  transform: translateY(50px);
  position: absolute;
  padding: 0 20px;
  z-index: 1;
  transition: 0.5s transform cubic-bezier(0.2, 0, 0.2, 1), 0.2s opacity cubic-bezier(0.2, 0, 0.2, 1);
}
.cont .page5 ul li .txt .welf-text-wrapper.on::after {
  width: 100%;
}
.cont .page5 ul li .txt .welf-text-wrapper.on .box-title {
  padding: 0 20px;
  color: #fff;
}
.cont .page5 ul li .txt .welf-text-wrapper.on .box-text {
  opacity: 1;
  transform: translateY(0);
  position: static;
}
.cont .page5 ul li .txt .welf-text-wrapper:nth-child(2)::after {
  background: #4182ea;
}
.cont .page5 ul li.animated .pic i {
  animation: squareMove1 2s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards;
}
.cont .page5 ul li.animated .pic .img::after {
  background-color: #968C83;
  animation: bgTranslateRight 1s cubic-bezier(0, 0, 0, 1) 2s forwards;
}
.cont .page5 ul li:nth-child(even) .pic {
  margin-left: 0;
  margin-right: 5%;
  order: 3;
}
.cont .page5 ul li:nth-child(even) .pic i {
  padding-bottom: 67.21%;
  width: 67.21%;
  top: 0;
  left: auto;
  bottom: auto;
  right: -14.936%;
  transform: translate(-71.09%, 0%);
}
.cont .page5 ul li:nth-child(even).animated .pic i {
  animation: squareMove2 2s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards;
}
.cont .page5 ul li:nth-child(even).animated .pic .img::after {
  animation: bgTranslateLeft 1s cubic-bezier(0, 0, 0, 1) 2s forwards;
}
@keyframes squareMove2 {
  0% {
    width: 67.21%;
    padding-bottom: 67.21%;
    transform: translate(-71.09%, 0%);
    -ms-transform: translate(-71.09%, 0%);
  }
  50% {
    width: 44.808%;
    padding-bottom: 44.808%;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  100% {
    width: 14.936%;
    padding-bottom: 44.808%;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
}
@keyframes squareMove1 {
  0% {
    width: 74.678%;
    padding-bottom: 74.678%;
    transform: translate(53.9%, 0);
    -ms-transform: translate(53.9%, 0%);
  }
  50% {
    width: 55.262%;
    padding-bottom: 55.262%;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  100% {
    width: 14.936%;
    padding-bottom: 55.262%;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
}
@keyframes bgTranslateRight {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes bgTranslateLeft {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/* 125% */
@media screen and (max-width: 1366px) {
  .cont .page5 ul li .txt .welf-text-wrapper {
    height: 29%;
  }
  .cont .page2 .list a {
    width: 48%;
    margin-bottom: 4%;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1,
  .cont .page2,
  .cont .page4 {
    padding: 40px 0;
  }
  .cont .page2 {
    padding-top: 0;
  }
  .cont .page4 {
    padding-bottom: 0px;
  }
  .cont .page5 {
    padding-bottom: 40px;
  }
  .cont .page1 ul li {
    width: 21%;
  }
  .cont .title p::before {
    width: 50px;
    height: 3px;
  }
  .cont .title span {
    margin-top: 15px;
  }
  .cont .page3 ul li .txt span {
    font-size: 14px;
  }
  .cont .page5 ul li .txt .welf-text-wrapper .box-text {
    font-size: 12px;
  }
  .cont .page5 ul li .txt .welf-text-wrapper .box-title {
    font-size: 16px;
  }
  .cont .page5 ul li .txt .welf-text-wrapper {
    height: 33%;
  }
}
@media screen and (max-width: 768px) {
    
    .cont .page_banner .w1440 .txt .btns{
        margin-top: 15px;
        display:none;
    }
    .cont .page_banner .w1440 .txt .btns a{
            width: 100px;
    padding: 3px 0;
    }
    .cont .page_banner .w1440 .txt .btns a:nth-child(1) {
    margin-right: 15px;
}
  .cont .title p::before {
    width: 40px;
    height: 2px;
    margin-right: 10px;
  }
  .cont .title span {
    margin-top: 5px;
  }
  .cont .page4 .sw1 .swiper-slide {
    width: 100%;
    flex-wrap: wrap;
  }
  .cont .page4 .sw1 .swiper-slide .txt span {
    display: none;
  }
  .cont .page4 .sw1 .swiper-slide .img {
    margin-top: 0;
  }
  .cont .page4 .sw1 .swiper-slide .des {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .cont .anchor .w1440 .tab a {
    margin-left: 0;
  }
  .cont .anchor .w1440 .tab {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cont .page1 ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont .page1 ul li {
    width: 40%;
    margin: 3%;
  }
  .cont .page2 .list a {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .cont .page3 ul li {
    width: 100%!important;
    height: 180px;
  }
  .cont .page3 ul li .txt {
    right: 5%;
    left: 5%;
  }
  .cont .page3 ul li .txt span {
    width: 100%;
  }
  .cont .page4 .sw1 {
    margin-top: 0;
  }
  .cont .page5 ul li .txt {
    order: 4;
  }
  .cont .page5 ul li {
    flex-wrap: wrap;
  }
  .cont .page5 ul li .pic {
    width: 100%;
  }
  .cont .page5 ul li .txt {
    width: 100%;
  }
  .cont .page5 ul li .txt .welf-text-wrapper::after {
    display: none;
  }
  .cont .page5 ul li .txt .welf-text-wrapper .box-text {
    position: static;
    opacity: 1;
    color: #171717;
    transform: translateY(0);
    text-align: justify;
    margin-top: 5px;
  }
  .cont .page5 ul li .txt .welf-text-wrapper {
    height: auto;
    padding: 20px 0;
  }
  .cont .page5 ul li .txt .welf-text-wrapper.on .box-title {
    padding: 0;
    color: #171717;
  }
}
/*# sourceMappingURL=./join_us.css.map */
