.jobs-list .row > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.yjjyhs-swiper .swiper-pagination {
  font-size: 0;
}

.yjjyhs-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

.yjjyhs-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #535353;
}

.news-list .item img, .about-nr-1 .list .item img, .yjjyhs-list .item-box img, .about-dsj .dsj-events .imgwarp img, .culture-hxln .hxln-list .item img, .culture-tdfc .tdfc-list .item img, .culture-gs .gs-list .item img , .news-hot .item img, .new-2021 .culture-forum-app .item img,.culture-tdfc .img-box .b-img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.news-list .item:hover img, .about-nr-1 .list .item:hover img, .yjjyhs-list .item-box:hover img, .about-dsj .dsj-events .imgwarp:hover img, .culture-hxln .hxln-list .item:hover img, .culture-tdfc .tdfc-list .item:hover img, .culture-gs .gs-list .item:hover img .new-2021 .news-hot .list .item:hover img,.news-hot .item:hover img, .new-2021 .culture-forum-app .item:hover img, .culture-tdfc .img-box:hover .b-img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.culture-xywh .xywh-list .item img, .contactus-type .item img, .jobs-welfare-list .item img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.culture-xywh .xywh-list .item:hover img, .contactus-type .item:hover img, .jobs-welfare-list .item:hover img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.culture-hxln, .culture-xywh, .culture-tdfc, .culture-gs, .contactus-addresss, .jobs-deliver {
  padding-bottom: 0.88rem;
}
.new-2021 .culture-hxln, .new-2021 .culture-xywh, .new-2021 .culture-tdfc, .new-2021 .culture-gs, .new-2021 .contactus-addresss, .new-2021 .jobs-deliver {
  padding-bottom: 0;
}

.new-2021 .culture-forum-app{
  padding-bottom: 100px;
}
.new-2021 .culture-forum-app .gs-list .item{
  width: 536px;
  height: 360px;
  overflow: hidden;
}
.new-2021 .culture-forum-app img{
  width: 100%;
}
.new-2021 .culture-forum-app .swiper-pagination-bullet {
  width: 36px;
  height: 2px;
  margin: 0 5px !important;
  opacity: .5;
  border-radius: 0;
  background: #C2C2C2;
  transition: all .2s linear;
  
}
.new-2021 .culture-forum-app .swiper-pagination {
  left: 0;
  right: 0;
  margin-top: 40px;
}
.new-2021 .culture-forum-app .swiper-point{
  margin: 36px auto;
  display: block;
}
.new-2021 .culture-forum-app .swiper-pagination-bullet:hover {
  width: 42px;
  background: #C2C2C2;
}
.new-2021 .culture-forum-app .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006cff;
  width: 42px;
}
.news-list .item .title, .news-list .item .dsc, .news-hot, .news-hot .list .title, .news-dt-content, .about-text {
  text-align: justify;
}

.news-content {
  margin: 0.92rem 0;
}
.new-2021 .news-content {
  margin: 74px 0;
}

.news-left {
  float: left;
  width: 67%;
}

.news-list {
  overflow: hidden;
  margin-bottom: -0.2rem;
}
.new-2021 .news-list {
  overflow: hidden;
  margin-top: 37px;
  margin-bottom: -0.2rem;
}

.news-list .item {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0.4rem 4.6rem;
  margin: 0.3rem 0 0.6rem;
  color: #595757;
  border-bottom: solid 1px #dfdfdf;
}

.new-2021 .news-list .item {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0px 265px;
  margin: 0 0 25px;
  color: #595757;
  border-bottom: none;
}

.news-list .item:hover .title {
  color: #0c1b35;
  font-weight: bold;
}
.new-2021 .news-list .item:hover .title {
  color: #006CFF;
  font-weight: bold;
}

.news-list .item .imgwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  overflow: hidden;
}
.new-2021 .news-list .item .imgwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 160px;
  overflow: hidden;
}

.news-list .item .imgwarp img {
  max-width: 100%;
}

.news-list .item .infowarp {
  overflow: hidden;
}

.news-list .item .title {
  font-size: 18px;
  color: #1b1b1b;
  line-height: 1.4;
  font-weight: normal;
}
.new-2021 .news-list .item .title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-weight: normal;
}

