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%;
}
.header .zz-header-logo img {
  height: 52px;
  margin-right: 15px;
  vertical-align: middle;
}
.header .zz-header-logo span,
.header .zz-header-logo a {
  font-size: 35px;
  color: #2760B7;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
}
.header .zz-nav {
  width: 41.5%;
  height: 40px;
  margin: 18px 0 30px 0;
  line-height: 40px;
}
.header .zz-nav .zz-nav-item {
  min-width: 80px;
  width: calc((100% - 80px) / 4);
  margin-left: 20px;
  float: left;
  font-size: 18px;
  color: #2760b7;
  font-weight: 700;
  text-align: center;
  display: block;
  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 {
  max-width: 90%;
  margin-left: 70px;
  display: block;
}
.content-box .banner .tit2 {
  max-width: 90%;
  margin-top: 28px;
  margin-left: 210px;
  display: block;
}
.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 {
    width: auto;
    float: none;
    margin: 20px auto 40px auto;
    text-align: center;
  }
  .header .zz-header-logo img {
    margin-bottom: 10px;
  }
  .header .zz-header-logo img,
  .header .zz-header-logo a,
  .header .zz-header-logo span {
    display: inline-block;
  }
  .header .zz-nav {
    width: 90%;
    height: 50px;
    margin: 0 auto 25px auto;
    float: none;
    line-height: 50px;
    border-radius: 5px;
  }
  .header .zz-nav .zz-nav-item {
    width: calc((100% - 60px) / 4);
  }
  .header .zz-nav .zz-nav-item:nth-of-type(1) {
    margin-left: 0;
  }
  .header .zz-nav .zz-nav-item:nth-of-type(1),
  .header .zz-nav .zz-nav-item:nth-of-type(2),
  .header .zz-nav .zz-nav-item:nth-of-type(3),
  .header .zz-nav .zz-nav-item:nth-of-type(4) {
    border-radius: 5px;
  }
  .content-box .banner {
    width: 100%;
    height: 600px;
    padding-top: 80px;
  }
  .content-box .banner .tit1 {
    max-width: 70%;
    width: auto;
  }
  .content-box .banner .tit2 {
    max-width: 70%;
    width: auto;
    margin-top: 30px;
    margin-left: 180px;
  }
}
@media screen and (max-width: 768px) {
  .header .zz-header-logo {
    margin: 20px auto 30px auto;
  }
  .header .zz-header-logo span,
  .header .zz-header-logo a {
    font-size: 22px;
  }
  .header .zz-nav {
    height: 85px;
    margin: 0 auto 10px auto;
    line-height: normal;
  }
  .header .zz-nav .zz-nav-item {
    width: calc((100% - 15px) / 2);
    min-width: auto;
    margin: 0 15px 15px 0;
    font-size: 17px;
    line-height: 35px;
  }
  .header .zz-nav .zz-nav-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .content-box .banner {
    width: 100%;
    height: 500px;
    padding-top: 50px;
  }
  .content-box .banner .tit1 {
    max-width: 60%;
    margin-left: 30px;
  }
  .content-box .banner .tit2 {
    max-width: 60%;
    margin-top: 20px;
    margin-left: 100px;
  }
  .content-box .con-box {
    margin-top: -128px;
    margin-bottom: 30px;
    padding: 15px;
  }
}
