@charset "utf-8";
img{
  max-width:100%;
}
.container {
  margin-top: 0;
  padding: 30px 0 50px 0;
  background: transparent;
}
body {
  font-family: "Microsoft YaHei";
}
.main {
  background: url("/jtt/xhtml/ztzl/wdzt/images/wdxd_bg.png") no-repeat center top;
  background-size: 100% 100%;
}
.elli-s {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.wdzc-header {
  background: url(/jtt/xhtml/ztzl/wdzt/images/wdzd_header_bg.png) center center no-repeat;
  height: 350px;
  padding-top: 20px;
  background-size: 100% auto;
}

.wdzc-header .logo {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 10px 16px;
  background: #fff;
  border-radius: 10px;
  height: 70px;
}

.wdzc-header .logo img {
  height: 100%;
}


.wdzc-header .header-title {
  font-size: 6.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 8rem;
  text-align: center;
  margin-top: 20px;
}

/* -------------------------------- */
.container-top {
  height: 538px;
  width: 100%;
  background: url("/jtt/xhtml/ztzl/wdzt/images/wdmb_bg1.png") no-repeat;
}
.targets {
  width: 100%;
  padding: 30px;
}
.targets ul {
  display: flex;
  flex-wrap: wrap;
}
.targets ul li + li {
  margin-left: 60px;
}
.items {
  position: relative;
  width: 180px;
  height: 196px;
  background-image: url("/jtt/xhtml/ztzl/wdzt/images/wdmb_mb2.png");
}
.items:hover {
  background-image: url("/jtt/xhtml/ztzl/wdzt/images/wdmb_mb1.png");
}
.items .irons {
  position: absolute;
}
.items .imgs {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}

.targets ul li span {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.contents {
  display: inline-block;
  padding-left: 5%;
  padding-top: 3%;
  width: 70%;
  font-size: 30px;
  color: #1671c7;
}
.texts > div {
  display: none;
  text-indent: 2em;
}
.texts > div.active {
  display: block;
}
/* ------------- */
.banner {
  margin-top: 35px;
  height: 63px;
  border: none;
  background: transparent;
}
/* --------------- */
.container-bottom {
  margin: 40px auto 0;
  width: 90%;
}
.container-bottom .lists {
  display: flex;
  height: 50px;
  padding-top: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.container-bottom .lists img {
  padding-right: 10px;
  padding-top: 10px;
  width: 23px;
  height: 23px;
}
.container-bottom .lists a {
  font-size: 25px;
}
.sidebar, .sidebar-line {
    display: none !important;
}
footer *{
  box-sizing:border-box;
}
    /*隐藏侧边信息*/
.sidebar, .sidebar-line {    
display: none !important;
}
footer *{  
box-sizing:border-box;
}
/* ----------------------------- */
@media screen and (max-width: 1200px) {
  .container {
    padding: 10px 0 20px 0;
    background: transparent;
  }
.wdzc-header {
    height: 179px;
    padding-top: 10px;
  }

  .wdzc-header .header-title {
    margin-top: 15px;
  }

  .logo img {
    max-width: none;
  }

  .wdzc-header .logo {
    width: auto;
    height: 30px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 0;
  }

  .wdzc-header .header-title {
    font-size: 18px;
  }
  /* -------------------------------- */
  .container-top {
    padding-bottom: 90px;
    height: auto;
    width: 100%;
    background: url("/jtt/xhtml/ztzl/wdzt/images/wdmb_bg1.png") right bottom no-repeat;
background-size:100% 100%;
  }
  .targets {
    padding: 20px 0 20px 0;
  }
  .targets ul {
    display: flex;
    flex-wrap: wrap;
    width: 340px;
    gap: 10px;
  }
  .targets ul li {
    width: 30%;
  }
  .targets ul li + li {
    margin-left: 0;
  }
  .items {
    margin-left: 20px;
    width: 90px;
    height: 98px;
    background-size: 100% 100%;
  }
  .items .irons img {
    width: 30px;
  }
  .items .imgs img {
    width: 30px;
  }
  .items .imgs {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }
  .targets ul li span {
    width: 50px;
    left: 50%;
    top: 60%;
    font-size: 16px;
  }
  .texts > div {
    display: none;
    font-size: 16px;
  }
  .texts > div.active {
    display: block;
    width: 300px;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  /* ------------- */
  .banner {
    margin-top: 20px;
    height: auto;
  }
  .banner img {
    width: 100%;
    height: 35px;
    text-align: center;
    object-fit: cover;
  }
  /* --------------- */
  .container-bottom {
    margin: 10px 0;
    width: 100%;
  }
  .container-bottom .lists {
    display: flex;
    height: 20px;
    padding: 10px 20px 0 20px;
    border-bottom: 1px solid #f0f0f0;
  }
  .container-bottom .lists img {
    padding-right: 5px;
    padding-top: 2px;
    width: 15px;
    height: 15px;
  }
  .container-bottom .lists a {
    font-size: 16px;
  }
  .wdzc-header{
    background-size: 100% 100%;
  }
}