.news-list .item .dsc {
  margin: 0.24rem 0;
  min-height: 1.64rem;
  font-size: 13px;
  line-height: 2;
}
.new-2021 .news-list .item .dsc {
  margin: 24px 0 0;
  min-height: 1.64rem;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.news-list .item .date {
  display: block;
  color: #9fa0a0;
  font-size: 12px;
}
.new-2021 .news-list .item .date {
  display: block;
  color: #C2C2C2;
  font-size: 14px;
  text-align: right;
  line-height: 40px;
}

.new-2021 .news-left .more-btn{
  background: #EBEBEB;
  font-size: 14px;
  color: #006CFF;
  border: none;
  width: 100%;
}
.news-hot {
  float: right;
  width: 29%;
  padding: 0.68rem 2.16% 0.4rem;
  background-color: #ececec;
}
.new-2021 .news-hot {
  float: right;
  width: 318px;
  padding: 0 0 12px;
  background-color: transparent;
}


.news-hot .index-title {
  padding: 0.44rem 0.4rem;
  font-weight: normal;
  text-align: left;
}
.new-2021 .news-hot .index-title {
  padding: 0 0.4rem 36px;
  font-weight: normal;
  text-align: left;
  font-size: 24px;
  line-height: 34px;
}

.news-hot .list .item {
  position: relative;
  display: block;
  padding: 0.08rem 0.4rem;
  margin: 0 0 0.8rem;
  color: #595757;
  border-bottom: solid 1px #bababa;
}
.new-2021 .news-hot .list .item {
  position: relative;
  display: block;
  padding: 0 0.4rem 0;
  margin: 0 0 24px;
  color: #595757;
  border-bottom: none;
}
.new-2021 .news-hot .list .item .imgwarp{
width: 143px;
height: 80px;
overflow: hidden;
}
.new-2021 .news-hot .list .item .news-txt{
  width: 186px;
  padding-left: 11px;
  }
.new-2021 .news-hot .list .item .imgwarp img{
  width: 100%;
  }
.new-2021 .news-hot .list .item.news-row{
  display: flex;
}

.news-hot .list .item::before {
  content: '';
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #707070;
  border-radius: 50%;
}

.new-2021 .news-hot .list .item::before {
  display: none;
}

.news-hot .list .item:hover .title {
  color: #0c1b35;
}
.new-2021 .news-hot .list .item:hover .title {
  color: #006CFF;
}

.news-hot .list .title {
  margin-bottom: 0.28rem;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}
.new-2021 .news-hot .list .title {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.news-hot .list .date {
  color: #9fa0a0;
  font-size: 12px;
  line-height: 1;
}
.new-2021 .news-hot .list .date {
  color: #C2C2C2;
  font-size: 14px;
  line-height: 1;
}


.news-dt-content {
  color: #595757;
}

.new-2021 .news-dt-content {
  margin-top: 37px;
}

.news-dt-content .dt-title {
  font-size: 21px;
  color: #000;
  line-height: 1.3;
}

.news-dt-content .dt-bar {
  margin: 0.32rem 0;
  font-size: 12px;
  color: #9fa0a0;
}

.news-dt-content .dt-nr {
  line-height: 1.8;
}

.news-dt-content .dt-nr img {
  max-width: 100%;
}

.news-dt-content .dt-nr .imgwarp {
  margin: 1.5em auto;
  text-align: center;
}

.news-dt-content .dt-nr .t {
  font-size: 1.35em;
  color: #000;
}
.new-2021 .news-dt-content a{
  text-decoration: underline;
  color: darkblue;
}

.about-text {
  padding: 0;
  font-size: 16px;
  line-height: 2;
}

.about-nr-1 {
  padding: 0.88rem 0;
  color: #313131;
}

.about-nr-1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-nr-1 .list .item {
  position: relative;
  width: 23.6%;
  max-width: 5.66rem;
  height: 7.84rem;
  padding: 2.04rem 1.4% 0;
  margin: 1.8rem 0 0;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 20px;
  border: solid 1px #e0e0e0;
}

.about-nr-1 .list .item:hover .title {
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

.about-nr-1 .list .title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  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;
  font-size: 18px;
  color: #535353;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.52rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.52rem rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.about-nr-1 .list .title::before {
  content: '';
  position: absolute;
  top: -10%;
  bottom: -10%;
  right: -10%;
  left: -10%;
  z-index: -1;
  background: url(../images/about-bd.png) no-repeat;
  background-size: 100% 100%;
}

.about-nr-1 .list .imgwarp {
  overflow: hidden;
}

.about-nr-1 .list .imgwarp img {
  max-width: 100%;
}

.about-nr-1 .list .dsc-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.6rem;
  margin: 2% 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-nr-1 .list .dsc {
  font-size: 13px;
  color: #3e3a39;
  line-height: 2;
}

.about-nr-1 .list .dsc > span {
  display: block;
}

.about-yjjyhs {
  padding-bottom: 0.88rem;
  color: #313131;
  background-color: #eee;
}

.about-yjjyhs .abstract {
  margin-top: -.5em;
}

.yjjyhs-list {
  position: relative;
}

.yjjyhs-list .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
}

.yjjyhs-list .imgwarp {
  width: 3.46rem;
  max-width: 20%;
  margin-right: 6.8%;
  overflow: hidden;
}

.yjjyhs-list .imgwarp img {
  max-width: 100%;
}

.yjjyhs-list .infoswarp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  line-height: 1.8;
  color: #1b1b1b;
}

.yjjyhs-list .post {
  display: block;
}

.yjjyhs-list .dsc {
  margin-top: 0.16rem;
  padding-top: 0.24rem;
  font-size: .7em;
  line-height: 2.3;
  color: #626262;
  border-top: solid 1px #959595;
}

.yjjyhs-list .item:nth-child(2n) .imgwarp {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 6.8%;
  margin-right: 0;
}

.yjjyhs-list .item:nth-child(2n) .infoswarp {
  text-align: right;
}

.yjjyhs-list .item:nth-child(2n) .dsc {
  padding-left: 7%;
  text-align: left;
}

.yjjyhs-swiper {
  width: 75%;
  margin: 0 auto;
}

.yjjyhs-swiper .swiper-pagination {
  display: none;
  bottom: 0;
}

.about-dsj {
  padding: 62px 0;
}
.about-dsj > .contain{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-dsj .dsj-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.about-dsj .dsj-nav {
  position: relative;
  width: 100%;
  margin: 0 0 62px;
  font-size: 20px;
  line-height: 2.5;
  color: #0c1b35;
  text-align: center;
  /* border-right: solid 1px #b5b5b5; */
}
.about-dsj .dsj-nav .year{
  position: relative;
  padding-right: 142px;
}
.about-dsj .dsj-nav .year:last-child{
  padding-right: 0;
}
.about-dsj .dsj-nav .year:hover .point,.about-dsj .dsj-nav .curr .point{
  position: relative;
  border: 4px solid rgba(0,108,255,0.50);
}
.about-dsj .dsj-nav .year::after{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 28px;
  left: 32px;
  background: #fff;
}
.about-dsj .dsj-nav .year:last-child:after{
  content: '';
  display: none;
}
.about-dsj .dsj-nav .point{
  position: relative;
  width: 28px;height: 28px;background-color: #fff;border-radius: 50%;display: block;margin: 16px auto;cursor: pointer;
}
.about-dsj .dsj-nav .curr .point::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;height: 14px;
  margin: auto;
  background-color: #006cff;border-radius: 50%;
}
.about-dsj .swiper-year{
  height: 280px;
}
.about-dsj .swiper-year .swiper-slide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-dsj .active-container{
  position: absolute;
  width: 100%;
  height: 56px;
  /* border-top: 1px solid #b5b5b5; */
  /* border-bottom: 1px solid #b5b5b5; */
  top: calc(56px * 2);
  left: 0;
  z-index: 0;
  /* background-color: #0c1b35; */
}

