*{
    padding:0;
    margin:0;
}
.banner {
  width: 100%;
  height: 1.8rem;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner_tit {
  /*font-size: 0.2rem;*/
  /*font-size:max(min(0.2rem,42px),22px);*/
  font-size:42px;
  font-weight: 400;
  color: #ffffff;
  line-height:1;
}
.if-banner-swiper .swiper-slide .text.if-text-left{text-align:left;}
.banner_content {
  /*font-size: 0.064rem;*/
  font-size:20px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.16rem;
}
.cont1 {
  width: 100%;
}
#myPage {
  text-align: center;
  margin-top: 0.3rem;
}
.content {
  padding: 0 1.25rem;
  background-color: #f2faff;
  padding-top: 0.36rem;
  padding-bottom: 0.344rem;
}
.layer1 {
  padding: 0 1.25rem;
}

.layer1 .nav_title {
  display: flex;
  justify-content:center;
  width:100%;
}

.layer1 .nav_title li {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.064rem;
  font-weight: 400;
  /* height: 0.28rem; */
  box-sizing: border-box;
  position: relative;
  
  border-bottom: 2px solid transparent;
}

.layer1 .nav_title li a {
  color: #00346b;
  padding: 0.05rem 0.05rem;
  display: block;
}

.layer1 .nav_title li::after {
  content: "";
  height: 0.112rem;
  width: 1px;
  background: #eaf3fc;
  position: absolute;
  top: 50%;
  margin-top: -0.06rem;
  right: -0.01rem;
}

.layer1 .nav_title :last-child::after {
  width: 0px;
}
.active_layer2_title a {
  color: #4498f1 !important;
}
.nav_title li.active_nav,
.nav_title li:hover {
  border-bottom: 2px solid #4498f1;
}

