/* 前端杨凯迪 */

@font-face {
  font-family: "pop";
  src: url("../fonts/POPPINS-REGULAR.TTF");
  font-weight: normal;
  font-style: normal;
}





/* 分页 */
.my-page{
  padding-bottom: 1rem;
}
.page1{ text-align:center; margin:   0;text-align: center;display: flex;justify-content: center;font-family: 'arial';}

.page1 span a{display: block;  color:#666;  width: 26px;height: 26px; text-decoration:none;font-size: 14px;border-radius: 3px;background: transparent;border-radius: 40px}

.page1 span a:hover ,.page1 span.current a{ background:#164A95;color:#fff;border-color: #164A95;}

.page1 span.current a{background: #164A95;color: #fff;}

.page1 span{margin:0 10px;display: inline-block; line-height: 26px; color:#666;}

.page1 span input,.page1 span .go{display: block;width: 26px;height: 26px;border: 1px solid #999;border-radius: 50px;outline: none;text-align: center;}

.page1 span .all{display: block;width: 160px;height: 36px;border: 1px solid #E2E2E2;border-radius: 3px;outline: none;text-align: center;background:#fff ;border-radius: 30px;}

.page1 span a.pre{background: url(../images_die/ykd/svg/p_left.svg)  center no-repeat;  position: relative; width: 26px;height: 26px; }

.page1 span a.pre:hover{background: url(../images_die/ykd/svg/p_left2.svg)  center no-repeat; opacity: 1;}

.page1 span a.nex{background: url(../images_die/ykd/svg/p_left.svg)  center no-repeat;  position: relative; width: 26px;height: 26px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}

.page1 .page-text{
    font-size: 16px;
}

.page1 span a.nex:hover{background: url(../images_die/ykd/svg/p_left2.svg)  center no-repeat;opacity: 1;}

.page1 span.qd a{
    font-size: 16px;
    background-color: transparent;
}
.page1 span.qd a:hover{
    color: #164A95;
}
.page1 .total,.page1 .pageSize{
    font-size: 16px;
    color: #666;
}

.page2{width: 160px;background: #164A95;color: #fff;display: block;margin: 0 auto;line-height: 40px;display: none;text-align: center;border-radius: 100px;}

.page2{
  display: none;
  width: 160px;
  background-color: #164A95;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50px;
}


.t_line1{overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}

.t_line2{overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.t_line3{overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

.t_line4{overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}

.t_line5{overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}

.t_line6{overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}

.c_normal{color: #164A95;} .c_f{color: #fff;} .c_1{color: #111;} .c_2{color: #222;} .c_3{color: #333;} .c_4{color: #444;} .c_5{color: #555;} .c_6{color: #666;}

.a_dw{
  position: absolute;
  top: -60px;
}

.w100 {
  width: 100%;
}

.t_a{text-align: center;}

.flex{
  display: flex;
  align-items: center;
}

.maxWidth {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

/* 内页banner */
.my-banner {
  position: relative;
}

.my-banner .banner-img2 {
  display: none;
}

.my-banner .content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  line-height: 1.2;
  padding-top: .3rem;
}

.my-banner .box {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box;
}

.my-banner .title {
  color: #fff;
  line-height: 1.321428571428571;
  margin-top: .08rem;
}

.my-banner .text {
  font-weight: lighter;
  line-height: 1.5;
  color: #fff;
  font-family: "pop";
}

.my-banner .input {
  width: 100%;
  max-width: 5.2rem;
  position: relative;
  margin-top: 0.5rem;
}

.my-banner .input input {
  background-color: #fff;
  width: 100%;
  line-height: 52px;
  border-radius: 50px;
  padding-right: 1.4rem;
  padding-left: 0.82rem;
}

.my-banner .input-icon {
  position: absolute;
  width: 20px;
  left: 0.32rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.my-banner .input-btn {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 52px;
  background-color: #00ACEC;
  color: #fff;
  padding: 0 0.4rem;
  border-radius: 50px;
  cursor: pointer;
}

.my-banner .input-btn:hover {
  background-color: #4CC4F1;
}

/* 内页面包屑 */
.my-breadcrumb {
  line-height: 5;
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.my-breadcrumb .maxWidth{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.my-breadcrumb .left{
  display: flex;
  align-items: center;
}
.my-breadcrumb .left a{
  font-weight: bold;
  color: #555;
}
.my-breadcrumb .left a:hover{
  color: #164A95;
}
.my-breadcrumb .left .act{
  color: #164A95;
}
.my-breadcrumb .left s{
  width: .01rem;
  height: .16rem;
  margin: 0 .35rem;
  background: #CCC;
  display: inline-block;
}
.my-breadcrumb .right{
  display: flex;
}
.my-breadcrumb .right a{
  color: #666666;
}
.my-breadcrumb .right a:hover {
  color: #111;
}
.my-breadcrumb .right .act{
  color: #111;
}
.my-breadcrumb .breadcrumb-span {
  margin: 0 .1rem;
}
.my-breadcrumb .right .rightImg{
  margin: 0 .05rem;
}
.my-breadcrumb .right .homeImg{
  margin-right: .12rem;
}
/* 产品与服务 */
.product .titTotal{
  line-height: 1.30952380952381;
}
.product .section1{
  padding: .72rem 0 .8rem;
}
.product .section1 .left{
  width: 50%;
}
.product .section1 .left img{
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.product .section1 .gbox{
  border-radius: 10px;
  background: #F7F7F7;
  margin-top: .56rem;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  padding: .5rem 0;
}
.product .section1 .right{
  width: 50%;
  padding: 0 .6rem;

}
.product .section1 .right .t1{
  margin-bottom: .3rem;
  line-height: 1.333333333333333;
}
.product .section1 .right .t2{
  line-height: 1.666666666666667;
  height: 3rem;
  overflow: auto;
}


.product .section1 .right .t2::-webkit-scrollbar{width:3px;height: 1px;padding: 0 2px;}

.product .section1 .right .t2::-webkit-scrollbar-thumb{ background:#164A95;border-radius: 20px;}

.product .section1 .right .t2::-webkit-scrollbar-track{ background:rgba(255,255,255,0);border-radius: 20px;width: 1px; background: linear-gradient(to right, transparent 0%, transparent 33.33%,#D9D9D9 33.33%, #D9D9D9 66.66%,transparent 66.66%, transparent 100%);}



.product .section1 .right .t2 span{
  font-weight: bold;
  color: #164A95;
}

.product .section2{
  padding: .8rem 0 .73rem;
  background: #f0f0f0;
}
.product .section2 .swiper11{
  padding-bottom: 77px;
}
.product .section2 .swiper11 > .swiper-pagination{
  top: auto;
  bottom: 23px;
  width: calc(100% - 140px);
  height: 3px;
}
.product .section2 .swiper11 > .swiper-pagination-progressbar{
  background: #ccc;
}
.product .section2 .swiper11 > .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #164A95;
}
.product .section2 .swiper .btn{
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #bdbdbd url('../images_die/ykd/svg/jt_r.svg') center no-repeat;
  z-index: 2;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.product .section2 .swiper .btn:hover{
  background: #164A95 url('../images_die/ykd/svg/jt_r.svg') center no-repeat;
}
.product .section2 .swiper .prev11{
  right: 70px;
  transform: rotate(0deg)
}
.product .section2 .sbox{
  border-radius: 6px;
  background: #FFF;
  min-height: 6.7rem;
}
.product .section2 .sbox img{
  border-radius: 6px 6px 0 0;
  width: 100%;
}
.product .section2 .sbox .cotent{
  padding: .26rem .3rem;
}
.product .section2 .sbox .t1{
  line-height: 1.3;
  margin-bottom: .11rem;
}
.product .section2 .sbox .t2{
  line-height: 1.875;
  height: 150px;
  overflow: auto;
  padding-right: 2px;
}
.product .section2 .sbox .t2::-webkit-scrollbar{
  width: 2px;           /* 垂直滚动条宽度 */
  height: 5px;    /* 水平滚动条高度 */
}

.swiper11_1{}

.swiper11_1 img{width: 100%;}

.swiper11_1{}





/* 滚动条轨道 */
.product .section2 .sbox .t2::-webkit-scrollbar-track {
  background: #f1f1f1;   /* 轨道颜色 */
  /* border-radius: 10px; */
}


/* 滚动条滑块 */
.product .section2 .sbox .t2::-webkit-scrollbar-thumb{
  background: #164A95;       /* 滑块颜色 */
  /* border-radius: 10px; */
  /* border: 2px solid #f1f1f1; 边框模拟内边距效果 */
}
/* 公司新闻 */
.news .new-swiper{
  background: url('../images_die/ykd/new_2.webp') no-repeat center center / cover;
  padding: .8rem 0 1.3rem;

}
.news .new-swiper .lunbo {
  position: relative;
}
.news .new-swiper .lunbo .swiper{
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.10);
  border-radius: 12px;
  background: #fff;
}
.news .new-swiper .lunbo .swiper-slide .sbox{
  padding: .2rem;
  padding-right: 0;
  background: #fff;
  /* align-items: flex-start; */
  cursor: pointer;
  flex-wrap: wrap;
}

.news .new-swiper .lunbo .swiper-slide .sbox:hover .left img{
  transform: scale(1.1);
}
.news .new-swiper .lunbo .swiper-slide .sbox .left{
  width: 46.25%;
  border-radius: 8px;
  margin-right: .78rem;
  overflow: hidden;
}
.news .new-swiper .lunbo .swiper-slide .sbox .right{
  width: 41.375%;
}
.news .new-swiper .lunbo .swiper-slide .sbox .right .t1{
  margin-bottom: .22rem;
  /* margin-top: 1.16rem; */
  line-height: 1.230769230769231;
}
.news .new-swiper .lunbo .swiper-slide .sbox:hover .right .t1{
  color: #164A95;
}
.news .new-swiper .lunbo .swiper-slide .sbox .right .t2{
  line-height: 1.75;
  margin-bottom: .2rem;
}
.news .new-swiper .lunbo .swiper-slide .sbox .right .t3{
  margin-bottom: .56rem;
}
.news .new-swiper .lunbo .swiper-slide .sbox .right .t3 img{
  margin-right: .05rem;
}
.news .new-swiper .lunbo .swiper-slide .sbox .right .t4 img{
  width: .66rem;
  height: .17rem;
  margin-left: .2rem;
}
.news .new-swiper .lunbo .swiper-slide .sbox:hover .right .t4 img{
  margin-left: .3rem;
}
.news .new-swiper .swiper-pagination{
  bottom: -0.5rem;
}
.news .new-swiper .swiper-pagination-bullet{
  opacity: 1;
  width: .11rem;
  height: .2rem;
  border-radius: 0;
  background: url('../images_die/ykd/svg/swiper_2.svg') no-repeat center center / cover;
}
.news .new-swiper .swiper-pagination-bullet-active{
  background: url('../images_die/ykd/svg/swiper_1.svg') no-repeat center center / cover;
}
.news .new-swiper .lunbo .swiper-slide .sbox .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .new-list{
  padding-top: .8rem;
  padding-bottom: .08rem;
}
.news .new-list ul{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.news .new-list ul li{
  width: calc((100% - 1rem) / 3);
  margin-bottom: .5rem;
  margin-right: .5rem;

  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.10);
}
.news .new-list ul li a{
  display: block;
}
.news .new-list ul li:nth-child(3n){
  margin-right: 0;
}
.news .new-list ul li .li-img{
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.news .new-list ul li .li-img img{
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.news .new-list ul li .li-box{
  padding: .28rem .35rem;
  position: relative;
}
.news .new-list ul li .li-box .title{
  line-height: 1.6;
}
.news .new-list ul li .li-box .desc{
  margin-top: .15rem;
  margin-bottom: .20rem;
  line-height:1.625;
  /* height: .52rem; */
}
.news .new-list ul li .li-box .date img{
  width: .2rem;
  height: .2rem;
  margin-right: .05rem;
}
.news .new-list ul li:hover .li-box s{
  width: 100%;
  height: .05rem;
  background: #164A95;
  position: absolute;
  top: 0rem;
  left: 0;
  opacity: 0;
}
.news .new-list ul li:hover .li-img img{
  transform: scale(1.1);
}
.news .new-list ul li:hover .title{
  color: #164A95;
}
.news .new-list ul li:hover .li-box s{
  opacity: 1;
}
.news-detail .news-content{
  padding: 1rem 0;
  background: url('../images_die/ykd/s_1.webp') no-repeat center center / cover;
}
.news-detail .news-box{
  padding: .8rem 1rem;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.03);
}
.news-detail .news-box .type{
  padding: .3rem 0 .38rem;
  border-bottom: 1px solid #E5E5E5;
}
.news-detail .news-box .type s{
  margin: 0 .3rem;
  width: .01rem;
  height: .18rem;
  background: #D9D9D9;
}
.news-detail .news-box .type img{
  margin-right: .08rem;
}
.news-detail .news-box .content{
  padding: .32rem 0;
  line-height: 1.555555555555556;
}
.news-detail .news-box .news-back{
  justify-content: space-between;
  padding-top: .34rem;
  border-top: 1px solid #e5e5e5;
}
.news-detail .news-box .news-back .item{
  display: block;
  line-height: 1.75;
  position: relative;
  color: #212121;
}
.news-detail .news-box .news-back .item:first-child{
  margin-bottom: .09rem;
}
.news-detail .news-box .news-back .item:hover{
  color: #164A95;
}
.news-detail .news-box .news-back .back{
  display: flex;
  justify-content: center;
  margin-top: .2rem;
}
.news-detail .news-box .news-back .btn{
  /* width: 1.6rem;
  height: .48rem; */
  display: inline-flex;
  padding: .08rem .28rem;
  border-radius: 8px;
  background: #164A95;
  justify-content: center;
}
.news-detail .news-box .news-back .btn .zInd{
  margin-left: .12rem;
  line-height: 1.777777777777778;
}
.news-detail .news-box .news-back .btn:hover{
  opacity: 0.8;
}
.employee .new-list ul li{
  cursor: pointer;
}
.employee .new-list ul li .li-box{
  padding: .22rem 0 .34rem;
  text-align: center;
}
/* 生产与创新 */
.innovation section{
  position: relative;
}
.innovation .section1{
  padding: .9rem 0 1rem;
  background: url('../images_die/ykd/inn_2.webp') no-repeat center center / cover;
}
.innovation .section1 .teHead{
  justify-content: space-between;
  margin-bottom: .5rem;
}
.innovation .titTotal{
  line-height: 1.30952380952381;
}
.innovation .section1 .teHead .text{
  line-height: 1.666666666666667;
  width: 60.75%;
}
.innovation .section1 .process .subT{
  line-height: 1.333333;
  margin-bottom: .58rem;
}
.innovation .section1 .process .list{
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
}
.innovation .section1 .process .list .item{
  width: calc(100% / 8);
  text-align: center;
  position: relative;
  height: 3rem;
  padding: 0 .2rem;
  border-right: 1px solid #E5E5E5;
  cursor: pointer;
}
.innovation .section1 .process .list .item:hover{
  background: #164A95;
  transform: scale(1.05);
  border-radius: 8px;
}
.innovation .section1 .process .list .item p{
  line-height: 1.5;
}
.innovation .section1 .process .list .item:hover p{
  color: #fff;
  font-weight: bold;
}
.innovation .section1 .process .list .item .r_icon{
  position: absolute;
  width: .27rem;
  right: -0.135rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
.innovation .section1 .process .list .item:last-child{
  border-right: none;
}
.innovation .section1 .process .list .item:last-child .r_icon{
  display: none;
}
.innovation .section1 .process .list .item .icon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .8rem;
  height: .8rem;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  margin: .7rem auto .2rem;
}
.innovation .section1 .process .list .item:hover .icon{
  border: 1px solid #ffffff20;
}
.innovation .section1 .process .list .item .icon img{
  width: .4rem;
  height: .4rem;
}
.innovation .section1 .process .list .item .icon img:nth-child(2){
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.innovation .section1 .process .list .item:hover .icon img:nth-child(1){
  opacity: 0;
}
.innovation .section1 .process .list .item:hover .icon img:nth-child(2){
  opacity: 1;
}
.innovation .section2{
  min-height: 7rem;
  padding: .92rem 0;
  background: url('../images_die/ykd/inn_3.webp') no-repeat center center / cover fixed;
}
.innovation .section2 .maxWidth{
  height: 100%;
}
.innovation .section2 .left{
  width: 50%;
}
.innovation .section2 .text{
  margin: .39rem 0 .19rem;
  line-height: 1.666666666666667;
}
.innovation .section2 .desc{
  line-height: 1.75;
}
.innovation .section3{
  padding: .92rem 0 .6rem;
}
.innovation .section3 .titTotal{
  text-align: center;
}
.innovation .section3 .ul{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: .55rem;
}
.innovation .section3 .ul .li{
  min-height: 2.6rem;
  width: calc((100% - .4rem) / 2);
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  padding: .3rem;
  cursor: pointer;
  margin-bottom: .4rem;
}
.innovation .section3 .ul .li .left{
  border-radius: 6px;
  background: #F0F0F0;
  padding: .10rem;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin-right: .5rem;
}
.innovation .section3 .ul .li .left .l_box{
  border-radius: 6px;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding-top: .3rem;
}
.innovation .section3 .ul .li .left .l_box .text{
  margin-top: .24rem;
  line-height: 1.5;

}
.innovation .section3 .ul .li .l_box .svg img{
  margin: 0 auto;
  width: .8rem;
  height: .8rem;
}
.innovation .section3 .ul .li .svg img:last-child{
  display: none;
  opacity: 0;
}
.innovation .section3 .ul .li .right{
  min-height: 2rem;
  flex-direction: column;
  align-items: flex-start;
}
.innovation .section3 .ul .li .right .tit{
  margin-top: .27rem;
  margin-bottom: .18rem;
  line-height: 1.318181818181818;
}
.innovation .section3 .ul .li .right .txt{
  line-height: 1.5;
  margin-bottom: .27rem;
}
.innovation .section3 .ul .li .right .btn{
  margin-top: auto;
  margin-bottom: .05rem;
}
.innovation .section3 .ul .li .right .btn a{
  min-width: 1.4rem;
  padding: .12rem .23rem .13rem .23rem;
  /* min-height: .46rem; */
  /* padding: .12rem 0 .13rem; */
  border-radius: 4px;
  border: 1px solid #CCC;
  justify-content: center;
  margin-right: .2rem;
}
.innovation .section3 .ul .li .right .btn a span{
  margin-right: .08rem;
  line-height: 1.3125;
}
.innovation .section3 .ul .li .right .btn a:last-child{
  margin-right: 0;
}
.innovation .section3 .ul .li .btn a img{
  width: .24rem;
  height: .24rem;
}
.innovation .section3 .ul .li:hover{
  background: #164A95;
  border: solid 1px #164A95;
  color: #fff !important;
}

.innovation .section3 .ul .li:hover .svg img:nth-child(1){
  opacity: 0;
  display: none;
}
.innovation .section3 .ul .li:hover .svg img:nth-child(2){
  opacity: 1;
  display: block;
}
.innovation .section3 .ul .li:hover .left{
  background: #ffffff15;
}
.innovation .section3 .ul .li:hover span,.innovation .section3 .ul .li:hover div{
  color: #fff;
}
.innovation .section3 .ul .li:hover .left .l_box{
  border:1px solid #ffffff15;
}
/* 招贤纳士 */
.recruitment section{
  position: relative;
}
.recruitment .section1{
  background: url('../images_die/ykd/re_1.webp') no-repeat center center / cover;
  padding: .8rem 0;
}
.recruitment .section1 .flex{
  justify-content: space-between;
  align-items: flex-start;
}
.recruitment .section1 .flex .right{
  width: 50%;
  height: 400px;
}
.recruitment .section1 .flex .right img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.recruitment .titTotal{
  line-height: 1.30952380952381;
}
.recruitment .section1 .left{
  width: 43.75%;
  margin-right: 1rem;
}
.recruitment .section1 .left img{
  width: .7rem;
  height: .7rem;
}
.recruitment .section1 .left .titTotal{
  margin: .4rem 0 .38rem;
}
.recruitment .section1 .left .desc{
  line-height: 1.75;
}
.recruitment .section2{
  padding: .72rem 0 .8rem;
}
.recruitment .section2 .titTotal,.recruitment .section3 .titTotal{
  text-align: center;
}
.recruitment .section2 .l_box{
  height: 5rem;
  margin-top: .55rem;
  border-radius: 12px;
  padding: .34rem 1rem;
  background: url('../images_die/ykd/re_2.webp') no-repeat center center / cover;
}
.recruitment .section2 .l_box .tabs{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ffffff20;
}

.recruitment .section2 .l_box .tabs .tab{
  width: calc(100% / 3);
  line-height: 1.666666666666667;
  position: relative;
  padding: .23rem 0;
  cursor: pointer;
  text-align: center;
  opacity: 0.6;
  color: #fff;
}

.swiper_re1{}

.swiper_re1 .swiper-slide{width: auto;}

.swiper_re1 .pagination_re1{top: auto;bottom: 0;}

.swiper_re1 .scrollbar_re1 .swiper-scrollbar-drag{background: #164A95;}



.recruitment .section2 .l_box .tabs .tab s{
  display: block;
  width: 0%;
  height: 2px;
  border-radius: 100px;
  background: #FFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -1px;
  z-index: 2;
}
.recruitment .section2 .l_box .tabs .act {
  color: #FFF;
  opacity: 1;
}
.recruitment .section2 .l_box .tabs .act s{
  width: 100%;
}
.recruitment .section2 .l_box .tabs .tab:hover s{
  width: 100%;
}
.recruitment .section2 .l_box .tabs .tab:hover{
  opacity: 1;
}
.recruitment .section2 .l_box .ul{
  display: none;
}
.recruitment .section2 .l_box .ul:first-child{
  display: block;
}
.recruitment .section2 .l_box .list{
  padding: 1rem 0;
  /* display: none; */
}
.recruitment .section2 .l_box .list .item{
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  border: 8px solid #164A95;
  text-align: center;
}
.recruitment .section2 .l_box .list .item img{
  width: .46rem;
  height: .46rem;
  margin: 0 auto;
  margin-bottom: .05rem;
}
.recruitment .section2 .l_box .list .item span{
  line-height: 1.666666666666667;
}
.recruitment .section2 .l_box .list .circle s{
  display: inline-block;
  width: 1.06rem;
  height: 1px;
  border-top: 1px dashed #ffffff20;
}
.recruitment .section2 .l_box .list .circle img{
  width: .4rem;
  height: .4rem;
}
.recruitment .section2 .l_box .list > .flex:last-child .circle{
  display: none;
}
.recruitment .section3{
  /* height: 7rem; */
  padding-top: .71rem;
  padding-bottom: 1.3rem;
  background: url('../images_die/ykd/re_3.webp') no-repeat center center / cover;
}
.recruitment .section3 .ul{
  margin-top: .75rem;
  align-items: flex-start;
}
.recruitment .section3 .ul .li{
  width: calc((100% - (5 * .38rem)) / 6);

  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  margin-right: .38rem;
  text-align: center;
  padding: .5rem .27rem ;
  cursor: pointer;
}
.recruitment .section3 .ul .li:hover{
  background: #164A95;
}
.recruitment .section3 .ul .li:hover .t1{
  color:#fff
}
.recruitment .section3 .ul .li:nth-child(2n){
  margin-top: .7rem;
}
.recruitment .section3 .ul .li img{
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
  margin-bottom: .3rem;
}
.recruitment .section3 .ul .li:last-child{
  margin-right: 0;
}
.recruitment .section3 .ul .li .t1{
  line-height: 1.333333333333333;
}
.recruitment .section4{
  padding-top: .71rem;
  padding-bottom: .28rem;
}
.recruitment .section4 .list{
  margin-top: .55rem;
}
.recruitment .section4 .list .item{
  margin-bottom: .2rem;
  border-radius: 12px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: .24rem .5rem .3rem;
}
.recruitment .section4 .list .item.active{
  border: 1px solid #164A95;
}
.recruitment .section4 .list .item .item-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.recruitment .section4 .list .item .item-top:hover .left .t1,.recruitment .section4 .list .item .item-top:hover .right span{
  color: #164A95;
}
.recruitment .section4 .list .item .item-top .left .t1{
  position: relative;
}
.recruitment .section4 .list .item .item-top .left .t1::before{
  content:"";
  display: inline-block;
  position: absolute;
  background: #164A95;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: .06rem;
  height: .24rem;
  opacity: 0;
}
.recruitment .section4 .list .item.active .item-top .left .t1::before{
  opacity: 1;
}
.recruitment .section4 .list .item.active .item-top .left .t1,.recruitment .section4 .list .item.active .item-top .right span{
  color: #164A95;
}
.recruitment .section4 .list .item .item-top .left {
  line-height: 1.5;
}
.recruitment .section4 .list .item .item-top .left .t2{
  margin-top: .11rem;
}
.recruitment .section4 .list .item .item-top .left s{
  width: 1px;
  height: .18rem;
  background: #d9d9d9;
  margin: 0 .3rem;
}
.recruitment .section4 .list .item .item-top .right{
  margin-top: .06rem;
}
.recruitment .section4 .list .item .item-top .right .icon{
  margin-left: .15rem;
  position: relative;
  /* width: .26rem; */
}
.recruitment .section4 .list .item .item-top .right .icon img:nth-child(2){
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.recruitment .section4 .list .item.active .item-top .right .icon img:nth-child(2){
  opacity: 1;
}
.recruitment .section4 .list .item .item-bottom {
  border-top: 1px solid #e5e5e5;
  display: none;
  margin-top: .32rem;
}
.recruitment .section4 .list .item:first-child .item-bottom{
  display: block;
}
.recruitment .section4 .list .item .item-bottom .t3{
  margin-top: .2rem;
  margin-bottom: .44rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.recruitment .section4 .list .item .item-bottom .t3 > div{
  width: 50%;
}
.recruitment .section4 .list .item .item-bottom .t3 .left{
  border-right: 1px dashed #e5e5e5;
}
.recruitment .section4 .list .item .item-bottom .t3 .right{
  padding-left: .6rem;
}
.recruitment .section4 .list .item .item-bottom .t3 .des{
  line-height: 1.75;
  color: #333;
  font-size: 16px;
  margin-top: .24rem;
}
.recruitment .section4 .list .item .item-bottom .t3 .tit{
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}
.recruitment .section4 .list .item .item-bottom .t4{
  margin-top: .12rem;
  flex-wrap: wrap;
  line-height: 1.5;
}
.recruitment .section4 .list .item .item-bottom .t4 .right{
  flex-wrap: wrap;
}
.recruitment .section4 .list .item .item-bottom .t4 .mr3{
  margin-right: .3rem;
}
.recruitment .section4 .list .item .item-bottom .t4 s{
  width: 1px;
  height: .17rem;
  background: #e5e5e5;
}
.recruitment .section4 .list .item .item-bottom .t4 a{
  display: flex;
  align-items: center;
  color: #164A95;
}
.recruitment .section4 .list .item .item-bottom .t4 a:hover{
  opacity: .8;
}
.recruitment .section4 .list .item .item-bottom .t4 a img{
  margin-right: .08rem;
}

/* 联系我们 */
.contactUs .map {
  background: url('../images_die/ykd/cu_2.webp') no-repeat center center / cover;
  padding: .8rem 0 1.2rem;
}

.contactUs .map .content {
  display: flex;
  border-radius: .12rem;
  border: 0.01rem solid #164A95;
  background: #fff;
}

.contactUs .map .content .img {
  position: relative;
  width: 62.5%;
}

.contactUs .map .content .img  img{
  border-radius: .12rem 0 0 .12rem;
}
.contactUs .map .content .img .left img{
  display: none;
}
.contactUs .map .content .img .left img:first-child{
  display: block;
}
.contactUs .map .content .mapBox {
  width: 37.5%;
  padding: .38rem .6rem 1.11rem;
}
.contactUs .map .content .mapBox .logo{
  width: .855rem;
}

.contactUs .map .content .mapBox .tabs{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;

  margin-top: .14rem;
}

.contactUs .map .content .mapBox .tabs .tab{
  margin-right: .5rem;
  line-height: 1.3333;
  position: relative;
  padding: .23rem 0;
  cursor: pointer;
}



.contactUs .map .content .mapBox .tabs .tab s{
  display: block;
  width: 0%;
  height: 4px;
  border-radius: 100px;
  background: #164A95;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -1px;
  z-index: 2;
}
.contactUs .map .content .mapBox .tabs .act {
  color: #164A95;
}
.contactUs .map .content .mapBox .tabs .act s{
  width: 100%;
}
.contactUs .map .content .mapBox .tabs .tab:hover s{
  width: 100%;
}
.contactUs .map .content .mapBox .detail .cot{
  display: none;
}
.contactUs .map .content .mapBox .detail .cot:first-child{
    display: block;
}
.contactUs .map .content .mapBox .detail p{
  display: flex;
  align-items: center;
  margin-top: .2rem;
  line-height: 1.5;
}

.contactUs .map .content .mapBox .detail p img{
  width: .22rem;
  margin-right: .08rem;
}

.contactUs .map .content .mapBox .detail .title{
  color: #333;
  line-height: 1.3333;
  margin-top: .37rem;
  margin-bottom: .25rem;
}

.contactUs .map .dian{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);


}
.contactUs .map .dian img{
  width: .69rem;
  height: .69rem;
}
.contactUs .map .dian .circle{
  background: #164A95;
  opacity: 0.1;
  border-radius: 50%;
  animation: scale1 1.5s linear infinite;
  width: .69rem;
  height: .69rem;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes scale1{
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(2);
  }
}


.search{
  margin-top: 110px;
  border-top: 1px solid #e5e5e5;
  background: url('../images_die/ykd/s_1.webp') no-repeat center center / cover;
}

.search .my-search{
  padding: .64rem 0 .58rem;
}
.search .my-search .search_h{
  justify-content: space-between;
  padding-bottom: .28rem;
  border-bottom: .02rem solid #E5E5E5;
}
.search .my-search .search_h .left .tit{
  line-height: 1.7;
  margin-bottom: 0.05rem;
}
.search .my-search .search_h .left .text{
  line-height: 1.375;
}
.search .my-search .search_h .right{
  position: relative;
}
.search .my-search .search_h .right input{
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  background: #F7F7F7;
  width: 6rem;
  height: .55rem;
  outline: none;
  padding: 0 .65rem 0 .2rem;
}
.search .my-search .search_h .right a{
  position: absolute;
  right: .08rem;
  top: 50%;
  transform: translateY(-50%);
  width: .5rem;
  height: .4rem;
  border-radius: 4px;
  background: #164A95 url(../images_die/svg/ss.svg) center no-repeat;
}
.search .my-search .search_h .right a:hover{
  opacity: .8;
}
.search .my-search .search_t{
  line-height: 2.25;
  margin-top: .2rem;

}
.search .my-search .search_t div{
  cursor: pointer;
}
.search .my-search .search_t .act{
  color: #164A95;
}
.search .my-search .search_t div:hover{
  color: #164A95;
}
.search .my-search .search_t s{
  width: 0.01rem;
  height: .19rem;
  background: #d9d9d9;
  margin: 0 .4rem 0 .3rem;
}
.search .my-search .search_c{
  margin-top: .42rem;
}
.search .my-search .search_c ul{
  list-style-type: none;
}
.search .my-search .search_c ul li{
  margin-bottom: .15rem;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.03);
  padding: .25rem .3rem .3rem;
}
.search .my-search .search_c ul li a{
  display: block;
}
.search .my-search .search_c ul li .title{
  line-height: 1.5555;
}
.search .my-search .search_c ul li .desc{
  margin-top: .1rem;
  line-height: 1.75;
}
.search .my-search .search_c ul li:last-child{
  margin-bottom: 0;
}
.search .my-search .search_c ul li:hover .title{
  color: #164A95;
}
/* 2K */
@media (min-width:1950px) {}



/* 小屏 */



@media (max-width:1800px) {}


@media (max-width:1700px) {}


@media (max-width:1600px) {}

@media (max-width:1500px) {}


@media (max-width:1450px) {}




@media (max-width:1300px) {}








@media (max-width:1200px) {
  .recruitment .section2 .l_box{
    height: auto;
  }
  /* .recruitment .section2 .list {
    overflow-x: auto;
  } */
  .recruitment .section2 .list > .flex{
    overflow: visible;

  }

  .recruitment .section2 .l_box{padding: 30px 10px;}

  .recruitment .section2 .list .item{
    min-width: 160px;
    min-height: 160px;
  }
  .recruitment .section2 .l_box .list .item img{
    width: 46px;
    height: 46px;
  }
  .recruitment .section2 .list .circle s{
    min-width: 66px;
  }
  .recruitment .section2 .list .circle img{
    min-width: 40px;
    min-height: 40px;
  }
  .recruitment .section3 .ul{
    overflow-x: auto;
    height: auto;
  }
  .recruitment .section3 .ul .li{
    min-width: 235px;
    height: 300px;
    overflow: visible;
    margin-bottom: .2rem;
    padding-top: 50px;
    font-size: 18px;
  }
  .recruitment .section3 .ul .li img{
    width: 110px;
    height: 110px;
    margin-bottom: 30px;
  }
  .recruitment .section3 .ul .li:nth-child(2n){
    margin-top: 0;
  }
  .innovation .section1 .list{
    overflow: auto;
    height: auto;

  }
  .innovation .section1 .process .list .item{
    min-width: 200px;
    height: 300px;
    overflow: visible;
  }
  .innovation .section1 .process .list .item .icon{
    width: 80px;
    height: 80px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .innovation .section1 .process .list .item p{
    font-size: 16px;
  }
  .innovation .section1 .process .list .item .icon img{
    width: 40px;
    height: 40px;
  }
  .innovation .section1 .process .list .item:hover{
    transform: scale(1);
    border-radius: 0;
  }
  .innovation .section2 .left{
    width: 100%;
  }
  .innovation .section1 .process .list .item .r_icon{
    width: 27px;
    height: 27px;
    right: -13.5px;
  }
  /* 整个滚动条 */
  .recruitment .section2 .list::-webkit-scrollbar,.recruitment .section3 .ul::-webkit-scrollbar,.innovation .section1 .list::-webkit-scrollbar {
    width: 12px;           /* 垂直滚动条宽度 */
    height: 5px;          /* 水平滚动条高度 */
  }

  /* 滚动条轨道 */
  .recruitment .section2 .list::-webkit-scrollbar-track,.recruitment .section3 .ul::-webkit-scrollbar-track,.innovation .section1 .list::-webkit-scrollbar-track {
    background: #f1f1f1;   /* 轨道颜色 */
    /* border-radius: 10px; */
  }

  /* 滚动条滑块 */
  .recruitment .section2 .list::-webkit-scrollbar-thumb,.recruitment .section3 .ul::-webkit-scrollbar-thumb,.innovation .section1 .list::-webkit-scrollbar-thumb {
    background: #164A95;       /* 滑块颜色 */
    /* border-radius: 10px; */
    /* border: 2px solid #f1f1f1; 边框模拟内边距效果 */
  }
}


/* 手机 */
@media (max-width:960px) {
  .page .page1 {
    display: none;
  }
  .page .page2 {
    display: block;
  }
  .my-banner .banner-img1 {
    display: none;
  }

  .my-banner .banner-img2 {
    display: block;
  }

  .my-banner .input {
    max-width: 100%;
  }
  .my-breadcrumb{
    display: none;
  }
  .product .section1 .left{
    width: 100%;
  }
  .product .section1 .left img{
    border-radius: 10px 10px 0 0;
  }
  .product .section1 .right{
    width: 100%;
    padding: .5rem;
  }
  .news .new-list ul li{
    width: 100%;
    margin-right: 0;
  }
  .news .new-swiper .lunbo .swiper-slide .sbox .left{
    width: 100%;
    margin-right: .2rem;
  }
  .news .new-swiper .lunbo .swiper-slide .sbox .right{
    width: 100%;
    padding: .28rem .35rem;
  }
  .news-detail .news-box .news-back{
    display: block;
  }
  .innovation .section3 .ul .li{
    width: 100%;
  }
  .innovation .section3 .ul .li .right .btn a span{
    font-size: 12px;
  }
  .innovation .section1 .teHead .text{
    width: 100%;
    margin-top: .2rem;
  }
  .contactUs .map .content{
    display: block;
  }
  .contactUs .map .content .img {
    width: 100%;
  }
  .contactUs .map .content .img img{
    border-radius: .12rem .12rem 0 0;
  }
  .contactUs .map .content .mapBox {
    width: 100%;
  }
  .recruitment .section1 .flex{
    flex-wrap: wrap;
  }
  .recruitment .section1 .left{
    margin-right: 0;
    width: 100%;
    margin-bottom: .5rem;
  }
  .recruitment .section1 .flex .right{
    width: 100%;
  }
  .recruitment .section4 .list .item .item-bottom .t3 > div{
    width: 100%;
    border-right: none !important;
  }
  .recruitment .section4 .list .item .item-bottom .t3 .right{
    padding-left: 0;
    padding-top: .5rem;
  }
  .recruitment .section4 .list .item .item-bottom .t4 s{
    display: none;
  }
  .recruitment .section4 .list .item .item-top .right span{
    display: none;
  }
  .innovation .section1 .teHead{
    display: block;
  }
  .search{
    margin-top: 0;
    border-top: none;
  }
  .search .my-search .search_h{
    display: block;
  }
  .search .my-search .search_h .right{
    margin-top: .2rem;
  }
  .search .my-search .search_h .right input{
    height: .8rem;
    width: 100%;
  }
  .search .my-search .search_h .right a{
    width: .8rem;
    height: .7rem;
  }
}
