h1, .h1, h2, .h2, h3, .h3{
  margin: 0;
}


.banner, .introduce{
/*   position: relative; */
  /*background: url(../images/banner.jpg) top center no-repeat;*/
  /* background-size:cover; */
    height:6rem;
    display: flex;
    justify-content: center; /* 水平居中 */
}
.introduce{
/*   position: relative;
  background: url(../images/banner.jpg) top center no-repeat;
  background-size:cover; */
}
.banner img:nth-child(2){
  display: none;
}
.banner img:nth-child(1){
  display: block;
  height:100%;
}

.banner .w1200{
  position: absolute;
    height: 6rem;
    top: 50%;
    left: 10%;
}
.introduce .w1200{
  position: relative;
    height: 6rem;
  
}
.banner .w1200 .banner_con{
      position: absolute;
    /* top: 68%; */
    transform: translateY(-50%);
    left: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.82);
    padding: 0.07rem 0.2rem 0.19rem;
    border-bottom: 5px solid #0c3352;
    width: 5rem;
    box-shadow: 0 4px 10px #0d0408;
    box-shadow: 0 4px 10px rgba(12, 4, 8, 0.4);
    height: 50%;
}
.introduce .w1200 .introduce_art{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.82);
    padding: 0.07rem 0.2rem 0.19rem;
    border-bottom: 5px solid #0c3352;
    width: 5.25rem;
    box-shadow: 0 4px 10px #0d0408;
    box-shadow: 0 4px 10px rgba(12, 4, 8, 0.4);
    height: 43%;
  }

.banner .w1200 .banner_con:after, .introduce .w1200 .introduce_art:after{
  content: "";
  position: absolute;
  bottom: -5px;
  height: 5px;
  background-color: #fd5f19;
  z-index: 2;
  left: 0;
  width: 22%;
}
.banner .w1200 .banner_con h3{
  padding: 12px 0;
  border-bottom: 1px solid #dde7f0;
}
.banner .w1200 .banner_con h3 img{
  display: block;
}
.banner .w1200 .banner_con h4{
    font-size: .3rem;
    line-height: 1.5;
    color: #1c3368;
    padding: .28rem 0 .1rem 0;
    font-weight: bold;
    text-align: center;
}
.banner .w1200 .banner_con h4 p{
    text-align: left;
    margin-left: 10%;
    margin-top: 5%;
}
.banner .w1200 .banner_con h4 p:last-child{
  margin-top: 1%;
}
.banner .w1200 .banner_con a{
    display: block;
    margin-left: auto;
    width: 1.8rem;
    line-height: .5rem;
    text-align: center;
    border: 1px solid #1c3368;
    font-size: .18rem;
    color: #002949;
    border-radius: 6px;
    margin-top: 4%;
}





.section .dynamic{
  background-color: #1c3368;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .65rem;
}
.section .dynamic h3{
  font-size: .18rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid #305e84;
  margin-bottom: .27rem;
}
.section .dynamic ul li{
  width: 30%;
  margin-left: 5%;
  float: left;
}
.section .dynamic ul li:first-child{
  margin-left: 0;
}
.section .dynamic ul li .news_t .news_lei{
  padding: 4px 7px;
  font-size: 12px;
  line-height: 1;
  background-color: #1f5784;
  border-radius: 10px;
  margin-right: 8px;
}
.section .dynamic ul li .news_t .time{
  font-size: 14px;
  line-height: 20px;
}
.section .dynamic ul li h4{
  font-size: .2rem;
  line-height: .3rem;
  color: #fe7437;
  margin-bottom: .2rem;
  min-height: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4%;
}
.section .dynamic ul li .art,.section .dynamic ul li .art span{
  font-size: 14px;
  /*line-height: 1.7;*/
  line-height: .24rem;
  margin-bottom: 20px;
  min-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;

}
.section .dynamic ul li .news_b{
  text-align: right;
}
.section .dynamic ul li a.more{
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  display: inline-block;
}
.section .dynamic ul li a.more i{
  display: inline-block;
  /*width: 5px;
  height: 12px;*/
  vertical-align: middle;
  /*background: url(../images/more_r.png) no-repeat;*/
  margin-left: 10px;
  transition: all .3s;
  margin-top: -1px;
}
.section .dynamic ul li a.more:hover i{
  transform: translateX(-5px);
  -ms-transform: translateX(-5px);
}





.introduce{
  background-image: url(../images/introduce.jpg);
}
.introduce .w1200{
  height: 6rem;
}
.introduce .w1200 .introduce_art{
  padding: .7rem .5rem;
  font-size: .2rem;
  line-height: .2rem;
  line-height: 1.5;
}






.brand{
  padding: .5rem 0;
}
.brand h3{
  font-size: .18rem;
  color: #1c3368;
  padding-bottom: .27rem;
  border-bottom: 1px solid #305e84;
  margin-bottom: .14rem;
}
.brand ul li{
  width: 48%;
  margin-left: 4%;
  float: left;
  box-shadow: 0 4px 10px #0d0408;
  box-shadow: 0 4px 10px rgba(12, 4, 8, 0.4);
  position: relative;
}
.brand ul li:first-child{
  margin-left: 0;
}
.brand ul li .brand_l{
  float: left;
  width: 50%;
  padding: .17rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.brand ul li .brand_t{
  margin-bottom: .2rem;
  height: .24rem;
    margin-top:.1rem;
}
.brand ul li .brand_t img{
  height: 100%;
}
.brand ul li h4{
  font-size: .15rem;
  color: #1c3368;
  line-height: 1.5;
  margin-bottom: .17rem;
    font-weight: bolder;
}
.brand ul li .art{
  font-size: 14px;
  line-height: .21rem;
  color: #000;
/*  text-align: justify;*/text-justify:inter-ideograph;
  /*font-size: .18rem; line-height: .24rem;*/ /*height: 1.05rem;*/ overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}
.brand ul li .brand_r{
  float: right;
  width: 50%;
}
.brand ul li .brand_r img{
  width: 100%;
}
.brand ul li a.more{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.05rem;
  height: .38rem;
  background-color: #fff;
  line-height: .38rem;
  margin-left: -.525rem;
  text-align: center;
  color: #000;
}
.brand ul li a.more i{
  display: inline-block;
  /*width: 6px;*/
  /*height: .12rem;*/
  vertical-align: middle;
  /*background: url(../images/more_r_b.png) no-repeat;*/
  margin-left: .1rem;
  transition: all .3s;
  margin-top: -1px;
}

/*qmm修改*/
body{overflow-x: hidden;}
ul, ol,.introduce .w1200 .introduce_art p{margin: 0px;}
.qmmFit{object-fit: cover;}
.navbar-right{margin-top: .1rem !important;}