@charset "utf-8";

/* index */
.Plate01 {
  width: 100%;
  background: url(../images/zfsj_bg.png) center center repeat;
  background-size: cover;
}
.zfsj_title {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zfsj_title img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 12%;
}

.shuju_e{
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.shuju_l{
  width: 12.5%;
}

.shuju_r{
  margin-left: 0rem;
}

.shuju_l ul{
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.shuju_l ul li{
  width: 80%;
  background: #f0f5f8;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  padding: 2.3rem 0 2.3rem 0;
  font-size: 1.2rem;
  color: #327db9;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.shuju_l ul li.on {
  color: #ffffff;
  background: #2587c1;
}

#area1, #area2, #area3, #area4, #area5{
  padding: 20px;
  background-color: #ffffff;
  border-radius: 1rem;
}

.chaxun{
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.chaxun ul li {
  width: 15.4%;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  text-align: center;
}

.chaxun ul li a {
  display: block;
  line-height: 5rem;
  background: linear-gradient(to bottom, #aed6ff, #64a0d9, #72b2f3);
  border-radius: 8px;
}

.chaxun ul li a div {
  width: 30px;
  margin-right: 10px;
}

.mid-simg a div {
  display: inline-block;
}

.mid-simg a div img {
  vertical-align: middle;
}

.icon img {
  transition: all 0.3s;
}

.mid-simg a span {
  font-size: 1.2rem;
  color: #ffffff;
  vertical-align: middle;
}

.chaxun ul{
  width: 64%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.chaxun ul li a div {
  width: 30px;
  margin-right: 10px;
}
/* 图标动效 ------------ */
.icon img {
  transition: all 0.3s;
}

.icon:hover img {
  animation: icon-yh 0.6s linear 1;
}

@keyframes icon-yh {
  0% {
    transform: rotateZ(0);
  }

  10% {
    transform: rotateZ(10deg);
  }

  20% {
    transform: rotateZ(0);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(0);
  }

  50% {
    transform: rotateZ(10deg);
  }

  60% {
    transform: rotateZ(0);
  }

  70% {
    transform: rotateZ(-10deg);
  }

  80% {
    transform: rotateZ(0);
  }

  90% {
    transform: rotateZ(10deg);
  }

  100% {
    transform: rotateZ(0);
  }
}

.Plate02{
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.sjxx{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.tjsj {
  width: 20%;
  margin-right: 1rem;
  margin-left: 1rem;
}

.slideTxtBox {
  position: relative;
  overflow: hidden;
}

.tjsj .slideTxtBox .hd ul {
  margin-bottom: 1.2rem;
}

.slideTxtBox .hd ul li.on {
  border-color: #245399;
  color: #245399;
  font-weight: 600;
}

.slideTxtBox .hd ul li:first-child {
  margin-left: 0;
}

.slideTxtBox .hd ul li {
  cursor: pointer;
  border-bottom: 2px solid transparent;
  position: relative;
  top: 1px;
  padding: 0 1rem 1.2rem 1rem;
  margin-left: 1rem;
  display: block;
  font-size: 1.6rem;
}

.slideTxtBox .hd ul li.on a {
  color: #245399;
  font-weight: 600;
}

.post-more {
  position: absolute;
  top: 0;
  right: 0;
  color: #888;
  font-size: 14px;
  line-height: 44px;
}

.post-more:hover {
  color: #245399;
}

.tjsj01 {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: left;
}


.tjsj .tjsj01-b {
  overflow: hidden;
}

.tjsj .tjsj01-b .i-list li {
  padding-left: 15px;
  background: url(../images/i-list-dot.png) no-repeat;
  background-position: 3px center;
  padding-right: 0;
}

.i-list li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}

.i-list li {
  position: relative;
  font-size: 1.2rem;
  line-height: 2.8rem;
  padding: 0 7rem 0 0.5rem;
}

.i-list li a:hover {
  color: #245399;
}

/* mobile */
@media screen and (max-width: 1680px) {
  .chaxun ul {
    width: 72%;
  }
  .tjsj{
    width: 22.5%;
  }
}
@media screen and (max-width: 1564px) { 
  .chaxun ul {
    width: 84%;
  }
  .tjsj{
    width: 25%;
  }
}

@media screen and (max-width: 1440px) {
  .chaxun ul {
    width: 92%;
  }
  .tjsj{
    width: 28.5%;
  }
}


@media screen and (max-width: 1366px) {
  .chaxun ul {
    width: 96%;
  }
}

@media screen and (max-width: 1236px) {

  .chaxun ul {
    width: 98%;
  }
}

@media screen and (max-width: 1160px) {
  .none{
    display: none;
   }
   .shuju_l {
    width: 98%;
    margin-bottom: 1rem;
  }
  .shuju_l ul li {
    width: 46%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.5rem 0 1.5rem 0;
  }
  .zfsj_title img {
    width: 25%;
}
.chaxun ul li {
  width: 23.4%;
}

.shuju_r {
  width: 93%;
}
#container-left1, #container-left2, #container-left3, #container-left4, #container-left5{
  width: 800px !important;
}
 
}

@media screen and (max-width: 1024px) {
  .zfsj_title img {
    width: 30%;
}
}

@media screen and (max-width: 921px) {
  .shuju_r {
    width: 93%;
  }
  #container-left1, #container-left2, #container-left3, #container-left4, #container-left5{
    width: 700px !important;
  }
  .zfsj_title img {
    width: 45%;
}
.chaxun ul li {
  width: 30.4%;
}

}

@media screen and (max-width: 738px) {
  .shuju_l {
    width: 100%;
  }
  .shuju_l ul li {
    width: 45%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .zfsj_title img {
    width: 50%;
}
  #container-left1, #container-left2, #container-left3, #container-left4, #container-left5{
    width: 600px !important;
  }
  .tjsj {
    width: 90%;
  }
}
@media screen and (max-width: 621px) {
  #container-left1, #container-left2, #container-left3, #container-left4, #container-left5{
    width: 500px !important;
  }
}
@media screen and (max-width:564px){
.chaxun ul li {
    width: 45.4%;
}
}
@media screen and (max-width: 485px) {
  .shuju_l ul li {
    width: 43%;
}
#container-left1, #container-left2, #container-left3, #container-left4, #container-left5{
  width: 300px !important;
}
}

@media screen and (max-width: 423px) {
  
}



