@charset "UTF-8";
.lmTit{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0.34rem;
}
.lmTit h2{
  font-size: 0.26rem;
  line-height: 0.3rem;
  padding-bottom: 0.1rem;
  color: #123c86;
  position: relative;
}
.lmTit h2::before{
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #123c86;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lmTit a{
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.14rem;
  color: #999999;
  text-align: center;
  line-height: 0.38rem;
  border: 1px solid #123c86;
  box-sizing: border-box;
  padding: 0  0.2rem;
  border-radius: 0.2rem;
}
.lmTit a:hover{
  background: #123c86;
  color: #fff;
}
/* notice */
.notice ul li{
  float: left;
  width: 49.2%;
  margin-right: 1.6%;
  margin-bottom: 0.1rem;
}
.notice ul li:nth-of-type(2n){
  margin-right: 0;
}
.notice li a{
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #c2d1ed;
  box-sizing: border-box;
  padding: 0 0.12rem 0 0.4rem;
  font-size: 0.18rem;
  line-height: 0.6rem;
  color: #000;
  position: relative;
  z-index: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice li a::before{
  display: block;
  content: "";
  width: 8px;
  height: 2px;
  background: #123c86;
  position: absolute;
  left: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.notice li a::after{
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: #123c86;
  position: absolute;
  left: 50%;
  top: 0;
  transition: all .3s;
  z-index: -1;
}
.notice li a span.fr{
  display: block;
  font-size: 0.14rem;
  line-height: 0.6rem;
  color: #123c86;
  margin-left: 0.1rem;
}
.notice li a:hover::after{
  width: 100%;
  left: 0;
}
.notice li a:hover,.notice li a:hover span.fr{
  color: #fff;
}
.notice li a:hover::before{
  background: #fff;
}
/* 快速入口 */
.indexCon4{
  padding: 0.4rem 0 0.5rem;
}
.ksrk ul{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.ksrk ul li{
  position: relative;
}
.ksrk ul li a{
  display: block;
  width: auto;
  height: auto;
  padding-bottom: 0.45rem;
}
.ksrk ul li .icon{
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 100%;
  background: url(../images/ksrkBg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  margin: 0 auto;
}
.ksrk ul li .icon img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 0.74rem;
  max-height: 0.74rem;
}
.ksrk ul li .tit{
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: center;
  color: #123c86;
  white-space: nowrap;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 1.56rem;
  transform: translateX(-50%);
}
.ksrk ul li a:hover .tit{
  font-weight: bold;
}
.ksrk ul li a:hover .icon img{
  animation: bouns .6s infinite;
}
/* link */
.bg2{
  width: 100%;
  height: auto;
  background: url(../images/bg2.png) no-repeat center top;
  background-size: auto 80%;
}
.indexCon2{
  padding: 0.5rem 0 0.4rem;
}
.link{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.link li{
  width: 2.18rem;
  height: 1.78rem;
  background: #fff;
  box-shadow:  0 0.05rem 0.15rem 0 rgba(219,219,219,0.75);
}
.link li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 0.3rem;
}
.link li a p.icon{
  margin: 0 0 0.2rem;
  transition: all .8s;
}
.link li a p.icon img{
  display: block;
  width: auto;
  height: auto;
  max-width: 0.8rem;
  margin: 0 auto;
}
.link li a p.tit{
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #123c86;
  font-weight: bold;
  text-align: center;
}
.link li a .hx span{
  display: block;
  background: #123c86;
  position: absolute;
  transition: all .8s;
}
.link li a .hx span:nth-of-type(odd){
  width: 1px;
  height: 0.15rem;
}
.link li a .hx span:nth-of-type(even){
  width: 0.2rem;
  height: 1px;
}
.link li a .hx span:nth-of-type(1),.link li a .hx span:nth-of-type(2){
  top: 0;
  left: 0;
}
.link li a .hx span:nth-of-type(3),.link li a .hx span:nth-of-type(4){
  right: 0;
  bottom: 0;
}
.link li a:hover .hx span:nth-of-type(odd){
  height: 100%;
}
.link li a:hover .hx span:nth-of-type(even){
  width: 100%;
}
.link li a:hover p.icon img{
  animation: jello 1.6s linear;
}
/* 新闻动态 */
.indexCon1{
  padding: 0.2rem 0 0;
}
.new{
  position: relative;
}
.new .lmTit{
  width: 44.29%;
  position: absolute;
  height: auto;
  right: 0;
  top: 0;
  justify-content: space-between;
  z-index: 999;
}
.newBnner{
  width: 51.43%;
}
.newList{
  width: 44.29%;
  padding-top: 0.5rem;
}
.newList li{
  position: relative;
}
.newList li a{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.17rem;
  line-height: 0.3rem;
  color: #000000;
  padding: 0.07rem 0;
  border-bottom: 1px dashed #bfbfbf;
  position: relative;
}
.newList li a span.fr{
  font-size: 0.16rem;
  color: #999999;
  font-weight: normal;
}
.newList li:hover a{
  color: #123c86;
  font-weight: bold;
}
.newList li:hover a span.fr{
  color: #123c86;
}
.newList li::before{
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #123c86;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 9;
  transition: all .6s;
}
.newList li::after{
  display: none;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #123c86;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.newList li:hover::before{
  width: 100%;
}
.newList li:hover::after{
  display: block;
}
.newBnner li a{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.newBnner li a .img{
  padding: 4.1rem 0 0;
}
.newBnner li a .tit{
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, rgba(0,0,0,0.6)  20%,rgba(0,0,0,0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.2rem;
  padding-right: 1.1rem;
  box-sizing: border-box;
}
.newBnner li a .tit p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #fff;
}
.newBnner .slick-dots{
  display:flex;
  align-items:center;
  justify-content: flex-end;
  width: auto;
  right: 0.2rem;
  bottom: 0.2rem;
  height: 0.24rem;
}
.newBnner .slick-dots li{
  width:0.1rem;
  height:0.1rem;
  background: #fff;
  border-radius:100%;
  margin-left: 0.08rem;
}
.newBnner .slick-dots li:first-of-type{
  margin-left: 0;
}
.newBnner .slick-dots li.slick-active{
  background: #123c86;
}
@media screen and (min-width: 1921px) {
  .link li a p.icon img{
    min-width: 0.78rem;
  }
  .ksrk ul li .icon img{
    min-width: 0.55rem;
  }
}
@media screen and (max-width: 1024px) {
  .newBnner,.newList{
    width: 100%;
  }
  .new .lmTit{
    width: 100%;
    position: relative;
  }
  .newList{
    padding-top: 0;
  }
  .newBnner li a .img{
    padding: 56.25% 0 0;
  }
  .link{
    flex-wrap: wrap;
  }
  .link li{
    width: 30%;
    margin: 15px 0;
  }
  .indexCon2{
    padding: 55px 0 35px;
  }
  .lmTit{
    justify-content: space-between;
  }
  .notice ul li{
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .ksrk ul{
    flex-wrap: wrap;
  }
  .ksrk ul li{
    width: 30%;
    margin: 15px 0;
  }
  .indexCon4 .lmTit{
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .link li a p.tit{
    font-size: 0.18rem;
  }
  .link li{
    width: 32%;
  }
  .link li a p.icon img{
    max-height: 60px;
  }
  .link li{
    height: 140px;
  }
  .link li a{
    padding-top: 18px;
  }
  .ksrk ul li .icon{
    width: 120px;
    height: 120px;
  }
  .ksrk ul li .icon img{
    max-width: 0.64rem;
  }
  .ksrk ul{
    justify-content: space-between;
  }
  .ksrk ul li .tit{
    white-space: normal;
    width: 100%;
    top: 130px;
  }
}
@media screen and (max-width: 520px) {
  .ksrk ul li{
    width: 48%;
  }
  .ksrk ul li .tit{
    max-width: 80%;
  }
  .lmTit{
    margin-bottom: 20px;
  }
  .indexCon4{
    padding: 30px 0;
  }
  .lmTit a{
    line-height: 0.34rem;
    padding: 0 0.1rem;
  }
  .indexCon2{
    padding: 30px 0;
  }
  .link li{
    width: 48%;
    margin: 8px 0;
  }
  .bg2{
    background-size: auto 20%;
  }
  .indexCon1{
    padding: 20px 0 10px;
  }
  .newList li a{
    display: flex;
    flex-direction: column-reverse;
    white-space: normal;
    text-overflow: clip;
    padding: 15px 0;
  }
  .newList li a span.fr{
    font-size: 0.18rem;
    margin-top: 10px;
    line-height: 1;
  }
  .notice li a{
    display: flex;
    flex-direction: column-reverse;
    white-space: normal;
    text-overflow: clip;
    line-height: 0.3rem;
    padding: 10px 10px 10px 0.4rem;
  }
  .notice li a::before{
    top: 24px;
  }
  .notice li a span.fr{
    font-size: 0.18rem;
    margin-top: 10px;
    line-height: 1;
    margin-left: 0;
  }
  .newBnner li a .tit{
    padding: 10px 80px 10px 10px;
  }
  .newBnner li a .tit p{
    font-size: 17px;   
    white-space: normal;      
    text-overflow: clip;
  }
  .newBnner .slick-dots{
    right:10px;
    bottom:10px;
  }
}