.container {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.zysz-sec {
  width: 100%;
  padding: 12px 0;
  background: #f3f3f3;
}
/*banner*/
.zysz-banner {
  position: relative;
  max-width: 1920px;
  padding-top: 455px;
  margin: 0 auto;
  overflow: hidden;
}
.zysz-banner .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 1920px;
}
.navs-tab {
  width: 100%;
  height: auto;
  margin: 0 auto 4px auto;
  padding: 0px 0;
}
.navs-tab .navs-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navs-tab .navs-wrap a {
  width: 50%;
  height: 76px;
  background: #f8f8f8;
  line-height: 64px;
  font-size: 24px;
  position: relative;
  padding: 17px 0 0 166px;
  color: #333;
  margin-right: 0px;
  cursor: pointer;
  display: block;
}
.navs-tab .navs-wrap a h4 {
  font-size: 19px;
  line-height: initial;
  font-weight: normal;
  color: #131212;
}
.navs-tab .navs-wrap a p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: initial;
  color: #030303;
  padding-top: 2px;
}
.navs-tab .navs-wrap a img {
  position: absolute;
  top: 16px;
  left: 90px;
  width: auto;
}
.navs-tab .navs-wrap a .tb1 {
  opacity: 1;
}
.navs-tab .navs-wrap a .tb2 {
  opacity: 0;
}
.navs-tab .navs-wrap .on {
  background: #cea873;
  color: #fff;
}
.navs-tab .navs-wrap .on .tb1 {
  opacity: 0;
}
.navs-tab .navs-wrap .on .tb2 {
  opacity: 1;
}
.navs-tab .navs-wrap .on h4 {
  color: #fff;
}
.navs-tab .navs-wrap .on p {
  color: #fff;
}
.navs-tab .navs-wrap a:first-child {
  padding-left: 172px;
}
.navs-tab .navs-wrap a:last-child {
  margin-right: 0;
}
.navs-tab .navs-wrap a:last-child img {
  width: 47px;
}
.zy-sec.xlzy {
  padding: 42px 0 7px 0;
}
.zy-sec.cyzy {
  margin-top: 0px;
  padding: 32px 0;
}
.zy-tit {
  width: 100%;
  height: 84px;
  margin: 0 auto 40px auto;
  position: relative;
}
.zy-tit .tit_s {
  margin-bottom: 8px;
}
.zy-tit .tit_s h2 {
  font-size: 32px;
  font-weight: bold;
  color: #d66c08;
}
.zy-tit .tit_b p {
  font-size: 20px;
  color: #2d2d2d;
}
.zy-tit .tit_s:after,
.zy-tit .tit_b:after {
  content: none;
}
.zy-tit:before {
  content: "";
  position: absolute;
  width: 143px;
  height: 38px;
  background: url(/images_2020/zysz/tit_l.png) no-repeat;
  left: 254px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zy-tit:after {
  content: "";
  position: absolute;
  width: 144px;
  height: 38px;
  background: url(/images_2020/zysz/tit_r.png) no-repeat;
  right: 254px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zy-con {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.zy-con .zy-item {
  width: 364px;
  position: relative;
  margin-bottom: 35px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px 2px #ddd;
          box-shadow: 0 3px 10px 2px #ddd;
  background: #fff;
  padding: 8px 0 19px;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.zy-con .zy-item a {
  display: block;
}
.zy-con .zy-item a h3 {
  font-size: 24px;
  color: #030303;
  line-height: 36px;
  text-align: left;
  padding-left: 15px;
  padding-top: 5px;
}
.zy-con .zy-item a span {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #cea873;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 23px;
  right: 18px;
  top: 28px;
}
.zy-con .zy-item a .zy_xz {
  text-align: left;
  color: #2d2d2d;
  padding-left: 15px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.zy-con .zy-item .des {
  width: 320px;
  margin: 10px auto 0;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  height: 72px;
  overflow: hidden;
}
.zy-con .zy-item .btn {
  width: 320px;
  margin: 0px auto 10px;
}
.zy-con .zy-item .btn a {
  float: left;
  width: 48%;
  margin-right: 4%;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  border-radius: 8px;
  border: 1px solid #d66c08;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  color: #d66c08;
}
.zy-con .zy-item .btn a:last-child {
  background: #d66c08;
  color: #fff;
  margin-right: 0;
}
.zy-con .zy-item:hover {
  top: -4px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.zy-con:after {
  display: block;
  content: "";
  width: 364px;
}
/* .btn{width: 284px; height: 50px; line-height: 20px; padding: 15px 30px; background: #cc7833; color: #fff; margin: 42px auto 0; font-size: 18px; border-radius: 3px; text-align: center;} */
.zy-thumb{position:relative;overflow:hidden}
.zy-tips{position:absolute;color:#fff;top: 4%;left: -44%;width:100%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);font-size:14px;line-height:26px;text-align:center;}
.rdcl{color:#db262c}
.rdbg{background:#db262c}
.bold{font-weight:700}
.grbg{background:#019334}
.ppbg{background:#b50184}
.orbg{background:#f07e01}
.graybg{background:#f4f4f4}
.wtcl{color:#fff}
.wtbg{background:#fff}