body {
  line-height: 1.5;
}
.w1600{width: 1440px;overflow: hidden;margin: 0 auto;}
@media screen and (max-width: 1600px){ .w1600{width: 80%;}}
@media screen and (max-width: 1200px){.w1600{width: 90%;}}
.banner img{width: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
    transition: all .5s;}
.cont img{width: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
    transition: all .5s;}
.banner {
  position: relative;
  width: 100%;
}
.banner .txt_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .txt_box .txt {
  color: #fff;
  font-family: 'Poppins-SemiBold';
}
.banner img{width:100%;display: block;
    line-height: 0;
    font-size: 0;}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d9d9d9 !important;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #d9d9d9;
}
.cont svg {
  margin: 0!important;
}
.cont .tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont .tab a {
  display: inline-block;
  width: 33.33%;
  font-family: 'Poppins-Medium';
  color: #aaa;
  border-bottom: 2px solid #ebebeb;
  padding: 20px 0;
  text-align: center;
  transition: all 0.3s;
  white-space: nowrap;
}
.cont .tab a.on {
  font-family: 'Poppins-SemiBold';
  color: #0e3778;
  border-bottom: 2px solid #0e3778;
}
.cont .tab a:hover {
  color: #0e3778;
}
.cont .tit {
  color: #000;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  font-weight: bold;
}
.cont .page1 .subtit {
  text-align: center;
  font-family: 'Poppins-Regular';
  color: #333;
}
.cont .page1 ul {
  width: 100%;
}
.cont .page1 ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4%;
}
.cont .page1 ul li .txt {
  width: 50%;
  padding: 0 3%;
}
.cont .page1 ul li .txt .t1 {
  font-family: 'Poppins-Medium';
  color: #333;
  padding-bottom: 3%;
  font-weight: bold;
}
.cont .page1 ul li .txt .t2 {
  font-family: 'Poppins-Medium';
  color: #333;
}
.cont .page1 ul li .txt .t3 {
  font-family: 'Poppins-Regular';
  color: #333;
  margin-top: 1.5%;
  line-height: 1.5;
  max-height: 7.5em;
}
.cont .page1 ul li .img {
  width: 50%;
  padding-top: 28%;
  position: relative;
  overflow: hidden;
}
.cont .page1 ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.cont .page1 ul li:nth-child(2n) .txt {
  order: 2;
}
.cont .page1 ul li:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.cont .page2 {
  background: url(../image/ccdc4608-8ce2-4fbc-8acd-11a0c8b61760.png) repeat-x top center;
}
.cont .page2 .item_t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont .page2 .item_t .txt {
  width: 50%;
  border-left: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .page2 .item_t .txt .tit_t {
  font-family: 'Poppins-SemiBold';
  font-weight: bold;
  padding-bottom: 3%;
}
.cont .page2 .item_t .txt .des {
  line-height: 1.5;
  max-height: 9em;
  font-family: 'Poppins-Regular';
  color: #333;
}
.cont .page2 .item_t .txt > div {
  width: 80%;
}
.cont .page2 .item_t .img {
  width: 50%;
  padding-top: 28%;
  position: relative;
  overflow: hidden;
}
.cont .page2 .item_t .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.cont .page2 .item_t:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.cont .page2 .item_b {
  display: none;
  position: relative;
  overflow: hidden;
}
.cont .page2 .item_b img {
  transition: all 0.5s;
}
.cont .page2 .item_b .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  width: 80%;
  z-index: 2;
  color: #fff;
}
.cont .page2 .item_b .txt .tit_t {
  font-family: 'Poppins-SemiBold';
  text-align: center;
}
.cont .page2 .item_b .txt .des {
  font-family: 'Poppins-Regular';
  text-align: center;
  margin-top: 3%;
  max-height: 7.5em;
}
.cont .page2 .item_b:hover img {
  transform: scale(1.05);
}
.pp {
  animation: p2fd 0.4s linear 0.1s 1 forwards;
  transform: scale(0);
}
.pp {
  animation: hand2 1s linear 0s infinite;
  transform: scale(0);
}
@keyframes p2fd {
  0% {
    transform: scale(0.1);
  }
  60% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .banner{margin-top:60px}
  .cont .page1 ul li .txt {
    width: 100%;
  }
  .cont .page1 ul li .img {
    width: 100%;
    padding-top: 56%;
  }
  .cont .page1 ul li .txt {
    order: 2;
    padding: 3%;
  }
  .cont .page1 ul li .txt .t3 {
    max-height: none;
  }
  .cont .page2 .item_t .txt {
    width: 100%;
    order: 2;
  }
  .cont .page2 .item_t .txt > div {
    width: 100%;
    padding: 3%;
  }
  .cont .page2 .item_t .txt .des {
    max-height: none;
  }
  .cont .page2 .item_t .img {
    width: 100%;
    padding-top: 56%;
  }
  .cont .page2 .item_b img {
    width: 150%;
    margin-left: -25%;
  }
  .cont .tab {
    overflow: overlay;
  }
  .cont .tab a {
    width: auto;
    padding: 20px 20px;
  }
}