.x_pinzhilist{
width:100%; overflow:hidden; margin:140px 0px 0px;
}
.x_pinzhilist h3{
text-align:center; color:#2a81dd;
padding:0px 0px 10px 0px;
}
.qulity_a {
  padding:10px 0; margin:0px 0px 30px 0px;
}
.qulity_a .this-title {
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}
.qulity_a .qulity-ul {
  margin-bottom: 40px;
}
.qulity_a .qulity-ul li {
  width: 32.7272%;
  margin-right: 0.9092%;
  float: left;
}
.qulity_a .qulity-ul li .imgbox img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qulity_a .qulity-ul li .text-box {
  height: 120px;
  background-color: #eeeeee;
  padding-top: 20px;
}
.qulity_a .qulity-ul li .text-box .tl {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 18px;
  border-left: 2px solid #00479d;
}
.qulity_a .qulity-ul li .text-box .te {
  line-height: 20px;
  color: #999;
  padding: 0 20px;
  height: 60px;
}
.qulity_a .qulity-ul li:last-child {
  margin-right: 0;
}
.qulity_a .grid-box {
  padding-top: 40px;
  border-top: 1px solid #f3f3f3;
}
.qulity_a .grid-box .box {
  width: 21.26%;
  float: left;
  height: 750px;
  position: relative;
  background-position: left center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qulity_a .grid-box .box .inbox {
  position: absolute;
  width: 84%;
  left: 8%;
  bottom: 0px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qulity_a .grid-box .box .inbox .icon {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.5s;
  -o-transition: all 0.3s ease 0.5s;
  -moz-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
  margin-bottom: 30px;
}
.qulity_a .grid-box .box .inbox .title {
  font-size: 24px;
  -webkit-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.qulity_a .grid-box .box .inbox .title span {
  padding-bottom: 18px;
  position: relative;
}
.qulity_a .grid-box .box .inbox .title span::after {
  content: "";
  width: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: .4s;
     -moz-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
  height: 2px;
  bottom: -2px;
  background: #00479d;
}
.qulity_a .grid-box .box .inbox .text {
  line-height: 20px;
  height: 80px;
  font-size: 16px;color:#fff;
  -webkit-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  opacity: 0; overflow: hidden;
}
.qulity_a .grid-box .box .inbox .text p { line-height:1.4;color:#fff;}
.qulity_a .grid-box .act {
  width: 57.4765%;
}
.qulity_a .grid-box .act .inbox {
  bottom: 100px;
}
.qulity_a .grid-box .act .inbox .icon {
  opacity: 1;
  -webkit-transition-delay: .1s;
     -moz-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}
.qulity_a .grid-box .act .inbox .title {
  font-size: 30px;
  -webkit-transition-delay: .2s;
     -moz-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}
.qulity_a .grid-box .act .inbox .title span::after {
  width: 100%;
  -webkit-transition-delay: .2s;
     -moz-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}
.qulity_a .grid-box .act .inbox .text {
  opacity: 1;
  padding-top: 8px;
  border-top: 1px solid #fff;
  -webkit-transition-delay: .3s;
     -moz-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}
.qulity_a .grid-box .box:nth-child(1) {
  background-image: url(../images/pinzhi04.jpg);
}
.qulity_a .grid-box .box:nth-child(2) {
  background-image: url(../images/pinzhi05.jpg);
}
.qulity_a .grid-box .box:nth-child(3) {
  background-image: url(../images/pinzhi06.jpg);
}


@media (max-width: 1024px) {

  .qulity_a {
    padding: 50px 0;
  }
  .qulity_a .qulity-ul {
    margin-bottom: 30px;
  }
  .qulity_a .grid-box {
    padding-top: 30px;
  }
 
}
@media (max-width: 768px) {
  .world_a {
    padding: 50px 0 20px;
  }
  .world_a .section-2 .content {
    display: block;
  }
  .world_a .section-2 .left,
  .world_a .section-2 .right {
    width: 100%;
  }
  .world_a .section-2 .right {
    margin-bottom: 20px;
  }
  .world_a .section-2 .right img {
    width: 100%;
  }
  .culture_a {
    padding: 50px 0;
  }
  .culture_a .cul-box .li {
    width: 100%;
    margin: 0 0 6%;
  }
  .culture_a .cul-box .li:last-child {
    margin-bottom: 0;
  }
  .year-wrapper {
    overflow: auto;
  }
  .year-wrapper .year-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .year-wrapper .year-ul .li {
    width: 110px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .year-wrapper .year-ul::after {
    display: none;
  }
  .history_a .year-ul .act.li .year-box,
  .history_a .year-ul .li:hover .year-box {
    padding-bottom: 18px;
  }
  .history_a {
    padding: 50px 0;
  }
  .history_a .swiper-box .btn {
    display: none;
  }
  .history_a .swiper-box #historySP {
    margin-top: 20px;
    position: static;
  }
  .history_a .swiper-box #historySP .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .history_a .swiper-box #historySP .swiper-pagination-bullet-active {
    background: #00479d;
  }
  .history_a .swiper-box .swiper-slide .imgbox .year {
    font-size: 60px;
    bottom: -13px;
    right: -5px;
  }
  .qulity_a .qulity-ul li {
    width: 100%;
    margin: 0 0 6%;
  }
  .qulity_a .qulity-ul li:last-child {
    margin-bottom: 0;
  }
  .qulity_a .grid-box {
    display: block;
  }
  .qulity_a .grid-box .box {
    width: 100%!important;
    margin-bottom: 6%;
    height: 300px;
  }
  .qulity_a .grid-box .box .inbox {
    bottom: 15px;
  }
  .qulity_a .grid-box .box .inbox .icon {
    opacity: 1;
  }
  .qulity_a .grid-box .box .inbox .title {
    font-size: 24px;
  }
  .qulity_a .grid-box .box .inbox .title span::after {
    width: 100%;
  }
  .qulity_a .grid-box .box .inbox .text {
    opacity: 1;
    font-size: 14px;
    padding-top: 18px; color:#fff;
    border-top: 1px solid #fff;
  }
  .qulity_a .grid-box .box:last-child {
    margin-bottom: 0;
  }
  .hl_a {
    padding: 50px 0;
  }
  .hl_a .ul li {
    width: 100%;
    margin: 0 0 6%;
  }
  .hl_a .ul li a .text-box {
    padding: 15px 20px;
  }
  .hl_a .ul li a .text-box .name {
    margin-bottom: 15px;
  }
  .hl_a .ul li a .text-box .jt-box {
    margin-top: 15px;
  }
  .hl_a .ul li:last-child {
    margin-bottom: 0;
  }
  .join_a {
    padding: 50px 0;
  }
  .join_a .search-box .select-box {
    width: 100%;
  }
  .join_a .job-box .thead {
    padding: 0 10px;
  }
  .join_a .job-box .thead .td:nth-child(4),
  .join_a .job-box .tr .title .td:nth-child(4){
    text-align: right;
     width: 20.33%;
     font-size: 12px;
  }
  .join_a .job-box .tr .title .td:nth-child(4) {
    justify-content: flex-end;
   
  }
  .join_a .job-box .tr .title {
    padding: 0 10px;
  }

  .join_a .job-box .tr .title .td:nth-child(4),
  .join_a .job-box .tr .title .td:nth-child(5),
  .join_a .job-box .tr .title .td:nth-child(6),
  .join_a .job-box .td:nth-child(4),
  .join_a .job-box .td:nth-child(5),
  .join_a .job-box .td:nth-child(6) {
    display: none;
  }
  .join_a .job-box .td {
    width: 25.83%;
  }
    .join_a .job-box .thead .td:nth-child(1), 
  .join_a .job-box .tr .title .td:nth-child(1) {
    width: 42.83%;
  }
  .join_a .job-box .thead .td:nth-child(2), 
  .join_a .job-box .tr .title .td:nth-child(2) {
    width: 30%;
  }
  .join_a .job-box .tr .detail-box {
    padding: 15px;
  }
  .join_a .job-box .tr .detail-box .tdjl-box {
    display: block;
  }
  .join_a .job-box .tr .detail-box .tdjl-box .left {
    line-height: 26px;
    margin-bottom: 20px;
  }
  .join_a .rk-box {
    display: block;
  }
  .join_a .rk-box .left {
    margin-right: 0;
    width: 100%;
  }
  .join_a .rk-box .left .top a {
    width: 135px;
  }
  .join_a .rk-box .left .bottom {
    padding: 10px 10px 0;
    height: 200px;
  }
  .join_a .rk-box .left .bottom .ewmbox {
    width: 139px;
  }
  .join_a .rk-box .left .bottom .rt-info {
    height: 181px;
  }
  .join_a .rk-box .left .bottom .rt-info .infox .tl {
    font-size: 14px;
  }
  .join_a .rk-box .left .bottom .rt-info .infox .te {
    line-height: 18px;
  }
  .join_a .rk-box .left .bottom .rt-info .line {
    margin: 10px 0;
  }
  .join_b {
    padding: 50px 0;
  }
  .join_b .wrap .info-box {
    width: 100%;
  }
  .join_c {
    padding-bottom: 50px;
  }
  .join_c .wrap .box {
    display: block;
    margin-bottom: 6%;
  }
  .join_c .wrap .box .imgbox {
    overflow: hidden;
    width: 100%;
    margin: 0!important;
  }
  .join_c .wrap .box .imgbox img {
    max-width: 100%;
    width: 100%;
    left: 0%;
  }
  .join_c .wrap .box .text-box {
    width: 100%;
    padding: 20px 15px;
  }
  .join_c .wrap .box .text-box .text {
    line-height: 26px;
    margin-bottom: 15px;color:#fff;
  }
  .join_c .wrap .box:last-child {
    margin-bottom: 0;
  }
}
