@charset "UTF-8";
.intro {
  background: -webkit-gradient(linear, left top, left bottom, from(#E4EDFA), color-stop(20%, rgba(239, 243, 249, 0))), #FFFFFF;
  background: linear-gradient(180deg, #E4EDFA 0%, rgba(239, 243, 249, 0) 20%), #FFFFFF;
}
.intro .card {
  background: #FFFFFF;
  border-radius: 0px 30px 0px 30px;
  padding: 45px 106px 45px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro .r {
    margin-left: 10%;
    flex: auto;
  /*width: 53%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .r .des {
  color: #737373;
}
.intro .img {
  width: 268px;
  margin-right: 58px;
}
.intro .img div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px 30px 0px 30px;
  overflow: hidden;
}
.intro .img div img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .img .img_pic img{
    max-height: 80%;
    max-width: 80%;
    height: auto;
    top: 50%;
    transform: translate(-50%,-50%);
}
.intro .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}
.intro .tag div {
  word-break: keep-all;  
  height: 30px;
  padding: 0 20px;
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #f06330;
  margin-right: 7px;
}
.intro .tag div:last-child {
  margin-right: 0;
}
.intro .common_btn {
  width: 140px;
  height: 40px;
  color: #333;
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #D9D9D9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.intro .common_btn::after {
  right: 100%;
  left: inherit;
}
.intro .common_btn:hover {
  color: #fff;
  border-color: transparent;
}
.intro .common_btn:hover::after {
  right: 0;
}
.intro .link > div {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin: 10px 0;
}
.intro .link > div:hover {
  border-color: #f06330;
  color: #f06330;
}
.intro .link > div > img {
  margin-right: 7px;
}
.intro .w7_code {
  padding: 10px;
  background: #fff;
  border-radius: 0px 15px 0px 15px;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 20px);
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.intro .w7_code img {
  width: 100px;
}
.intro .w7_code::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff; /* 继承文字颜色 */
  vertical-align: middle;
  top: 100%;
}
.intro .work2_tips{
    color: #737373;
}
.intro .work {
  line-height: 2;
      width: calc(100% - 200px);
}
.intro .work > div:nth-child(n+2) {
  margin-top: 6px;
}
.intro .resume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro .resume_l {
  width: 266px;
  position: sticky;
  top: 133px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.intro .resume_l > div:last-child .resume_tit::after {
  display: none;
}
.intro .resume_r {
  width: calc(100% - 266px);
}
.intro .resume_r>div:last-child{
    margin-bottom: 0;
}
.intro .resume_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.intro .resume_tit::after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  border-left: 1px dashed #0054A3;
  opacity: 0.7;
  margin-left: 7px;
}
.intro .point {
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  background: linear-gradient(white, white) content-box, linear-gradient(94deg, rgb(54, 191, 251), rgb(23, 108, 244)) border-box;
  border: 1px solid transparent;
  padding: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.intro .resume_act .point {
  background: #f06330;
  border: 1px solid #f06330;
}
.intro .resume_act .point::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: #E95428;
  opacity: 0.2;
}
.intro .resume_act .resume_name span {
  color: #f06330;
}
.intro .resume_name {
  width: calc(100% - 24px);
}
.intro .resume_name span {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.intro .resume_name span:hover {
  color: #f06330;
}
.intro .resume_title {
  padding: 15px 45px;
  background: #EFF5FC;
  position: relative;
}
.intro .resume_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#36BFFB), to(#176CF4));
  background: linear-gradient(180deg, #36BFFB, #176CF4);
}
.intro .resume_con {
  line-height: 1.875;
  color: #737373;
}
.intro .resume_con *{
    font-size: inherit !important;
    font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Source Han Sans CN", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Helvetica, Arial, sans-serif !important;
}
.intro .resume_con img,.intro .resume_con table{
    max-width: 100% !important;
    height: auto !important;
}
.recommend {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 243, 249, 0)), to(#E4EDFA)), #FFFFFF;
  background: linear-gradient(180deg, rgba(239, 243, 249, 0), #E4EDFA), #FFFFFF;
}
@media screen and (max-width: 1700px){
    .intro .card{
        padding:40px;
            border-radius: 0px 20px 0px 20px;
    }
    .intro .tag div{
        border-radius: 0px 6px 0px 6px;
    }
    .intro .resume_l {
    width: 210px;
        
    }
    .intro .resume_r {
    width: calc(100% - 240px);
}
.intro .resume_title {
    padding: 15px 30px;
    
}
.intro .img {
    width: 240px;
    margin-right: 30px;
}
}

@media screen and (max-width: 1200px){
    .intro .work{
        width: 100%;
    }
  .intro .common_btn{
    width: 120px;
}
.intro .img {
    width: 200px;
}
.intro .r{
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 50%;
}
.intro .link{
    display: flex;
    margin-top: 20px;
}
.intro .link > div{
    margin-top: 0;
}
.intro .link > div:last-child {
   
    margin-left: 20px;
}
}
@media screen and (max-width: 768px){
    .intro .name{
        text-align: center;
    }
    .intro .work{
        width: 100%;
    }
    .intro .card{
        flex-direction: column;
        padding: 30px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
                align-items: center;
    }
    .intro .l{
        width: 100%;
        flex-direction: column;
    }
    .intro .r{
        margin-top: 4vw;
        max-width: 100%;
        margin-left: 0;
    }
        .intro .link > div:last-child {
        margin-left: 12px;
    }
    .intro .img{
        margin-right: 0;
        margin-bottom: 4vw;
    }
    .intro .resume_l{
        display: none;
    }
    .intro .resume_r{
        width: 100%;
    }
}
