.tech_a {
  padding-bottom: 5.2083%;
  background: url(../images/tech_15.jpg) no-repeat center top / cover;
}
.tech_a .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.tech_a .cont .imgbox,
.tech_a .cont .team-list {
  width: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tech_a .cont #tech .swiper-slide .text {
  line-height: 44px;
  text-align: center;
  color: #666;
  display: none;
}
.tech_a .cont #techSP {
  text-align: center;
  position: static;
  width: 100%;
}
.tech_a .cont #techSP .swiper-pagination-bullet {
  margin: 0 4px;
}
.tech_a .cont #techSP .swiper-pagination-bullet-active {
  background: #0162a7;
}
.tech_a .team-list {
  background: #fff;
  -webkit-box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.1);
}
.tech_a .team-list li {
  position: relative;
  /* height: 14.2857%; */
  height: 100%;
  /* border-bottom: solid 1px #f0f0f0; */
}
.tech_a .team-list li .textbox {
  padding-left: 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.tech_a .team-list li .textbox .icon {
  position: relative;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: #f7f7f7;
  border: solid 1px #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.tech_a .team-list li .textbox .title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
  color: #575757;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1.9;
}
.tech_a .team-list li .color-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 60px;
  top: 0;
  background: #0070c0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 0;
}
.tech_a .team-list li .color-block::after {
  content: '';
  width: 12px;
  height: 24px;
  background: url(../images/sj.png);
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tech_a .team-list .act-li .color-block,
/* .tech_a .team-list li:hover .color-block {
  left: 0;
  opacity: 1;
} */
.tech_a .team-list .act-li .textbox .icon,
/* .tech_a .team-list li:hover .textbox .icon {
  border-color: rgba(255, 255, 255, 0.3);
  background: none;
} */
.tech_a .team-list .act-li .textbox .title,
/* .tech_a .team-list li:hover .textbox .title {
  color: #fff;
} */
.tech_a .team-list .act-li .textbox .icon .act {
  opacity: 1;
}
.tech_a .team-list .act-li .textbox .icon .nor {
  opacity: 0;
}
.tech_b {
  background: url(../images/tech_17.jpg) no-repeat center top / cover;
  padding: 5.2083% 0;
}
.tech_b .wrap1600 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.tech_b .lt-box {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 5.2%;
  border-right: 1px solid #f0f0f0;
}
.tech_b .lt-box .cn {
  color: #474443;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
.tech_b .lt-box .en {
  font-size: 36px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.tech_b .rt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: column;
  padding-left: 4.4%;
}
.tech_b .rt-box .box {
  width: 200px;
  /*height: 180px;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #f0f0f0;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #999999;
  /*padding-top: 56px;*/
  padding:8px 0;
}
.tech_b .rt-box .box:nth-child(n+4)
{
    display:none !important;
    }
.tech_b .rt-box .box .numbox {
  margin-bottom: 10px;
}
.tech_b .rt-box .box .big {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 48px;
  font-weight: bold;
  color: #4c4c4c;
}
.tech_c {
  background: url(../images/tech_22.jpg) no-repeat center top / cover;
  padding-bottom: 5.2083%;
}
.tech_c .wrap1600 {
  position: relative;
}
.tech_c .wrap1600 .imgbox {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 66.875%;
}
.tech_c .wrap1600 .lt-box .tlbox {
  margin-bottom: 70px;
}
.tech_c .wrap1600 .lt-box .tlbox .cn {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 32px;
  color: #757575;
}
.tech_c .wrap1600 .lt-box .tlbox .en {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.tech_c .wrap1600 .lt-box ul {
  padding-left: 30px;
  border-left: 6px solid #f0f0f0;
  width: 25%;
}
.tech_c .wrap1600 .lt-box ul li {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 30px;
}
.tech_c .wrap1600 .lt-box ul li .numbox {
  color: #4c4c4c;
  font-size: 18px;
  margin-bottom: 18px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.tech_c .wrap1600 .lt-box ul li .numbox .big {
  font-size: 60px;
  font-weight: bold;
}
.tech_c .wrap1600 .lt-box ul li .te {
  font-size: 16px;
  color: #666666;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.tech_c .wrap1600 .lt-box ul li::after {
  content: '';
  width: 0px;
  height: 2px;
  background: #0070c0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.tech_c .wrap1600 .lt-box ul li:hover .numbox {
  color: #0070c0;
}
.tech_c .wrap1600 .lt-box ul li:hover .te {
  color: #0070c0;
}
.tech_c .wrap1600 .lt-box ul li:hover::after {
  width: 100%;
}
.tech_c .wrap1600 .lt-box ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.tech_c .wrap1600 .lt-box ul li:last-child::after {
  display: none;
}
.tech_d {
  background: url(../images/tech_21.jpg) no-repeat center top / cover;
  padding-bottom: 5.2083%;
}
.tech_d ul li {
  width: 31.25%;
  float: left;
  margin-right: 3.125%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.tech_d ul li .imgbox {
  overflow: hidden;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}
.tech_d ul li .imgbox img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}
.tech_d ul li .textbox {
  background: #fff;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
  padding: 30px 0;
  text-align: center;
}
.tech_d ul li .textbox .cn {
  margin-bottom: 20px;
  color: #757575;
  font-weight: 600;
  font-size: 24px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.tech_d ul li .textbox .en {
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
  padding: 0 10px;
}
.tech_d ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1528px) {
  .tech_a .team-list li .textbox .title {
    font-size: 22px;
    line-height: 1.7;
  }
}
@media (min-width: 1200px) {
  .tech_b .rt-box .box {
    position: relative;
    top: 0;
  }
  .tech_b .rt-box .box:hover {
    top: -10px;
    border-color: #0070c0;
    color: #0070c0;
  }
  .tech_b .rt-box .box:hover .big {
    color: #0070c0;
  }
  .tech_d ul li:hover {
    top: -10px;
    -webkit-box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.1);
  }
  .tech_d ul li:hover .imgbox img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .tech_d ul li:hover .textbox .cn {
    color: #0070c0;
  }
}
@media (max-width: 1440px) {
  .tech_a .team-list li .textbox {
    padding-left: 50px;
  }
  .tech_b .rt-box .box {
    width: 180px;
  }
  .tech_c .wrap1600 .lt-box .tlbox {
    margin-bottom: 50px;
  }
  .tech_c .wrap1600 .lt-box .tlbox .cn {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .tech_c .wrap1600 .lt-box .tlbox .en {
    font-size: 20px;
  }
  .tech_c .wrap1600 .lt-box ul li .numbox .big {
    font-size: 54px;
  }
  .tech_d ul li .textbox .cn {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1366px) {
  .tech_b .rt-box .box {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1280px) {
  .tech_a .team-list li .textbox .title {
    font-size: 16px;
  }
  .tech_b .lt-box .cn {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .tech_b .lt-box .en {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .tech_b .lt-box .icon img {
    width: 130px;
  }
  .tech_b .rt-box .box {
    width: 160px;
    height: 160px;
    padding-top: 42px;
  }
  .tech_c .wrap1600 .lt-box ul li {
    padding-bottom: 20px;
  }
  .tech_c .wrap1600 .lt-box ul li .numbox {
    margin-bottom: 10px;
  }
  .tech_c .wrap1600 .lt-box ul li .numbox .big {
    font-size: 48px;
  }
  .tech_d ul li .textbox .cn {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .tech_a .team-list li .textbox .icon {
    width: 40px;
  }
  .tech_a .team-list li .textbox .title {
    font-size: 14px;
  }
  .tech_b .rt-box .box {
    width: 130px;
    height: 130px;
    padding-top: 34px;
  }
  .tech_b .rt-box .box .big {
    font-size: 36px;
  }
  .tech_c .wrap1600 .lt-box .tlbox .cn {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .tech_c .wrap1600 .lt-box ul li {
    margin-bottom: 20px;
  }
  .tech_c .wrap1600 .lt-box ul li .numbox .big {
    font-size: 36px;
  }
  .tech_c .wrap1600 .lt-box ul li .te {
    font-size: 14px;
  }
  .tech_d ul li .textbox .cn {
    font-size: 16px;
  }
  .tech_d ul li .textbox .en {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .tech_a {
    padding-bottom: 40px;
  }
  .tech_a .cont .imgbox {
    width: 100%;
  }
  .tech_a .cont .team-list {
    display: none;
  }
  .tech_a .cont #tech {
    margin-bottom: 10px;
  }
  .tech_a .cont #tech .swiper-slide .text {
    display: block;
  }
  .tech_b {
    padding: 60px 0;
  }
  .tech_b .wrap1600 {
    display: block;
  }
  .tech_b .wrap1600 .lt-box {
    width: 100%;
    padding-right: 0;
  }
  .tech_b .wrap1600 .lt-box .cn,
  .tech_b .wrap1600 .lt-box .en {
    text-align: center;
  }
  .tech_b .wrap1600 .lt-box .cn {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .tech_b .wrap1600 .lt-box .en {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .tech_b .wrap1600 .lt-box .icon {
    display: none;
  }
  .tech_b .wrap1600 .rt-box {
    padding-left: 0;
  }
  .tech_b .wrap1600 .rt-box .box {
    margin-right: 6px;
  }
  .tech_b .wrap1600 .rt-box .box .big {
    font-size: 20px;
  }
  .tech_b .wrap1600 .rt-box .box .te {
    font-size: 12px;
  }
  .tech_b .wrap1600 .rt-box .box:last-child {
    margin-right: 0;
  }
  .tech_c {
    padding-bottom: 60px;
  }
  .tech_c .wrap1600 .imgbox {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .tech_c .wrap1600 .lt-box .tlbox {
    text-align: center;
  }
  .tech_c .wrap1600 .lt-box .tlbox .cn {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .tech_c .wrap1600 .lt-box .tlbox .en {
    font-size: 14px;
  }
  .tech_c .wrap1600 .lt-box ul {
    width: 100%;
    padding-left: 16px;
  }
  .tech_c .wrap1600 .lt-box ul li .numbox .big {
    font-size: 20px;
  }
  .tech_d {
    padding-bottom: 40px;
  }
  .tech_d ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
