.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 {
  width: 1680px;
  margin: 69px auto 178px;
}
.flow .wrap .big_cut {
  display: flex;
  margin: 0 0 30px 0;
}
.flow .wrap .big_cut .list {
  font-size: 30px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #111111;
  transform: scale(0.8);
  cursor: pointer;
  transition: 1s;
}
.flow .wrap .big_cut .list:not(:last-child) {
  margin: 0 50px 0 0;
}
.flow .wrap .big_cut .list.on {
  color: #03B752;
  transform: scale(1);
}
.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: #111111;
  transition: 1s;
}
.flow .wrap .content .matter .small_cut .list.on {
  border: 1px solid #03b752;
  color: #03b752;
}
.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 */