html,
body {
  position: relative;
  background-color: #fff;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.dqwz {
  margin: 0 0 20px 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.dqwz img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}
.dqwz a,
.dqwz span {
  padding: 0 3px;
  vertical-align: middle;
}
.header {
  background: #fff;
}
.header .top .fl a,
.header .top .fr a {
  color: #454545;
  background-image: url(../images/yjtc_img_zz_jz_header_a_line.png);
}
.header .top .fr a:nth-of-type(3) {
  margin-left: 0;
}
.header .top .fr a img {
  margin-right: 2px;
  margin-top: -2px;
  vertical-align: middle;
}
.header .top .fr .search-bar {
  cursor: default;
  text-decoration: none;
}
.header .top .fr .search-bar .search-inp {
  display: none;
  padding: 0 5px;
  width: 100px;
  height: 24px;
  outline-style: none;
  box-sizing: border-box;
  border: 1px solid #666;
  cursor: default;
  border-radius: 5px;
  text-decoration: none;
}
.header .top .fr .search-bar .search-btn {
  cursor: pointer;
  text-decoration: none;
}
.header .top .fr .search-bar:hover {
  text-decoration: none;
}
.header .top .fr .search-bar:hover .search-inp {
  display: inline-block;
}
.header .zz-header-logo {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 55%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .zz-header-logo img {
  margin-right: 15px;
  height: 52px;
}
.header .zz-header-logo span,
.header .zz-header-logo a {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  color: #2760B7;
  letter-spacing: 1.75px;
}
.header .zz-nav {
  margin-top: 18px;
  margin-bottom: 30px;
  width: 41.5%;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.header .zz-nav .zz-nav-item {
  display: block;
  margin-left: 20px;
  min-width: 80px;
  width: calc((100% - 80px) / 4);
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1.35px;
  color: #2760b7;
  text-align: center;
  background: #ffffff;
  border-radius: 1px 10px 1px 10px;
  box-shadow: 0px 0px 8px 0px #cdd7f8;
}
.header .zz-nav .zz-nav-item:nth-child(2n+2) {
  border-radius: 10px 1px 10px 1px;
}
.header .zz-nav .zz-nav-item-active,
.header .zz-nav .zz-nav-item:hover {
  background-color: #2760B7;
  color: #fff;
}
.content-box .banner {
  padding-top: 95px;
  width: 100%;
  height: 580px;
  background: url(../images/yjtc_img_zz_jz_banner_bg.png) no-repeat;
  background-size: cover;
}
.content-box .banner .tit1 {
  display: block;
  margin-left: 70px;
  width: 340px;
}
.content-box .banner .tit2 {
  display: block;
  margin-top: 28px;
  margin-left: 210px;
  width: 340px;
}
.content-box .con-box {
  margin-top: -98px;
  margin-bottom: 40px;
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12.5px 2.25px rgba(0, 0, 0, 0.1);
}
.footer p,
.footer a {
  font-size: 15px;
}
.footer .jcxx .jcxx-l {
  width: calc(72% - 30px);
}
.footer .jcxx .jcxx-r {
  width: 28%;
}
@media screen and (min-width: 1921px) {
  .content-box .banner {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .content-box .banner {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .content-box .banner {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .header .zz-header-logo {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .header .zz-nav {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .content-box .banner {
    padding-top: 55px;
    width: 100%;
    height: 480px;
  }
  .content-box .banner .tit1 {
    display: block;
    margin-left: 70px;
    width: 300px;
  }
  .content-box .banner .tit2 {
    display: block;
    margin-top: 48px;
    margin-left: 180px;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .header .zz-header-logo {
    width: 90%;
  }
  .header .zz-header-logo img {
    margin-right: 10px;
    height: 35px;
  }
  .header .zz-header-logo span,
  .header .zz-header-logo a {
    font-size: 20px;
  }
  .header .zz-nav {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 90%;
  }
  .header .zz-nav .zz-nav-item {
    min-width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
  }
  .header .zz-nav .zz-nav-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .content-box .banner {
    padding-top: 35px;
    width: 100%;
    height: 300px;
  }
  .content-box .banner .tit1 {
    display: block;
    margin-left: 50px;
    width: 150px;
  }
  .content-box .banner .tit2 {
    display: block;
    margin-top: 20px;
    margin-left: 100px;
    width: 150px;
  }
  .content-box .con-box {
    margin-top: -128px;
    margin-bottom: 30px;
    padding: 15px;
  }
}
