@charset "utf-8";

.recuite__search {
  position: relative;
  margin: auto;
  margin-top: 2vw;
  width: 37.84vw;
}
.recuite__search .text {
  padding-left: 1vw;
  box-sizing: border-box;
  height: 68px;
  width: 100%;
  line-height: 68px;
  background: #fff;
  color: #666666;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 0.34rem;
  /* font-family: "MiSans"; */
}
.recuite__search .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.recuite__btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 3;
  padding: 0 2vw;
  background: #0061ae;
  border-radius: 0 0.34rem 0.34rem 1vw;
  height: 100%;
}
.recuite__btn .sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.recuite__btn i {
  display: inline-block;
  margin-right: 12px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
}
.recuite__btn span {
  color: #fff;
  font-size: 16px;
}
.recuit__wrs {
  padding: 56px 0 134px;
}
.recuit__head {
  margin-bottom: 42px;
  padding: 0 5.937% 0 0;
  display: flex;
  align-items: center;
  height: 83px;
  background: #F6F7F8;
}
.recuit__head span {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.recuit__head span:first-child {
  width: 20.58%;
}
.recuit__head span:nth-child(2) {
  width: 12.6%;
}
.recuit__head span:nth-child(3) {
  width: 14.6%;
}
.recuit__head span:nth-child(4) {
  width: 14.6%;
}
.recuit__head span:nth-child(5) {
  width: 12.94%;
}
.recuit__head span:nth-child(6) {
  flex: 1;
}
.recuit__head span:nth-child(7) {
  width: 126px;
}
.recuite__list {
  padding-bottom: 45px;
}
.recuite__list li {
  margin-bottom: 22px;
}
.recuite__list li a {
  display: flex;
  padding: 0 5.937% 0 0;
  align-items: center;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  height: 75px;
}
.recuite__list li a:hover p {
  background: #2D3AE2;
  color: #fff;
}
.recuite__list li a span {
  display: block;
  color: #333333;
  font-size: 18px;
  text-align: center;
}
.recuite__list li a span:first-child {
  width: 20.58%;
}
.recuite__list li a span:nth-child(2) {
  width: 12.6%;
}
.recuite__list li a span:nth-child(3) {
  width: 14.6%;
}
.recuite__list li a span:nth-child(4) {
  width: 14.6%;
}
.recuite__list li a span:nth-child(5) {
  width: 12.94%;
}
.recuite__list li a span:nth-child(6) {
  flex: 1;
}
.recuite__list li a p {
  width: 126px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #BCBCBC;
  transition: 0.35s;
}


.helps {
  padding: 140px 0 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.helps__wrap {
  padding: 0 5%;
  text-align: center;
}
.helps__wrap h2 {
  display: block;
  margin-bottom: 72px;
  line-height: 1.1;
  color: #fff;
  font-size: 40px;
}
.helps__list {
  display: flex;
  justify-content: center;
}
.helps__list li {
  margin-right: 80px;
}
.helps__list li:last-child {
  margin-right: 0;
}
.helps__list li a {
  padding: 0 9px 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.31);
  line-height: 1;
  display: flex;
  align-items: center;
}
.helps__list li a:hover {
  border-color: #2D3AE2;
}
.helps__list li a span {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.helps__list li a i {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  transition: 0.3s;
}

            .posite .iconfont2{margin:0 8px;}
.recruitList{margin-top:35px;text-align:center;font-size:16px;}
.recruitTable{width:100%;border-spacing:0 25px;border-collapse:separate;}
.recruitTable th,
.recruitTable td{height:80px;}
.recruitTable th{background-color:#f6f7f8;color:#333;}
.recruitList tbody td{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;color:#666;}
.recruitList tbody .recruitDel{width:110px;height:34px;line-height:34px;border-radius:34px;background-color: #0061ae;margin:0 auto;transition:background-color .35s ease;}
.recruitList tbody .recruitCnt{display:none;}


#mask{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1200;display:none;opacity:0;}
.retPopUp{position:fixed;top:50%;left:50%;width: 77%;max-width:90%;background-color:#fff;padding:80px 70px;z-index:1500;transform:translate(-50%,-40%);opacity:0;visibility:hidden;transition:all .5s ease;}
.retPopUp.on{opacity:1;visibility:visible;transform:translate(-50%,-50%);}
.retPopUp ._title{font-size:38px;line-height:1;margin-bottom:40px;}
.retPopUp ._cnt{color:#666;line-height:1.875;max-height:44vh;text-align:justify;overflow-y:auto;font-size: 14px;}
.retPopUp ._btn{margin-top:50px;}
.retPopUp ._btn>a{width:195px;height:54px;line-height:54px;border-radius:10px;font-size: 15px;font-weight:bold;background-image: linear-gradient(to left, #146697,#05bda3, #146697);padding: 10px 30px;color: #fff;}
#retPopUpClose{position: absolute;top:25px;right: 25px;width: 50px;height: 50px;display:inline-block;color:#333;text-align:center;line-height: 50px;}
#retPopUpClose i{font-size:28px;transition: transform .3s ease;display:inline-block;transition: 0.3s;}

#retPopUpClose i:hover {
    color: #0097e0;
    transform: rotate(
180deg);
}
.recruitList tbody .recruitDel:hover{background-color:#009b86;}


.masterBtn1 .anim{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index: -1;}
.masterBtn1 .anim:before{position: relative;content: '';display: block;margin-top: 100%;}
.masterBtn1 .anim:after{content:'';position:absolute;top: 0;bottom: 0;left: 0;right: 0;border-radius: 50%;}



.masterTitle2{font-weight: bold;line-height: 1;padding-bottom: 20px;position: relative;}
.masterTitle2 ._cn{font-size: 36px;}
.masterTitle2 ._en{opacity: .1;text-transform: uppercase;margin-top: 12px;}
.masterTitle2:after{content: '';position: absolute;left: 50%;transform: translateX(-50%);width: 44px;height: 3px;background-color: #0061ae;bottom: 0;}


.ideaBox{margin-top: 65px;}
.ideaBox ._txt{font-size: 18px;}
.ideaBox ._line{margin-top: 40px;line-height: 2;}

.ideaBox ._img{margin-top: 65px;}
.ideaBox ._img>div{width: 100%;height: 0;padding-bottom: 34.16666666666667%;position: relative;overflow: hidden;}
.ideaBox ._img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}



.paging{justify-content:center;margin-top: 1vw;}
.paging li{padding:0 5px;}
.paging li a{border:1px solid #e0e0e0;width:40px;height:40px;line-height:40px;border-radius:50%;-webkit-border-radius:50%;color: #333;}
.paging li a i{font-size:16px;}
.paging li a.on{background: #0061ae;color:#fff;border-color: #0061ae;}

.news{padding-bottom: 6vw;padding-top: 4.8vw;}

.news_list .list_item{
    margin-bottom: 1.5625vw;
}
.news_list .list_item:last-of-type{margin-bottom: 0;}
.news_list .list_item>a{
    position: relative;
    background-color: #f7f7f7;
    padding: 2.604166666666667vw calc(100px + 3.125vw);
    line-height: 1;
    display: block;
    transition: box-shadow .25s ease
}
.news_list .list_item>a:hover{background: #0061ae;}
.news_list .list_item>a:hover .list_item_time,.news_list .list_item>a:hover list_item_info_title,.news_list .list_item>a:hover .list_item_info_p{color:#fff;}

@media(min-width: 992px) {
    .news_list .list_item>a:hover {
        box-shadow:0 0 20px 0 rgba(0,0,0,.1)
    }

    .news_list .list_item>a:hover .list_item_info_title{
        color: #ffffff
    }

    .news_list .list_item>a:hover .list_item_more{
        color: #0950a7;
        border-color: #0950a7
    }
}

.news_list .list_item_time{
    color: #666;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width:calc(100px + 1.5625vw);
    text-align: center;
    border-right: 1px solid #d5d5d5;
    align-items: center;
    display: -moz-flex;
    display: flex;
    justify-content: center
}

.news_list .list_item_time .d{
    font-size: 48px;
}

@media(max-width: 1440px) {
    .news_list .list_item_time .d{
        font-size:36px;
    }
}
@media(max-width: 768px) {
    .news_list .list_item_time .d{
        font-size:28px
    }
}
.news_list .list_item_time .ym{
    font-size: 16px;
    margin-top: 5px
}

@media(max-width: 1440px) {
    .news_list .list_item_time .ym{
        font-size:14px;
    }
}

.news_list .list_item_info_title{
    color: #333;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .25s ease
}

@media(max-width: 1440px) {
    .news_list .list_item_info_title{
        font-size:18px
    }
}

.news_list .list_item_info_p{
    color: #666;
    margin-top: 16px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width: 1440px) {
    .news_list .list_item_info_p{
        font-size:14px
    }
}

@media(max-width: 768px) {
    .news_list .list_item_info_p{
        margin-top:12px
    }
    .news_list .list_item_time{
    	width: 85px;
    }
    .news_list .list_item>a{
    	padding: 20px 100px;
    	padding-right: 15px;
    }
    .news_list .list_item{
    	margin-bottom: 12px;
    }
    .news_list .list_item_info_title{
    	font-size: 16px;
    }
}

.news_list .list_item_more{
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    right: 1.5625vw;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    transition: all .25s ease
}

@media(max-width: 768px) {
    .news_list .list_item_more{
        display:none
    }
}


.atc-pn {
  position: relative;
  margin-top: 26px;
  padding-right: 170px;
}
.atc-pn a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.atc-pn a:hover {
  color: #06539b;
}
.atc-pn a label {
  margin-right: 10px;
}
.atc-pn a.ret {
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  background-color: #06539b;
  width: 136px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 1;
}
.atc-pn a.ret:hover {
  opacity: 0.8;
}

.case-out {
  padding: 0px 0;
}
.caselist {
  padding: 0 0 28px;
  margin: 0 -14px;
  overflow: hidden;
}
.caselist li {
  float: left;
  width: 33.33%;
  margin-bottom: 38px;
}
.caselist li .lin {
  padding: 0 14px;
}
.caselist li a {
  display: block;
  position: relative;
  background-color: transparent;
  padding-bottom: 3px;
}
.caselist li a:after {
  left: 100%;
  position: absolute;
  bottom: 0;
  content: " ";
  width: 0;
  border-bottom: 3px solid #06539b;
  -webkit-transition: .5s;
  transition: .5s;
}
.caselist li:hover a:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.caselist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 65.2%;
  overflow: hidden;
  position: relative;
}
.caselist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.caselist li .wz {
  padding: 30px 12px 21px;
}
.caselist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  height: 36px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.caselist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-top: 4px;
}
.caselist li:hover a {
  background-color: #fff;
}
.caselist li:hover h3 {
  color: #06539b;
}
.caselist h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
@media screen and (max-width: 1560px) {
  .caselist {
    margin: 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .case-out {
    padding: 60px 0;
  }
  .caselist li {
    margin-bottom: 30px;
  }
  .caselist li .lin {
    padding: 0 10px;
  }
  .caselist li .wz {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 1023px) {
  .caselist li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .caselist li {
    width: 100%;
  }
  .caselist li .lin {
    padding: 0 0;
  }
}
.greybg {
  background-color: #f0f3f6;
}

.jlout {
  padding: 20px 0 0px;
  /* background: url('../images/jlbg.jpg') center / cover no-repeat; */
}
.profirst {
  overflow: hidden;
}
.xijie {
  width: 44.4%;
  float: left;
  z-index: 1;
  position: relative;
  /* box-shadow: 0 10px 0 10px #ddd; */
}
.xijie .bigpic {
  width: 100%;
  height: 490px;
  overflow: hidden;
  text-align: center;
  line-height: 490px;
  font-size: 0;
  position: relative;
}
.xijie .bigpic img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}
.xijie .bigpic:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.proinfo {
  min-height: 400px;
  float: right;
  width: 49.58%;
}
.proinfo .proname {
  /* padding-top: 40px; */
  font-size: 24px;
  line-height: 38px;
  color: #06539b;
}
.proinfo .hx {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 34px 0;
}
.proinfo .hx:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 0;
  width: 40px;
  height: 3px;
  background-color: #06539b;
  -webkit-transition: .4s;
  transition: .4s;
}
.proinfo:hover .hx:before {
  width: 120px;
}
.proinfo .xiangxi {
  font-size: 15px;
  line-height: 28px;
  color: #333;
  /* height: 194px; */
  /* overflow: auto; */
  padding: 0 10px 0 0;
}
.proinfo .probtn {
  margin-top: 36px;
  height: 44px;
  font-size: 0;
  position: relative;
}
.proinfo .probtn a {
  display: inline-block;
  width: 134px;
  height: 44px;
  background-color: #bbbbbb;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
}
.proinfo .probtn a.prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.proinfo .probtn a.next {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.proinfo .probtn a.ret {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  margin-left: -30px;
  width: 60px;
  background: #bbbbbb url('../images/ret.png') center no-repeat;
}
.proinfo .probtn a:hover {
  background-color: #06539b;
}
.propic-scroll {
  position: relative;
  width: 100%;
  height: 400px;
  padding: 10px;
  background: #fff;
  /* box-shadow: 0 7px 5px 6px #ddd; */
  border: 1px solid #ddd;
}
.propic-scroll .flex-viewport {
  width: 100%;
  height: 100%;
}
.propic-scroll .slides {
  overflow: hidden;
  height: 100%;
}
.propic-scroll .slides li {
  display: none;
  height: 100%;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.propic-scroll .slides li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 400px;
}
.propic-scroll .slides a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vd2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: fill;
     object-fit: fill;
}
.propic-scroll .flex-direction-nav a {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
  position: absolute;
  bottom: 22px;
  right: 16px;
  z-index: 4;
  border-radius: 100%;
  border: 1px solid #fff;
}
.propic-scroll .flex-direction-nav a.flex-prev {
  margin-bottom: 50px;
  background: url('../images/lt2h-ser.png') center no-repeat;
}
.propic-scroll .flex-direction-nav a.flex-next {
  background: url('../images/gt2h-ser.png') center no-repeat;
}
.propic-scroll .flex-direction-nav a:hover {
  background-color: #fff;
}
.propic-scroll .flex-direction-nav a.flex-prev:hover {
  background-image: url('../images/lt2-ser.png');
}
.propic-scroll .flex-direction-nav a.flex-next:hover {
  background-image: url('../images/gt2-ser.png');
}
.propic-scroll .flex-control-paging {
  width: 100%;
  height: 10px;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 3;
}
.propic-scroll .flex-control-paging li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.propic-scroll .flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
}
.propic-scroll .flex-control-paging li a.flex-active {
  background-color: #56adbf;
}
@media screen and (max-width: 1300px) {
  .profirst {
    padding-left: 520px;
  }
  .xijie {
    width: 490px;
    margin-left: -520px;
  }
  .proinfo {
    float: none;
    width: 100%;
    min-height: 0;
  }
}
@media screen and (max-width: 1100px) {
  .jlout {
    padding: 80px 0;
  }
  .profirst {
    padding-left: 0;
  }
  .xijie {
    float: none;
    margin-left: 0;
    width: 785px;
    max-width: 100%;
  }
  .proinfo .xiangxi {
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .jlout {
    padding: 60px 0;
  }
  .proinfo .probtn a {
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .propic-scroll {
    height: 230px;
    padding: 0;
    background: none;
  }.proinfo .proname {font-size:18px}
  .propic-scroll .slides li a {
    line-height: 380px;
  }
}


.pdtList>div{/* margin: 38px; */flex-wrap: wrap;}
.pdtList ._item{width: 24%;padding: 0.5%;}
.pdtList ._item>a{background-color: #fff;box-shadow: 0 0 15px rgba(20, 82, 148, .15);padding: 30px;border-radius: 10px;overflow: hidden;position: relative;transition: all .3s ease-in-out;}
.pdtList ._item>a:before{content: '';position: absolute;top: 0;left: 0;
width: 100%;height: 10px;background-color:#0061ae;}
.pdtList ._item ._top{align-items: center;padding-bottom: 20px;border-bottom: 2px solid #f0f0f0;}
.pdtList ._item ._top ._name{font-weight: bold;color: #333;transition: color .3s ease-out;font-size: 16px;}
.pdtList ._item ._top ._more{width: 34px;height: 34px;color: #b9b9b9;margin-left: auto;
align-items: center;justify-content: center;border: 1px solid #ddd;border-radius: 50%;transition: all .3s ease-out;}
.pdtList ._item ._txt{color: #999;line-height: 2;margin-top: 15px;}
.pdtList ._item ._txt p{padding-left: 10px;position: relative;}
.pdtList ._item ._txt p:before{content: '';position: absolute;top: 50%;border-radius: 50%;
transform: translateY(-50%);left: 0;width: 2px;height: 2px;background-color: #999;}
.pdtList ._item ._img{width: 100%;height: 0;padding-bottom: 75.14285714285714%;overflow: hidden;
position: relative;background-color: #f4f8fb;margin-top: 20px;}
.pdtList ._item ._img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}

.pdtList ._item:nth-child(3n + 1){animation-delay: 0s;}
.pdtList ._item:nth-child(3n + 2){animation-delay: .1s;}
.pdtList ._item:nth-child(3n + 3){animation-delay: .2s;}

.pdtList ._item>a:hover ._top ._name{color: #0061ae;}
.pdtList ._item>a:hover ._top ._more{background-color: #0061ae;border-color: #0061ae;color: #fff;}
.pdtList ._item>a:hover{box-shadow: 0 .15rem .3rem rgba(20, 82, 148, .3);transform: translateY(-6px);}

.scaleM {
    animation-name: scaleM;
    will-change: transform;
}

@keyframes scalev {
	0% {
        opacity: 0;
        transform: scale(.5) translateY(20px);
    }
    100% {
        opacity: 1;
        transform:none;
    }
}