.about-dsj .dsj-nav .item {
  width: 100%;
  cursor: pointer;
  /* border-bottom: solid 1px #b5b5b5; */
}

.about-dsj .dsj-nav .swiper-slide-active {
  font-size: 1.2em;
  /* color: #fff; */
}

.about-dsj .dsj-events {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          margin: 53px 0;
}
.about-dsj .IScroll {
  max-height: 100%;
  overflow-y: scroll;
  width: 100%;
}
.about-dsj .IScroll::-webkit-scrollbar {display:none;}
.about-dsj .des-wrapper{
  padding-bottom: 16px;
  /* margin-left: 6px; */
  width: 260px;
  /* border-left: solid 1px #0c1b35;   */
}

.about-dsj .dsj-events .item {
  position: relative;
  padding: 0 0 0.32rem 0;
  margin: 0 24px 0 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
}

.about-dsj .dsj-events .item::before {
  /* content: '';
  position: absolute;
  left: -.5px;
  top: .44em;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background-color: #0c1b35;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); */
}

.about-dsj .dsj-events .item:first-child {
  margin-top: 0;
}

/* .about-dsj .dsj-events .item:first-child::before {
  width: 0;
  height: 0;
  top: -0.4rem;
  border-style: solid;
  border-width: 0.4rem 0.26rem;
  border-color: transparent transparent #0c1b35 transparent;
  border-radius: 0;
  background-color: transparent;
} */

