﻿@font-face {
	font-family: 'Source Han Sans SC';
	src:url('../font/SourceHanSansCN-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;

  }
  body {
	font-family: 'Source Han Sans SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
	font-size:14px;
	overflow-x:hidden;
  }

.about .wrap {
  width: 1620px;
  margin: 80px auto;
  display: flex;
  position: relative;
}

.about .wrap .side_img {
  width: 91px;
  margin: 265px 201px 0 0;
  position: relative;
  top: 445px;
}

.about .wrap .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}
.about .wrap:nth-child(even) .content{
  flex-direction: row-reverse; /* Flex布局反向排列子元素 */
}
.about .wrap .content .left {
  width: 50%;
}
.about .wrap .content .left .title {
  margin: 0 0 60px 0;
}
.about .wrap .content .left .title span {
  font-size: 40px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  line-height: 56px;
  color: #04243D;
  display: block;
  margin: 0 0 9px;
}
.about .wrap .content .left .title p {
  font-size: 24px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #04243D;
}
.about .wrap .content .left .text {
  margin: 0 0 46px 0;
}
.about .wrap .content .left .text p {
  font-size: 18px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  line-height: 40px;
  color: #04243D;
  /* text-indent: 30px; */
}


html[lang="en"] .about .wrap .content .left .text p {
  text-align: justify;
  word-break: break-all;
}

html[lang="en"] .about2 .wrap .content .text p{
  text-align: justify;
  word-break: break-all;
}

html[lang="en"] .about2 .wrap .content .jump .list p{
  text-align: justify;
  word-break: break-all;
}

html[lang="en"] .about3 .wrap .content .item .pick p{
  text-align: justify;
  word-break: break-all;
}

html[lang="en"] .about5 .wrap .left p{
  text-align: justify;
  word-break: break-all;
}

.about .wrap .content .left .figure {
  width: 80%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .wrap .content .left .figure .item {
  /* width: 25%; */
  margin: 0 0 30px 0;
}
.about .wrap .content .left .figure .item span {
  font-size: 48px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #d2b060;
  line-height: 57px;
  position: relative;
}
.about .wrap .content .left .figure .item span:after {
  content: attr(data-text);
  font-size: 18px;
  display: inline-block;
}
.about .wrap .content .left .figure .item p {
  font-size: 16px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #666666;
}
.about .wrap .content .right {
  /* margin: 0 0 0 110px; */
  display: flex;
  position: relative;
  height: fit-content;
  flex-direction: column;
}
.about .wrap .content .right .images {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 20px 0;
}
.about .wrap .content .right .images img{
  border-radius: 10px;
}

.about .wrap .content .right .images .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
}
.about .wrap .content .right .text p {
  font-size: 12px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #666666;
  transform: rotate(90deg);
  white-space: nowrap;
  width: 11px;
  margin: 18px 0 0 0;
}
.about .wrap .content .right .circle {
  width: 130px;
  height: 130px;
  position: absolute;
  right: -40px;
  bottom: -63px;
  z-index: 5;
}
.about .wrap .content .right .circle .yx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: fit-content;
  height: fit-content;
}
.about2 {
  position: relative;
  z-index: 1;
}
.about2 .wrap {
  width: 1620px;
  margin: 120px auto;
  display: flex;
  align-items: center;
  gap: 50px;
}
.about2 .wrap .images {
  width: 50%;
  /* height: 737px; */
  overflow: hidden;
  clip-path: inset(0% 100% 0% 0%);
  transition: 2s;
}

