/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: 'SourceHanSans';
  src: url('../fonts/SourceHanSansCN-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSans';
  src: url('../fonts/SourceHanSansCN-Bold.otf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* base */
*,
::before,
::after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media (max-width: 1230px) {
  html,
  body {
    text-align: justify;
  }
}
body {
  font: 12px/1 'SourceHanSans', 'Roboto', 'Microsoft Yahei', Arial, sans-serif;
  color: #595757;
  background-color: #fff;
}
a {
  color: #595757;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}
input,
textarea,
select {
  outline: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-none {
  float: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  display: none;
}
.no-border {
  border: 0 !important;
}
.ls-n {
  padding: 0;
  margin: 0;
  list-style: none;
}
.o-h {
  overflow: hidden;
}
.animated {
  visibility: visible !important;
}
.tb {
  display: table;
  width: 100%;
  height: 100%;
}
.tb .tbc {
  display: table-cell;
  vertical-align: middle;
}
.flexbox {
  display: flex;
}
.flexbox.vertical-center {
  align-items: center;
}
.flexbox.horizontal-center {
  justify-content: center;
}
.flexbox-item {
  flex: 1;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1230px) {
  .wrapper {
    padding-bottom: 60px;
  }
}
.container {
  width: 1292px;
  margin: 0 auto;
}
@media (max-width: 1292px) {
  .container {
    width: auto;
  }
}
@media (max-width: 1230px) {
  [data-pc] {
    display: none;
  }
}
[data-mobile] {
  display: none;
}
@media (max-width: 1230px) {
  [data-mobile] {
    display: block;
  }
}
[data-scale] {
  overflow: hidden;
}
[data-scale]:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
[data-scale] > img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scale-img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scale-img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
[data-custom-select] {
  position: relative;
  z-index: 9;
  cursor: pointer;
}
[data-custom-select] p {
  margin: 0;
}
[data-custom-select] p span {
  display: inline-block;
}
[data-custom-select] .sub {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  background-color: #fff;
}
[data-custom-select] .sub a {
  display: block;
  overflow: hidden;
}
.icon1 {
  background-image: url('../images/icon1.png');
}
.icon1.has-hover:hover {
  background-image: url('../images/icon1_hover.png');
}
.icon2 {
  background-image: url('../images/icon2.png');
}
.icon2.has-hover:hover {
  background-image: url('../images/icon2_hover.png');
}
.icon3 {
  background-image: url('../images/icon3.png');
}
.icon3.has-hover:hover {
  background-image: url('../images/icon3_hover.png');
}
.icon4 {
  background-image: url('../images/icon4.png');
}
.icon4.has-hover:hover {
  background-image: url('../images/icon4_hover.png');
}
.icon5 {
  background-image: url('../images/icon5.png');
}
.icon5.has-hover:hover {
  background-image: url('../images/icon5_hover.png');
}
.icon6 {
  background-image: url('../images/icon6.png');
}
.icon6.has-hover:hover {
  background-image: url('../images/icon6_hover.png');
}
.icon7 {
  background-image: url('../images/icon7.png');
}
.icon7.has-hover:hover {
  background-image: url('../images/icon7_hover.png');
}
.icon8 {
  background-image: url('../images/icon8.png');
}
.icon8.has-hover:hover {
  background-image: url('../images/icon8_hover.png');
}
.icon9 {
  background-image: url('../images/icon9.png');
}
.icon9.has-hover:hover {
  background-image: url('../images/icon9_hover.png');
}
.icon10 {
  background-image: url('../images/icon10.png');
}
.icon10.has-hover:hover {
  background-image: url('../images/icon10_hover.png');
}
.icon11 {
  background-image: url('../images/icon11.png');
}
.icon11.has-hover:hover {
  background-image: url('../images/icon11_hover.png');
}
.icon12 {
  background-image: url('../images/icon12.png');
}
.icon12.has-hover:hover {
  background-image: url('../images/icon12_hover.png');
}
.icon13 {
  background-image: url('../images/icon13.png');
}
.icon13.has-hover:hover {
  background-image: url('../images/icon13_hover.png');
}
.icon14 {
  background-image: url('../images/icon14.png');
}
.icon14.has-hover:hover {
  background-image: url('../images/icon14_hover.png');
}
.icon15 {
  background-image: url('../images/icon15.png');
}
.icon15.has-hover:hover {
  background-image: url('../images/icon15_hover.png');
}
.icon16 {
  background-image: url('../images/icon16.png');
}
.icon16.has-hover:hover {
  background-image: url('../images/icon16_hover.png');
}
.icon17 {
  background-image: url('../images/icon17.png');
}
.icon17.has-hover:hover {
  background-image: url('../images/icon17_hover.png');
}
.icon18 {
  background-image: url('../images/icon18.png');
}
.icon18.has-hover:hover {
  background-image: url('../images/icon18_hover.png');
}
.icon19 {
  background-image: url('../images/icon19.png');
}
.icon19.has-hover:hover {
  background-image: url('../images/icon19_hover.png');
}
.icon20 {
  background-image: url('../images/icon20.png');
}
.icon20.has-hover:hover {
  background-image: url('../images/icon20_hover.png');
}
.icon21 {
  background-image: url('../images/icon21.png');
}
.icon21.has-hover:hover {
  background-image: url('../images/icon21_hover.png');
}
.icon22 {
  background-image: url('../images/icon22.png');
}
.icon22.has-hover:hover {
  background-image: url('../images/icon22_hover.png');
}
.icon23 {
  background-image: url('../images/icon23.png');
}
.icon23.has-hover:hover {
  background-image: url('../images/icon23_hover.png');
}
.icon24 {
  background-image: url('../images/icon24.png');
}
.icon24.has-hover:hover {
  background-image: url('../images/icon24_hover.png');
}
.icon25 {
  background-image: url('../images/icon25.png');
}
.icon25.has-hover:hover {
  background-image: url('../images/icon25_hover.png');
}
.icon26 {
  background-image: url('../images/icon26.png');
}
.icon26.has-hover:hover {
  background-image: url('../images/icon26_hover.png');
}
.icon27 {
  background-image: url('../images/icon27.png');
}
.icon27.has-hover:hover {
  background-image: url('../images/icon27_hover.png');
}
.icon28 {
  background-image: url('../images/icon28.png');
}
.icon28.has-hover:hover {
  background-image: url('../images/icon28_hover.png');
}
.icon29 {
  background-image: url('../images/icon29.png');
}
.icon29.has-hover:hover {
  background-image: url('../images/icon29_hover.png');
}
.icon30 {
  background-image: url('../images/icon30.png');
}
.icon30.has-hover:hover {
  background-image: url('../images/icon30_hover.png');
}
.icon31 {
  background-image: url('../images/icon31.png');
}
.icon31.has-hover:hover {
  background-image: url('../images/icon31_hover.png');
}
.icon32 {
  background-image: url('../images/icon32.png');
}
.icon32.has-hover:hover {
  background-image: url('../images/icon32_hover.png');
}
.icon33 {
  background-image: url('../images/icon33.png');
}
.icon33.has-hover:hover {
  background-image: url('../images/icon33_hover.png');
}
.icon34 {
  background-image: url('../images/icon34.png');
}
.icon34.has-hover:hover {
  background-image: url('../images/icon34_hover.png');
}
.icon35 {
  background-image: url('../images/icon35.png');
}
.icon35.has-hover:hover {
  background-image: url('../images/icon35_hover.png');
}
.icon36 {
  background-image: url('../images/icon36.png');
}
.icon36.has-hover:hover {
  background-image: url('../images/icon36_hover.png');
}
.icon37 {
  background-image: url('../images/icon37.png');
}
.icon37.has-hover:hover {
  background-image: url('../images/icon37_hover.png');
}
.icon38 {
  background-image: url('../images/icon38.png');
}
.icon38.has-hover:hover {
  background-image: url('../images/icon38_hover.png');
}
.icon39 {
  background-image: url('../images/icon39.png');
}
.icon39.has-hover:hover {
  background-image: url('../images/icon39_hover.png');
}
.icon40 {
  background-image: url('../images/icon40.png');
}
.icon40.has-hover:hover {
  background-image: url('../images/icon40_hover.png');
}
.icon41 {
  background-image: url('../images/icon41.png');
}
.icon41.has-hover:hover {
  background-image: url('../images/icon41_hover.png');
}
.icon42 {
  background-image: url('../images/icon42.png');
}
.icon42.has-hover:hover {
  background-image: url('../images/icon42_hover.png');
}
.icon43 {
  background-image: url('../images/icon43.png');
}
.icon43.has-hover:hover {
  background-image: url('../images/icon43_hover.png');
}
.icon44 {
  background-image: url('../images/icon44.png');
}
.icon44.has-hover:hover {
  background-image: url('../images/icon44_hover.png');
}
.icon45 {
  background-image: url('../images/icon45.png');
}
.icon45.has-hover:hover {
  background-image: url('../images/icon45_hover.png');
}
.icon46 {
  background-image: url('../images/icon46.png');
}
.icon46.has-hover:hover {
  background-image: url('../images/icon46_hover.png');
}
.icon47 {
  background-image: url('../images/icon47.png');
}
.icon47.has-hover:hover {
  background-image: url('../images/icon47_hover.png');
}
.icon48 {
  background-image: url('../images/icon48.png');
}
.icon48.has-hover:hover {
  background-image: url('../images/icon48_hover.png');
}
.icon49 {
  background-image: url('../images/icon49.png');
}
.icon49.has-hover:hover {
  background-image: url('../images/icon49_hover.png');
}
.icon50 {
  background-image: url('../images/icon50.png');
}
.icon50.has-hover:hover {
  background-image: url('../images/icon50_hover.png');
}
.icon51 {
  background-image: url('../images/icon51.png');
}
.icon51.has-hover:hover {
  background-image: url('../images/icon51_hover.png');
}
.icon52 {
  background-image: url('../images/icon52.png');
}
.icon52.has-hover:hover {
  background-image: url('../images/icon52_hover.png');
}
.icon53 {
  background-image: url('../images/icon53.png');
}
.icon53.has-hover:hover {
  background-image: url('../images/icon53_hover.png');
}
.icon54 {
  background-image: url('../images/icon54.png');
}
.icon54.has-hover:hover {
  background-image: url('../images/icon54_hover.png');
}
.icon55 {
  background-image: url('../images/icon55.png');
}
.icon55.has-hover:hover {
  background-image: url('../images/icon55_hover.png');
}
.icon56 {
  background-image: url('../images/icon56.png');
}
.icon56.has-hover:hover {
  background-image: url('../images/icon56_hover.png');
}
.icon57 {
  background-image: url('../images/icon57.png');
}
.icon57.has-hover:hover {
  background-image: url('../images/icon57_hover.png');
}
.icon58 {
  background-image: url('../images/icon58.png');
}
.icon58.has-hover:hover {
  background-image: url('../images/icon58_hover.png');
}
.icon59 {
  background-image: url('../images/icon59.png');
}
.icon59.has-hover:hover {
  background-image: url('../images/icon59_hover.png');
}
.icon60 {
  background-image: url('../images/icon60.png');
}
.icon60.has-hover:hover {
  background-image: url('../images/icon60_hover.png');
}
.icon61 {
  background-image: url('../images/icon61.png');
}
.icon61.has-hover:hover {
  background-image: url('../images/icon61_hover.png');
}
.icon62 {
  background-image: url('../images/icon62.png');
}
.icon62.has-hover:hover {
  background-image: url('../images/icon62_hover.png');
}
.icon63 {
  background-image: url('../images/icon63.png');
}
.icon63.has-hover:hover {
  background-image: url('../images/icon63_hover.png');
}
.icon64 {
  background-image: url('../images/icon64.png');
}
.icon64.has-hover:hover {
  background-image: url('../images/icon64_hover.png');
}
.icon65 {
  background-image: url('../images/icon65.png');
}
.icon65.has-hover:hover {
  background-image: url('../images/icon65_hover.png');
}
.icon66 {
  background-image: url('../images/icon66.png');
}
.icon66.has-hover:hover {
  background-image: url('../images/icon66_hover.png');
}
.icon67 {
  background-image: url('../images/icon67.png');
}
.icon67.has-hover:hover {
  background-image: url('../images/icon67_hover.png');
}
.icon68 {
  background-image: url('../images/icon68.png');
}
.icon68.has-hover:hover {
  background-image: url('../images/icon68_hover.png');
}
.icon69 {
  background-image: url('../images/icon69.png');
}
.icon69.has-hover:hover {
  background-image: url('../images/icon69_hover.png');
}
.icon70 {
  background-image: url('../images/icon70.png');
}
.icon70.has-hover:hover {
  background-image: url('../images/icon70_hover.png');
}
.icon71 {
  background-image: url('../images/icon71.png');
}
.icon71.has-hover:hover {
  background-image: url('../images/icon71_hover.png');
}
.icon72 {
  background-image: url('../images/icon72.png');
}
.icon72.has-hover:hover {
  background-image: url('../images/icon72_hover.png');
}
.icon73 {
  background-image: url('../images/icon73.png');
}
.icon73.has-hover:hover {
  background-image: url('../images/icon73_hover.png');
}
.icon74 {
  background-image: url('../images/icon74.png');
}
.icon74.has-hover:hover {
  background-image: url('../images/icon74_hover.png');
}
.icon75 {
  background-image: url('../images/icon75.png');
}
.icon75.has-hover:hover {
  background-image: url('../images/icon75_hover.png');
}
.icon76 {
  background-image: url('../images/icon76.png');
}
.icon76.has-hover:hover {
  background-image: url('../images/icon76_hover.png');
}
.icon77 {
  background-image: url('../images/icon77.png');
}
.icon77.has-hover:hover {
  background-image: url('../images/icon77_hover.png');
}
.icon78 {
  background-image: url('../images/icon78.png');
}
.icon78.has-hover:hover {
  background-image: url('../images/icon78_hover.png');
}
.icon79 {
  background-image: url('../images/icon79.png');
}
.icon79.has-hover:hover {
  background-image: url('../images/icon79_hover.png');
}
.icon80 {
  background-image: url('../images/icon80.png');
}
.icon80.has-hover:hover {
  background-image: url('../images/icon80_hover.png');
}
.icon81 {
  background-image: url('../images/icon81.png');
}
.icon81.has-hover:hover {
  background-image: url('../images/icon81_hover.png');
}
.icon82 {
  background-image: url('../images/icon82.png');
}
.icon82.has-hover:hover {
  background-image: url('../images/icon82_hover.png');
}
.icon83 {
  background-image: url('../images/icon83.png');
}
.icon83.has-hover:hover {
  background-image: url('../images/icon83_hover.png');
}
.icon84 {
  background-image: url('../images/icon84.png');
}
.icon84.has-hover:hover {
  background-image: url('../images/icon84_hover.png');
}
.icon85 {
  background-image: url('../images/icon85.png');
}
.icon85.has-hover:hover {
  background-image: url('../images/icon85_hover.png');
}
.icon86 {
  background-image: url('../images/icon86.png');
}
.icon86.has-hover:hover {
  background-image: url('../images/icon86_hover.png');
}
.icon87 {
  background-image: url('../images/icon87.png');
}
.icon87.has-hover:hover {
  background-image: url('../images/icon87_hover.png');
}
.icon88 {
  background-image: url('../images/icon88.png');
}
.icon88.has-hover:hover {
  background-image: url('../images/icon88_hover.png');
}
.icon89 {
  background-image: url('../images/icon89.png');
}
.icon89.has-hover:hover {
  background-image: url('../images/icon89_hover.png');
}
.icon90 {
  background-image: url('../images/icon90.png');
}
.icon90.has-hover:hover {
  background-image: url('../images/icon90_hover.png');
}
.icon91 {
  background-image: url('../images/icon91.png');
}
.icon91.has-hover:hover {
  background-image: url('../images/icon91_hover.png');
}
.icon92 {
  background-image: url('../images/icon92.png');
}
.icon92.has-hover:hover {
  background-image: url('../images/icon92_hover.png');
}
.icon93 {
  background-image: url('../images/icon93.png');
}
.icon93.has-hover:hover {
  background-image: url('../images/icon93_hover.png');
}
.icon94 {
  background-image: url('../images/icon94.png');
}
.icon94.has-hover:hover {
  background-image: url('../images/icon94_hover.png');
}
.icon95 {
  background-image: url('../images/icon95.png');
}
.icon95.has-hover:hover {
  background-image: url('../images/icon95_hover.png');
}
.icon96 {
  background-image: url('../images/icon96.png');
}
.icon96.has-hover:hover {
  background-image: url('../images/icon96_hover.png');
}
.icon97 {
  background-image: url('../images/icon97.png');
}
.icon97.has-hover:hover {
  background-image: url('../images/icon97_hover.png');
}
.icon98 {
  background-image: url('../images/icon98.png');
}
.icon98.has-hover:hover {
  background-image: url('../images/icon98_hover.png');
}
.icon99 {
  background-image: url('../images/icon99.png');
}
.icon99.has-hover:hover {
  background-image: url('../images/icon99_hover.png');
}
.icon100 {
  background-image: url('../images/icon100.png');
}
.icon100.has-hover:hover {
  background-image: url('../images/icon100_hover.png');
}
.icon-before-1::before {
  background: url('../images/icon1.png') no-repeat center;
  content: '';
}
.icon-before-1.has-hover:hover::before {
  background-image: url('../images/icon1_hover.png');
}
.icon-before-2::before {
  background: url('../images/icon2.png') no-repeat center;
  content: '';
}
.icon-before-2.has-hover:hover::before {
  background-image: url('../images/icon2_hover.png');
}
.icon-before-3::before {
  background: url('../images/icon3.png') no-repeat center;
  content: '';
}
.icon-before-3.has-hover:hover::before {
  background-image: url('../images/icon3_hover.png');
}
.icon-before-4::before {
  background: url('../images/icon4.png') no-repeat center;
  content: '';
}
.icon-before-4.has-hover:hover::before {
  background-image: url('../images/icon4_hover.png');
}
.icon-before-5::before {
  background: url('../images/icon5.png') no-repeat center;
  content: '';
}
.icon-before-5.has-hover:hover::before {
  background-image: url('../images/icon5_hover.png');
}
.icon-before-6::before {
  background: url('../images/icon6.png') no-repeat center;
  content: '';
}
.icon-before-6.has-hover:hover::before {
  background-image: url('../images/icon6_hover.png');
}
.icon-before-7::before {
  background: url('../images/icon7.png') no-repeat center;
  content: '';
}
.icon-before-7.has-hover:hover::before {
  background-image: url('../images/icon7_hover.png');
}
.icon-before-8::before {
  background: url('../images/icon8.png') no-repeat center;
  content: '';
}
.icon-before-8.has-hover:hover::before {
  background-image: url('../images/icon8_hover.png');
}
.icon-before-9::before {
  background: url('../images/icon9.png') no-repeat center;
  content: '';
}
.icon-before-9.has-hover:hover::before {
  background-image: url('../images/icon9_hover.png');
}
.icon-before-10::before {
  background: url('../images/icon10.png') no-repeat center;
  content: '';
}
.icon-before-10.has-hover:hover::before {
  background-image: url('../images/icon10_hover.png');
}
.icon-before-11::before {
  background: url('../images/icon11.png') no-repeat center;
  content: '';
}
.icon-before-11.has-hover:hover::before {
  background-image: url('../images/icon11_hover.png');
}
.icon-before-12::before {
  background: url('../images/icon12.png') no-repeat center;
  content: '';
}
.icon-before-12.has-hover:hover::before {
  background-image: url('../images/icon12_hover.png');
}
.icon-before-13::before {
  background: url('../images/icon13.png') no-repeat center;
  content: '';
}
.icon-before-13.has-hover:hover::before {
  background-image: url('../images/icon13_hover.png');
}
.icon-before-14::before {
  background: url('../images/icon14.png') no-repeat center;
  content: '';
}
.icon-before-14.has-hover:hover::before {
  background-image: url('../images/icon14_hover.png');
}
.icon-before-15::before {
  background: url('../images/icon15.png') no-repeat center;
  content: '';
}
.icon-before-15.has-hover:hover::before {
  background-image: url('../images/icon15_hover.png');
}
.icon-before-16::before {
  background: url('../images/icon16.png') no-repeat center;
  content: '';
}
.icon-before-16.has-hover:hover::before {
  background-image: url('../images/icon16_hover.png');
}
.icon-before-17::before {
  background: url('../images/icon17.png') no-repeat center;
  content: '';
}
.icon-before-17.has-hover:hover::before {
  background-image: url('../images/icon17_hover.png');
}
.icon-before-18::before {
  background: url('../images/icon18.png') no-repeat center;
  content: '';
}
.icon-before-18.has-hover:hover::before {
  background-image: url('../images/icon18_hover.png');
}
.icon-before-19::before {
  background: url('../images/icon19.png') no-repeat center;
  content: '';
}
.icon-before-19.has-hover:hover::before {
  background-image: url('../images/icon19_hover.png');
}
.icon-before-20::before {
  background: url('../images/icon20.png') no-repeat center;
  content: '';
}
.icon-before-20.has-hover:hover::before {
  background-image: url('../images/icon20_hover.png');
}
.icon-before-21::before {
  background: url('../images/icon21.png') no-repeat center;
  content: '';
}
.icon-before-21.has-hover:hover::before {
  background-image: url('../images/icon21_hover.png');
}
.icon-before-22::before {
  background: url('../images/icon22.png') no-repeat center;
  content: '';
}
.icon-before-22.has-hover:hover::before {
  background-image: url('../images/icon22_hover.png');
}
.icon-before-23::before {
  background: url('../images/icon23.png') no-repeat center;
  content: '';
}
.icon-before-23.has-hover:hover::before {
  background-image: url('../images/icon23_hover.png');
}
.icon-before-24::before {
  background: url('../images/icon24.png') no-repeat center;
  content: '';
}
.icon-before-24.has-hover:hover::before {
  background-image: url('../images/icon24_hover.png');
}
.icon-before-25::before {
  background: url('../images/icon25.png') no-repeat center;
  content: '';
}
.icon-before-25.has-hover:hover::before {
  background-image: url('../images/icon25_hover.png');
}
.icon-before-26::before {
  background: url('../images/icon26.png') no-repeat center;
  content: '';
}
.icon-before-26.has-hover:hover::before {
  background-image: url('../images/icon26_hover.png');
}
.icon-before-27::before {
  background: url('../images/icon27.png') no-repeat center;
  content: '';
}
.icon-before-27.has-hover:hover::before {
  background-image: url('../images/icon27_hover.png');
}
.icon-before-28::before {
  background: url('../images/icon28.png') no-repeat center;
  content: '';
}
.icon-before-28.has-hover:hover::before {
  background-image: url('../images/icon28_hover.png');
}
.icon-before-29::before {
  background: url('../images/icon29.png') no-repeat center;
  content: '';
}
.icon-before-29.has-hover:hover::before {
  background-image: url('../images/icon29_hover.png');
}
.icon-before-30::before {
  background: url('../images/icon30.png') no-repeat center;
  content: '';
}
.icon-before-30.has-hover:hover::before {
  background-image: url('../images/icon30_hover.png');
}
.icon-before-31::before {
  background: url('../images/icon31.png') no-repeat center;
  content: '';
}
.icon-before-31.has-hover:hover::before {
  background-image: url('../images/icon31_hover.png');
}
.icon-before-32::before {
  background: url('../images/icon32.png') no-repeat center;
  content: '';
}
.icon-before-32.has-hover:hover::before {
  background-image: url('../images/icon32_hover.png');
}
.icon-before-33::before {
  background: url('../images/icon33.png') no-repeat center;
  content: '';
}
.icon-before-33.has-hover:hover::before {
  background-image: url('../images/icon33_hover.png');
}
.icon-before-34::before {
  background: url('../images/icon34.png') no-repeat center;
  content: '';
}
.icon-before-34.has-hover:hover::before {
  background-image: url('../images/icon34_hover.png');
}
.icon-before-35::before {
  background: url('../images/icon35.png') no-repeat center;
  content: '';
}
.icon-before-35.has-hover:hover::before {
  background-image: url('../images/icon35_hover.png');
}
.icon-before-36::before {
  background: url('../images/icon36.png') no-repeat center;
  content: '';
}
.icon-before-36.has-hover:hover::before {
  background-image: url('../images/icon36_hover.png');
}
.icon-before-37::before {
  background: url('../images/icon37.png') no-repeat center;
  content: '';
}
.icon-before-37.has-hover:hover::before {
  background-image: url('../images/icon37_hover.png');
}
.icon-before-38::before {
  background: url('../images/icon38.png') no-repeat center;
  content: '';
}
.icon-before-38.has-hover:hover::before {
  background-image: url('../images/icon38_hover.png');
}
.icon-before-39::before {
  background: url('../images/icon39.png') no-repeat center;
  content: '';
}
.icon-before-39.has-hover:hover::before {
  background-image: url('../images/icon39_hover.png');
}
.icon-before-40::before {
  background: url('../images/icon40.png') no-repeat center;
  content: '';
}
.icon-before-40.has-hover:hover::before {
  background-image: url('../images/icon40_hover.png');
}
.icon-before-41::before {
  background: url('../images/icon41.png') no-repeat center;
  content: '';
}
.icon-before-41.has-hover:hover::before {
  background-image: url('../images/icon41_hover.png');
}
.icon-before-42::before {
  background: url('../images/icon42.png') no-repeat center;
  content: '';
}
.icon-before-42.has-hover:hover::before {
  background-image: url('../images/icon42_hover.png');
}
.icon-before-43::before {
  background: url('../images/icon43.png') no-repeat center;
  content: '';
}
.icon-before-43.has-hover:hover::before {
  background-image: url('../images/icon43_hover.png');
}
.icon-before-44::before {
  background: url('../images/icon44.png') no-repeat center;
  content: '';
}
.icon-before-44.has-hover:hover::before {
  background-image: url('../images/icon44_hover.png');
}
.icon-before-45::before {
  background: url('../images/icon45.png') no-repeat center;
  content: '';
}
.icon-before-45.has-hover:hover::before {
  background-image: url('../images/icon45_hover.png');
}
.icon-before-46::before {
  background: url('../images/icon46.png') no-repeat center;
  content: '';
}
.icon-before-46.has-hover:hover::before {
  background-image: url('../images/icon46_hover.png');
}
.icon-before-47::before {
  background: url('../images/icon47.png') no-repeat center;
  content: '';
}
.icon-before-47.has-hover:hover::before {
  background-image: url('../images/icon47_hover.png');
}
.icon-before-48::before {
  background: url('../images/icon48.png') no-repeat center;
  content: '';
}
.icon-before-48.has-hover:hover::before {
  background-image: url('../images/icon48_hover.png');
}
.icon-before-49::before {
  background: url('../images/icon49.png') no-repeat center;
  content: '';
}
.icon-before-49.has-hover:hover::before {
  background-image: url('../images/icon49_hover.png');
}
.icon-before-50::before {
  background: url('../images/icon50.png') no-repeat center;
  content: '';
}
.icon-before-50.has-hover:hover::before {
  background-image: url('../images/icon50_hover.png');
}
.icon-before-51::before {
  background: url('../images/icon51.png') no-repeat center;
  content: '';
}
.icon-before-51.has-hover:hover::before {
  background-image: url('../images/icon51_hover.png');
}
.icon-before-52::before {
  background: url('../images/icon52.png') no-repeat center;
  content: '';
}
.icon-before-52.has-hover:hover::before {
  background-image: url('../images/icon52_hover.png');
}
.icon-before-53::before {
  background: url('../images/icon53.png') no-repeat center;
  content: '';
}
.icon-before-53.has-hover:hover::before {
  background-image: url('../images/icon53_hover.png');
}
.icon-before-54::before {
  background: url('../images/icon54.png') no-repeat center;
  content: '';
}
.icon-before-54.has-hover:hover::before {
  background-image: url('../images/icon54_hover.png');
}
.icon-before-55::before {
  background: url('../images/icon55.png') no-repeat center;
  content: '';
}
.icon-before-55.has-hover:hover::before {
  background-image: url('../images/icon55_hover.png');
}
.icon-before-56::before {
  background: url('../images/icon56.png') no-repeat center;
  content: '';
}
.icon-before-56.has-hover:hover::before {
  background-image: url('../images/icon56_hover.png');
}
.icon-before-57::before {
  background: url('../images/icon57.png') no-repeat center;
  content: '';
}
.icon-before-57.has-hover:hover::before {
  background-image: url('../images/icon57_hover.png');
}
.icon-before-58::before {
  background: url('../images/icon58.png') no-repeat center;
  content: '';
}
.icon-before-58.has-hover:hover::before {
  background-image: url('../images/icon58_hover.png');
}
.icon-before-59::before {
  background: url('../images/icon59.png') no-repeat center;
  content: '';
}
.icon-before-59.has-hover:hover::before {
  background-image: url('../images/icon59_hover.png');
}
.icon-before-60::before {
  background: url('../images/icon60.png') no-repeat center;
  content: '';
}
.icon-before-60.has-hover:hover::before {
  background-image: url('../images/icon60_hover.png');
}
.icon-before-61::before {
  background: url('../images/icon61.png') no-repeat center;
  content: '';
}
.icon-before-61.has-hover:hover::before {
  background-image: url('../images/icon61_hover.png');
}
.icon-before-62::before {
  background: url('../images/icon62.png') no-repeat center;
  content: '';
}
.icon-before-62.has-hover:hover::before {
  background-image: url('../images/icon62_hover.png');
}
.icon-before-63::before {
  background: url('../images/icon63.png') no-repeat center;
  content: '';
}
.icon-before-63.has-hover:hover::before {
  background-image: url('../images/icon63_hover.png');
}
.icon-before-64::before {
  background: url('../images/icon64.png') no-repeat center;
  content: '';
}
.icon-before-64.has-hover:hover::before {
  background-image: url('../images/icon64_hover.png');
}
.icon-before-65::before {
  background: url('../images/icon65.png') no-repeat center;
  content: '';
}
.icon-before-65.has-hover:hover::before {
  background-image: url('../images/icon65_hover.png');
}
.icon-before-66::before {
  background: url('../images/icon66.png') no-repeat center;
  content: '';
}
.icon-before-66.has-hover:hover::before {
  background-image: url('../images/icon66_hover.png');
}
.icon-before-67::before {
  background: url('../images/icon67.png') no-repeat center;
  content: '';
}
.icon-before-67.has-hover:hover::before {
  background-image: url('../images/icon67_hover.png');
}
.icon-before-68::before {
  background: url('../images/icon68.png') no-repeat center;
  content: '';
}
.icon-before-68.has-hover:hover::before {
  background-image: url('../images/icon68_hover.png');
}
.icon-before-69::before {
  background: url('../images/icon69.png') no-repeat center;
  content: '';
}
.icon-before-69.has-hover:hover::before {
  background-image: url('../images/icon69_hover.png');
}
.icon-before-70::before {
  background: url('../images/icon70.png') no-repeat center;
  content: '';
}
.icon-before-70.has-hover:hover::before {
  background-image: url('../images/icon70_hover.png');
}
.icon-before-71::before {
  background: url('../images/icon71.png') no-repeat center;
  content: '';
}
.icon-before-71.has-hover:hover::before {
  background-image: url('../images/icon71_hover.png');
}
.icon-before-72::before {
  background: url('../images/icon72.png') no-repeat center;
  content: '';
}
.icon-before-72.has-hover:hover::before {
  background-image: url('../images/icon72_hover.png');
}
.icon-before-73::before {
  background: url('../images/icon73.png') no-repeat center;
  content: '';
}
.icon-before-73.has-hover:hover::before {
  background-image: url('../images/icon73_hover.png');
}
.icon-before-74::before {
  background: url('../images/icon74.png') no-repeat center;
  content: '';
}
.icon-before-74.has-hover:hover::before {
  background-image: url('../images/icon74_hover.png');
}
.icon-before-75::before {
  background: url('../images/icon75.png') no-repeat center;
  content: '';
}
.icon-before-75.has-hover:hover::before {
  background-image: url('../images/icon75_hover.png');
}
.icon-before-76::before {
  background: url('../images/icon76.png') no-repeat center;
  content: '';
}
.icon-before-76.has-hover:hover::before {
  background-image: url('../images/icon76_hover.png');
}
.icon-before-77::before {
  background: url('../images/icon77.png') no-repeat center;
  content: '';
}
.icon-before-77.has-hover:hover::before {
  background-image: url('../images/icon77_hover.png');
}
.icon-before-78::before {
  background: url('../images/icon78.png') no-repeat center;
  content: '';
}
.icon-before-78.has-hover:hover::before {
  background-image: url('../images/icon78_hover.png');
}
.icon-before-79::before {
  background: url('../images/icon79.png') no-repeat center;
  content: '';
}
.icon-before-79.has-hover:hover::before {
  background-image: url('../images/icon79_hover.png');
}
.icon-before-80::before {
  background: url('../images/icon80.png') no-repeat center;
  content: '';
}
.icon-before-80.has-hover:hover::before {
  background-image: url('../images/icon80_hover.png');
}
.icon-before-81::before {
  background: url('../images/icon81.png') no-repeat center;
  content: '';
}
.icon-before-81.has-hover:hover::before {
  background-image: url('../images/icon81_hover.png');
}
.icon-before-82::before {
  background: url('../images/icon82.png') no-repeat center;
  content: '';
}
.icon-before-82.has-hover:hover::before {
  background-image: url('../images/icon82_hover.png');
}
.icon-before-83::before {
  background: url('../images/icon83.png') no-repeat center;
  content: '';
}
.icon-before-83.has-hover:hover::before {
  background-image: url('../images/icon83_hover.png');
}
.icon-before-84::before {
  background: url('../images/icon84.png') no-repeat center;
  content: '';
}
.icon-before-84.has-hover:hover::before {
  background-image: url('../images/icon84_hover.png');
}
.icon-before-85::before {
  background: url('../images/icon85.png') no-repeat center;
  content: '';
}
.icon-before-85.has-hover:hover::before {
  background-image: url('../images/icon85_hover.png');
}
.icon-before-86::before {
  background: url('../images/icon86.png') no-repeat center;
  content: '';
}
.icon-before-86.has-hover:hover::before {
  background-image: url('../images/icon86_hover.png');
}
.icon-before-87::before {
  background: url('../images/icon87.png') no-repeat center;
  content: '';
}
.icon-before-87.has-hover:hover::before {
  background-image: url('../images/icon87_hover.png');
}
.icon-before-88::before {
  background: url('../images/icon88.png') no-repeat center;
  content: '';
}
.icon-before-88.has-hover:hover::before {
  background-image: url('../images/icon88_hover.png');
}
.icon-before-89::before {
  background: url('../images/icon89.png') no-repeat center;
  content: '';
}
.icon-before-89.has-hover:hover::before {
  background-image: url('../images/icon89_hover.png');
}
.icon-before-90::before {
  background: url('../images/icon90.png') no-repeat center;
  content: '';
}
.icon-before-90.has-hover:hover::before {
  background-image: url('../images/icon90_hover.png');
}
.icon-before-91::before {
  background: url('../images/icon91.png') no-repeat center;
  content: '';
}
.icon-before-91.has-hover:hover::before {
  background-image: url('../images/icon91_hover.png');
}
.icon-before-92::before {
  background: url('../images/icon92.png') no-repeat center;
  content: '';
}
.icon-before-92.has-hover:hover::before {
  background-image: url('../images/icon92_hover.png');
}
.icon-before-93::before {
  background: url('../images/icon93.png') no-repeat center;
  content: '';
}
.icon-before-93.has-hover:hover::before {
  background-image: url('../images/icon93_hover.png');
}
.icon-before-94::before {
  background: url('../images/icon94.png') no-repeat center;
  content: '';
}
.icon-before-94.has-hover:hover::before {
  background-image: url('../images/icon94_hover.png');
}
.icon-before-95::before {
  background: url('../images/icon95.png') no-repeat center;
  content: '';
}
.icon-before-95.has-hover:hover::before {
  background-image: url('../images/icon95_hover.png');
}
.icon-before-96::before {
  background: url('../images/icon96.png') no-repeat center;
  content: '';
}
.icon-before-96.has-hover:hover::before {
  background-image: url('../images/icon96_hover.png');
}
.icon-before-97::before {
  background: url('../images/icon97.png') no-repeat center;
  content: '';
}
.icon-before-97.has-hover:hover::before {
  background-image: url('../images/icon97_hover.png');
}
.icon-before-98::before {
  background: url('../images/icon98.png') no-repeat center;
  content: '';
}
.icon-before-98.has-hover:hover::before {
  background-image: url('../images/icon98_hover.png');
}
.icon-before-99::before {
  background: url('../images/icon99.png') no-repeat center;
  content: '';
}
.icon-before-99.has-hover:hover::before {
  background-image: url('../images/icon99_hover.png');
}
.icon-before-100::before {
  background: url('../images/icon100.png') no-repeat center;
  content: '';
}
.icon-before-100.has-hover:hover::before {
  background-image: url('../images/icon100_hover.png');
}
.icon-after-1::after {
  background: url('../images/icon1.png') no-repeat center;
  content: '';
}
.icon-after-1.has-hover:hover::after {
  background-image: url('../images/icon1_hover.png');
}
.icon-after-2::after {
  background: url('../images/icon2.png') no-repeat center;
  content: '';
}
.icon-after-2.has-hover:hover::after {
  background-image: url('../images/icon2_hover.png');
}
.icon-after-3::after {
  background: url('../images/icon3.png') no-repeat center;
  content: '';
}
.icon-after-3.has-hover:hover::after {
  background-image: url('../images/icon3_hover.png');
}
.icon-after-4::after {
  background: url('../images/icon4.png') no-repeat center;
  content: '';
}
.icon-after-4.has-hover:hover::after {
  background-image: url('../images/icon4_hover.png');
}
.icon-after-5::after {
  background: url('../images/icon5.png') no-repeat center;
  content: '';
}
.icon-after-5.has-hover:hover::after {
  background-image: url('../images/icon5_hover.png');
}
.icon-after-6::after {
  background: url('../images/icon6.png') no-repeat center;
  content: '';
}
.icon-after-6.has-hover:hover::after {
  background-image: url('../images/icon6_hover.png');
}
.icon-after-7::after {
  background: url('../images/icon7.png') no-repeat center;
  content: '';
}
.icon-after-7.has-hover:hover::after {
  background-image: url('../images/icon7_hover.png');
}
.icon-after-8::after {
  background: url('../images/icon8.png') no-repeat center;
  content: '';
}
.icon-after-8.has-hover:hover::after {
  background-image: url('../images/icon8_hover.png');
}
.icon-after-9::after {
  background: url('../images/icon9.png') no-repeat center;
  content: '';
}
.icon-after-9.has-hover:hover::after {
  background-image: url('../images/icon9_hover.png');
}
.icon-after-10::after {
  background: url('../images/icon10.png') no-repeat center;
  content: '';
}
.icon-after-10.has-hover:hover::after {
  background-image: url('../images/icon10_hover.png');
}
.icon-after-11::after {
  background: url('../images/icon11.png') no-repeat center;
  content: '';
}
.icon-after-11.has-hover:hover::after {
  background-image: url('../images/icon11_hover.png');
}
.icon-after-12::after {
  background: url('../images/icon12.png') no-repeat center;
  content: '';
}
.icon-after-12.has-hover:hover::after {
  background-image: url('../images/icon12_hover.png');
}
.icon-after-13::after {
  background: url('../images/icon13.png') no-repeat center;
  content: '';
}
.icon-after-13.has-hover:hover::after {
  background-image: url('../images/icon13_hover.png');
}
.icon-after-14::after {
  background: url('../images/icon14.png') no-repeat center;
  content: '';
}
.icon-after-14.has-hover:hover::after {
  background-image: url('../images/icon14_hover.png');
}
.icon-after-15::after {
  background: url('../images/icon15.png') no-repeat center;
  content: '';
}
.icon-after-15.has-hover:hover::after {
  background-image: url('../images/icon15_hover.png');
}
.icon-after-16::after {
  background: url('../images/icon16.png') no-repeat center;
  content: '';
}
.icon-after-16.has-hover:hover::after {
  background-image: url('../images/icon16_hover.png');
}
.icon-after-17::after {
  background: url('../images/icon17.png') no-repeat center;
  content: '';
}
.icon-after-17.has-hover:hover::after {
  background-image: url('../images/icon17_hover.png');
}
.icon-after-18::after {
  background: url('../images/icon18.png') no-repeat center;
  content: '';
}
.icon-after-18.has-hover:hover::after {
  background-image: url('../images/icon18_hover.png');
}
.icon-after-19::after {
  background: url('../images/icon19.png') no-repeat center;
  content: '';
}
.icon-after-19.has-hover:hover::after {
  background-image: url('../images/icon19_hover.png');
}
.icon-after-20::after {
  background: url('../images/icon20.png') no-repeat center;
  content: '';
}
.icon-after-20.has-hover:hover::after {
  background-image: url('../images/icon20_hover.png');
}
.icon-after-21::after {
  background: url('../images/icon21.png') no-repeat center;
  content: '';
}
.icon-after-21.has-hover:hover::after {
  background-image: url('../images/icon21_hover.png');
}
.icon-after-22::after {
  background: url('../images/icon22.png') no-repeat center;
  content: '';
}
.icon-after-22.has-hover:hover::after {
  background-image: url('../images/icon22_hover.png');
}
.icon-after-23::after {
  background: url('../images/icon23.png') no-repeat center;
  content: '';
}
.icon-after-23.has-hover:hover::after {
  background-image: url('../images/icon23_hover.png');
}
.icon-after-24::after {
  background: url('../images/icon24.png') no-repeat center;
  content: '';
}
.icon-after-24.has-hover:hover::after {
  background-image: url('../images/icon24_hover.png');
}
.icon-after-25::after {
  background: url('../images/icon25.png') no-repeat center;
  content: '';
}
.icon-after-25.has-hover:hover::after {
  background-image: url('../images/icon25_hover.png');
}
.icon-after-26::after {
  background: url('../images/icon26.png') no-repeat center;
  content: '';
}
.icon-after-26.has-hover:hover::after {
  background-image: url('../images/icon26_hover.png');
}
.icon-after-27::after {
  background: url('../images/icon27.png') no-repeat center;
  content: '';
}
.icon-after-27.has-hover:hover::after {
  background-image: url('../images/icon27_hover.png');
}
.icon-after-28::after {
  background: url('../images/icon28.png') no-repeat center;
  content: '';
}
.icon-after-28.has-hover:hover::after {
  background-image: url('../images/icon28_hover.png');
}
.icon-after-29::after {
  background: url('../images/icon29.png') no-repeat center;
  content: '';
}
.icon-after-29.has-hover:hover::after {
  background-image: url('../images/icon29_hover.png');
}
.icon-after-30::after {
  background: url('../images/icon30.png') no-repeat center;
  content: '';
}
.icon-after-30.has-hover:hover::after {
  background-image: url('../images/icon30_hover.png');
}
.icon-after-31::after {
  background: url('../images/icon31.png') no-repeat center;
  content: '';
}
.icon-after-31.has-hover:hover::after {
  background-image: url('../images/icon31_hover.png');
}
.icon-after-32::after {
  background: url('../images/icon32.png') no-repeat center;
  content: '';
}
.icon-after-32.has-hover:hover::after {
  background-image: url('../images/icon32_hover.png');
}
.icon-after-33::after {
  background: url('../images/icon33.png') no-repeat center;
  content: '';
}
.icon-after-33.has-hover:hover::after {
  background-image: url('../images/icon33_hover.png');
}
.icon-after-34::after {
  background: url('../images/icon34.png') no-repeat center;
  content: '';
}
.icon-after-34.has-hover:hover::after {
  background-image: url('../images/icon34_hover.png');
}
.icon-after-35::after {
  background: url('../images/icon35.png') no-repeat center;
  content: '';
}
.icon-after-35.has-hover:hover::after {
  background-image: url('../images/icon35_hover.png');
}
.icon-after-36::after {
  background: url('../images/icon36.png') no-repeat center;
  content: '';
}
.icon-after-36.has-hover:hover::after {
  background-image: url('../images/icon36_hover.png');
}
.icon-after-37::after {
  background: url('../images/icon37.png') no-repeat center;
  content: '';
}
.icon-after-37.has-hover:hover::after {
  background-image: url('../images/icon37_hover.png');
}
.icon-after-38::after {
  background: url('../images/icon38.png') no-repeat center;
  content: '';
}
.icon-after-38.has-hover:hover::after {
  background-image: url('../images/icon38_hover.png');
}
.icon-after-39::after {
  background: url('../images/icon39.png') no-repeat center;
  content: '';
}
.icon-after-39.has-hover:hover::after {
  background-image: url('../images/icon39_hover.png');
}
.icon-after-40::after {
  background: url('../images/icon40.png') no-repeat center;
  content: '';
}
.icon-after-40.has-hover:hover::after {
  background-image: url('../images/icon40_hover.png');
}
.icon-after-41::after {
  background: url('../images/icon41.png') no-repeat center;
  content: '';
}
.icon-after-41.has-hover:hover::after {
  background-image: url('../images/icon41_hover.png');
}
.icon-after-42::after {
  background: url('../images/icon42.png') no-repeat center;
  content: '';
}
.icon-after-42.has-hover:hover::after {
  background-image: url('../images/icon42_hover.png');
}
.icon-after-43::after {
  background: url('../images/icon43.png') no-repeat center;
  content: '';
}
.icon-after-43.has-hover:hover::after {
  background-image: url('../images/icon43_hover.png');
}
.icon-after-44::after {
  background: url('../images/icon44.png') no-repeat center;
  content: '';
}
.icon-after-44.has-hover:hover::after {
  background-image: url('../images/icon44_hover.png');
}
.icon-after-45::after {
  background: url('../images/icon45.png') no-repeat center;
  content: '';
}
.icon-after-45.has-hover:hover::after {
  background-image: url('../images/icon45_hover.png');
}
.icon-after-46::after {
  background: url('../images/icon46.png') no-repeat center;
  content: '';
}
.icon-after-46.has-hover:hover::after {
  background-image: url('../images/icon46_hover.png');
}
.icon-after-47::after {
  background: url('../images/icon47.png') no-repeat center;
  content: '';
}
.icon-after-47.has-hover:hover::after {
  background-image: url('../images/icon47_hover.png');
}
.icon-after-48::after {
  background: url('../images/icon48.png') no-repeat center;
  content: '';
}
.icon-after-48.has-hover:hover::after {
  background-image: url('../images/icon48_hover.png');
}
.icon-after-49::after {
  background: url('../images/icon49.png') no-repeat center;
  content: '';
}
.icon-after-49.has-hover:hover::after {
  background-image: url('../images/icon49_hover.png');
}
.icon-after-50::after {
  background: url('../images/icon50.png') no-repeat center;
  content: '';
}
.icon-after-50.has-hover:hover::after {
  background-image: url('../images/icon50_hover.png');
}
.icon-after-51::after {
  background: url('../images/icon51.png') no-repeat center;
  content: '';
}
.icon-after-51.has-hover:hover::after {
  background-image: url('../images/icon51_hover.png');
}
.icon-after-52::after {
  background: url('../images/icon52.png') no-repeat center;
  content: '';
}
.icon-after-52.has-hover:hover::after {
  background-image: url('../images/icon52_hover.png');
}
.icon-after-53::after {
  background: url('../images/icon53.png') no-repeat center;
  content: '';
}
.icon-after-53.has-hover:hover::after {
  background-image: url('../images/icon53_hover.png');
}
.icon-after-54::after {
  background: url('../images/icon54.png') no-repeat center;
  content: '';
}
.icon-after-54.has-hover:hover::after {
  background-image: url('../images/icon54_hover.png');
}
.icon-after-55::after {
  background: url('../images/icon55.png') no-repeat center;
  content: '';
}
.icon-after-55.has-hover:hover::after {
  background-image: url('../images/icon55_hover.png');
}
.icon-after-56::after {
  background: url('../images/icon56.png') no-repeat center;
  content: '';
}
.icon-after-56.has-hover:hover::after {
  background-image: url('../images/icon56_hover.png');
}
.icon-after-57::after {
  background: url('../images/icon57.png') no-repeat center;
  content: '';
}
.icon-after-57.has-hover:hover::after {
  background-image: url('../images/icon57_hover.png');
}
.icon-after-58::after {
  background: url('../images/icon58.png') no-repeat center;
  content: '';
}
.icon-after-58.has-hover:hover::after {
  background-image: url('../images/icon58_hover.png');
}
.icon-after-59::after {
  background: url('../images/icon59.png') no-repeat center;
  content: '';
}
.icon-after-59.has-hover:hover::after {
  background-image: url('../images/icon59_hover.png');
}
.icon-after-60::after {
  background: url('../images/icon60.png') no-repeat center;
  content: '';
}
.icon-after-60.has-hover:hover::after {
  background-image: url('../images/icon60_hover.png');
}
.icon-after-61::after {
  background: url('../images/icon61.png') no-repeat center;
  content: '';
}
.icon-after-61.has-hover:hover::after {
  background-image: url('../images/icon61_hover.png');
}
.icon-after-62::after {
  background: url('../images/icon62.png') no-repeat center;
  content: '';
}
.icon-after-62.has-hover:hover::after {
  background-image: url('../images/icon62_hover.png');
}
.icon-after-63::after {
  background: url('../images/icon63.png') no-repeat center;
  content: '';
}
.icon-after-63.has-hover:hover::after {
  background-image: url('../images/icon63_hover.png');
}
.icon-after-64::after {
  background: url('../images/icon64.png') no-repeat center;
  content: '';
}
.icon-after-64.has-hover:hover::after {
  background-image: url('../images/icon64_hover.png');
}
.icon-after-65::after {
  background: url('../images/icon65.png') no-repeat center;
  content: '';
}
.icon-after-65.has-hover:hover::after {
  background-image: url('../images/icon65_hover.png');
}
.icon-after-66::after {
  background: url('../images/icon66.png') no-repeat center;
  content: '';
}
.icon-after-66.has-hover:hover::after {
  background-image: url('../images/icon66_hover.png');
}
.icon-after-67::after {
  background: url('../images/icon67.png') no-repeat center;
  content: '';
}
.icon-after-67.has-hover:hover::after {
  background-image: url('../images/icon67_hover.png');
}
.icon-after-68::after {
  background: url('../images/icon68.png') no-repeat center;
  content: '';
}
.icon-after-68.has-hover:hover::after {
  background-image: url('../images/icon68_hover.png');
}
.icon-after-69::after {
  background: url('../images/icon69.png') no-repeat center;
  content: '';
}
.icon-after-69.has-hover:hover::after {
  background-image: url('../images/icon69_hover.png');
}
.icon-after-70::after {
  background: url('../images/icon70.png') no-repeat center;
  content: '';
}
.icon-after-70.has-hover:hover::after {
  background-image: url('../images/icon70_hover.png');
}
.icon-after-71::after {
  background: url('../images/icon71.png') no-repeat center;
  content: '';
}
.icon-after-71.has-hover:hover::after {
  background-image: url('../images/icon71_hover.png');
}
.icon-after-72::after {
  background: url('../images/icon72.png') no-repeat center;
  content: '';
}
.icon-after-72.has-hover:hover::after {
  background-image: url('../images/icon72_hover.png');
}
.icon-after-73::after {
  background: url('../images/icon73.png') no-repeat center;
  content: '';
}
.icon-after-73.has-hover:hover::after {
  background-image: url('../images/icon73_hover.png');
}
.icon-after-74::after {
  background: url('../images/icon74.png') no-repeat center;
  content: '';
}
.icon-after-74.has-hover:hover::after {
  background-image: url('../images/icon74_hover.png');
}
.icon-after-75::after {
  background: url('../images/icon75.png') no-repeat center;
  content: '';
}
.icon-after-75.has-hover:hover::after {
  background-image: url('../images/icon75_hover.png');
}
.icon-after-76::after {
  background: url('../images/icon76.png') no-repeat center;
  content: '';
}
.icon-after-76.has-hover:hover::after {
  background-image: url('../images/icon76_hover.png');
}
.icon-after-77::after {
  background: url('../images/icon77.png') no-repeat center;
  content: '';
}
.icon-after-77.has-hover:hover::after {
  background-image: url('../images/icon77_hover.png');
}
.icon-after-78::after {
  background: url('../images/icon78.png') no-repeat center;
  content: '';
}
.icon-after-78.has-hover:hover::after {
  background-image: url('../images/icon78_hover.png');
}
.icon-after-79::after {
  background: url('../images/icon79.png') no-repeat center;
  content: '';
}
.icon-after-79.has-hover:hover::after {
  background-image: url('../images/icon79_hover.png');
}
.icon-after-80::after {
  background: url('../images/icon80.png') no-repeat center;
  content: '';
}
.icon-after-80.has-hover:hover::after {
  background-image: url('../images/icon80_hover.png');
}
.icon-after-81::after {
  background: url('../images/icon81.png') no-repeat center;
  content: '';
}
.icon-after-81.has-hover:hover::after {
  background-image: url('../images/icon81_hover.png');
}
.icon-after-82::after {
  background: url('../images/icon82.png') no-repeat center;
  content: '';
}
.icon-after-82.has-hover:hover::after {
  background-image: url('../images/icon82_hover.png');
}
.icon-after-83::after {
  background: url('../images/icon83.png') no-repeat center;
  content: '';
}
.icon-after-83.has-hover:hover::after {
  background-image: url('../images/icon83_hover.png');
}
.icon-after-84::after {
  background: url('../images/icon84.png') no-repeat center;
  content: '';
}
.icon-after-84.has-hover:hover::after {
  background-image: url('../images/icon84_hover.png');
}
.icon-after-85::after {
  background: url('../images/icon85.png') no-repeat center;
  content: '';
}
.icon-after-85.has-hover:hover::after {
  background-image: url('../images/icon85_hover.png');
}
.icon-after-86::after {
  background: url('../images/icon86.png') no-repeat center;
  content: '';
}
.icon-after-86.has-hover:hover::after {
  background-image: url('../images/icon86_hover.png');
}
.icon-after-87::after {
  background: url('../images/icon87.png') no-repeat center;
  content: '';
}
.icon-after-87.has-hover:hover::after {
  background-image: url('../images/icon87_hover.png');
}
.icon-after-88::after {
  background: url('../images/icon88.png') no-repeat center;
  content: '';
}
.icon-after-88.has-hover:hover::after {
  background-image: url('../images/icon88_hover.png');
}
.icon-after-89::after {
  background: url('../images/icon89.png') no-repeat center;
  content: '';
}
.icon-after-89.has-hover:hover::after {
  background-image: url('../images/icon89_hover.png');
}
.icon-after-90::after {
  background: url('../images/icon90.png') no-repeat center;
  content: '';
}
.icon-after-90.has-hover:hover::after {
  background-image: url('../images/icon90_hover.png');
}
.icon-after-91::after {
  background: url('../images/icon91.png') no-repeat center;
  content: '';
}
.icon-after-91.has-hover:hover::after {
  background-image: url('../images/icon91_hover.png');
}
.icon-after-92::after {
  background: url('../images/icon92.png') no-repeat center;
  content: '';
}
.icon-after-92.has-hover:hover::after {
  background-image: url('../images/icon92_hover.png');
}
.icon-after-93::after {
  background: url('../images/icon93.png') no-repeat center;
  content: '';
}
.icon-after-93.has-hover:hover::after {
  background-image: url('../images/icon93_hover.png');
}
.icon-after-94::after {
  background: url('../images/icon94.png') no-repeat center;
  content: '';
}
.icon-after-94.has-hover:hover::after {
  background-image: url('../images/icon94_hover.png');
}
.icon-after-95::after {
  background: url('../images/icon95.png') no-repeat center;
  content: '';
}
.icon-after-95.has-hover:hover::after {
  background-image: url('../images/icon95_hover.png');
}
.icon-after-96::after {
  background: url('../images/icon96.png') no-repeat center;
  content: '';
}
.icon-after-96.has-hover:hover::after {
  background-image: url('../images/icon96_hover.png');
}
.icon-after-97::after {
  background: url('../images/icon97.png') no-repeat center;
  content: '';
}
.icon-after-97.has-hover:hover::after {
  background-image: url('../images/icon97_hover.png');
}
.icon-after-98::after {
  background: url('../images/icon98.png') no-repeat center;
  content: '';
}
.icon-after-98.has-hover:hover::after {
  background-image: url('../images/icon98_hover.png');
}
.icon-after-99::after {
  background: url('../images/icon99.png') no-repeat center;
  content: '';
}
.icon-after-99.has-hover:hover::after {
  background-image: url('../images/icon99_hover.png');
}
.icon-after-100::after {
  background: url('../images/icon100.png') no-repeat center;
  content: '';
}
.icon-after-100.has-hover:hover::after {
  background-image: url('../images/icon100_hover.png');
}
@media (max-width: 750px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
.header::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  content: '';
}
.header::after {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
  content: '';
}
.header.active::before {
  border-bottom: 1px solid #c9caca;
  background-color: #fff;
}
.header.active .nav > ul > li > a {
  color: #595757;
}
.header.active .logo img {
  visibility: hidden;
}
.header.active .logo img.black {
  visibility: visible;
  opacity: 1;
}
.header.active .tools .lang {
  border-color: #898989;
}
.header.active .tools .lang span {
  color: #595757;
}
.header.active .tools .lang span.active {
  color: #fff;
  background-color: #898989;
}
.header.active .tools .line {
  background-color: #898989;
}
.header.active .tools .btn-search {
  background-image: url('../images/icon2.png');
}
.header .nav {
  position: relative;
  z-index: 3;
  font-size: 0;
  text-align: center;
}
.header .nav .hd {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0 10px;
  background-color: #191919;
}
.header .nav .hd .nav-logo {
  width: 100px;
}
.header .nav .hd .nav-logo img {
  display: block;
  width: 100%;
}
.header .nav .hd .nav-close {
  display: block;
  width: 42px;
  height: 42px;
  background: url('../images/menu_close.png') no-repeat center / 40%;
}
.header .nav .ft {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: none;
}
.header .nav .ft .nav-search {
  position: relative;
  padding-right: 40px;
  border: 1px solid #afafaf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #585858;
}
.header .nav .ft .nav-search input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  font-size: 14px;
  color: #fff;
  background: transparent;
}
.header .nav .ft .nav-search input::placeholder {
  color: #fff;
}
.header .nav .ft .nav-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: url('../images/icon51.png') no-repeat center / 40%;
}
.header .nav > ul {
  display: inline-block;
  font-size: 0;
}
.header .nav > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 13px;
  vertical-align: top;
}
.header .nav > ul > li > a {
  display: block;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  padding: 0 18px;
  font-size: 17px;
  color: #fff;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.header .nav > ul > li .sub {
  display: none;
  padding: 12px 0;
  font-size: 16px;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.header .nav > ul > li .sub.active {
  background-color: #e50027;
}
.header .nav > ul > li .sub.active li:not(:last-child) {
  border-color: #f28093;
}
.header .nav > ul > li .sub.active li a {
  color: #fff;
}
.header .nav > ul > li .sub li {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .nav > ul > li .sub li:hover {
	background-color: #fff;
}
.header .nav > ul > li .sub li:hover a{
	color:#595757;
}
.header .nav > ul > li .sub li:not(:last-child) {
  border-bottom: 1px solid transparent;
}
.header .nav > ul > li .sub li a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #595757;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .logo {
  position: absolute;
  top: 24px;
  left: 97px;
  z-index: 3;
  display: block;
}
.header .logo img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .logo img.black {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .tools {
  position: absolute;
  top: 29px;
  right: 109px;
  z-index: 3;
}
.header .tools > * {
  vertical-align: middle;
}
.header .tools .lang {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  -webkit-transition: border 0.4s ease;
  -moz-transition: border 0.4s ease;
  -ms-transition: border 0.4s ease;
  transition: border 0.4s ease;
}
.header .tools .lang span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .tools .lang span.active {
  color: #10171f;
  background-color: #fff;
}
.header .tools .line {
  display: inline-block;
  width: 1px;
  height: 20px;
  margin: 0 24px 0 22px;
  background-color: #fff;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.header .tools .btn-search {
  display: inline-block;
  width: 17px;
  height: 22px;
  background: url('../images/icon1.png') no-repeat center / 100%;
}
.header .tools .btn-menu {
  display: none;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background: url('../images/menu.png') no-repeat center / 17px;
}
@media (max-width: 1600px) {
  .header .logo {
    left: 30px;
  }
  .header .tools {
    right: 30px;
  }
}
@media (max-width: 1365px) {
  .header .nav > ul > li {
    margin: 0 5px;
  }
  .header .nav > ul > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1230px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header::before {
    display: none;
  }
  .header .nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding-bottom: 42px;
    background-color: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .header .nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header .nav .hd {
    display: flex;
  }
  .header .nav .ft {
    display: block;
  }
  .header .nav > ul {
    display: block;
    height: calc(100vh - 104px);
    overflow-y: auto;
  }
  .header .nav > ul > li {
    display: block;
    margin: 0 0 0 10px;
    text-align: left;
  }
  .header .nav > ul > li:not(:last-child) {
    border-bottom: 1px solid #afafaf;
  }
  .header .nav > ul > li > a {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  .header .nav > ul > li > a.arrow::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url('../images/icon50.png') no-repeat center / auto 35%;
    content: '';
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header .nav > ul > li > a.arrow.active::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header .nav > ul > li .sub {
    border-top: 1px solid #afafaf;
  }
  .header .nav > ul > li .sub li a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #c1c1c1;
  }
  .header .logo,
  .header .tools {
    position: static;
  }
  .header .logo {
    width: 100px;
  }
  .header .tools .line {
    display: none;
  }
  .header .tools .btn-menu {
    display: inline-block;
  }
  .header .tools .btn-search {
    display: none;
  }
}
.index-more {
  display: inline-block;
}
.index-more:hover {
  color: #e50027 !important;
}
.index-more.btn {
  padding: 0 30px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  border-radius: 46px;
  color: #fff;
  background-color: #e50027;
}
.index-more.btn:hover {
  color: #fff !important;
}
.index-more.btn.white {
  color: #e50027;
  background-color: #fff;
}
.index-more.btn.white:hover {
  color: #e50027 !important;
}
.index-more.btn.white span {
  background-image: url('../images/icon5.png');
}
.index-more.btn span {
  height: 46px;
  line-height: 46px;
  background-image: url('../images/icon9.png');
}
.index-more span {
  display: block;
  padding-right: 43px;
  font-size: 16px;
  background: url('../images/icon5.png') no-repeat right center;
}
@media (max-width: 1230px) {
  .index-more.btn {
    padding: 0 20px;
  }
  .index-more.btn span {
    height: 30px;
    line-height: 30px;
  }
  .index-more span {
    padding-right: 30px;
    font-size: 14px;
    background-size: 20px;
  }
}
.footer .bd {
  padding: 58px 148px 50px;
  color: #fff;
  background-color: #323338;
}
.footer .bd .logo img {
  display: block;
}
.footer .bd dl {
  line-height: 33px;
  margin: 0 0 0 6%;
  font-size: 15px;
}
.footer .bd dl:last-of-type {
  max-width: 320px;
  line-height: 26px;
}
.footer .bd dl dt {
  font-weight: bold;
}
.footer .bd dl dt:not(:first-child) {
  margin-top: 20px;
}
.footer .bd dl dt a {
  color: #fff;
}
.footer .bd dl dt a:hover {
  color: #e50027;
}
.footer .bd dl dd {
  margin: 0;
  color: #ddd;
}
.footer .bd dl dd a {
  color: #ddd;
}
.footer .bd dl dd a:hover {
  color: #e50027;
}
.footer .bd .wapnav {
  display: none;
  font-size: 14px;
  text-align: center;
}
.footer .bd .wapnav a {
  margin: 0 6px;
  color: #ddd;
}
.footer .bd .wapnav span {
  color: #8b8b8b;
}
.footer .bd .qrcode {
  text-align: center;
}
.footer .bd .qrcode img {
  display: block;
}
.footer .bd .qrcode p {
  margin: 13px 0 0;
  font-size: 15px;
}
.footer .ft {
  display: flex;
  justify-content: space-between;
  padding: 22px 148px 25px;
  font-size: 15px;
  color: #b5b5b6;
  background-color: #222;
}
.footer .ft .item {
  display: flex;
  align-items: center;
}
.footer .ft .item img {
  margin-right: 7px;
}
@media (max-width: 1800px) {
  .footer .bd dl:last-of-type {
    max-width: 280px;
  }
}
@media (max-width: 1760px) {
  .footer .bd dl {
    margin: 0 0 0 5%;
  }
  .footer .bd dl:last-of-type {
    max-width: 320px;
  }
}
@media (max-width: 1680px) {
  .footer .bd dl {
    margin: 0 0 0 4.5%;
  }
  .footer .bd dl:last-of-type {
    max-width: 280px;
  }
}
@media (max-width: 1600px) {
  .footer .bd {
    padding: 30px 60px;
  }
  .footer .bd dl {
    margin-left: 60px;
  }
  .footer .ft {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 1440px) {
  .footer .bd {
    padding: 30px;
  }
  .footer .bd dl {
    margin-left: 50px;
  }
  .footer .ft {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .footer .bd dl {
    margin-left: 40px;
  }
}
@media (max-width: 1230px) {
  .footer .bd {
    padding: 10px;
  }
  .footer .bd .logo {
    float: none;
  }
  .footer .bd .logo img {
    height: 50px;
    margin: 0 auto;
  }
  .footer .bd dl {
    float: none;
    margin: 0 0 10px;
  }
  .footer .bd dl dd {
    display: inline-block;
    margin-right: 10px;
  }
  .footer .bd .qrcode {
    float: none;
  }
  .footer .bd .qrcode img {
    margin: 0 auto;
  }
  .footer .ft {
    display: block;
    line-height: 20px;
    padding: 10px;
    font-size: 12px;
    text-align: center;
  }
  .footer .ft .item {
    display: block;
  }
  .footer .ft .item img {
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .footer .bd dl {
    display: none;
  }
  .footer .bd .wapnav {
    display: block;
    margin: 20px 0;
  }
}
.fixed-links {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9998;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fixed-links ul li {
  position: relative;
}
.fixed-links ul li:not(:last-child) {
  margin-bottom: 4px;
}
.fixed-links ul li:not(:last-child)::after {
  position: absolute;
  top: 5px;
  bottom: 5px;
  border-right: 1px solid #f28093;
  content: '';
}
.fixed-links ul li.zxlx a::before {
  background-image: url('../images/icon46.png');
}
.fixed-links ul li.zxly {
  display: none;
}
.fixed-links ul li.zxly a::before {
  background-image: url('../images/icon49.png');
}
.fixed-links ul li.gzh a::before {
  background-image: url('../images/icon47.png');
}
.fixed-links ul li.fhdb a::before {
  background-image: url('../images/icon48.png');
}
.fixed-links ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 78px;
  height: 79px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #e50027;
}
.fixed-links ul li a::before {
  display: block;
  width: 100%;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  content: '';
}
.fixed-links ul li a:hover::before {
  -webkit-animation: scaleImg 1s linear infinite;
  -moz-animation: scaleImg 1s linear infinite;
  -ms-animation: scaleImg 1s linear infinite;
  animation: scaleImg 1s linear infinite;
}
.fixed-links ul li a span {
  display: block;
}
.fixed-links ul li.gzh a:hover ~ .pic {
  display: block;
}
.fixed-links ul li.gzh .pic {
  position: absolute;
  top: 50%;
  right: 100%;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .fixed-links ul li.zxly {
    display: block;
  }
  .fixed-links ul li.fhdb {
    display: none;
  }
  .fixed-links ul li a {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  .fixed-links ul li a::before {
    height: 30px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1230px) {
  .fixed-links {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .fixed-links ul {
    display: flex;
  }
  .fixed-links ul li {
    flex: 1;
    margin: 0 !important;
  }
  .fixed-links ul li a {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .fixed-links ul li a::before {
    background-size: auto 80%;
  }
  .fixed-links ul li.gzh .pic{
	  top:auto;
	  right:auto;
	  bottom: 8px;
	  left:0;
  }
}
@-moz-keyframes scaleImg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleImg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleImg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleImg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