.about-dsj .dsj-events .d {
  float: left;
  /* width: 12%; */
  /* min-width: 4em; */
  /* padding: 0 2%; */
  margin-right: 18px;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.about-dsj .dsj-events .s {
  overflow: hidden;
}

.about-dsj .dsj-events .imgwarp {
  display: inline-block;
  overflow: hidden;
  margin: 12px 0 24px;
  vertical-align: middle;
}

.about-dsj .dsj-events .imgwarp img {
  width: 370px;
  max-width: 100%;
}

.culture-hxln .hxln-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.culture-hxln .hxln-list .item {
  position: relative;
  width: 49%;
  min-height: 6rem;
  overflow: hidden;
  border-radius: 0.4rem;
}

.new-2021 .culture-hxln .hxln-list .item {
width: 100%;
border-radius: 0;
height: 267px;
min-height: auto;
display: flex;
background: #EDF8FF;
flex-direction: row-reverse;
overflow:initial;
}

.new-2021 .culture-hxln .hxln-list .item:nth-child(2n){
  flex-direction: row;
}
.new-2021 .culture-hxln .hxln-list .item .imgs{
  width: 576px;
  overflow: hidden;
  position: relative;
}
.new-2021 .culture-hxln .hxln-list .item::after{
  content: '';
  position: absolute;
  z-index: 2;
  background: #006CFF;
  width: 100px;
  height: 100px;
  right: -50px;
  top: calc(50% - 50px);
  animation: opacityKey .8s ease-in;
}
@-webkit-keyframes opacityKey {
  0% {
    opacity: 0;
    transform-origin:center;
    transform: scale(.5);
  }
  100% {
    opacity: 1;
    transform-origin:center;
    transform: scale(1);
  }
}
.new-2021 .culture-hxln .hxln-list .item:nth-child(2n):after{
  left: -50px;
}
.new-2021 .culture-hxln .hxln-list .item .imgs img{
  width: 100%;
}
.new-2021 .culture-hxln .hxln-list .item .infos {
  position: relative;
  color: #353535;
  display: flex;
  align-items:center;
  justify-content: center;
  text-align: left;
  flex-wrap: wrap;
  flex-grow: 1;
  padding:0 48px;
  flex-direction: column;
}
.new-2021 .culture-hxln .hxln-list .item .infos li{
  width: 100%;
  padding-bottom: 63px;
}
.new-2021 .culture-hxln .hxln-list .item .infos li:last-child{
  padding-bottom: 0;
}
.new-2021 .culture-hxln .hxln-list .item:nth-child(2n) .infos {
  justify-content: center;
  text-align: right;
  flex-direction: column;
}
.new-2021 .culture-hxln .hxln-list .item .line {
  position: relative;
  background: #006CFF;
  width: 14px;
  height: 100%;
  animation: opacityKey .5s ease-in;
}
.new-2021 .culture-hxln .hxln-list .item .name {
  margin-bottom: 13px;
  font-size: 18px;
  display: block;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.new-2021 .culture-hxln .hxln-list .item:nth-child(2n) .name {
  margin-left: 7px;
  flex-direction: row-reverse;
}

.new-2021 .culture-hxln .hxln-list .item .name::before {
  content: '';
  position: relative;
  z-index: 2;
  background: #006CFF;
  width: 4px;
  height: 16px;
  margin-right: 7px;
}

.new-2021 .culture-hxln .hxln-list .item:nth-child(2n) .name::before {
  margin-left: 7px;
}

.new-2021 .culture-hxln .hxln-list .item .dsc {
  font-size: 24px;
}


.culture-hxln .hxln-list .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background-color: rgba(0, 0, 0, 0.52); */
}

.culture-hxln .hxln-list .item img {
  width: 100%;
}

.culture-hxln .hxln-list .item .infos {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.culture-hxln .hxln-list .item .name {
  margin-bottom: 0.44rem;
  font-size: 1.4em;
}

.culture-xywh {
  background-color: #f1f0f0;
}
.new-2021 .culture-xywh {
  background-color: #EDF8FF;
}

.culture-xywh .xywh-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6% 0 -.3em;
  font-size: 18px;
  color: #535353;
  line-height: 1.8;
  text-align: center;
}
.new-2021 .culture-xywh .xywh-list {
  margin: 0;
  font-size: 14px;
  color: #353535;
  line-height: 1.8;
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.new-2021 .culture-xywh .sub-title {
  margin: -46px 0 35px;
  font-size: 14px;
  text-align: center;
}

.culture-xywh .xywh-list .item {
  min-width: 4rem;
  margin-top: 6%;
}
.new-2021 .culture-xywh .xywh-list .item {
  width: 220px;
  margin-top: 0;
  text-align: left;
  margin-right: 73px;
  margin-bottom: 38px;
  line-height: 24px;
}
.new-2021 .culture-xywh .xywh-list .item:nth-child(4n){
  margin-right: 0;
}

.new-2021 .culture-xywh .xywh-list .item .name {
  margin: 18px 0 15px;
  font-size: 18px;
  color: #006CFF;
}

/* leaders */
.leaders-xywh .xywh-list .name {
  display: block;
  margin: 0.44rem 0 0.56rem;
  font-size: 1.3em;
  color: #000;
  line-height: 1.2;
}

.leaders-xywh {
  background-color: #f1f0f0;
}
.new-2021 .leaders-xywh {
  background-color: #fff;
}

.leaders-xywh .xywh-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6% 0 -.3em;
  font-size: 18px;
  color: #535353;
  line-height: 1.8;
  text-align: center;
}
.new-2021 .leaders-xywh .index-title{
  letter-spacing: 3px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin-bottom: 28px;
}
.new-2021 .leaders-xywh .index-title::after{
  content: '';
  background: #1371fb;
  width: 68px;
  height: 5px;
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.new-2021 .leaders-xywh .xywh-list {
  margin: 0 0 60px;
  font-size: 14px;
  color: #353535;
  line-height: 1.8;
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* gap: 73px; */
  /* position: relative; */
}
@media (max-width:767px) {
  .new-2021 .leaders-xywh .xywh-list {
    justify-content: center;
  }
}
.new-2021 .leaders-xywh .xywh-list .item-box{
  display: none; background:#f1f1f1; padding: 40px; text-align: center; height: auto; position: absolute;     width: 100%;box-sizing: border-box;     max-width: 1100px;
}
.new-2021 .leaders-xywh .xywh-list .item-box h5{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.new-2021 .leaders-xywh .sub-title {
  margin: -46px 0 35px;
  font-size: 14px;
  text-align: center;
}

.leaders-xywh .xywh-list .item {
  min-width: 4rem;
  margin-top: 6%;
}
.new-2021 .leaders-xywh .xywh-list .item {
  width: 220px;
  margin-top: 0;
  text-align: left;
  margin-right: 73px;
  margin-bottom: 38px;
  line-height: 24px;
  flex: inherit;
  flex-grow: 0;
  position: relative;

}

@media (min-width:1080px) {
  .new-2021 .leaders-xywh .xywh-list .item:nth-child(4n){
    margin-right: 0;
  }
}
@media (max-width:1080px) {
  .new-2021 .leaders-xywh .xywh-list .item{
    flex: 1;
    flex-grow: 0;
  }
  .new-2021 .leaders-xywh .xywh-list .item:nth-child(3n){
    margin-right: 0;
  }
}
@media (max-width:767px) {
  .new-2021 .leaders-xywh .xywh-list .item{
    margin-right: 0;
  }
  .new-2021 .leaders-xywh .xywh-list .item:nth-child(3n){
    margin-right: 0;
  }
}

.new-2021 .leaders-xywh .xywh-list .item .name {
  margin: 35px 0 0px;
  font-size: 18px;
  color: #000;
  padding-bottom: 12px;
  border-bottom: 2px solid #323232;

}


.leaders-xywh .xywh-list .name {
  display: block;
  margin: 0.44rem 0 0.56rem;
  font-size: 1.3em;
  color: #000;
  line-height: 1.2;
}
.leaders-xywh .xywh-list .item img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* .leaders-xywh .xywh-list .item.active{
  margin-bottom: 280px;
} */
.leaders-xywh .xywh-list .item.active img {
  -webkit-transform: translateY(10px,-10px);
  transform: translate(10px,-10px);
  z-index: 2;
  position: relative;
}
.leaders-xywh .xywh-list .item.active::after{
  content: '';
    position: absolute;
    bottom: -25px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #f1f1f1;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    left: 15%;
    /* right: 0;
    margin: 0 auto; */
}
.leaders-xywh .xywh-list .item.active .icon::after {
 content: '';
 width: 220px;
 height: 220px;
 position: absolute;
 background: #1371fb;
 top: 0;
 left: 0;
 z-index: 1
}

.leaders-xywh{
  padding-bottom: 0.88rem;
}
 .new-2021 .leaders-xywh {
  padding-bottom: 0;
}

.culture-tdfc .tdfc-list .item {
  overflow: hidden;
}

.culture-tdfc .tdfc-list .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.culture-tdfc .tdfc-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.culture-tdfc .tdfc-list .swiper-slide-active::before {
  content: none;
}

.culture-tdfc .tdfc-btnwarp {
  max-width: 1200px;
  margin: 0.64rem auto 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.culture-tdfc .tdfc-btnwarp .icon-leftarrow {
  position: static;
  margin: .5em 2.5% -.5em;
  font-size: 40px !important;
  /* -webkit-transform: translateY(0);
  transform: translateY(0); */
}
.new-2021 .culture-tdfc .img-box .over-flow{
  opacity: 0;
  margin-top: -10px;
  transition: all .5s linear;
}
.new-2021 .culture-tdfc .img-box:hover .over-flow{
  opacity: 1;
  margin-top: 0px;
}
.new-2021 .culture-tdfc .img-box::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--bgc);
  opacity: 0;
  position: absolute;
  top: -100%;
  left: 0;
  transition: all .5s linear;

}
.new-2021 .culture-tdfc .img-box:hover::after{
  opacity: 0.7;
  top: 0;
}
.new-2021 .culture-tdfc .case-list{
  background: #006cff; display: flex; overflow: hidden;height: 340px;flex-direction: row;
}
.new-2021 .culture-tdfc .case-list:nth-child(odd){
  background: #006cff; display: flex; overflow: hidden;height: 340px;flex-direction: row-reverse;
}
.new-2021 .culture-tdfc .case-list .img-box{
  width: calc(50% + 115px);position: relative;overflow: hidden;
}
.new-2021 .culture-tdfc .case-list .img-box:nth-child(2n){
  width: calc(50% - 115px);position: relative; overflow: hidden;
}
.new-2021 .culture-tdfc .case-list .img-box .item{
  width: 665px; position:absolute;right: 0;padding:36px 35px;color: #fff;    top: 0;
  z-index: 2;
}
.new-2021 .culture-tdfc .case-list .img-box:nth-child(2n) .item{
  width: 435px; position:absolute;left: 0;padding:36px 35px;color: #fff;    top: 0;
}
.new-2021 .culture-tdfc .case-list:nth-child(odd) .img-box .item{
  right: auto;
  left: 0;
}
.new-2021 .culture-tdfc .case-list:nth-child(odd) .img-box:nth-child(2n) .item{
  left: auto;
  right: 0;
}
.new-2021 .culture-tdfc .case-list .img-box .item .name{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.new-2021 .culture-tdfc .case-list .img-box .item .sub-name{
  line-height: 24px;
}

.culture-gs {
  background-color: #f1f0f0;
}

.culture-gs .gs-list {
  position: relative;
  padding: 0 3%;
  font-size: 18px;
  line-height: 1.5;
  color: #535353;
}

.culture-gs .gs-list .item {
  padding: 0 3%;
  text-align: center;
}

.culture-gs .gs-list .item .icon {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: top;
}

.culture-gs .gs-list .item .icon img {
  overflow: hidden;
  max-width: 100%;
  border-radius: 50%;
}

.culture-gs .gs-list .item .name {
  margin: 0.48rem 0;
  font-size: 1.4em;
  line-height: 1.2;
}

.culture-gs .gs-list .item .dsc {
  max-width: 75%;
  margin: 0 auto;
}

.culture-gs .gs-list .icon-zuojiantou {
  top: 40%;
}

.contactus-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin:64px 0 0;
  font-size: 20px;
  color: #313131;
  line-height: 1.2;
}

.contactus-type .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          width: 535px;
          background-color: #F6F6F6;
          margin-right: 30px;
          padding: 36px;
          align-items: center;
          justify-content: center;
          position: relative;
}
.contactus-type .item:last-child{
  margin-right: 0;
}

.contactus-type .icon {
  display: block;
  margin-right: 24px;
}
.contactus-type .item.phone{
  padding: 0;
}
.contactus-type .item.phone .textwarp {
  padding: 36px 0 36px 36px;
}
.contactus-type .item.phone .icon{
  width: 185px;
  margin-right: 0;
}

.contactus-type .icon img {
  max-width: 100%;
}

.contactus-type .textwarp {
  
  overflow: hidden;
}

.contactus-type .t {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 34px;

}
.contactus-type .t:last-child {
  margin-bottom: 0;

}
.contactus-type .item:hover .d{
  color: #006cff;
}
.contactus-type .d {
  display: block;
  font-size: 24px;
  color: #353535;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 34px;
}
.contactus-type .p {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.contactus-addresss {
  /* background-color: #f1f0f0; */
  padding-bottom: 0;
}
.contactus-addresss .product-nav{
  display: flex;
  flex-wrap: wrap;
}
.contactus-addresss .product-nav a{
  padding: 20px 43px;
  font-size: 18px;
  color: #353535;
  border-bottom: 1px solid #C4C4C4;
  text-align: center;
  flex-grow: 1;
}
.contactus-addresss .product-nav a.curr{
  color: #006cff;
  border-bottom: 2px solid #006cff;
}


.contactus-addresss .consult-form {
  background: #F6F6F6;
  max-width: 100%;
  padding: 0;
  margin-bottom: 64px;
}
.contactus-addresss .product-list .item {
  display: none;
}
.contactus-addresss .consult-form form{
  padding: 64px 150px;
}
.contactus-addresss .consult-form form .itxt2 {
  box-shadow:none
}

.contactus-addresss .consult-form .foot{
  background: #006cff;
  text-align: center;
  margin: 36px 0 0;
  height: 40px;
  line-height: 40px;

}
.contactus-addresss .consult-form .foot a{
  color: #fff;
  font-size: 14px;
  display: block;
}

.contactus-addresss .contactus-map {
  margin-top: 36px;
}


.contactus-addresss .contactus-map .map {
  width: 100%;
  height: 500px;
}

.contactus-addresss .contactus-map img {
  max-width: 100%;
}

.contactus-addresss .contactus-map .map-region {
  position: absolute;
  top: 11.15%;
  left: 65%;
  font-size: 18px;
  line-height: 1.2;
  color: #1b1b1b;
  cursor: pointer;
}

.contactus-addresss .contactus-map .map-region.curr {
  z-index: 2;
}

.contactus-addresss .contactus-map .map-region.curr .map-region-label {
  display: block;
}

.contactus-addresss .contactus-map .map-region-name {
  position: absolute;
  right: 100%;
  top: -.3em;
  padding-right: .7em;
  text-align: right;
  white-space: nowrap;
}

.contactus-addresss .contactus-map .map-region-name .e {
  display: block;
}

.contactus-addresss .contactus-map .map-region-icon {
  display: inline-block;
  width: 1.1em;
  height: 1.38em;
  vertical-align: top;
  background: url(../images/contactus-map-region-icon.png) no-repeat;
  background-size: contain;
}

.contactus-addresss .contactus-map .map-region-label {
  display: none;
  position: absolute;
  left: 100%;
  top: -5em;
  width: 20em;
  margin-left: 6.3em;
  padding: 1.5em;
  color: #fff;
  font-size: .66em;
  line-height: 2;
  text-align: left;
  background-color: #0c1b35;
  border-radius: 0.2rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contactus-addresss .contactus-map .map-region-label .name {
  margin-bottom: .6em;
  font-size: 1.6em;
  line-height: 1.4;
}

.contactus-addresss .contactus-map .map-region-label .name .e {
  margin-left: 1em;
}

.contactus-addresss .contactus-map .map-region-label.left {
  right: 100%;
  left: auto;
  margin-right: 6.3em;
}

.contactus-addresss .contactus-map .map-region-label.left .map-region-label-line {
  left: 100%;
  right: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.contactus-addresss .contactus-map .map-region-label-line {
  position: absolute;
  top: 3.2em;
  right: 100%;
  width: 5em;
  border-top: solid 2px #0c1b35;
}

.contactus-addresss .contactus-map .map-region-label-line::before {
  content: '';
  position: absolute;
  right: 100%;
  top: -2px;
  width: 3em;
  border-top: solid 2px #0c1b35;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.contactus-addresss .contactus-map .txtrightbottom .map-region-name {
  top: 1.3em;
  left: 100%;
  right: auto;
  text-align: left;
}

.contactus-addresss .contactus-map .txtrighttop .map-region-name {
  top: -1.3em;
  left: 100%;
  right: auto;
  padding-left: .2em;
  text-align: left;
}

.contactus-addresss .contactus-map .txtlefttop .map-region-name {
  top: -1.3em;
  left: auto;
  right: 100%;
  padding-left: .2em;
  text-align: left;
}

.contactus-map-image-mb {
  display: none;
}

.search-box {
  position: relative;
  width: 54%;
  height: 1.16rem;
  margin: 3.4% auto 0;
  border: solid 1px;
}
.new-2021 .search-box {
  position: relative;
  width: 600px;
  height: 48px;
  margin: 3.4% auto 0;
  border: none;
}

.search-box .s-input {
  width: 100%;
  height: 100%;
  padding: 0 18% 0 3%;
  font-size: 14px;
  color: #fff;
  border: none;
  background-color: transparent;
}
.new-2021 .search-box .s-input {
  width: 100%;
  height: 100%;
  padding: 0 18% 0 3%;
  font-size: 14px;
  color: #353535;
  border: none;
  background-color: #fff;
}
.new-2021 .search-box .search-list {
  width: 600px;
  height: 200px;
  overflow: auto;
  background:#fff;
  box-sizing: content-box;
  margin-top: 4px;
  display: none;
  box-shadow: 0px 5px 10px 0px rgba(101,101,101,0.25);
}
.new-2021 .search-box .search-list ul{
padding: 18px 20px;
}
.new-2021 .search-box .search-list li{
color: #353535;
font-size: 14px;
text-align: left;
margin-bottom: 17px;
cursor: pointer;
}
.new-2021 .search-box .search-list li:hover{
  color: #006cff;
  }

.search-box .s-input::-webkit-input-placeholder {
  font-size: .85em;
  color: rgba(255, 255, 255, 0.7);
}
.new-2021 .search-box .s-input::-webkit-input-placeholder {
  font-size: .85em;
  color: #C2C2C2;
}

.search-box .s-input:-moz-placeholder {
  font-size: .85em;
  color: rgba(255, 255, 255, 0.7);
}

.search-box .s-input:-ms-input-placeholder {
  font-size: .85em;
  color: rgba(255, 255, 255, 0.7);
}

.search-box .s-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  min-width: 1.4em;
  overflow: hidden;
  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;
  font-size: 24px !important;
  color: #fff;
  text-align: center;
}
.new-2021 .search-box .s-submit{
  color: #323232;
}
.new-2021 .search-box.curr .s-submit{
  color: #006cff;
}

.jobs-welfare {
  padding: 0.88rem 0;
}
.new-2021 .jobs-welfare {
  padding: 0 0 44px;
}

.jobs-welfare-list {
  overflow: hidden;
  margin-top: -0.52rem;
}
.new-2021 .jobs-welfare-list {
  overflow: hidden;
  margin-top: 0;
  display: none;
}
.new-2021 .jobs-welfare-list.curr {
  display: block;
}

.jobs-welfare-list .item {
  float: left;
  width: 20%;
  margin-top: 0.52rem;
  font-size: 14px;
  color: #707070;
  line-height: 1.2;
  text-align: center;
}
.new-2021 .jobs-welfare-list .item {
  float: left;
  width: 20%;
  margin-top: 44px;
  font-size: 14px;
  color: #707070;
  line-height: 1.2;
  text-align: center;
}


.jobs-welfare-list .item .icon {
  display: block;
  margin-bottom: 0.32rem;
}

.jobs-welfare-list .item img {
  max-width: 100%;
  max-height: 82px;
}
.new-2021 .jobs-welfare-list .item img {
 width: 52px;
 height: 52px;
}


.jobs-content {
  padding: 0.88rem 0;
  font-size: 17px;
  line-height: 1.2;
  color: #313131;
  background-color: #f1f0f0;
}
.new-2021 .jobs-content {
  padding: 36px 0;
  font-size: 14px;
  line-height: 1.2;
  color: #313131;
  background-color: #EDF8FF;
}
.new-2021 .jobs-content .jobs-flex{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.new-2021 .jobs-flex .title{
  font-size: 24px;
  margin-bottom: 23px;
  display: flex;
 align-items: flex-end;
 color: #333333;
  justify-content: space-between;
}
.new-2021 .jobs-flex .title .totle{
  font-size: 16px;
  color: #666666;
}
.new-2021 .jobs-content .jobs-left{
  width: 264px;
}
.new-2021 .jobs-content .jobs-right{
  width: 820px;
}
.new-2021 .jobs-filter{
  background-color: #fff;
}
.jobs-filter .filter-wrap {
  padding: 0 5.5%;
}
.new-2021 .jobs-filter .filter-wrap {
  padding: 25px 0 0;
  margin: 0 25px;
  border-bottom: 1px solid #C2C2C2;
}
.new-2021 .jobs-filter .filter-wrap:last-child {
  border-bottom: none;
}

.jobs-filter .type {
  float: left;
  width: 6em;
  margin-bottom: 0.48rem;
}
.new-2021 .jobs-filter .type {
  float:none;
  width: 100%;
  font-size: 24px;
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
}

.jobs-filter .filter-item {
  overflow: hidden;
}
.new-2021 .jobs-filter .filter-item{
  display: none;
  transition: all .2s linear;
}
.new-2021 .jobs-filter .filter-item.open {
  display: block;
}
.new-2021 .jobs-filter .type::after{
  content:'+';
  font-size: 24px;
}
.new-2021 .jobs-filter .type.open::after{
  content:'-';
  
}

.jobs-filter .filter-item .item {
  float: left;
  margin: 0 0.52rem 0.48rem 0;
  cursor: pointer;
}
.new-2021 .jobs-filter .filter-item .item {
  float: none;
  display: flex;
  margin: 0 0 20px;
  cursor: pointer;
  align-items:center;
  font-size: 16px;
  line-height: 34px;
}
.new-2021 .jobs-filter .filter-item .item .icon-checkbox {
  width: 16px;
  height: 16px;
  border:1px solid #c2c2c2;
  margin-right: 16px;
}
.new-2021 .jobs-filter .filter-item .item.curr .icon-checkbox {
  width: 16px;
  height: 16px;
  border: none;
  background: url(../images/icon-select.png) no-repeat;
  background-size: cover;
}

.jobs-filter .filter-item .item:hover {
  color: #84b0f3;
}
.new-2021 .jobs-filter .filter-item .item:hover {
  color: #006cff;
}

.jobs-filter .filter-item .curr {
  color: #84b0f3;
}
.new-2021 .jobs-filter .filter-item .curr {
  color: #006cff;
}

.jobs-list {
  margin-top: 0.2rem;
}

.jobs-list .row {
  display: table;
  width: 100%;
  padding: 12px 5.5%;
  table-layout: fixed;
  cursor: pointer;
}
.new-2021 .jobs-list dl{
  background-color: #fff;
  margin-bottom: 24px;
  position: relative;
}
.new-2021 .jobs-list dl:hover, .new-2021 .jobs-list dl.curr{
  box-shadow: 0px 5px 10px 0px rgba(101,101,101,0.25);
}
.new-2021 .jobs-list dl:hover h3, .new-2021 .jobs-list dl.curr h3{
color: #006cff;
}

.jobs-list .row:not(.jobctit):hover {
  color: #84b0f3;
}

.jobs-list .row > span {
  display: table-cell;
}

.jobs-list .jobctit {
  margin-bottom: 0.28rem;
  color: #fff;
  cursor: default;
  background-color: #707070;
  padding: 0;
}
.new-2021 .jobs-list .jobctit {
  margin-bottom: 0;
  background-color: transparent;
}
.new-2021 .jobs-list .jobctit ul{
  display: flex;
  flex-wrap: wrap;
}
.new-2021 .jobs-list .jobctit li {
  color:#353535;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
  padding: 12px 18px;
  margin-right: 20px;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  
}
.new-2021 .jobs-list .jobctit span{
  margin-right: 43px;
}
.new-2021 .jobs-list .jobctit li::after{
  content: '+';
  font-size: 24px;
  position: absolute;
  right: 18px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
}
.new-2021 .jobs-list .jobctit li:hover {
  border: 1px solid #006CFF;
}


.jobs-list .job-post {
  width: 34%;
}

.jobs-list .job-time {
  width: 10%;
}

.jobs-list .detailwarp {
  display: none;
  position: relative;
  padding: 0.4rem 5.5%;
  margin: 0.32rem 0;
  font-size: .95em;
  line-height: 1.9;
  background-color: #e5e5e5;
}
.new-2021 .jobs-list .detailwarp {
  display: block;
  position: relative;
  padding: 22px 25px;
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  background-color: #fff;
  height: 166px;
  overflow: hidden;
  transition: all .5s linear;
}

.new-2021 .jobs-list dl.curr .detailwarp {
  height: auto;
}


.new-2021 .jobs-list .detailwarp > h3 {
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.new-2021 .jobs-list .detailwarp > h5 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
  line-height: 24px;
}
.jobs-list .detailwarp > h5 {
  font-size: 18px;
  font-weight: normal;
}

.jobs-list .detailwarp::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: calc(5.5% + 2em);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.24rem 0.4rem;
  border-color: transparent transparent #e5e5e5 transparent;
}
.new-2021 .jobs-list .detailwarp::before {
 display: none;
}

.jobs-list .job-apply {
  display: block;
  margin: 0.2rem auto 0;
  width: 7em;
  line-height: 3;
  color: #fff;
  text-align: center;
  border-radius: 0.12rem;
  background-color: #84b0f3;
}
.new-2021 .jobs-list .job-apply {
  display: none;
 position: absolute;
 right: 24px;
 top: 24px;
 margin: 0;
 background-color: #006CFF;
 border-radius: 0;
}
.new-2021 .jobs-list .curr .job-apply{
  display: block;
}

.jobs-list .curr {
  color: #84b0f3;
}
.new-2021 .jobs-list .curr {
  color: #333;
}

.jobs-list + .pagination {
  margin-top: 0.6rem;
}

.jobs-deliver .contact {
  margin-top: 0.2rem;
  font-size: 16px;
  color: #84b0f3;
  text-align: center;
}

.jobs-deliver .contact dt, .jobs-deliver .contact dd {
  display: inline-block;
  vertical-align: top;
}

.jobs-deliver .contact dd {
  /* overflow: hidden; */
}

.jobs-deliver .contact dd p {
  display: inline-block;
  margin-right: 0.6rem;
  vertical-align: top;
}

.jobs-deliver .contact dd p:last-of-type {
  margin-right: 0;
}

.jobs-form {
  display: block;
  width: 62.5%;
  margin: 0 auto;
  font-size: 16px;
  background-color: #F6F6F6;
}
.new-2021 .jobs-form {
  display: block;
  margin: 0 0 64px;
  width: 100%;
  padding: 36px 150px;
  text-align: center;
  font-size: 16px;
  background-color: #F6F6F6;
}

.new-2021 .jobs-form .jobs-title{
font-size: 24px;
}
.new-2021 .jobs-form .jobs-dec{
font-size: 18px;
padding: 17px 0;
}
.jobs-form .f-item {
  position: relative;
  margin-bottom: 0.32rem;
}
.new-2021 .jobs-form .f-item {
 text-align: left;
 margin-bottom: 24px;
}
.new-2021 .jobs-form .f-item p{
 text-align: left;
 margin-bottom: 9px;
 font-size: 16px;
 color: #353535;
}
.new-2021 .jobs-form .f-item p .tips{
 color: #FE5641;
 font-size: 14px;
margin-left: 14px;
display: none;
}
.new-2021 .jobs-form .f-item.error p .tips{
display: inline-block;
}


.jobs-form .f-item .iconfont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.48rem;
  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;
  color: #84b0f3;
  font-size: 30px;
}

.jobs-form .itxt {
  width: 100%;
  height: 58px;
  padding: 0 3% 0 1.48rem;
  font-size: 16px;
  color: #535353;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1) inset;
  border: solid 1px #e2e2e2;
  border-radius: 6px/4px;
}
.new-2021 .jobs-form .itxt {
  width: 100%;
  height: 40px;
  padding: 0 24px;
  font-size: 14px;
  color: #535353;
  -webkit-box-shadow:none;
          box-shadow:none;
  border: solid 1px #eaeaea;
  border-radius: 0;
}
.new-2021 .jobs-form .itxt:focus {
  border-color: #006cff;
}

.jobs-form .getcode {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 4%;
  color: #84b0f3;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: solid 1px #868686;
}
.new-2021 .jobs-form .cache-code{
  position: relative;
}
.new-2021 .jobs-form .getcode {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 16px;
  color: #006CFF;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: solid 1px #EAEAEA;
}

.jobs-form .btn-upload {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 7.25em;
  margin-left: 2.66%;
  overflow: hidden;
  font-size: 16px;
  line-height: 3;
  color: #fff;
  text-align: center;
  background-color: #84b0f3;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-2021 .jobs-form .upload-btn {
  position: relative;
  min-width: 120px;
  height: 40px;
  padding: 0 10px;
  margin: 18px 0;
  font-size: 14px;
  line-height: 40px;
  color: #006cff;
  text-align: center;
  background-color: #fff;
  border:1px solid #eaeaea;
  display: inline-block;
}
.jobs-form .upload-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.jobs-form .btn-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.new-2021 .jobs-form .upload{
  position: relative;
  background-color: #fff;
  padding: 24px 140px;
  text-align: center;
}
.new-2021 .jobs-form .upload .u-txt{
  font-size: 16px;
  color: #353535;
}
.new-2021 .jobs-form .upload .u-tips{
  font-size: 12px;
  color: #C2C2C2;
}
.jobs-form .submit {
  display: block;
  margin: 0.48rem auto;
  width: 10em;
  font-size: 20px;
  line-height: 3;
  color: #fff;
  text-align: center;
  background-color: #84b0f3;
  border-radius: 6px;
  border: none;
}
.new-2021 .jobs-form .submit {
  display: block;
  margin: 24px auto;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #006cff;
  border-radius: 0;
  border: none;
}
/*# sourceMappingURL=abouts.css.map */

.progress {
	height:20px;
	background:#ebebeb;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-radius:10px;
  display: none;
}
.progress > span {
	position:relative;
	float:left;
	margin:0 -1px;
	min-width:30px;
	height:18px;
	line-height:16px;
	text-align:right;
	background:#cccccc;
	border:1px solid;
	border-color:#bfbfbf #b3b3b3 #9e9e9e;
	border-radius:10px;
	background-image:-webkit-linear-gradient(top,#f0f0f0 0%,#dbdbdb 70%,#cccccc 100%);
	background-image:-moz-linear-gradient(top,#f0f0f0 0%,#dbdbdb 70%,#cccccc 100%);
	background-image:-o-linear-gradient(top,#f0f0f0 0%,#dbdbdb 70%,#cccccc 100%);
	background-image:linear-gradient(to bottom,#f0f0f0 0%,#dbdbdb 70%,#cccccc 100%);
	-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.2);
	box-shadow:inset 0 1px rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.2);
}
.progress > span > span {
	padding:0 8px;
	font-size:11px;
	font-weight:bold;
	color:#404040;
	color:rgba(0,0,0,0.7);
	text-shadow:0 1px rgba(255,255,255,0.4);
}
.progress > span:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	height:18px;
	/* background:url("../img/progress.png") 0 0 repeat-x; */
	border-radius:10px;
}
.progress .blue {
	background:#5aaadb;
	border-color:#459fd6 #3094d2 #277db2;
	background-image:-webkit-linear-gradient(top,#aed5ed 0%,#7bbbe2 70%,#5aaadb 100%);
	background-image:-moz-linear-gradient(top,#aed5ed 0%,#7bbbe2 70%,#5aaadb 100%);
	background-image:-o-linear-gradient(top,#aed5ed 0%,#7bbbe2 70%,#5aaadb 100%);
	background-image:linear-gradient(to bottom,#aed5ed 0%,#7bbbe2 70%,#5aaadb 100%);
}
@media (max-width:767px) {
  .new-2021 .jobs-form {
    padding: 36px 2%;
  }
  .new-2021 .jobs-form .upload{
    padding: 24px 2%;
  }
}