.about2 .wrap .images.aos-animate {
  clip-path: inset(0% 0% 0% 0%);
}
.about2 .wrap .images img {
  width: 100%;
  height: 100%;
  border-radius: 22px;

}
.about2 .wrap .images .swiper-pagination {
  bottom: 35px;
  left: 0;
  width: 19%;
}
.about2 .wrap .images .swiper-pagination span{
  transition: 0.6s;
}
.about2 .wrap .images .swiper-pagination span.swiper-pagination-bullet-active{
  background: #03B752;
}
.about2 .wrap .content {
  width: 50% !important;
  margin: 0 0 !important;
}
.about2 .wrap .content .text {
  margin: 0 0 90px 0;
  text-align: left;
}
.about2 .wrap .content .text span {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #04243D;
  margin: 0 0 48px;
  display: block;
}
.about2 .wrap .content .text p {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  line-height: 36px;
  color: #04243D;
}
.about2 .wrap .content .jump {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 56px 52px 63px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.about2 .wrap .content .jump .list {
  width: 300px;
}
.about2 .wrap .content .jump .list img {
  margin: 0 0 15px 0;
  display: block;
}
.about2 .wrap .content .jump .list span {
  font-size: 24px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  line-height: 33px;
  color: #111111;
  margin: 0 0 17px 0;
  display: block;
}
.about2 .wrap .content .jump .list p {
  font-size: 16px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #666666;
}

@media screen and (max-width: 1856px) {
  .about .wrap{
    max-width: 90%;
    left: 0;
  }
  .about .wrap .content .left{
    width: 50%;
  }
  .about .wrap .content .right .images {
    width: 34.53125vw;
  }
  .about .wrap .side_img {
    margin: 265px 47px 0 0;
  }
  .about .wrap .content .left .figure .item span{
    font-size: 44px;
    line-height: 1.2;
  }
  .about .wrap .content .right .circle{
    width: 6.77083333333333vw;
    height: 6.77083333333333vw;
    right: -2.08333333333333vw;
    bottom: -3.28125vw;
  }
  .about .wrap .content .right .images{
    height: auto;
  }
}
@media screen and (max-width: 1500px) {
  .about .wrap .content .left .text p{
    font-size: 18px;
    line-height: 35px;
  }
  .about .wrap .content .left .figure .item span {
    font-size: 35px;
    line-height: 1.2;
  }
  .about .wrap .content .left .figure .item p{
    font-size: 15px;
  }
  .about .wrap .content .left .text {
    margin: 0 0 25px 0;
  }
  .about .wrap .content .left .figure .item {
    margin: 0 0 18px 0;
  }
  .about .wrap .content .left .title {
    margin: 0 0 29px 0;
  }
  .about .wrap .content .left .title p{
    font-size: 20px;
  }
	.about .wrap .content .left .title span,.about6 .wrap .title,.about5 .wrap .left span.about3 .wrap .title span,.about4 .wrap .title span{
    font-size: 35px;
  }
}

@media screen and (max-width: 1023px) {
  .about .wrap .side_img{
    display: none;
  }
  .about .wrap {
    width: 1615px;
    margin: 44px auto 25px;
  }
  .about .wrap .content .left .title span, .about6 .wrap .title, .about5 .wrap .left span.about3 .wrap .title span, .about4 .wrap .title span {
    font-size: 25px;
  }
  .about .wrap .content .left .title p {
    font-size: 18px;
  }
  .about .wrap .content .left .text p {
    font-size: 16px;
    line-height: 30px;
  }
  html[lang="en"] .about .wrap .content .left .text p{
    text-align: justify;
    word-break: break-all;
  }
	  .about .wrap .content .left .figure .item span {
    font-size: 22px;
    line-height: 20px;
  }
  .about .wrap .content .left .figure .item span:after{
    font-size: 13px;
  }
  .about .wrap .content{
    flex-direction: column !important;
    width: 100%;
  }
  .about .wrap .content .left {
    width: 100%;
  }
  .about .wrap .content .left .figure .item{
    margin: 0;
    width: fit-content;
  }
  .about .wrap .content .right{
    margin: 0px 0 0 0;
  }
  .about .wrap .content .right .images {
    width: 91%;
  }
  .about .wrap .content .right .circle{
    display: none;
  }
	html[lang="en"] .about .wrap .content .right .text p{
    font-size: 6px;
  }
  html[lang="en"] .about .wrap .content .left .figure{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
  }
}


.public_banner .nav{
  display: flex!important;
}
.profession {
  background: #F4F4F4;
}
.profession .wrap {
  width: 1680px;
  margin: 59px auto 140px;
}
.profession .wrap .title {
  margin: 0 0 82px 0;
}
.profession .wrap .title span {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  line-height: 56px;
  color: #030303;
  margin: 0 0 10px 0;
  display: block;
}
.profession .wrap .title p {
  font-size: 24px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #666666;
}
.profession .wrap .content .item {
  height: 660px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.profession .wrap .content .item:not(:last-child) {
  margin: 0 0 100px 0;
}
.profession .wrap .content .item .color {
  width: 1400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  background: #FFFFFF;
  border-radius: 20px;
  z-index: 2;
  padding: 40px 70px 43px 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profession .wrap .content .item .color .next {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profession .wrap .content .item .color .headline {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 30px;
}
.profession .wrap .content .item .color .headline p {
  font-size: 30px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 800;
  color: #030303;
  margin: 0 0 0 21px;
}
.profession .wrap .content .item .color .cut {
  display: flex;
  margin: 0 0 15px 0;
}
.profession .wrap .content .item .color .cut .list {
  padding: 0 0 0 28px;
  position: relative;
  font-size: 20px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #030303;
  transition: 0.7s;
  cursor: pointer;
}
.profession .wrap .content .item .color .cut .list:not(:last-child) {
  margin: 0 45px 0 0;
}
html[lang="en"] .profession .wrap .content .item .color .cut .list:not(:last-child){
  margin: 0 26px 0 0;
}
.profession .wrap .content .item .color .cut .list:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(3, 3, 3, 0.2);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
}
.profession .wrap .content .item .color .cut .list:hover,
.profession .wrap .content .item .color .cut .list.on {
  color: #03b752;
}
.profession .wrap .content .item .color .cut .list:hover:after,
.profession .wrap .content .item .color .cut .list.on:after {
  background: #03b752;
}
.profession .wrap .content .item .color .transform .text {
  display: none;
  font-size: 16px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #666666;
  height: 49.35px;
  overflow: hidden;
}
.profession .wrap .content .item .color .transform .text a{
  font-size: 16px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #666666;
}
.profession .wrap .content .item .color .transform .text.on {
  display: block;
}
.profession .wrap .galley_cut {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}

.profession .wrap .galley_cut .list {
  width: 173px;
  height: 49px;
  border: 1px solid rgba(3, 3, 3, 0.2);
  border-radius: 10px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #111111;
  cursor: pointer;
}
.profession .wrap .galley_cut .list.on,
.profession .wrap .galley_cut .list:hover {
  border: 1px solid #03b752;
  color: #03b752;
}
.profession .wrap .galley_cut .list:not(:last-child) {
  margin: 0 20px 0 0;
}
.profession .wrap .flex_img .matter {
  display: none;
  justify-content: space-between;
}
.profession .wrap .flex_img .matter.on {
  display: flex;
}
.profession .wrap .flex_img .matter .flex {
  width: 544px;
}
.profession .wrap .flex_img .matter .flex .img {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.profession .wrap .flex_img .matter .flex .img:not(:last-child) {
  margin: 0 0 24px;
}
.profession .wrap .flex_img .matter .flex .img img {
  width: 100%;
}
.profession .wrap .flow_headline {
  font-size: 30px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #111111;
}
.profession .wrap .white {
  width: 1458px;
  height: 1022px;
  background: #fff;
  margin: 54px auto 45px;
}
.flow {
  background: #F4F4F4;
  position: relative;
  z-index: 1;
}
.flow .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
  left: 0;
}
.flow .wrap .content{
  width: 1620px;
  margin: 0 auto;
}
.flow .wrap .big_cut {
  display: flex;
  margin: 0 auto 30px;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  background: #ffffff;
}
.flow .wrap .big_cut .list {
  font-size: 30px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #04243D;
  transform: scale(0.8);
  cursor: pointer;
  transition: 1s;
  background: #ffffff9c;
  padding: 10px 30px;
  border-radius: 10px;
}
.flow .wrap .big_cut .list:not(:last-child) {
  margin: 0 50px 0 0;
}
.flow .wrap .big_cut .list.on {
  color: #ffffff;
  transform: scale(1);
  background: #d2b060;
  padding: 10px 30px;
  border-radius: 10px;
}
.flow .wrap .content .matter {
  display: none;
}
.flow .wrap .content .matter.on {
  display: block;
}
.flow .wrap .content .matter .small_cut {
  display: flex;
  margin: 0 0 105px 0;
}
.flow .wrap .content .matter .small_cut .list {
  padding: 0 23px;
  height: 50px;
  border: 1px solid rgba(3, 3, 3, 0.2);
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  line-height: 40px;
  color: #04243D;
  transition: 1s;
}
.flow .wrap .content .matter .small_cut .list.on {
  border: 1px solid #d2b060;
  color: #d2b060;
}
.flow .wrap .content .matter .small_cut .list:not(:last-child) {
  margin: 0 30px 0 0;
}
.flow .wrap .content .matter .images .alike {
  display: none;
  /* text-align: center; */
}
.flow .wrap .content .matter .images .alike img:not(:last-child) {
  margin: 0 0 80px 0;
}
.flow .wrap .content .matter .images .alike.on {
  display: block;
}
.flow2 .wrap {
  width: 1680px;
  margin: 101px auto 147px;
}
.flow2 .wrap .title {
  font-size: 30px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #111111;
  margin: 0 0 80px 0;
}
.flow2 .wrap .content {
  text-align: center;
}
@media screen and (max-width: 1856px) {
  .profession .wrap{
    max-width: 90%;
  }
  .profession .wrap .flex_img .matter .flex{
    width: 100%;
  }
  .profession .wrap .flex_img .matter{
    grid-template-columns: repeat(3,1fr);
    grid-gap: 24px;
  }
  .profession .wrap .flex_img .matter.on{
    display: grid;
  }
  .profession .wrap{
    max-width: 90%;
  }
  .profession .wrap .content .item .color{
    max-width: 85%;
  }
  .profession .wrap .content .item > img{
    height: 100%;
  }
  .flow .wrap,.flow2 .wrap{
    max-width: 90%;
  }
}
@media screen and (max-width: 1255px) {
  .profession .wrap .content .item .color .cut .list{
    font-size: 17px;
  }
  .profession .wrap .content .item .color .transform .text{
    font-size: 14px;
  }
  .profession .wrap .content .item .color .cut .list:not(:last-child) {
    margin: 0 31px 0 0;
  }
}
@media screen and (max-width: 1095px) {
  .profession .wrap .content .item .color{
    padding: 4%;
  }
}
@media screen and (max-width: 1023px) {
  .profession .wrap .title span{
    font-size: 25px;
  }
  .profession .wrap {
    margin: 27px auto 24px;
  }
  .profession .wrap .title {
    margin: 0 0 18px 0;
  }
  .profession .wrap .content .item{
    border-radius: 15px;
  }
  .profession .wrap .content .item .color .headline p{
    font-size: 20px;
    margin: 0 0 0 8px;
  }
  .profession .wrap .content .item .color{
    border-radius: 15px;
    flex-direction: column;
    align-items: unset;
    bottom: 22px;
  }
  .profession .wrap .content .item .color .next{
    width: fit-content;
    height: fit-content;
    margin: 20px 0;
  }
  .profession .wrap .content .item{
    height: 510px;
  }
  .profession .wrap .content .item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .profession .wrap .content .item .color .cut .list:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .profession .wrap .content .item .color .cut{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 4px 15px;
  }
  .profession .wrap .content .item .color .headline img{
    width: 30px;
  }
  .profession .wrap .content .item .color .transform .text {
    font-size: 13px;
    line-height: 29px;
    height: auto;
  }
  .profession .wrap .content .item .color .next img{
    width: 25px;
  }
  .profession .wrap .title p{
    font-size: 16px;
  }
  .profession .wrap .galley_cut{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
  }
  .profession .wrap .galley_cut .list{
    width: 100%;
    height: 44px;
  }
  .flow .wrap .content .matter .small_cut .list{
    height: 35px;
  }
  .profession .wrap .flex_img .matter{
    grid-template-columns: repeat(1,1fr);
  }
  .profession .wrap .flex_img .matter .flex .img{
    border-radius: 15px;
  }
  .flow .wrap .content .matter .small_cut{
    flex-wrap: wrap;
  }
  .flow .wrap .big_cut .list{
    font-size: 23px;
  }
  .flow .wrap {
    margin: 38px auto 45px;
  }
  .flow .wrap .content .matter .small_cut .list{
    font-size: 14px;
    margin: 0 10px 15px 0!important;
  }
  .flow .wrap .content .matter .small_cut {
    margin: 0 0 29px 0;
  }
  .flow2 .wrap .title{
    font-size: 25px;
    margin: 0 0 33px;
  }
  .flow2 .wrap {
    margin: 38px auto 27px;
  }
  .flow2 .wrap .content{
    overflow-x: scroll;
  }
  .flow2 .wrap .content img{
    max-width: fit-content;
  }
  html[lang="en"]  .flow .wrap .content .matter .small_cut .list{
    font-size: 11px;
  }
  html[lang="en"] .flow .wrap .big_cut .list {
    font-size: 15px;
  }
  html[lang="en"] .flow .wrap .big_cut .list:not(:last-child) {
    margin: 0 33px 0 0;
  }
  html[lang="en"] .profession .wrap .content .item .color .cut{
    grid-template-columns: repeat(1,1fr);
  }
  .profession .wrap .content .item .color .transform .text a{
    font-size: 13px;
  }
}
/*# sourceMappingURL=profession.css.map */

/*中文注释检查*/