.nav_title li:hover a {
  color: #4498f1;
}
.content_search {
  display: flex;
  margin-bottom:0.24rem;
}
.content .content_search_input {
  width: 5rem;
  height: 0.248rem;
  background: #ffffff;
  border-radius: 0.02rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.content .content_search_input input {
  width: 4rem;
  height: 0.2rem;
  border: none;
  font-size: 0.072rem;
}
.content_search_input img {
  width: 0.112rem;
  height: 0.112rem;
  margin-left: 0.12rem;
  margin-right: 0.08rem;
}
input:valid {
  border-color: #ffffff;
}

input:invalid {
  border-color: #ffffff;
}
input:focus,
select:focus {
  outline: 0 solid #ffffff;
}
input:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder {
  color: #555555;
  font-size: 0.06rem;
}
select::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555555;
  font-size: 0.06rem;
}
select::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555555;
  font-size: 0.06rem;
}
.content_search_two {
  width: 0.248rem;
  height: 0.248rem;
  background: #0064d2;
  border-radius: 0.02rem;
  margin: 0 0.08rem;
  position: relative;
}
.content_search_three {
  width: 0.248rem;
  height: 0.248rem;
  background: #ffffff;
  margin-left:0.08rem;
  border-radius: 0.02rem;
  position: relative;
}
.content_search_two img,
.content_search_three img {
  width: 0.096rem;
  height: 0.096rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content_search_two:hover,
.content_search_three:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
}
.layer2 {
  width: 100%;
  height: 1.548rem;
  border-radius: 0.04rem;
  overflow: hidden;
  display: flex;
  margin: 0 0 0.24rem;
  position: relative;
}
.layer2 .swiper-pagination{
    bottom:20px;
    left:0;
    width:2.756rem;
}
.layer2 .swiper-pagination-bullet{
    margin:0 5px;
}
.layer2 .layer2_left {
  height: 100%;
  width: 2.756rem;
  overflow: hidden;
}
.layer2 .layer2_left img {
  height: 100%;
  width: 100%;
    transform: scale(1);
  transition: all 0.6s;
}
.layer2 .layer2_left:hover img {
  transform: scale(1.2);
}
.layer2_right .layer2_right_title {
  font-size: 0.096rem;
  font-size:max(min(0.96rem,24px),18px);
  font-weight: 600;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.layer2_right {
  flex: 1;
  padding: 0.1rem 0.156rem 0 0.256rem;
  background-color: #fff;
}
.layer2_right_time {
  font-size: 0.064rem;
  font-weight: 400;
  color: #829db5;
  margin: 0.06rem 0;
}
.layer2_right_content {
  font-size: 0.064rem;
  font-size:max(min(0.064rem,16px),12px);
  font-weight: 400;
  color: #555555;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 0.15rem;
}
.layer2_right_btn {
  background: #0064d2;
  border-radius: 0.1rem;
  color: #ffffff !important;
  font-size: 0.056rem;
  font-size:max(0.056rem,12px);
  padding: 0.05rem 0.12rem;
}
.layer2_right_btn:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
}
.layer3 {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.layer3_item {
  width: 32%;
  height: 1.8rem;
  border-radius: 0.04rem;
  overflow: hidden;
  margin-right: 2%;
}
.layer3 :nth-child(3n){
  margin-right: 0;
}
.layer3_item_img {
  width: 100%;
  height: 0.924rem;
  overflow: hidden;
  border-radius: 5px;
}
.layer3_item_img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition:all 0.6s;
  object-fit: cover;
}
.layer3_item:hover img {
  transform: scale(1.2);
}
.layer3_item_title {
  font-size: 0.08rem;
  font-size:max(min(0.08rem,22px),18px);
  font-weight: 600;
  color: #222222;
  margin-top: 0.12rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.layer3_item_content {
  font-size: 0.064rem;
  font-size:max(0.064rem,12px);
  font-weight: 400;
  color: #555555;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  margin: 0.07rem 0;
}
.layer3_item_time {
  font-size: 0.064rem;
  color: #829db5;
  margin-top:0.05rem;
}

/* 行业动态 */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content_banner {
  width: 100%;
  height: 1.94rem;
  margin-top: 0.316rem;
  margin-bottom: 0.424rem;
}
.swiper-container {
  height: 1.94rem;
}
.content_banner .swiper-slide {
  position: relative;
}
.content_banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.content_banner_title {
  width: 2.212rem;
  font-size: 0.096rem;
  color: #ffffff;
  margin-top: 0.3rem;
  font-weight: 600;
}
.swiper-slide {
  text-align: left;
}
.content_banner_time {
  font-size: 0.064rem;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.05rem;
  margin-bottom: 0.06rem;
}
.content_banner_content {
  width: 2.264rem;
  font-size: 0.056rem;
  color: #ffffff;
  opacity: 0.7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 0.32rem;
}
.content_banner_more {
  font-size: 0.056rem;
  color: #fcfeff !important;
  padding: 0.045rem 0.1rem;
  border: 1px solid #ffffff;
  border-radius: 25px;
}
.swiper-pagination-bullet {
  background: #ffffff !important;
}
.search_btn {
  width: 0.248rem;
  height: 0.248rem;
  background: #0064d2;
  border-radius: 0.02rem;
  margin-left: 0 0.08rem;
  cursor: pointer;
  text-align: center;
  line-height: 0.248rem;
  color: #ffffff;
}
.search_btn:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
}
.layer2_list {
  display: flex;
  margin-top: 0.4rem;
  border-radius: 0.04rem;
    overflow: hidden;
}
.content_search_three:hover {
  cursor: pointer;
}
.layer2_list .layer2_list_img {
  width: 1.6rem;
  height: 0.924rem;
  border-radius: 8px;
}

.layer2_list .layer2_list_img .imgs {
  width: 100%;
  height: 100%;
}

.layer2_list .layer2_list_img .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layer2_list_content {
   position: relative;
  background: #fff;
  padding: 0.1rem;
  flex: 1;
}

