/* Ind-banner */
/* .modex001.flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.modex001.flex {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
}
.modex001 .nl {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  z-index: 2;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}
c .nr {
  flex: 1 1 auto;
  overflow: hidden;
  margin-left: 38px;
  position: relative;
  z-index: 2;
}
.mode01a {
  align-items: stretch;
} */
.modex001 .nl{   
     width: 49%;
    float: left;
        padding: 30px 16px 0px;
     box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
     height: 435px;
     box-sizing: border-box;
     border-radius: 4px;
  }

.modex001 .nr {
    margin-left: 51%;
        padding: 16px 16px;
     box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
     height: 435px;
          box-sizing: border-box;
               border-radius: 4px;
}


.titi_ind01 h3{font-weight: bold; color: #2e69b3; font-size: 20px; margin-bottom: 20px;}
.titi_ind01{border-bottom: 1px solid #2e69b3;}
.titi_ind01 h3 span{font-weight: normal;font-weight: 16px;}
.mode03 .titi_ind01{border-bottom: 0; text-align: center;}
.mode03 .titi_ind01 h3{padding-top: 20px;}
.titlep1{padding-top: 20px;line-height: 24px;}
.titlep1 p{line-height: 28px;}
.titlep1 a{display: block; margin-top: 10px; color: #2e69b3; text-align: right;}
.infotit01 a{display: block; margin-top: 10px; color: #2e69b3; text-align: right;}
.mode03{ box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08); border-radius: 4px;}
.mode03Li{text-align: center;}
.mode03Li ul li{display: inline-block;/* width: 30%; */margin-bottom: 10px;}
.mode03Li ul li:first-child{width: 40%;}
.mode03Li ul li a{position: relative;padding-left: 38px;line-height: 48px;font-size: 16px;display: inline-block;}
.mode03Li .imgsp{margin: 0 4px; position:absolute;left: 0; top: 6px;}
.mode03Li .imgsp img {
    height: 24px;
}
.mode03Li ul li:last-child .imgsp img{
    height: 34px;
}
.mode03Li ul li a:hover{color: #2e69b3;}


@media screen and (max-width:1640px) {
.modex001 .nl,.modex001 .nr{height: 400px;}
.wrap_mode01 {
    margin-top: 20px;
    padding-bottom: 20px;
}
.mode03Li ul li a{font-size:15px;}
}

@media screen and (max-width:1380px) {
  .titlep1{    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.modex001 .nl, .modex001 .nr {
    height: 336px;
}
.bannerRt,.bannerLt{
  height: 360px;
}
.mode03Li ul li a{font-size: 13px;}
  .mode03Li ul li a{padding-left:38px;}
  .mode03Li .imgsp img {
    height: 22px;
}

.mode03Li ul li:last-child .imgsp img {
    height: 34px;
}
  .mode03Li ul li:first-child{width: 42%;}
}


