html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu, a {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th {
  text-align: left;
  font-weight: normal
}
html, body, fieldset, img, iframe, abbr {
  border: 0
}
i, cite, em, var, address, dfn {
  font-style: normal
}
[hidefocus], summary {
  outline: 0
}
li {
  list-style: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
small {
  font-size: 100%;
  font-weight: normal
}
sup, sub {
  font-size: 83%
}
pre, code, kbd, samp {
  font-family: inherit
}
q:before, q:after {
  content: none
}
textarea {
  overflow: auto;
  resize: none
}
label, summary {
  cursor: default
}
a, button {
  cursor: pointer
}
del, ins, u, s, a, a:hover {
  text-decoration: none
}
body, textarea, input, button, select, keygen, legend {
  font: 14px/24px "R", "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
  color: #333;
  outline: 0
}
body {
  background-color: #FFF;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  left: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body.body_ie {
  height: auto !important
}
.skrollr {
  overflow: hidden
}
html {
  scroll-behavior: smooth
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle
}
p {
  /*text-align: justify;
  color: #565656;
  color: rgba(77, 77, 89, 0.6);
  line-height: 24px;
  font-size: 15px*/
}
.no_margin {
  margin-bottom: 0 !important
}
.md {
  width: 100%;
  height: 0;
  position: relative;
  top: -80px
}
@media (max-width:1200px) {
  .md {
    top: -65px
  }
}
strong {
  display: block
}
a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -moz-outline-style: none
}
div, li {
  box-sizing: border-box
}
.le {
  float: left
}
.ri {
  float: right
}
.swiper {
  position: relative;
  overflow: hidden
}
.swiper .swiper-slide .ani {
  display: none
}
.swiper .swiper-slide.swiper-slide-active .ani {
  display: block
}
@font-face {
  font-family: 'DINCond';
  src: url('../font/DINCond-Bold.eot');
  src: url('../font/DINCond-Bold.eot') format('embedded-opentype'), url('../font/DINCond-Bold.woff2') format('woff2'), url('../font/DINCond-Bold.woff') format('woff'), url('../font/DINCond-Bold.ttf') format('truetype'), url('../font/DINCond-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'Open-Sans';
  src: url('../font/OpenSans.eot');
  src: url('../font/OpenSans.eot') format('embedded-opentype'), url('../font/OpenSans.woff2') format('woff2'), url('../font/OpenSans.woff') format('woff'), url('../font/OpenSans.ttf') format('truetype'), url('../font/OpenSans.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}
input, button {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none
}
input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px
}
input::-webkit-input-placeholder {
  color: #aaaaa8
}
input:-moz-placeholder {
  color: #aaaaa8
}
input::-moz-placeholder {
  color: #aaaaa8
}
input:-ms-input-placeholder {
  color: #aaaaa8
}
textarea::-webkit-input-placeholder {
  color: #aaaaa8
}
textarea:-moz-placeholder {
  color: #aaaaa8
}
textarea::-moz-placeholder {
  color: #aaaaa8
}
textarea:-ms-input-placeholder {
  color: #aaaaa8
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px
}
body::-webkit-scrollbar-button, html::-webkit-scrollbar-button {
  display: none
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  background-color: #eee
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background-color: #eee
}
::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0
}
::-webkit-scrollbar-thumb {
  background-color: #b32323;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0
}
.clear-float::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both
}
.row {
  display: -ms-flexbox;
  /*display: flex;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}
input, textarea {
  resize: none
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-appearance: none
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row
}
.f_direction_row_reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch
}
.dh {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap
}
.letterBig {
  text-transform: uppercase
}
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center
}
.abImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%)
}
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg)
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg)
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto
}
.w1400, .wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto
}
.w1350, .wrap {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}
.font300 {
  font-size: 300px
}
@media (max-width:1600px) {
  .font300 {
    font-size: 280px
  }
}
@media (max-width:1560px) {
  .font300 {
    font-size: 260px
  }
}
@media (max-width:1470px) {
  .font300 {
    font-size: 240px
  }
}
@media (max-width:1366px) {
  .font300 {
    font-size: 220px
  }
}
@media (max-width:1200px) {
  .font300 {
    font-size: 200px
  }
}
@media (max-width:1024px) {
  .font300 {
    font-size: 180px
  }
}
@media (max-width:768px) {
  .font300 {
    font-size: 160px
  }
}
@media (max-width:480px) {
  .font300 {
    font-size: 140px
  }
}
@media (max-width:360px) {
  .font300 {
    font-size: 120px
  }
}
.font150 {
  font-size: 150px
}
@media (max-width:1600px) {
  .font150 {
    font-size: 140px
  }
}
@media (max-width:1560px) {
  .font150 {
    font-size: 130px
  }
}
@media (max-width:1470px) {
  .font150 {
    font-size: 120px
  }
}
@media (max-width:1366px) {
  .font150 {
    font-size: 110px
  }
}
@media (max-width:1200px) {
  .font150 {
    font-size: 100px
  }
}
@media (max-width:1024px) {
  .font150 {
    font-size: 90px
  }
}
@media (max-width:768px) {
  .font150 {
    font-size: 64px
  }
}
@media (max-width:480px) {
  .font150 {
    font-size: 50px
  }
}
@media (max-width:360px) {
  .font150 {
    font-size: 40px
  }
}
.font140 {
  font-size: 140px
}
@media (max-width:1600px) {
  .font140 {
    font-size: 130px
  }
}
@media (max-width:1560px) {
  .font140 {
    font-size: 120px
  }
}
@media (max-width:1470px) {
  .font140 {
    font-size: 110px
  }
}
@media (max-width:1366px) {
  .font140 {
    font-size: 100px
  }
}
@media (max-width:1200px) {
  .font140 {
    font-size: 90px
  }
}
@media (max-width:1024px) {
  .font140 {
    font-size: 80px
  }
}
@media (max-width:768px) {
  .font140 {
    font-size: 54px
  }
}
@media (max-width:480px) {
  .font140 {
    font-size: 40px
  }
}
@media (max-width:360px) {
  .font140 {
    font-size: 30px
  }
}
.font100 {
  font-size: 100px
}
@media (max-width:1600px) {
  .font100 {
    font-size: 90px
  }
}
@media (max-width:1560px) {
  .font100 {
    font-size: 80px
  }
}
@media (max-width:1470px) {
  .font100 {
    font-size: 70px
  }
}
@media (max-width:1366px) {
  .font100 {
    font-size: 60px
  }
}
@media (max-width:1200px) {
  .font100 {
    font-size: 50px
  }
}
@media (max-width:1024px) {
  .font100 {
    font-size: 40px
  }
}
@media (max-width:768px) {
  .font100 {
    font-size: 35px
  }
}
.font80 {
  font-size: 80px
}
@media (max-width:1600px) {
  .font80 {
    font-size: 62px
  }
}
@media (max-width:1470px) {
  .font80 {
    font-size: 52px
  }
}
@media (max-width:1024px) {
  .font80 {
    font-size: 42px
  }
}
@media (max-width:768px) {
  .font80 {
    font-size: 32px
  }
}
.font72 {
  font-size: 72px
}
@media (max-width:1600px) {
  .font72 {
    font-size: 62px
  }
}
@media (max-width:1470px) {
  .font72 {
    font-size: 52px
  }
}
@media (max-width:1024px) {
  .font72 {
    font-size: 42px
  }
}
@media (max-width:768px) {
  .font72 {
    font-size: 32px
  }
}
.font60 {
  font-size: 60px
}
@media (max-width:1600px) {
  .font60 {
    font-size: 40px
  }
}
@media (max-width:1470px) {
  .font60 {
    font-size: 38px
  }
}
@media (max-width:1024px) {
  .font60 {
    font-size: 36px
  }
}
@media (max-width:768px) {
  .font60 {
    font-size: 28px
  }
}
.font50 {
  font-size: 50px
}
@media (max-width:1600px) {
  .font50 {
    font-size: 46px
  }
}
@media (max-width:1470px) {
  .font50 {
    font-size: 39px
  }
}
@media (max-width:1024px) {
  .font50 {
    font-size: 33px
  }
}
@media (max-width:768px) {
  .font50 {
    font-size: 27px
  }
}
.font48 {
  font-size: 48px
}
@media (max-width:1600px) {
  .font48 {
    font-size: 40px
  }
}
@media (max-width:1470px) {
  .font48 {
    font-size: 39px
  }
}
@media (max-width:1024px) {
  .font48 {
    font-size: 33px
  }
}
@media (max-width:768px) {
  .font48 {
    font-size: 25px
  }
}
.font46 {
  font-size: 46px
}
@media (max-width:1600px) {
  .font46 {
    font-size: 43px
  }
}
@media (max-width:1470px) {
  .font46 {
    font-size: 36px
  }
}
@media (max-width:1024px) {
  .font46 {
    font-size: 30px
  }
}
@media (max-width:768px) {
  .font46 {
    font-size: 27px
  }
}
.font44 {
  font-size: 44px
}
@media (max-width:1600px) {
  .font44 {
    font-size: 42px
  }
}
@media (max-width:1470px) {
  .font44 {
    font-size: 38px
  }
}
@media (max-width:1024px) {
  .font44 {
    font-size: 32px
  }
}
@media (max-width:768px) {
  .font44 {
    font-size: 26px
  }
}
.font42 {
  font-size: 42px
}
@media (max-width:1600px) {
  .font42 {
    font-size: 40px
  }
}
@media (max-width:1470px) {
  .font42 {
    font-size: 36px
  }
}
@media (max-width:1024px) {
  .font42 {
    font-size: 30px
  }
}
@media (max-width:768px) {
  .font42 {
    font-size: 24px
  }
}
.font40 {
  font-size: 40px
}
@media (max-width:1600px) {
  .font40 {
    font-size: 38px
  }
}
@media (max-width:1470px) {
  .font40 {
    font-size: 33px
  }
}
@media (max-width:1024px) {
  .font40 {
    font-size: 29px
  }
}
@media (max-width:768px) {
  .font40 {
    font-size: 24px
  }
}
.font36 {
  font-size: 36px
}
@media (max-width:1600px) {
  .font36 {
    font-size: 32px
  }
}
@media (max-width:1470px) {
  .font36 {
    font-size: 28px
  }
}
@media (max-width:1024px) {
  .font36 {
    font-size: 24px
  }
}
@media (max-width:768px) {
  .font36 {
    font-size: 20px
  }
}
.font32 {
  font-size: 32px
}
@media (max-width:1600px) {
  .font32 {
    font-size: 24px
  }
}
@media (max-width:1470px) {
  .font32 {
    font-size: 24px
  }
}
@media (max-width:1024px) {
  .font32 {
    font-size: 22px
  }
}
@media (max-width:768px) {
  .font32 {
    font-size: 20px
  }
}
.font30 {
  font-size: 30px
}
@media (max-width:1600px) {
  .font30 {
    font-size: 26px
  }
}
@media (max-width:1470px) {
  .font30 {
    font-size: 22px
  }
}
@media (max-width:1024px) {
  .font30 {
    font-size: 20px
  }
}
@media (max-width:768px) {
  .font30 {
    font-size: 18px
  }
}
.font28 {
  font-size: 28px
}
@media (max-width:1600px) {
  .font28 {
    font-size: 24px
  }
}
@media (max-width:1470px) {
  .font28 {
    font-size: 20px
  }
}
@media (max-width:1024px) {
  .font28 {
    font-size: 18px
  }
}
.font26 {
  font-size: 26px
}
@media (max-width:1600px) {
  .font26 {
    font-size: 23px
  }
}
@media (max-width:1470px) {
  .font26 {
    font-size: 21px
  }
}
@media (max-width:1024px) {
  .font26 {
    font-size: 18px
  }
}
.font24 {
  font-size: 24px
}
@media (max-width:1600px) {
  .font24 {
    font-size: 22px
  }
}
@media (max-width:1470px) {
  .font24 {
    font-size: 16px
  }
}
.font22 {
  font-size: 22px
}
@media (max-width:1600px) {
  .font22 {
    font-size: 20px
  }
}
@media (max-width:1470px) {
  .font22 {
    font-size: 16px
  }
}
.font20 {
  font-size: 20px
}
@media (max-width:1600px) {
  .font20 {
    font-size: 18px
  }
}
@media (max-width:1470px) {
  .font20 {
    font-size: 16px
  }
}
.font18 {
  font-size: 18px
}
@media (max-width:1600px) {
  .font18 {
    font-size: 16px
  }
}
@media (max-width:1470px) {
  .font18 {
    font-size: 15px
  }
}
.font16 {
  font-size: 16px
}
@media (max-width:1600px) {
  .font16 {
    font-size: 14px
  }
}
.font15 {
  font-size: 15px
}
@media (max-width:1600px) {
  .font15 {
    font-size: 14px
  }
}
.font14 {
  font-size: 14px
}
.font12 {
  font-size: 12px
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px
  }
}
@media (max-width:1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px
  }
}
@media (max-width:1520px) {
  .w1400, .wrap {
    max-width: 100%;
    padding: 0 60px
  }
}
@media (max-width:1470px) {
  .w1350, .wrap {
    max-width: 100%;
    padding: 0 60px
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px
  }
}
@media (max-width:1024px) {
  .w1800, .w1680, .w1560, .w1400, .w1350, .wrap, .w1440, .w1600, .w1280, .w1200 {
    padding: 0 30px
  }
}
@media (max-width:990px) {
  .w1800, .w1680, .w1560, .w1400, .w1350, .wrap, .w1440, .w1600, .w1280, .w1200 {
    padding: 0 20px
  }
  .pc {
    display: none !important
  }
  .wap, .mobile {
    display: block !important
  }
}
.content {
  /*width: 1520px;*/
  margin: 0 auto;
  padding: 0px 90px;
}
@media (max-width:1600px) {
  .content {
    width: 1300px !important;
    margin: 0 auto
  }
}
@media (max-width:1440px) {
  .content {
    width: 82% !important;
    margin: 0 auto
  }
}
@media (max-width:1200px) {
  .content {
    width: auto !important;
    padding: 0 40px;
    margin: 0 auto
  }
}
@media (max-width:768px) {
  .content {
    padding: 0 17.5px
  }
}
.pc {
  display: block
}
.wap, .mobile {
  display: none
}
.radius_16 {
  border-radius: 16px
}
@media (max-width:1600px) {
  .radius_16 {
    border-radius: 14px
  }
}
@media (max-width:1366px) {
  .radius_16 {
    border-radius: 12px
  }
}
@media (max-width:1024px) {
  .radius_16 {
    border-radius: 10px
  }
}
@media (max-width:768px) {
  .radius_16 {
    border-radius: 8px
  }
}
.pagination {
  text-align: center;
  position: relative;
  margin-top: 30px
}
.spage-number {
  display: inline-block
}
.spage-number button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 34px;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  outline: none;
  user-select: none;
  font-family: 'Euclid-Square';
  color: #000000;
  font-size: 16px;
  margin: 0 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s
}
.spage-number button:first-child {
  width: 120px;
  text-align: right;
  padding: 0 20px;
  margin-right: 40px;
  background: url(https://www.gzzcd.cn/statics/zhongcheng/images/support/pagination-prev.png) no-repeat 18px center #fff
}
.spage-number button:last-child {
  width: 120px;
  text-align: left;
  padding: 0 20px;
  margin-left: 40px;
  background: url(https://www.gzzcd.cn/statics/zhongcheng/images/support/pagination-next.png) no-repeat right 18px center #fff
}
.spage-number button.active {
  color: #fff;
  background-color: #008bd5;
  z-index: 3
}
.spage-number button.active:hover {
  z-index: 3
}
.spage-number button:hover:first-child {
  background-image: url(https://www.gzzcd.cn/statics/zhongcheng/images/support/-pagination-prev.png)
}
.spage-number button:hover:last-child {
  background-image: url(https://www.gzzcd.cn/statics/zhongcheng/images/support/-pagination-next.png)
}
.spage-number button:hover {
  color: #fff;
  background-color: #008bd5
}
.spage-number button.button-disabled {
  cursor: not-allowed
}
.spage-number .spage-after, .spage-before {
  width: 50px
}
.spage-skip {
  display: inline-block;
  display: none;
  margin-left: 20px;
  line-height: 50px;
  color: #262424;
  font-size: 14px
}
.spage-skip input {
  box-sizing: border-box;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  vertical-align: top;
  outline: none;
  transition: all .2s
}
.spage-skip button {
  display: inline-block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  vertical-align: top;
  color: #262424;
  margin-left: 24px;
  cursor: pointer;
  transition: all .2s;
  outline: none;
  user-select: none
}
.spage-skip button:hover {
  color: #fff;
  background-color: #008bd5
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Medium.eot');
  src: url('../font/Gilroy-Medium1.eot') format('embedded-opentype'), url('../font/Gilroy-Medium.woff2') format('woff2'), url('../font/Gilroy-Medium.woff') format('woff'), url('../font/Gilroy-Medium.ttf') format('truetype'), url('../font/Gilroy-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
.mySelect {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 1
}
.mySelect .show {
  z-index: 1;
  position: relative;
  padding-left: 55px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  font-size: 14px;
  color: #aaaaa8;
  background-color: #f4f4f4;
  transition-duration: .4s
}
.mySelect .show.on, .mySelect .show:hover {
  background-color: #ededed
}
.mySelect .show:before {
  content: '';
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 2;
  width: 14px;
  height: 100%;
  background: url(https://www.gzzcd.cn/statics/zhongcheng/images/arrow_down.png) no-repeat center;
  transition-duration: .5s;
  -webkit-transition-duration: .5s
}
.mySelect .show.on:before {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg)
}
.mySelect .drapList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
  width: 100%;
  background-color: #f2f2f2
}
.mySelect .drapList ul {
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px
}
.mySelect .drapList li {
  padding: 0 40px;
  line-height: 40px;
  font-size: 14px;
  color: #aaaaa8;
  cursor: pointer
}
.mySelect .drapList li:hover {
  background-color: #ededed;
  color: #0053ca
}
.mySelect .drapList::-webkit-scrollbar {
  display: none
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeInUpsb {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUpsb {
  0% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}
@keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}
@keyframes h_schedule {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}
@-webkit-keyframes h_schedule {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}
@keyframes upico {
  0% {
    top: 0;
    opacity: 1
  }
  35% {
    top: -50%;
    opacity: 0
  }
  65% {
    top: 50%;
    opacity: 0
  }
  100% {
    top: 0;
    opacity: 1
  }
}
@-webkit-keyframes upico {
  0% {
    top: 0;
    opacity: 1
  }
  35% {
    top: -50%;
    opacity: 0
  }
  65% {
    top: 50%;
    opacity: 0
  }
  100% {
    top: 0;
    opacity: 1
  }
}
@keyframes h-clip {
  0% {
    -webkit-clip-path: circle(0 at 100% 100%);
    clip-path: circle(0 at 100% 100%)
  }
  100% {
    -webkit-clip-path: circle(100% at 100% 75%);
    clip-path: circle(100% at 100% 75%)
  }
}
@-webkit-keyframes h-clip {
  0% {
    -webkit-clip-path: circle(0 at 100% 100%);
    clip-path: circle(0 at 100% 100%)
  }
  100% {
    -webkit-clip-path: circle(100% at 100% 75%);
    clip-path: circle(100% at 100% 75%)
  }
}
@keyframes h-color-w {
  0% {
    color: #000
  }
  100% {
    color: #fff
  }
}
@-webkit-keyframes h-color-w {
  0% {
    color: #000
  }
  100% {
    color: #fff
  }
}
@keyframes h-color-w2 {
  0% {
    color: #000;
    color: rgba(0, 0, 0, 0.6)
  }
  100% {
    color: #fff
  }
}
@-webkit-keyframes h-color-w2 {
  0% {
    color: #000;
    color: rgba(0, 0, 0, 0.6)
  }
  100% {
    color: #fff
  }
}
@-webkit-keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}
@keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}
@-webkit-keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1
  }
  20% {
    transform: scale(1, .01);
    -webkit-transform: scale(1, .01);
    -ms-transform: scale(1, .01);
    -moz-transform: scale(1, .01);
    -o-transform: scale(1, .01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1
  }
  30% {
    transform: scale(1, .01);
    -webkit-transform: scale(1, .01);
    -ms-transform: scale(1, .01);
    -moz-transform: scale(1, .01);
    -o-transform: scale(1, .01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0
  }
  31% {
    transform: scale(1, .01);
    -webkit-transform: scale(1, .01);
    -ms-transform: scale(1, .01);
    -moz-transform: scale(1, .01);
    -o-transform: scale(1, .01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1
  }
}
@keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1
  }
  20% {
    transform: scale(1, .01);
    -webkit-transform: scale(1, .01);
    -ms-transform: scale(1, .01);
    -moz-transform: scale(1, .01);
    -o-transform: scale(1, .01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1
  }
  30% {
    transform: scale(1, .01);
    -webkit-transform: scale(1, .01);
    -ms-transform: scale(1, .01);
    -moz-transform: scale(1, .01);
    -o-transform: scale(1, .01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0
  }
  31% {
    transform: scale(1, .01);
    -webkit-transform: scale(1, .01);
    -ms-transform: scale(1, .01);
    -moz-transform: scale(1, .01);
    -o-transform: scale(1, .01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1
  }
}
@keyframes run {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(-360deg)
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg)
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg)
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg)
  }
}
@keyframes tran_boost {
  0% {
    transform: scale(0);
    opacity: 1
  }
  100% {
    transform: scale(1);
    opacity: .3
  }
}
.wow {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s
}
.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
.fadeInUpsb {
  -webkit-animation-name: fadeInUpsb;
  animation-name: fadeInUpsb
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
.icon-video {
  -webkit-animation-name: icon-video;
  animation-name: icon-video
}
.h_schedule {
  -webkit-animation-name: h_schedule;
  animation-name: h_schedule
}
.upico {
  -webkit-animation-name: upico;
  animation-name: upico
}
.h-clip {
  -webkit-animation-name: h-clip;
  animation-name: h-clip
}
.h-color-w {
  -webkit-animation-name: h-color-w;
  animation-name: h-color-w
}
.h-color-w2 {
  -webkit-animation-name: h-color-w2;
  animation-name: h-color-w2
}
.icon_video {
  -webkit-animation-name: icon_video;
  animation-name: icon_video
}
.h-line {
  -webkit-animation-name: h-line;
  animation-name: h-line
}
.idx_title .title {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-family: "Bahnschrift"
}
@media (max-width:1600px) {
  .idx_title .title {
    font-size: 40px
  }
}
@media (max-width:1470px) {
  .idx_title .title {
    font-size: 39px
  }
}
@media (max-width:1024px) {
  .idx_title .title {
    font-size: 33px
  }
}
@media (max-width:768px) {
  .idx_title .title {
    font-size: 25px
  }
}
.idx_title .subtitle {
  font-size: 24px;
  color: #000;
  margin-top: min(3.38541667vw, 65px);
  margin-bottom: min(2.08333333vw, 40px)
}
@media (max-width:1600px) {
  .idx_title .subtitle {
    font-size: 22px
  }
}
@media (max-width:1470px) {
  .idx_title .subtitle {
    font-size: 16px
  }
}
@media (max-width:1024px) {
  .idx_title .subtitle {
    margin-top: 32.5px
  }
}
@media (max-width:1024px) {
  .idx_title .subtitle {
    margin-bottom: 20px
  }
}
.idx_title .content {
  font-size: 16px;
  line-height: 1.875;
  color: #666666
}
@media (max-width:1600px) {
  .idx_title .content {
    font-size: 14px
  }
}
@media (max-width:768px) {
  .idx_title .subtitle {
    margin-top: 20px !important;
    margin-bottom: 10px !important
  }
}
.pushButton {
  width: 185px;
  height: 48px;
  border-radius: 24px;
  font-size: 15px;
  color: white;
  line-height: 1;
  background-color: #b32323;
  position: relative
}
@media (max-width:1600px) {
  .pushButton {
    font-size: 14px
  }
}
.pushButton span {
  position: relative;
  z-index: 1
}
.pushButton i {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 13px;
  background: url(../image/more-ico.svg) no-repeat center;
  background-size: 5px 7px;
  width: 5px;
  height: 100%
}
.pushButton::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background-color: #d31a1a;
  top: 0px;
  right: 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
@media (max-width:1150px) {
  .pushButton {
    width: 145px;
    height: 40px
  }
}
@media (max-width:990px) {
  .pushButton {
    width: 125px !important;
    height: 35px !important
  }
  .pushButton i {
    display: none
  }
} /*# sourceMappingURL=./common.min.css.map */
/*# 圣玺分页样式 */
.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%
}
.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st {
  font-family: 宋体
}
.text-secondary {
  text-align: center;
  padding: 20px 0
}
.maximg img {
  max-width: 100%;
  height: auto !important
}
@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}
@media (min-width:767px) {
  .hidden-xs1 {
    display: none !important
  }
}
.link.shengxi {
  position: fixed;
  left: 0;
  top: -1000;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
/*搜索*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
#search_bg {
  width: 100%;
  margin: 0 auto;
  background: #f4f4f4;
  height: 140px;
  margin-bottom: 0px;
}
#search_c {
  width: 100%;
  margin: 0 auto;
  height: 140px;
}
#search_c_l {
  width: 56.6%;
  float: left;
}
#search_c_r {
  width: 43.4%;
  float: right;
}
#search_cc {
  width: 460px;
  padding-top: 34px;
  float: right;
}
#search_cc_l {
  width: 390px;
  float: left;
  background: #fff;
  /*line-height: 44px;*/
  height: 44px;
}
#search_cc_r {
  width: 69px;
  overflow: hidden;
}
#search_b {
  width: 460px;
  height: 42px;
  line-height: 42px;
}
#search_b b {
  FONT-SIZE: 12px;
  COLOR: #bb000e;
  font-weight: bold;
}
#search_b A:link {
  FONT-SIZE: 12px;
  COLOR: #333;
  TEXT-DECORATION: none
}
A:hover {
  COLOR: #dc061a;
  TEXT-DECORATION: none
}
.head_adv {
  width: 55%;
  margin-top: 40px;
  line-height: 30px;
  font-size: 17px;
  color: #333;
}
.head_adv span {
  font-size: 27px;
  color: #bb000e;
  font-weight: bold;
}
.h_tel {
  width: 45%;
  border-left: 1px #ebebeb solid;
  border-right: 1px #ebebeb solid;
  height: 140px;
}
.hgtbhmk {
  width: 195px;
  margin: 0 auto;
  margin-top: 35px;
}
.dianhtb {
  width: 30px;
  height: 30px;
  float: left;
}
.kehftrx {
  font-size: 17px;
  color: #666;
  float: left;
  padding-top: 5px;
  padding-left: 12px;
}
.dianhsj {
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #bb000e;
  text-align: center;
  padding-top: 6px;
}
/*搜索*/