.layer2_list .layer2_list_title {
  font-weight: 600;
  color: #333333;
  font-size: 0.088rem;
  font-size:max(0.088rem,16px);
  margin-bottom: 0.04rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}

.layer2_list .dept {
  background: #ecf4fe;
  border-radius: 0.02rem;
  color: #0064d2;
  font-size: 0.064rem;
  font-size: max(0.064rem,12px);
  padding: 0.028rem 0.08rem;
  margin: 0.076rem 0;
  display: inline-block;
}
.layer2_list .dept:hover {
  opacity: 0.8;
  transition: 0.2s;
  cursor: pointer;
}
.layer2_list .layer2_list_introduce {
  font-size: 0.064rem;
  color: #777777;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.understanding_cases {
  width: 0.76rem;
  height: 0.2rem;
  background: #0064d2;
  border-radius: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.056rem;
  font-size:max(0.056rem,12px);
  position: absolute;
  bottom: 0.05rem;
    left: 0.1rem;
}
.understanding_cases img{
  width: 0.064rem;
}
.understanding_cases .detail_understanding_cases {
  margin-right: 0.08rem;
  color: #ffffff;
}
.our_dynamics_list {
  display: none;
}
.our_dynamics_li{
    
}
@media only screen and (max-width: 1300px) {
    .layer2_right .layer2_right_title{
        font-size:max(min(0.064rem,18px),14px);
    }
    .layer2_list .layer2_list_title{
        font-size:max(min(0.056rem,16px),14px);
    }
    .layer3_item_title{
        font-size:max(min(0.056rem,16px),14px);
    }
}
@media only screen and (max-width: 1000px) {
    .layer2{
        height:auto;
    }
    .swiper-slide{
        display: block;
    }
    .layer2 .swiper-pagination{
        width:100%;
    }
  .layer1{
    padding: 0;
  }
  .content_search{
      justify-content: center;
  }
  .layer1 a ,
  .banner_content{
    font-size: 14px;
  }
  .layer2{
      height:auto;
      display: block;
  }
  
  .content{
    padding: 0.3rem 20px;
  }
  .content .content_search_input {
    width: 75%;
  }
  .layer2_list{
    justify-content: normal;
  }
  .layer2_list_content{
    width: 54%;
    margin-left: 0.1rem;
  }
  .understanding_cases{
    position: initial;
  }
  .layer2_list .layer2_list_img{
    height: auto;
  }

  layer2_right_content,
  layer2_right_time,
  .layer2_right .layer2_right_title,
  .content .content_search_input input {
    font-size: 14px;
  }
  .layer2_right .layer2_right_title{
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
  }
  .layer2_right_content{
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
  }

  .layer2 .layer2_left {
    width: 100%;
    height:auto;
  }
  .layer2 .layer2_left img{
    object-fit: cover;
    height:auto;
  }
  .layer2_right{
    padding:20px;
    box-sizing:border-box;
  }
  .layer2_list_content{
    padding: 0 0.1rem;
  }
  .layer3_item{
    width:100%;
    height:auto;
    margin-bottom:20px;
    margin-right:0;
  }
  .layer3_item_img{
      height:auto;
  }
  .content_banner_content{
    margin-bottom: 0.1rem;
  }
  search_btn{
    width: 0.3rem;
  }
  .understanding_cases,
  .layer2_list .layer2_list_introduce,
  .layer2_list .layer2_list_title,
  .layer2_right_content,
  .layer2_right_btn,
  .layer2_right_time,
  .layer3_item_time,
  .layer3_item_content,
  .layer3_item_title,
  .content_banner_more,
  .content_banner_content,
  .content_banner_time,
  .content_banner_title{
    font-size: 14px;
  }
  .layer2_right_btn{
    border-radius: 0.2rem;
  }
  .search_btn{
    width: 0.3rem;
  }
  .understanding_cases{
    width: 1.1rem;
    height:0.3rem;
    border-radius:0.15rem;
  }

}