* {
  margin: 0;
  padding: 0;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
a:hover {
  text-decoration: none;
}
i,
b {
  font-style: normal;
}
html {
  font-size: 10vw;
}
.zwgkIndex {
  padding-bottom: 1.46666667rem;
  box-sizing: border-box;
}
.zwgkIndex img {
  width: 100%;
  height: 100%;
}
.zwgkIndex * {
  box-sizing: border-box;
}
.zwgkIndex a {
  color: #333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 0.4rem;
}
.zwgkIndex .wgkBox {
  margin: 0.66666667rem auto 0;
  padding: 0 0.25333333rem;
}
.zwgkIndex .wgkBox .con {
  display: flex;
  flex-wrap: wrap;
}
.zwgkIndex .wgkBox .con > li {
  width: 2.98666667rem;
  height: 1.78666667rem;
  background: linear-gradient(to bottom, #fbe6df, #fbe2da);
  position: relative;
  margin-right: 0.26666667rem;
  margin-bottom: 0.61333333rem;
}
.zwgkIndex .wgkBox .con > li:nth-child(2) {
  background: #ddddfc;
}
.zwgkIndex .wgkBox .con > li:nth-child(2) > a h3 {
  color: #5c58f7;
}
.zwgkIndex .wgkBox .con > li:nth-child(3) {
  background: #fcedd8;
  margin-right: 0;
}
.zwgkIndex .wgkBox .con > li:nth-child(3) > a h3 {
  color: #f58b23;
}
.zwgkIndex .wgkBox .con > li:nth-child(3) .subMenu {
  left: -1.50666667rem;
}
.zwgkIndex .wgkBox .con > li:nth-child(3) .subMenu::before {
  left: auto;
  right: 1.77333333rem;
}
.zwgkIndex .wgkBox .con > li:nth-child(4) {
  background: linear-gradient(to bottom, #fbe6e0, #fbe2da);
  margin-left: 1.54666667rem;
}
.zwgkIndex .wgkBox .con > li:nth-child(4) > a h3 {
  color: #ec714d;
}
.zwgkIndex .wgkBox .con > li:last-child {
  margin-right: 0;
  background: linear-gradient(to bottom, #e8ddfd, #e1dcfc);
}
.zwgkIndex .wgkBox .con > li:last-child > a h3 {
  color: #7f55f4;
}
.zwgkIndex .wgkBox .con > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.21333333rem 0 0 0.26666667rem;
  overflow: hidden;
}
.zwgkIndex .wgkBox .con > li > a h3 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #ec6c48;
  float: left;
}
.zwgkIndex .wgkBox .con > li > a .arrow {
  width: 0.14666667rem;
  height: 0.09333333rem;
  float: left;
  background: url(../images/zwgk/wgk_arrow.png) center center no-repeat;
  background-size: 100% 100%;
  margin: 0.24rem 0 0 0.14666667rem;
}
.zwgkIndex .wgkBox .con > li > a img {
  width: 1.94666667rem;
  height: 1.77333333rem;
  position: absolute;
  right: -0.33333333rem;
  bottom: -0.33333333rem;
}
.zwgkIndex .wgkBox .con > li .subMenu {
  position: absolute;
  width: 4.49333333rem;
  box-shadow: 0px 0.05333333rem 0.26666667rem 0.01333333rem rgba(34, 34, 34, 0.17);
  padding: 0.49333333rem;
  background: #fff;
  top: 0.90666667rem;
  left: 0.25333333rem;
  z-index: 9;
  border-radius: 0.10666667rem;
  transition: all .5s ease;
  transform: scale(0);
  transform-origin: left top;
}
.zwgkIndex .wgkBox .con > li .subMenu::before {
  content: '';
  position: absolute;
  border-right: 0.15333333rem solid transparent;
  border-left: 0.15333333rem solid transparent;
  border-bottom: 0.17333333rem solid #ffffff;
  top: -0.13333333rem;
  left: 0.46666667rem;
}
.zwgkIndex .wgkBox .con > li .subMenu li {
  margin-bottom: 0.53333333rem;
}
.zwgkIndex .wgkBox .con > li .subMenu li:last-child {
  margin-bottom: 0;
}
.zwgkIndex .wgkBox .con > li .subMenu li a {
  font-size: 0.37333333rem;
  color: #333333;
}
.zwgkIndex .wgkBox .con > li:hover .subMenu {
  transform: scale(1);
}
.zwgkIndex .infoLine {
  margin: 0.57333333rem auto 0;
  width: 9.46666667rem;
}
.zwgkIndex .infoLine .hedNav {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01333333rem solid #dbdbdb;
}
.zwgkIndex .infoLine .hedNav ul {
  display: flex;
}
.zwgkIndex .infoLine .hedNav ul li {
  font-size: 0.48rem;
  font-weight: bold;
  color: #242424;
  line-height: 1;
  padding: 0 0.2rem 0.30666667rem;
  position: relative;
  margin-right: 0.4rem;
}
.zwgkIndex .infoLine .hedNav ul li::after {
  content: '';
  width: 0;
  position: absolute;
  height: 0.04rem;
  background: #c50c0c;
  border-radius: 0.02666667rem;
  bottom: -0.01333333rem;
  left: 0;
  transition: all .5s ease;
}
.zwgkIndex .infoLine .hedNav ul li.on {
  color: #c50c0c;
}
.zwgkIndex .infoLine .hedNav ul li.on::after {
  width: 100%;
}
.zwgkIndex .infoLine .hedNav a {
  font-size: 0.34666667rem;
  color: #adadad;
  margin-top: 0.06666667rem;
  display: block;
}
.zwgkIndex .infoLine .info-swiper {
  margin-top: 0.56rem;
}
.zwgkIndex .infoLine .info-swiper .swiper-slide ul li {
  margin-bottom: 0.77333333rem;
}
.zwgkIndex .infoLine .info-swiper .swiper-slide ul li .tit {
  line-height: 1.5;
}
.zwgkIndex .infoLine .info-swiper .swiper-slide ul li .tit a {
  font-size: 0.4rem;
}
.zwgkIndex .infoLine .info-swiper .swiper-slide ul li .date {
  text-align: right;
  margin-top: 0.16rem;
  display: block;
  color: #6e6e6e;
  font-size: 0.37333333rem;
}
.zwgkIndex .infoLine .info-swiper .swiper-slide ul li:last-child {
  margin-bottom: 0;
}
.zwgkIndex .zfxxgk {
  width: 9.46666667rem;
  margin: 0.86666667rem auto 0;
  background: #f6f6f6;
  padding: 0.46666667rem 0.48rem;
}
.zwgkIndex .zfxxgk h3 {
  font-size: 0.48rem;
  color: #ab1515;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.zwgkIndex .zfxxgk ul {
  padding-top: 0.14666667rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zwgkIndex .zfxxgk ul li {
  width: 3.97333333rem;
  height: 0.88rem;
  background: #ffffff;
  border-radius: 0.04rem;
  margin-top: 0.45333333rem;
}
.zwgkIndex .zfxxgk ul li a {
  padding: 0 0.10666667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.88rem;
  text-align: center;
  font-size: 0.37333333rem;
  color: #3a3a3a;
}
.zwgkIndex .zcLine {
  width: 9.46666667rem;
  margin: 0.86666667rem auto 0;
}
.zwgkIndex .zcLine .hedNav {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01333333rem solid #dbdbdb;
  position: relative;
}
.zwgkIndex .zcLine .hedNav::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1.06666667rem;
  left: 7.06666667rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.zwgkIndex .zcLine .hedNav ul {
  display: flex;
  width: 8.13333333rem;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.zwgkIndex .zcLine .hedNav ul::-webkit-scrollbar {
  display: none;
}
.zwgkIndex .zcLine .hedNav ul li {
  font-size: 0.48rem;
  font-weight: bold;
  color: #242424;
  line-height: 1;
  padding: 0 0.2rem 0.30666667rem;
  position: relative;
  margin-right: 0.4rem;
  white-space: nowrap;
}
.zwgkIndex .zcLine .hedNav ul li::after {
  content: '';
  width: 0;
  position: absolute;
  height: 0.04rem;
  background: #c50c0c;
  border-radius: 0.02666667rem;
  bottom: -0.01333333rem;
  left: 0;
  transition: all .5s ease;
}
.zwgkIndex .zcLine .hedNav ul li.on {
  color: #c50c0c;
}
.zwgkIndex .zcLine .hedNav ul li.on::after {
  width: 100%;
}
.zwgkIndex .zcLine .hedNav a {
  font-size: 0.34666667rem;
  color: #adadad;
  flex: none;
  display: block;
  margin-top: 0.06666667rem;
}
.zwgkIndex .zcLine .zc-swiper {
  margin-top: 0.53333333rem;
}
.zwgkIndex .zcLine .zc-swiper .swiper-slide ul li {
  margin-bottom: 0.77333333rem;
}
.zwgkIndex .zcLine .zc-swiper .swiper-slide ul li .tit {
  line-height: 1.5;
  text-align: justify;
}
.zwgkIndex .zcLine .zc-swiper .swiper-slide ul li .tit a {
  font-size: 0.4rem;
}
.zwgkIndex .zcLine .zc-swiper .swiper-slide ul li .date {
  text-align: right;
  margin-top: 0.16rem;
  display: block;
  color: #6e6e6e;
  font-size: 0.37333333rem;
}
.zwgkIndex .zcLine .zc-swiper .swiper-slide ul li:last-child {
  margin-bottom: 0;
}
.zwgkIndex .zcLine .zc-swiper .swiper-slide .yjzjList li .jxz {
  width: 1.52rem;
  height: 0.52rem;
  font-size: 0.37333333rem;
  float: left;
  border-radius: 0.04rem;
  border: 0.01333333rem solid #adadad;
  color: #c50c0c;
  line-height: 0.52rem;
  text-align: center;
  margin: 0.04rem 0.13333333rem 0 0;
}
.zwgkIndex .zcLine .zc-swiper .swiper-slide .yjzjList li .yjs {
  width: 1.52rem;
  height: 0.52rem;
  font-size: 0.37333333rem;
  float: left;
  border-radius: 0.04rem;
  border: 0.01333333rem solid #adadad;
  color: #adadad;
  line-height: 0.52rem;
  text-align: center;
  margin: 0.04rem 0.13333333rem 0 0;
}
.zwgkIndex .zcLine .zc-swiper .swiper-slide .yjzjList li .tit::before {
  content: '';
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #242424;
  margin: -0.06666667rem 0.13333333rem 0;
  vertical-align: middle;
}
.zwgkIndex .zcLine .right {
  background: #f6f6f6;
  padding: 0.49333333rem 0.49333333rem 0.56rem;
  margin-top: 0.88rem;
}
.zwgkIndex .zcLine .right .wyzzc {
  background: #fff;
  padding: 0.6rem 0.4rem 0;
}
.zwgkIndex .zcLine .right .wyzzc h3 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #ab1515;
  text-align: center;
}
.zwgkIndex .zcLine .right .wyzzc .zzcNav {
  padding: 0.65333333rem 0.74666667rem 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.4rem;
  color: #6e6e6e;
}
.zwgkIndex .zcLine .right .wyzzc .zzcNav li {
  padding: 0 0.42666667rem;
  position: relative;
}
.zwgkIndex .zcLine .right .wyzzc .zzcNav li::after {
  content: '';
  position: absolute;
  bottom: -0.10666667rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.01333333rem;
  background: #ab1515;
  transition: all .5s ease;
}
.zwgkIndex .zcLine .right .wyzzc .zzcNav li.on {
  color: #ab1515;
  font-weight: bold;
}
.zwgkIndex .zcLine .right .wyzzc .zzcNav li.on::after {
  width: 100%;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper {
  margin-top: 0.6rem;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide {
  padding-bottom: 1.21333333rem;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .textbox {
  height: 1.2rem;
  border-radius: 0.13333333rem;
  border: solid 0.01333333rem #acacac;
  margin-bottom: 0.61333333rem;
  background: #fff;
  position: relative;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .textbox .input {
  padding: 0 1.05333333rem 0 0.48rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.37333333rem;
  cursor: pointer;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .textbox .input .tit {
  color: #dbdbdb;
  float: left;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .textbox .input .con {
  float: right;
  color: #0a0a0a;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .textbox .input::after {
  content: '';
  position: absolute;
  width: 0.30666667rem;
  height: 0.17333333rem;
  background: url(../images/zwgk/arrow.png) center center no-repeat;
  background-size: 100% 100%;
  right: 0.50666667rem;
  top: 50%;
  margin-top: -0.08666667rem;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .textbox .on::after {
  transform: rotate(180deg);
  top: 0.56rem;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .textbox ul {
  display: none;
  border: 0.01333333rem solid #d2d2d2;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 2.13333333rem;
  overflow-y: auto;
  background: #fff;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .textbox ul li {
  padding: 0 0.26666667rem;
  line-height: 0.66666667rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.32rem;
  cursor: pointer;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .textbox ul li:hover {
  background: #f2f2f2;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .textbox ul li.on {
  background: #bd1a2d;
  color: #fff;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .textbox:last-child {
  margin-bottom: 0.78666667rem;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .btn {
  height: 1.2rem;
  color: #fff;
  font-size: 0.42666667rem;
  text-align: center;
  line-height: 1.2rem;
  overflow: hidden;
}
.zwgkIndex .zcLine .right .wyzzc .wyzzc-swiper .swiper-slide .btn button {
  border-radius: 0.13333333rem;
  background: #b02c2f;
  width: 100%;
  height: 100%;
  border: none;
  color: #fff;
  font-size: 0.42666667rem;
  cursor: pointer;
}
.zwgkIndex .fdzdgknrBox {
  width: 9.46666667rem;
  margin: 0.86666667rem auto 0;
  background: #fbeede url(../images/zwgk/m_fdzdgknr_bg.jpg.png) center center no-repeat;
  background-size: 100% 100%;
  height: 13.4rem;
  padding: 5.25333333rem 0.52rem 0;
  position: relative;
}
.zwgkIndex .fdzdgknrBox .more {
  display: block;
  width: 2.77333333rem;
  height: 0.76rem;
  border: 0.01333333rem solid #92371d;
  font-size: 0.32rem;
  color: #92371d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2.56rem;
  left: 1.02666667rem;
}
.zwgkIndex .fdzdgknrBox .more::after {
  content: '';
  display: block;
  width: 0.14666667rem;
  height: 0.28rem;
  background: url(../images/zwgk/fd_more.png) center center no-repeat;
  background-size: 100% 100%;
  margin-left: 0.16rem;
}
.zwgkIndex .fdzdgknrBox ul {
  display: flex;
  flex-wrap: wrap;
}
.zwgkIndex .fdzdgknrBox ul li {
  width: 2.44rem;
  height: 1.21333333rem;
  background: #ed7a49;
  margin: 0 0.53333333rem 0.70666667rem 0;
  border-radius: 0.05333333rem;
}
.zwgkIndex .fdzdgknrBox ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.37333333rem;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwgkIndex .fdzdgknrBox ul li:nth-child(3n) {
  margin-right: 0;
}
.zwgkIndex .zdlyLine {
  width: 9.46666667rem;
  margin: 0.86666667rem auto 0;
}
.zwgkIndex .zdlyLine .newZdlyBox .title {
  border-bottom: 0.01333333rem solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zwgkIndex .zdlyLine .newZdlyBox .title h3 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #c50c0c;
  position: relative;
  padding-bottom: 0.30666667rem;
}
.zwgkIndex .zdlyLine .newZdlyBox .title h3::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 0.04rem;
  background: #c50c0c;
  border-radius: 0.02666667rem;
  bottom: -0.01333333rem;
  left: 0;
}
.zwgkIndex .zdlyLine .newZdlyBox .title a {
  font-size: 0.34666667rem;
  color: #adadad;
}
.zwgkIndex .zdlyLine .newZdlyBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zwgkIndex .zdlyLine .newZdlyBox ul li {
  width: 4.6rem;
  height: 1.42666667rem;
  border-radius: 0.16rem;
  margin-top: 0.4rem;
}
.zwgkIndex .zdlyLine .newZdlyBox ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  padding: 0 0.16rem 0 0.50666667rem;
  background: #fff6ed;
  font-size: 0.36rem;
}
.zwgkIndex .zdlyLine .newZdlyBox ul li a img {
  width: 0.50666667rem;
  height: 0.46666667rem;
}
.zwgkIndex .zdlyLine .newZdlyBox ul li a span {
  margin-left: 0.25333333rem;
}
.zwgkIndex .zdlyLine .right {
  margin-top: 0.57333333rem;
}
.zwgkIndex .zdlyLine .right a {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0.26666667rem;
}
.zwgkIndex .zdlyLine .right a img {
  width: 100%;
  height: auto;
}
.zwgkIndex .bomLine {
  margin-top: 0.86666667rem;
}
.zwgkIndex .bomLine .hedNav {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01333333rem solid #dbdbdb;
  width: 9.46666667rem;
  margin: 0 auto;
}
.zwgkIndex .bomLine .hedNav ul {
  display: flex;
}
.zwgkIndex .bomLine .hedNav ul li {
  font-size: 0.48rem;
  font-weight: bold;
  color: #242424;
  line-height: 1;
  padding: 0 0.2rem 0.30666667rem;
  position: relative;
  margin-right: 0.4rem;
}
.zwgkIndex .bomLine .hedNav ul li::after {
  content: '';
  width: 0;
  position: absolute;
  height: 0.04rem;
  background: #c50c0c;
  border-radius: 0.02666667rem;
  bottom: -0.01333333rem;
  left: 0;
  transition: all .5s ease;
}
.zwgkIndex .bomLine .hedNav ul li.on {
  color: #c50c0c;
}
.zwgkIndex .bomLine .hedNav ul li.on::after {
  width: 100%;
}
.zwgkIndex .bomLine .hedNav a {
  font-size: 0.34666667rem;
  color: #adadad;
  margin-top: 0.06666667rem;
  display: block;
}
.zwgkIndex .bomLine .bom-swiper .swiper-slide {
  overflow: hidden;
}
.zwgkIndex .bomLine .bom-swiper .swiper-slide .jgmpCon {
  width: 9.46666667rem;
  margin: 0.73333333rem auto 0;
  border: solid 0.01333333rem #dcdcdc;
  padding: 0.53333333rem 0.33333333rem;
}
.zwgkIndex .bomLine .bom-swiper .swiper-slide .jgmpCon .jgmpNav {
  display: flex;
  justify-content: space-around;
}
.zwgkIndex .bomLine .bom-swiper .swiper-slide .jgmpCon .jgmpNav li {
  font-size: 0.42666667rem;
  font-weight: bold;
  background: #f5f5f5;
  width: 3.73333333rem;
  height: 0.93333333rem;
  border-radius: 0.17333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #757575;
}
.zwgkIndex .bomLine .bom-swiper .swiper-slide .jgmpCon .jgmpNav li.on {
  background: #bd1a2d;
  color: #fff;
}
.zwgkIndex .bomLine .bom-swiper .swiper-slide .jgmpCon .jgmp-swiper {
  margin-top: 0.53333333rem;
}
.zwgkIndex .bomLine .bom-swiper .swiper-slide .jgmpCon .jgmp-swiper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zwgkIndex .bomLine .bom-swiper .swiper-slide .jgmpCon .jgmp-swiper ul li {
  width: 50%;
  margin-top: 0.4rem;
  padding-right: 0.2rem;
}
.zwgkIndex .bomLine .bom-swiper .swiper-slide .jgmpCon .jgmp-swiper ul li:nth-child(2n) {
  padding-left: 0.2rem;
  padding-right: 0;
}
