@charset "UTF-8";

html {
  font-family: Arial, sans-serif;
  font-weight: normal;
}

.f-DemiBold,
.f-SemiBold,
.f-Bold,
.f-Heavy {
  font-weight: bold;
}

html {
  font-size: calc(100vw / 1920 * 100);
}

@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}

@media (max-width: 900px) {
  html {
    font-size: calc(900px / 1920 * 100);
  }
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.2;
  overflow-x: hidden;
  padding-top: 1rem;
}

body:-webkit-full-page-media {
  background: inherit;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.oh {
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

.color-theme {
  color: #1273b3;
}

.bg-theme {
  background-color: #1273b3;
}

.color-active {
  color: #d7773f;
}

.bg-active {
  background-color: #d7773f;
}

.bg-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#72c2f7), to(#1273b3));
  background: -o-linear-gradient(left, #72c2f7 0%, #1273b3 100%);
  background: linear-gradient(90deg, #72c2f7 0%, #1273b3 100%);
}

.color-0 {
  color: #000;
}

.bg-0 {
  background-color: #000;
}

.color-1 {
  color: #111;
}

.bg-1 {
  background-color: #111;
}

.color-2 {
  color: #222;
}

.bg-2 {
  background-color: #222;
}

.color-3 {
  color: #333;
}

.bg-3 {
  background-color: #333;
}

.color-4 {
  color: #444;
}

.bg-4 {
  background-color: #444;
}

.color-5 {
  color: #555;
}

.bg-5 {
  background-color: #555;
}

.color-6 {
  color: #666;
}

.bg-6 {
  background-color: #666;
}

.color-7 {
  color: #777;
}

.bg-7 {
  background-color: #777;
}

.color-8 {
  color: #888;
}

.bg-8 {
  background-color: #888;
}

.color-9 {
  color: #999;
}

.bg-9 {
  background-color: #999;
}

.color-a {
  color: #aaa;
}

.bg-a {
  background-color: #aaa;
}

.color-b {
  color: #bbb;
}

.bg-b {
  background-color: #bbb;
}

.color-c {
  color: #ccc;
}

.bg-c {
  background-color: #ccc;
}

.color-d {
  color: #ddd;
}

.bg-d {
  background-color: #ddd;
}

.color-e {
  color: #eee;
}

.bg-e {
  background-color: #eee;
}

.color-f {
  color: #fff;
}

.bg-f {
  background-color: #fff;
}

.ep1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ep2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ep3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ep4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ep5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.ep6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.ep7 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.ep8 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.ep9 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.s0 {
  font-size: 0;
}

@media (min-width: 1921px) {
  .s12 {
    font-size: 0.12rem;
  }

  .s13 {
    font-size: 0.13rem;
  }

  .s14 {
    font-size: 0.14rem;
  }

  .s15 {
    font-size: 0.15rem;
  }

  .s16 {
    font-size: 0.16rem;
  }

  .s17 {
    font-size: 0.17rem;
  }

  .s18 {
    font-size: 0.18rem;
  }

  .s19 {
    font-size: 0.19rem;
  }

  .s20 {
    font-size: 0.2rem;
  }

  .s21 {
    font-size: 0.21rem;
  }

  .s22 {
    font-size: 0.22rem;
  }

  .s23 {
    font-size: 0.23rem;
  }

  .s24 {
    font-size: 0.24rem;
  }

  .s25 {
    font-size: 0.25rem;
  }

  .s26 {
    font-size: 0.26rem;
  }

  .s27 {
    font-size: 0.27rem;
  }

  .s28 {
    font-size: 0.28rem;
  }

  .s29 {
    font-size: 0.29rem;
  }

  .s30 {
    font-size: 0.3rem;
  }

  .s31 {
    font-size: 0.31rem;
  }

  .s32 {
    font-size: 0.32rem;
  }

  .s33 {
    font-size: 0.33rem;
  }

  .s34 {
    font-size: 0.34rem;
  }

  .s35 {
    font-size: 0.35rem;
  }

  .s36 {
    font-size: 0.36rem;
  }

  .s37 {
    font-size: 0.37rem;
  }

  .s38 {
    font-size: 0.38rem;
  }

  .s39 {
    font-size: 0.39rem;
  }

  .s40 {
    font-size: 0.4rem;
  }

  .s41 {
    font-size: 0.41rem;
  }

  .s42 {
    font-size: 0.42rem;
  }

  .s43 {
    font-size: 0.43rem;
  }

  .s44 {
    font-size: 0.44rem;
  }

  .s45 {
    font-size: 0.45rem;
  }

  .s46 {
    font-size: 0.46rem;
  }

  .s47 {
    font-size: 0.47rem;
  }

  .s48 {
    font-size: 0.48rem;
  }

  .s49 {
    font-size: 0.49rem;
  }

  .s50 {
    font-size: 0.5rem;
  }

  .s51 {
    font-size: 0.51rem;
  }

  .s52 {
    font-size: 0.52rem;
  }

  .s53 {
    font-size: 0.53rem;
  }

  .s54 {
    font-size: 0.54rem;
  }

  .s55 {
    font-size: 0.55rem;
  }

  .s56 {
    font-size: 0.56rem;
  }

  .s57 {
    font-size: 0.57rem;
  }

  .s58 {
    font-size: 0.58rem;
  }

  .s59 {
    font-size: 0.59rem;
  }

  .s60 {
    font-size: 0.6rem;
  }

  .s61 {
    font-size: 0.61rem;
  }

  .s62 {
    font-size: 0.62rem;
  }

  .s63 {
    font-size: 0.63rem;
  }

  .s64 {
    font-size: 0.64rem;
  }

  .s65 {
    font-size: 0.65rem;
  }

  .s66 {
    font-size: 0.66rem;
  }

  .s67 {
    font-size: 0.67rem;
  }

  .s68 {
    font-size: 0.68rem;
  }

  .s69 {
    font-size: 0.69rem;
  }

  .s70 {
    font-size: 0.7rem;
  }

  .s71 {
    font-size: 0.71rem;
  }

  .s72 {
    font-size: 0.72rem;
  }

  .s73 {
    font-size: 0.73rem;
  }

  .s74 {
    font-size: 0.74rem;
  }

  .s75 {
    font-size: 0.75rem;
  }

  .s76 {
    font-size: 0.76rem;
  }

  .s77 {
    font-size: 0.77rem;
  }

  .s78 {
    font-size: 0.78rem;
  }

  .s79 {
    font-size: 0.79rem;
  }

  .s80 {
    font-size: 0.8rem;
  }

  .s81 {
    font-size: 0.81rem;
  }

  .s82 {
    font-size: 0.82rem;
  }

  .s83 {
    font-size: 0.83rem;
  }

  .s84 {
    font-size: 0.84rem;
  }

  .s85 {
    font-size: 0.85rem;
  }

  .s86 {
    font-size: 0.86rem;
  }

  .s87 {
    font-size: 0.87rem;
  }

  .s88 {
    font-size: 0.88rem;
  }

  .s89 {
    font-size: 0.89rem;
  }

  .s90 {
    font-size: 0.9rem;
  }

  .s91 {
    font-size: 0.91rem;
  }

  .s92 {
    font-size: 0.92rem;
  }

  .s93 {
    font-size: 0.93rem;
  }

  .s94 {
    font-size: 0.94rem;
  }

  .s95 {
    font-size: 0.95rem;
  }

  .s96 {
    font-size: 0.96rem;
  }

  .s97 {
    font-size: 0.97rem;
  }

  .s98 {
    font-size: 0.98rem;
  }

  .s99 {
    font-size: 0.99rem;
  }

  .s100 {
    font-size: 1rem;
  }
}

@media (max-width: 1920px) {
  .s12 {
    font-size: 12px;
  }

  .s13 {
    font-size: calc(12px + 1 * 100vw / 1920);
  }

  .s14 {
    font-size: calc(12px + 2 * 100vw / 1920);
  }

  .s15 {
    font-size: calc(12px + 3 * 100vw / 1920);
  }

  .s16 {
    font-size: calc(12px + 4 * 100vw / 1920);
  }

  .s17 {
    font-size: calc(12px + 5 * 100vw / 1920);
  }

  .s18 {
    font-size: calc(12px + 6 * 100vw / 1920);
  }

  .s19 {
    font-size: calc(12px + 7 * 100vw / 1920);
  }

  .s20 {
    font-size: calc(12px + 8 * 100vw / 1920);
  }

  .s21 {
    font-size: calc(12px + 9 * 100vw / 1920);
  }

  .s22 {
    font-size: calc(12px + 10 * 100vw / 1920);
  }

  .s23 {
    font-size: calc(12px + 11 * 100vw / 1920);
  }

  .s24 {
    font-size: calc(12px + 12 * 100vw / 1920);
  }

  .s25 {
    font-size: calc(12px + 13 * 100vw / 1920);
  }

  .s26 {
    font-size: calc(12px + 14 * 100vw / 1920);
  }

  .s27 {
    font-size: calc(12px + 15 * 100vw / 1920);
  }

  .s28 {
    font-size: calc(12px + 16 * 100vw / 1920);
  }

  .s29 {
    font-size: calc(12px + 17 * 100vw / 1920);
  }

  .s30 {
    font-size: calc(12px + 18 * 100vw / 1920);
  }

  .s31 {
    font-size: calc(12px + 19 * 100vw / 1920);
  }

  .s32 {
    font-size: calc(12px + 20 * 100vw / 1920);
  }

  .s33 {
    font-size: calc(12px + 21 * 100vw / 1920);
  }

  .s34 {
    font-size: calc(12px + 22 * 100vw / 1920);
  }

  .s35 {
    font-size: calc(12px + 23 * 100vw / 1920);
  }

  .s36 {
    font-size: calc(12px + 24 * 100vw / 1920);
  }

  .s37 {
    font-size: calc(12px + 25 * 100vw / 1920);
  }

  .s38 {
    font-size: calc(12px + 26 * 100vw / 1920);
  }

  .s39 {
    font-size: calc(12px + 27 * 100vw / 1920);
  }

  .s40 {
    font-size: calc(12px + 28 * 100vw / 1920);
  }

  .s41 {
    font-size: calc(12px + 29 * 100vw / 1920);
  }

  .s42 {
    font-size: calc(12px + 30 * 100vw / 1920);
  }

  .s43 {
    font-size: calc(12px + 31 * 100vw / 1920);
  }

  .s44 {
    font-size: calc(12px + 32 * 100vw / 1920);
  }

  .s45 {
    font-size: calc(12px + 33 * 100vw / 1920);
  }

  .s46 {
    font-size: calc(12px + 34 * 100vw / 1920);
  }

  .s47 {
    font-size: calc(12px + 35 * 100vw / 1920);
  }

  .s48 {
    font-size: calc(12px + 36 * 100vw / 1920);
  }

  .s49 {
    font-size: calc(12px + 37 * 100vw / 1920);
  }

  .s50 {
    font-size: calc(12px + 38 * 100vw / 1920);
  }

  .s51 {
    font-size: calc(12px + 39 * 100vw / 1920);
  }

  .s52 {
    font-size: calc(12px + 40 * 100vw / 1920);
  }

  .s53 {
    font-size: calc(12px + 41 * 100vw / 1920);
  }

  .s54 {
    font-size: calc(12px + 42 * 100vw / 1920);
  }

  .s55 {
    font-size: calc(12px + 43 * 100vw / 1920);
  }

  .s56 {
    font-size: calc(12px + 44 * 100vw / 1920);
  }

  .s57 {
    font-size: calc(12px + 45 * 100vw / 1920);
  }

  .s58 {
    font-size: calc(12px + 46 * 100vw / 1920);
  }

  .s59 {
    font-size: calc(12px + 47 * 100vw / 1920);
  }

  .s60 {
    font-size: calc(12px + 48 * 100vw / 1920);
  }

  .s61 {
    font-size: calc(12px + 49 * 100vw / 1920);
  }

  .s62 {
    font-size: calc(12px + 50 * 100vw / 1920);
  }

  .s63 {
    font-size: calc(12px + 51 * 100vw / 1920);
  }

  .s64 {
    font-size: calc(12px + 52 * 100vw / 1920);
  }

  .s65 {
    font-size: calc(12px + 53 * 100vw / 1920);
  }

  .s66 {
    font-size: calc(12px + 54 * 100vw / 1920);
  }

  .s67 {
    font-size: calc(12px + 55 * 100vw / 1920);
  }

  .s68 {
    font-size: calc(12px + 56 * 100vw / 1920);
  }

  .s69 {
    font-size: calc(12px + 57 * 100vw / 1920);
  }

  .s70 {
    font-size: calc(12px + 58 * 100vw / 1920);
  }

  .s71 {
    font-size: calc(12px + 59 * 100vw / 1920);
  }

  .s72 {
    font-size: calc(12px + 60 * 100vw / 1920);
  }

  .s73 {
    font-size: calc(12px + 61 * 100vw / 1920);
  }

  .s74 {
    font-size: calc(12px + 62 * 100vw / 1920);
  }

  .s75 {
    font-size: calc(12px + 63 * 100vw / 1920);
  }

  .s76 {
    font-size: calc(12px + 64 * 100vw / 1920);
  }

  .s77 {
    font-size: calc(12px + 65 * 100vw / 1920);
  }

  .s78 {
    font-size: calc(12px + 66 * 100vw / 1920);
  }

  .s79 {
    font-size: calc(12px + 67 * 100vw / 1920);
  }

  .s80 {
    font-size: calc(12px + 68 * 100vw / 1920);
  }

  .s81 {
    font-size: calc(12px + 69 * 100vw / 1920);
  }

  .s82 {
    font-size: calc(12px + 70 * 100vw / 1920);
  }

  .s83 {
    font-size: calc(12px + 71 * 100vw / 1920);
  }

  .s84 {
    font-size: calc(12px + 72 * 100vw / 1920);
  }

  .s85 {
    font-size: calc(12px + 73 * 100vw / 1920);
  }

  .s86 {
    font-size: calc(12px + 74 * 100vw / 1920);
  }

  .s87 {
    font-size: calc(12px + 75 * 100vw / 1920);
  }

  .s88 {
    font-size: calc(12px + 76 * 100vw / 1920);
  }

  .s89 {
    font-size: calc(12px + 77 * 100vw / 1920);
  }

  .s90 {
    font-size: calc(12px + 78 * 100vw / 1920);
  }

  .s91 {
    font-size: calc(12px + 79 * 100vw / 1920);
  }

  .s92 {
    font-size: calc(12px + 80 * 100vw / 1920);
  }

  .s93 {
    font-size: calc(12px + 81 * 100vw / 1920);
  }

  .s94 {
    font-size: calc(12px + 82 * 100vw / 1920);
  }

  .s95 {
    font-size: calc(12px + 83 * 100vw / 1920);
  }

  .s96 {
    font-size: calc(12px + 84 * 100vw / 1920);
  }

  .s97 {
    font-size: calc(12px + 85 * 100vw / 1920);
  }

  .s98 {
    font-size: calc(12px + 86 * 100vw / 1920);
  }

  .s99 {
    font-size: calc(12px + 87 * 100vw / 1920);
  }

  .s100 {
    font-size: calc(12px + 88 * 100vw / 1920);
  }
}

@media (max-width: 550px) {
  .s12 {
    font-size: 12px;
  }

  .s13 {
    font-size: calc(12px + 1 * 550px / 1920);
  }

  .s14 {
    font-size: calc(12px + 2 * 550px / 1920);
  }

  .s15 {
    font-size: calc(12px + 3 * 550px / 1920);
  }

  .s16 {
    font-size: calc(12px + 4 * 550px / 1920);
  }

  .s17 {
    font-size: calc(12px + 5 * 550px / 1920);
  }

  .s18 {
    font-size: calc(12px + 6 * 550px / 1920);
  }

  .s19 {
    font-size: calc(12px + 7 * 550px / 1920);
  }

  .s20 {
    font-size: calc(12px + 8 * 550px / 1920);
  }

  .s21 {
    font-size: calc(12px + 9 * 550px / 1920);
  }

  .s22 {
    font-size: calc(12px + 10 * 550px / 1920);
  }

  .s23 {
    font-size: calc(12px + 11 * 550px / 1920);
  }

  .s24 {
    font-size: calc(12px + 12 * 550px / 1920);
  }

  .s25 {
    font-size: calc(12px + 13 * 550px / 1920);
  }

  .s26 {
    font-size: calc(12px + 14 * 550px / 1920);
  }

  .s27 {
    font-size: calc(12px + 15 * 550px / 1920);
  }

  .s28 {
    font-size: calc(12px + 16 * 550px / 1920);
  }

  .s29 {
    font-size: calc(12px + 17 * 550px / 1920);
  }

  .s30 {
    font-size: calc(12px + 18 * 550px / 1920);
  }

  .s31 {
    font-size: calc(12px + 19 * 550px / 1920);
  }

  .s32 {
    font-size: calc(12px + 20 * 550px / 1920);
  }

  .s33 {
    font-size: calc(12px + 21 * 550px / 1920);
  }

  .s34 {
    font-size: calc(12px + 22 * 550px / 1920);
  }

  .s35 {
    font-size: calc(12px + 23 * 550px / 1920);
  }

  .s36 {
    font-size: calc(12px + 24 * 550px / 1920);
  }

  .s37 {
    font-size: calc(12px + 25 * 550px / 1920);
  }

  .s38 {
    font-size: calc(12px + 26 * 550px / 1920);
  }

  .s39 {
    font-size: calc(12px + 27 * 550px / 1920);
  }

  .s40 {
    font-size: calc(12px + 28 * 550px / 1920);
  }

  .s41 {
    font-size: calc(12px + 29 * 550px / 1920);
  }

  .s42 {
    font-size: calc(12px + 30 * 550px / 1920);
  }

  .s43 {
    font-size: calc(12px + 31 * 550px / 1920);
  }

  .s44 {
    font-size: calc(12px + 32 * 550px / 1920);
  }

  .s45 {
    font-size: calc(12px + 33 * 550px / 1920);
  }

  .s46 {
    font-size: calc(12px + 34 * 550px / 1920);
  }

  .s47 {
    font-size: calc(12px + 35 * 550px / 1920);
  }

  .s48 {
    font-size: calc(12px + 36 * 550px / 1920);
  }

  .s49 {
    font-size: calc(12px + 37 * 550px / 1920);
  }

  .s50 {
    font-size: calc(12px + 38 * 550px / 1920);
  }

  .s51 {
    font-size: calc(12px + 39 * 550px / 1920);
  }

  .s52 {
    font-size: calc(12px + 40 * 550px / 1920);
  }

  .s53 {
    font-size: calc(12px + 41 * 550px / 1920);
  }

  .s54 {
    font-size: calc(12px + 42 * 550px / 1920);
  }

  .s55 {
    font-size: calc(12px + 43 * 550px / 1920);
  }

  .s56 {
    font-size: calc(12px + 44 * 550px / 1920);
  }

  .s57 {
    font-size: calc(12px + 45 * 550px / 1920);
  }

  .s58 {
    font-size: calc(12px + 46 * 550px / 1920);
  }

  .s59 {
    font-size: calc(12px + 47 * 550px / 1920);
  }

  .s60 {
    font-size: calc(12px + 48 * 550px / 1920);
  }

  .s61 {
    font-size: calc(12px + 49 * 550px / 1920);
  }

  .s62 {
    font-size: calc(12px + 50 * 550px / 1920);
  }

  .s63 {
    font-size: calc(12px + 51 * 550px / 1920);
  }

  .s64 {
    font-size: calc(12px + 52 * 550px / 1920);
  }

  .s65 {
    font-size: calc(12px + 53 * 550px / 1920);
  }

  .s66 {
    font-size: calc(12px + 54 * 550px / 1920);
  }

  .s67 {
    font-size: calc(12px + 55 * 550px / 1920);
  }

  .s68 {
    font-size: calc(12px + 56 * 550px / 1920);
  }

  .s69 {
    font-size: calc(12px + 57 * 550px / 1920);
  }

  .s70 {
    font-size: calc(12px + 58 * 550px / 1920);
  }

  .s71 {
    font-size: calc(12px + 59 * 550px / 1920);
  }

  .s72 {
    font-size: calc(12px + 60 * 550px / 1920);
  }

  .s73 {
    font-size: calc(12px + 61 * 550px / 1920);
  }

  .s74 {
    font-size: calc(12px + 62 * 550px / 1920);
  }

  .s75 {
    font-size: calc(12px + 63 * 550px / 1920);
  }

  .s76 {
    font-size: calc(12px + 64 * 550px / 1920);
  }

  .s77 {
    font-size: calc(12px + 65 * 550px / 1920);
  }

  .s78 {
    font-size: calc(12px + 66 * 550px / 1920);
  }

  .s79 {
    font-size: calc(12px + 67 * 550px / 1920);
  }

  .s80 {
    font-size: calc(12px + 68 * 550px / 1920);
  }

  .s81 {
    font-size: calc(12px + 69 * 550px / 1920);
  }

  .s82 {
    font-size: calc(12px + 70 * 550px / 1920);
  }

  .s83 {
    font-size: calc(12px + 71 * 550px / 1920);
  }

  .s84 {
    font-size: calc(12px + 72 * 550px / 1920);
  }

  .s85 {
    font-size: calc(12px + 73 * 550px / 1920);
  }

  .s86 {
    font-size: calc(12px + 74 * 550px / 1920);
  }

  .s87 {
    font-size: calc(12px + 75 * 550px / 1920);
  }

  .s88 {
    font-size: calc(12px + 76 * 550px / 1920);
  }

  .s89 {
    font-size: calc(12px + 77 * 550px / 1920);
  }

  .s90 {
    font-size: calc(12px + 78 * 550px / 1920);
  }

  .s91 {
    font-size: calc(12px + 79 * 550px / 1920);
  }

  .s92 {
    font-size: calc(12px + 80 * 550px / 1920);
  }

  .s93 {
    font-size: calc(12px + 81 * 550px / 1920);
  }

  .s94 {
    font-size: calc(12px + 82 * 550px / 1920);
  }

  .s95 {
    font-size: calc(12px + 83 * 550px / 1920);
  }

  .s96 {
    font-size: calc(12px + 84 * 550px / 1920);
  }

  .s97 {
    font-size: calc(12px + 85 * 550px / 1920);
  }

  .s98 {
    font-size: calc(12px + 86 * 550px / 1920);
  }

  .s99 {
    font-size: calc(12px + 87 * 550px / 1920);
  }

  .s100 {
    font-size: calc(12px + 88 * 550px / 1920);
  }
}

.v12 {
  font-size: 0.625vw;
}

@media (min-width: 1921px) {
  .v12 {
    font-size: 12px;
  }
}

@media (max-width: 1920px) {
  .v12 {
    font-size: 12px;
  }
}

.v13 {
  font-size: 0.67708vw;
}

@media (min-width: 1921px) {
  .v13 {
    font-size: 13px;
  }
}

@media (max-width: 1801.84615px) {
  .v13 {
    font-size: 12.2px;
  }
}

.v14 {
  font-size: 0.72917vw;
}

@media (min-width: 1921px) {
  .v14 {
    font-size: 14px;
  }
}

@media (max-width: 1700.57143px) {
  .v14 {
    font-size: 12.4px;
  }
}

.v15 {
  font-size: 0.78125vw;
}

@media (min-width: 1921px) {
  .v15 {
    font-size: 15px;
  }
}

@media (max-width: 1612.8px) {
  .v15 {
    font-size: 12.6px;
  }
}

.v16 {
  font-size: 0.83333vw;
}

@media (min-width: 1921px) {
  .v16 {
    font-size: 16px;
  }
}

@media (max-width: 1536px) {
  .v16 {
    font-size: 12.8px;
  }
}

.v17 {
  font-size: 0.88542vw;
}

@media (min-width: 1921px) {
  .v17 {
    font-size: 17px;
  }
}

@media (max-width: 1468.23529px) {
  .v17 {
    font-size: 13px;
  }
}

.v18 {
  font-size: 0.9375vw;
}

@media (min-width: 1921px) {
  .v18 {
    font-size: 18px;
  }
}

@media (max-width: 1408px) {
  .v18 {
    font-size: 13.2px;
  }
}

.v19 {
  font-size: 0.98958vw;
}

@media (min-width: 1921px) {
  .v19 {
    font-size: 19px;
  }
}

@media (max-width: 1354.10526px) {
  .v19 {
    font-size: 13.4px;
  }
}

.v20 {
  font-size: 1.04167vw;
}

@media (min-width: 1921px) {
  .v20 {
    font-size: 20px;
  }
}

@media (max-width: 1305.6px) {
  .v20 {
    font-size: 13.6px;
  }
}

.v21 {
  font-size: 1.09375vw;
}

@media (min-width: 1921px) {
  .v21 {
    font-size: 21px;
  }
}

@media (max-width: 1261.71429px) {
  .v21 {
    font-size: 13.8px;
  }
}

.v22 {
  font-size: 1.14583vw;
}

@media (min-width: 1921px) {
  .v22 {
    font-size: 22px;
  }
}

@media (max-width: 1221.81818px) {
  .v22 {
    font-size: 14px;
  }
}

.v23 {
  font-size: 1.19792vw;
}

@media (min-width: 1921px) {
  .v23 {
    font-size: 23px;
  }
}

@media (max-width: 1185.3913px) {
  .v23 {
    font-size: 14.2px;
  }
}

.v24 {
  font-size: 1.25vw;
}

@media (min-width: 1921px) {
  .v24 {
    font-size: 24px;
  }
}

@media (max-width: 1152px) {
  .v24 {
    font-size: 14.4px;
  }
}

.v25 {
  font-size: 1.30208vw;
}

@media (min-width: 1921px) {
  .v25 {
    font-size: 25px;
  }
}

@media (max-width: 1121.28px) {
  .v25 {
    font-size: 14.6px;
  }
}

.v26 {
  font-size: 1.35417vw;
}

@media (min-width: 1921px) {
  .v26 {
    font-size: 26px;
  }
}

@media (max-width: 1092.92308px) {
  .v26 {
    font-size: 14.8px;
  }
}

.v27 {
  font-size: 1.40625vw;
}

@media (min-width: 1921px) {
  .v27 {
    font-size: 27px;
  }
}

@media (max-width: 1066.66667px) {
  .v27 {
    font-size: 15px;
  }
}

.v28 {
  font-size: 1.45833vw;
}

@media (min-width: 1921px) {
  .v28 {
    font-size: 28px;
  }
}

@media (max-width: 1042.28571px) {
  .v28 {
    font-size: 15.2px;
  }
}

.v29 {
  font-size: 1.51042vw;
}

@media (min-width: 1921px) {
  .v29 {
    font-size: 29px;
  }
}

@media (max-width: 1019.58621px) {
  .v29 {
    font-size: 15.4px;
  }
}

.v30 {
  font-size: 1.5625vw;
}

@media (min-width: 1921px) {
  .v30 {
    font-size: 30px;
  }
}

@media (max-width: 998.4px) {
  .v30 {
    font-size: 15.6px;
  }
}

.v31 {
  font-size: 1.61458vw;
}

@media (min-width: 1921px) {
  .v31 {
    font-size: 31px;
  }
}

@media (max-width: 978.58065px) {
  .v31 {
    font-size: 15.8px;
  }
}

.v32 {
  font-size: 1.66667vw;
}

@media (min-width: 1921px) {
  .v32 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .v32 {
    font-size: 16px;
  }
}

.v33 {
  font-size: 1.71875vw;
}

@media (min-width: 1921px) {
  .v33 {
    font-size: 33px;
  }
}

@media (max-width: 942.54545px) {
  .v33 {
    font-size: 16.2px;
  }
}

.v34 {
  font-size: 1.77083vw;
}

@media (min-width: 1921px) {
  .v34 {
    font-size: 34px;
  }
}

@media (max-width: 926.11765px) {
  .v34 {
    font-size: 16.4px;
  }
}

.v35 {
  font-size: 1.82292vw;
}

@media (min-width: 1921px) {
  .v35 {
    font-size: 35px;
  }
}

@media (max-width: 910.62857px) {
  .v35 {
    font-size: 16.6px;
  }
}

.v36 {
  font-size: 1.875vw;
}

@media (min-width: 1921px) {
  .v36 {
    font-size: 36px;
  }
}

@media (max-width: 896px) {
  .v36 {
    font-size: 16.8px;
  }
}

.v37 {
  font-size: 1.92708vw;
}

@media (min-width: 1921px) {
  .v37 {
    font-size: 37px;
  }
}

@media (max-width: 882.16216px) {
  .v37 {
    font-size: 17px;
  }
}

.v38 {
  font-size: 1.97917vw;
}

@media (min-width: 1921px) {
  .v38 {
    font-size: 38px;
  }
}

@media (max-width: 869.05263px) {
  .v38 {
    font-size: 17.2px;
  }
}

.v39 {
  font-size: 2.03125vw;
}

@media (min-width: 1921px) {
  .v39 {
    font-size: 39px;
  }
}

@media (max-width: 856.61538px) {
  .v39 {
    font-size: 17.4px;
  }
}

.v40 {
  font-size: 2.08333vw;
}

@media (min-width: 1921px) {
  .v40 {
    font-size: 40px;
  }
}

@media (max-width: 844.8px) {
  .v40 {
    font-size: 17.6px;
  }
}

.v41 {
  font-size: 2.13542vw;
}

@media (min-width: 1921px) {
  .v41 {
    font-size: 41px;
  }
}

@media (max-width: 833.56098px) {
  .v41 {
    font-size: 17.8px;
  }
}

.v42 {
  font-size: 2.1875vw;
}

@media (min-width: 1921px) {
  .v42 {
    font-size: 42px;
  }
}

@media (max-width: 822.85714px) {
  .v42 {
    font-size: 18px;
  }
}

.v43 {
  font-size: 2.23958vw;
}

@media (min-width: 1921px) {
  .v43 {
    font-size: 43px;
  }
}

@media (max-width: 812.65116px) {
  .v43 {
    font-size: 18.2px;
  }
}

.v44 {
  font-size: 2.29167vw;
}

@media (min-width: 1921px) {
  .v44 {
    font-size: 44px;
  }
}

@media (max-width: 802.90909px) {
  .v44 {
    font-size: 18.4px;
  }
}

.v45 {
  font-size: 2.34375vw;
}

@media (min-width: 1921px) {
  .v45 {
    font-size: 45px;
  }
}

@media (max-width: 793.6px) {
  .v45 {
    font-size: 18.6px;
  }
}

.v46 {
  font-size: 2.39583vw;
}

@media (min-width: 1921px) {
  .v46 {
    font-size: 46px;
  }
}

@media (max-width: 784.69565px) {
  .v46 {
    font-size: 18.8px;
  }
}

.v47 {
  font-size: 2.44792vw;
}

@media (min-width: 1921px) {
  .v47 {
    font-size: 47px;
  }
}

@media (max-width: 776.17021px) {
  .v47 {
    font-size: 19px;
  }
}

.v48 {
  font-size: 2.5vw;
}

@media (min-width: 1921px) {
  .v48 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .v48 {
    font-size: 19.2px;
  }
}

.v49 {
  font-size: 2.55208vw;
}

@media (min-width: 1921px) {
  .v49 {
    font-size: 49px;
  }
}

@media (max-width: 760.16327px) {
  .v49 {
    font-size: 19.4px;
  }
}

.v50 {
  font-size: 2.60417vw;
}

@media (min-width: 1921px) {
  .v50 {
    font-size: 50px;
  }
}

@media (max-width: 752.64px) {
  .v50 {
    font-size: 19.6px;
  }
}

.v51 {
  font-size: 2.65625vw;
}

@media (min-width: 1921px) {
  .v51 {
    font-size: 51px;
  }
}

@media (max-width: 745.41176px) {
  .v51 {
    font-size: 19.8px;
  }
}

.v52 {
  font-size: 2.70833vw;
}

@media (min-width: 1921px) {
  .v52 {
    font-size: 52px;
  }
}

@media (max-width: 738.46154px) {
  .v52 {
    font-size: 20px;
  }
}

.v53 {
  font-size: 2.76042vw;
}

@media (min-width: 1921px) {
  .v53 {
    font-size: 53px;
  }
}

@media (max-width: 731.77358px) {
  .v53 {
    font-size: 20.2px;
  }
}

.v54 {
  font-size: 2.8125vw;
}

@media (min-width: 1921px) {
  .v54 {
    font-size: 54px;
  }
}

@media (max-width: 725.33333px) {
  .v54 {
    font-size: 20.4px;
  }
}

.v55 {
  font-size: 2.86458vw;
}

@media (min-width: 1921px) {
  .v55 {
    font-size: 55px;
  }
}

@media (max-width: 719.12727px) {
  .v55 {
    font-size: 20.6px;
  }
}

.v56 {
  font-size: 2.91667vw;
}

@media (min-width: 1921px) {
  .v56 {
    font-size: 56px;
  }
}

@media (max-width: 713.14286px) {
  .v56 {
    font-size: 20.8px;
  }
}

.v57 {
  font-size: 2.96875vw;
}

@media (min-width: 1921px) {
  .v57 {
    font-size: 57px;
  }
}

@media (max-width: 707.36842px) {
  .v57 {
    font-size: 21px;
  }
}

.v58 {
  font-size: 3.02083vw;
}

@media (min-width: 1921px) {
  .v58 {
    font-size: 58px;
  }
}

@media (max-width: 701.7931px) {
  .v58 {
    font-size: 21.2px;
  }
}

.v59 {
  font-size: 3.07292vw;
}

@media (min-width: 1921px) {
  .v59 {
    font-size: 59px;
  }
}

@media (max-width: 696.40678px) {
  .v59 {
    font-size: 21.4px;
  }
}

.v60 {
  font-size: 3.125vw;
}

@media (min-width: 1921px) {
  .v60 {
    font-size: 60px;
  }
}

@media (max-width: 691.2px) {
  .v60 {
    font-size: 21.6px;
  }
}

.v61 {
  font-size: 3.17708vw;
}

@media (min-width: 1921px) {
  .v61 {
    font-size: 61px;
  }
}

@media (max-width: 686.16393px) {
  .v61 {
    font-size: 21.8px;
  }
}

.v62 {
  font-size: 3.22917vw;
}

@media (min-width: 1921px) {
  .v62 {
    font-size: 62px;
  }
}

@media (max-width: 681.29032px) {
  .v62 {
    font-size: 22px;
  }
}

.v63 {
  font-size: 3.28125vw;
}

@media (min-width: 1921px) {
  .v63 {
    font-size: 63px;
  }
}

@media (max-width: 676.57143px) {
  .v63 {
    font-size: 22.2px;
  }
}

.v64 {
  font-size: 3.33333vw;
}

@media (min-width: 1921px) {
  .v64 {
    font-size: 64px;
  }
}

@media (max-width: 672px) {
  .v64 {
    font-size: 22.4px;
  }
}

.v65 {
  font-size: 3.38542vw;
}

@media (min-width: 1921px) {
  .v65 {
    font-size: 65px;
  }
}

@media (max-width: 667.56923px) {
  .v65 {
    font-size: 22.6px;
  }
}

.v66 {
  font-size: 3.4375vw;
}

@media (min-width: 1921px) {
  .v66 {
    font-size: 66px;
  }
}

@media (max-width: 663.27273px) {
  .v66 {
    font-size: 22.8px;
  }
}

.v67 {
  font-size: 3.48958vw;
}

@media (min-width: 1921px) {
  .v67 {
    font-size: 67px;
  }
}

@media (max-width: 659.10448px) {
  .v67 {
    font-size: 23px;
  }
}

.v68 {
  font-size: 3.54167vw;
}

@media (min-width: 1921px) {
  .v68 {
    font-size: 68px;
  }
}

@media (max-width: 655.05882px) {
  .v68 {
    font-size: 23.2px;
  }
}

.v69 {
  font-size: 3.59375vw;
}

@media (min-width: 1921px) {
  .v69 {
    font-size: 69px;
  }
}

@media (max-width: 651.13043px) {
  .v69 {
    font-size: 23.4px;
  }
}

.v70 {
  font-size: 3.64583vw;
}

@media (min-width: 1921px) {
  .v70 {
    font-size: 70px;
  }
}

@media (max-width: 647.31429px) {
  .v70 {
    font-size: 23.6px;
  }
}

.v71 {
  font-size: 3.69792vw;
}

@media (min-width: 1921px) {
  .v71 {
    font-size: 71px;
  }
}

@media (max-width: 643.60563px) {
  .v71 {
    font-size: 23.8px;
  }
}

.v72 {
  font-size: 3.75vw;
}

@media (min-width: 1921px) {
  .v72 {
    font-size: 72px;
  }
}

@media (max-width: 640px) {
  .v72 {
    font-size: 24px;
  }
}

.v73 {
  font-size: 3.80208vw;
}

@media (min-width: 1921px) {
  .v73 {
    font-size: 73px;
  }
}

@media (max-width: 636.49315px) {
  .v73 {
    font-size: 24.2px;
  }
}

.v74 {
  font-size: 3.85417vw;
}

@media (min-width: 1921px) {
  .v74 {
    font-size: 74px;
  }
}

@media (max-width: 633.08108px) {
  .v74 {
    font-size: 24.4px;
  }
}

.v75 {
  font-size: 3.90625vw;
}

@media (min-width: 1921px) {
  .v75 {
    font-size: 75px;
  }
}

@media (max-width: 629.76px) {
  .v75 {
    font-size: 24.6px;
  }
}

.v76 {
  font-size: 3.95833vw;
}

@media (min-width: 1921px) {
  .v76 {
    font-size: 76px;
  }
}

@media (max-width: 626.52632px) {
  .v76 {
    font-size: 24.8px;
  }
}

.v77 {
  font-size: 4.01042vw;
}

@media (min-width: 1921px) {
  .v77 {
    font-size: 77px;
  }
}

@media (max-width: 623.37662px) {
  .v77 {
    font-size: 25px;
  }
}

.v78 {
  font-size: 4.0625vw;
}

@media (min-width: 1921px) {
  .v78 {
    font-size: 78px;
  }
}

@media (max-width: 620.30769px) {
  .v78 {
    font-size: 25.2px;
  }
}

.v79 {
  font-size: 4.11458vw;
}

@media (min-width: 1921px) {
  .v79 {
    font-size: 79px;
  }
}

@media (max-width: 617.31646px) {
  .v79 {
    font-size: 25.4px;
  }
}

.v80 {
  font-size: 4.16667vw;
}

@media (min-width: 1921px) {
  .v80 {
    font-size: 80px;
  }
}

@media (max-width: 614.4px) {
  .v80 {
    font-size: 25.6px;
  }
}

.v81 {
  font-size: 4.21875vw;
}

@media (min-width: 1921px) {
  .v81 {
    font-size: 81px;
  }
}

@media (max-width: 611.55556px) {
  .v81 {
    font-size: 25.8px;
  }
}

.v82 {
  font-size: 4.27083vw;
}

@media (min-width: 1921px) {
  .v82 {
    font-size: 82px;
  }
}

@media (max-width: 608.78049px) {
  .v82 {
    font-size: 26px;
  }
}

.v83 {
  font-size: 4.32292vw;
}

@media (min-width: 1921px) {
  .v83 {
    font-size: 83px;
  }
}

@media (max-width: 606.07229px) {
  .v83 {
    font-size: 26.2px;
  }
}

.v84 {
  font-size: 4.375vw;
}

@media (min-width: 1921px) {
  .v84 {
    font-size: 84px;
  }
}

@media (max-width: 603.42857px) {
  .v84 {
    font-size: 26.4px;
  }
}

.v85 {
  font-size: 4.42708vw;
}

@media (min-width: 1921px) {
  .v85 {
    font-size: 85px;
  }
}

@media (max-width: 600.84706px) {
  .v85 {
    font-size: 26.6px;
  }
}

.v86 {
  font-size: 4.47917vw;
}

@media (min-width: 1921px) {
  .v86 {
    font-size: 86px;
  }
}

@media (max-width: 598.32558px) {
  .v86 {
    font-size: 26.8px;
  }
}

.v87 {
  font-size: 4.53125vw;
}

@media (min-width: 1921px) {
  .v87 {
    font-size: 87px;
  }
}

@media (max-width: 595.86207px) {
  .v87 {
    font-size: 27px;
  }
}

.v88 {
  font-size: 4.58333vw;
}

@media (min-width: 1921px) {
  .v88 {
    font-size: 88px;
  }
}

@media (max-width: 593.45455px) {
  .v88 {
    font-size: 27.2px;
  }
}

.v89 {
  font-size: 4.63542vw;
}

@media (min-width: 1921px) {
  .v89 {
    font-size: 89px;
  }
}

@media (max-width: 591.10112px) {
  .v89 {
    font-size: 27.4px;
  }
}

.v90 {
  font-size: 4.6875vw;
}

@media (min-width: 1921px) {
  .v90 {
    font-size: 90px;
  }
}

@media (max-width: 588.8px) {
  .v90 {
    font-size: 27.6px;
  }
}

.v91 {
  font-size: 4.73958vw;
}

@media (min-width: 1921px) {
  .v91 {
    font-size: 91px;
  }
}

@media (max-width: 586.54945px) {
  .v91 {
    font-size: 27.8px;
  }
}

.v92 {
  font-size: 4.79167vw;
}

@media (min-width: 1921px) {
  .v92 {
    font-size: 92px;
  }
}

@media (max-width: 584.34783px) {
  .v92 {
    font-size: 28px;
  }
}

.v93 {
  font-size: 4.84375vw;
}

@media (min-width: 1921px) {
  .v93 {
    font-size: 93px;
  }
}

@media (max-width: 582.19355px) {
  .v93 {
    font-size: 28.2px;
  }
}

.v94 {
  font-size: 4.89583vw;
}

@media (min-width: 1921px) {
  .v94 {
    font-size: 94px;
  }
}

@media (max-width: 580.08511px) {
  .v94 {
    font-size: 28.4px;
  }
}

.v95 {
  font-size: 4.94792vw;
}

@media (min-width: 1921px) {
  .v95 {
    font-size: 95px;
  }
}

@media (max-width: 578.02105px) {
  .v95 {
    font-size: 28.6px;
  }
}

.v96 {
  font-size: 5vw;
}

@media (min-width: 1921px) {
  .v96 {
    font-size: 96px;
  }
}

@media (max-width: 576px) {
  .v96 {
    font-size: 28.8px;
  }
}

.v97 {
  font-size: 5.05208vw;
}

@media (min-width: 1921px) {
  .v97 {
    font-size: 97px;
  }
}

@media (max-width: 574.02062px) {
  .v97 {
    font-size: 29px;
  }
}

.v98 {
  font-size: 5.10417vw;
}

@media (min-width: 1921px) {
  .v98 {
    font-size: 98px;
  }
}

@media (max-width: 572.08163px) {
  .v98 {
    font-size: 29.2px;
  }
}

.v99 {
  font-size: 5.15625vw;
}

@media (min-width: 1921px) {
  .v99 {
    font-size: 99px;
  }
}

@media (max-width: 570.18182px) {
  .v99 {
    font-size: 29.4px;
  }
}

.v100 {
  font-size: 5.20833vw;
}

@media (min-width: 1921px) {
  .v100 {
    font-size: 100px;
  }
}

@media (max-width: 568.32px) {
  .v100 {
    font-size: 29.6px;
  }
}

.v101 {
  font-size: 5.26042vw;
}

@media (min-width: 1921px) {
  .v101 {
    font-size: 101px;
  }
}

@media (max-width: 566.49505px) {
  .v101 {
    font-size: 29.8px;
  }
}

.v102 {
  font-size: 5.3125vw;
}

@media (min-width: 1921px) {
  .v102 {
    font-size: 102px;
  }
}

@media (max-width: 564.70588px) {
  .v102 {
    font-size: 30px;
  }
}

.v103 {
  font-size: 5.36458vw;
}

@media (min-width: 1921px) {
  .v103 {
    font-size: 103px;
  }
}

@media (max-width: 562.95146px) {
  .v103 {
    font-size: 30.2px;
  }
}

.v104 {
  font-size: 5.41667vw;
}

@media (min-width: 1921px) {
  .v104 {
    font-size: 104px;
  }
}

@media (max-width: 561.23077px) {
  .v104 {
    font-size: 30.4px;
  }
}

.v105 {
  font-size: 5.46875vw;
}

@media (min-width: 1921px) {
  .v105 {
    font-size: 105px;
  }
}

@media (max-width: 559.54286px) {
  .v105 {
    font-size: 30.6px;
  }
}

.v106 {
  font-size: 5.52083vw;
}

@media (min-width: 1921px) {
  .v106 {
    font-size: 106px;
  }
}

@media (max-width: 557.88679px) {
  .v106 {
    font-size: 30.8px;
  }
}

.v107 {
  font-size: 5.57292vw;
}

@media (min-width: 1921px) {
  .v107 {
    font-size: 107px;
  }
}

@media (max-width: 556.26168px) {
  .v107 {
    font-size: 31px;
  }
}

.v108 {
  font-size: 5.625vw;
}

@media (min-width: 1921px) {
  .v108 {
    font-size: 108px;
  }
}

@media (max-width: 554.66667px) {
  .v108 {
    font-size: 31.2px;
  }
}

.v109 {
  font-size: 5.67708vw;
}

@media (min-width: 1921px) {
  .v109 {
    font-size: 109px;
  }
}

@media (max-width: 553.10092px) {
  .v109 {
    font-size: 31.4px;
  }
}

.v110 {
  font-size: 5.72917vw;
}

@media (min-width: 1921px) {
  .v110 {
    font-size: 110px;
  }
}

@media (max-width: 551.56364px) {
  .v110 {
    font-size: 31.6px;
  }
}

.v111 {
  font-size: 5.78125vw;
}

@media (min-width: 1921px) {
  .v111 {
    font-size: 111px;
  }
}

@media (max-width: 550.05405px) {
  .v111 {
    font-size: 31.8px;
  }
}

.v112 {
  font-size: 5.83333vw;
}

@media (min-width: 1921px) {
  .v112 {
    font-size: 112px;
  }
}

@media (max-width: 548.57143px) {
  .v112 {
    font-size: 32px;
  }
}

.v113 {
  font-size: 5.88542vw;
}

@media (min-width: 1921px) {
  .v113 {
    font-size: 113px;
  }
}

@media (max-width: 547.11504px) {
  .v113 {
    font-size: 32.2px;
  }
}

.v114 {
  font-size: 5.9375vw;
}

@media (min-width: 1921px) {
  .v114 {
    font-size: 114px;
  }
}

@media (max-width: 545.68421px) {
  .v114 {
    font-size: 32.4px;
  }
}

.v115 {
  font-size: 5.98958vw;
}

@media (min-width: 1921px) {
  .v115 {
    font-size: 115px;
  }
}

@media (max-width: 544.27826px) {
  .v115 {
    font-size: 32.6px;
  }
}

.v116 {
  font-size: 6.04167vw;
}

@media (min-width: 1921px) {
  .v116 {
    font-size: 116px;
  }
}

@media (max-width: 542.89655px) {
  .v116 {
    font-size: 32.8px;
  }
}

.v117 {
  font-size: 6.09375vw;
}

@media (min-width: 1921px) {
  .v117 {
    font-size: 117px;
  }
}

@media (max-width: 541.53846px) {
  .v117 {
    font-size: 33px;
  }
}

.v118 {
  font-size: 6.14583vw;
}

@media (min-width: 1921px) {
  .v118 {
    font-size: 118px;
  }
}

@media (max-width: 540.20339px) {
  .v118 {
    font-size: 33.2px;
  }
}

.v119 {
  font-size: 6.19792vw;
}

@media (min-width: 1921px) {
  .v119 {
    font-size: 119px;
  }
}

@media (max-width: 538.89076px) {
  .v119 {
    font-size: 33.4px;
  }
}

.v120 {
  font-size: 6.25vw;
}

@media (min-width: 1921px) {
  .v120 {
    font-size: 120px;
  }
}

@media (max-width: 537.6px) {
  .v120 {
    font-size: 33.6px;
  }
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 90%;
}

.noscroll {
  overflow: hidden;
}

.c-video {
  position: fixed;
  left: 0;
  top: 120%;
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.c-video.show {
  top: 0;
  display: block;
}

.c-video__main {
  width: 70%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-video__cnt {
  padding-top: calc(1080 / 1920 * 100%);
  position: relative;
  background: #000;
}

.c-video__iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-video__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.c-video__close {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #1273b3;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1000;
}

.c-video__close .icon {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

@media (max-width: 800px) {
  .c-video__main {
    width: 100%;
    height: 100%;
  }

  .c-video__cnt {
    height: 100%;
  }

  .c-video__close {
    right: 0;
  }
}

.rich-text {
  text-align: justify;
}

.rich-text * {
  max-width: 100%;
  text-wrap: wrap !important;
}

.rich-text img {
  height: auto;
  vertical-align: top;
}

.rich-text table {
  word-break: break-all;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-align {
  text-align: justify;
}

.c-pic {
  overflow: hidden;
  position: relative;
}

.c-pic .img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.c-pic .img img {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 901px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 900px) {
  .hidden-wap {
    display: none;
  }
}

.c-img-full {
  font-size: 0;
}

.c-img-full img {
  width: 100%;
}

.social-share .icon-wechat .wechat-qrcode {
  z-index: 100;
}

.c-scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #ccc;
}

.c-scroll::-webkit-scrollbar-thumb {
  background-color: #1273b3;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.7);
}

[data-ani] {
  opacity: 0;
}

.ani {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[data-ani-delay='100'] {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

[data-ani-delay='200'] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

[data-ani-delay='300'] {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

[data-ani-delay='400'] {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

[data-ani-delay='500'] {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

[data-ani-delay='600'] {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

[data-ani-delay='700'] {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

[data-ani-delay='800'] {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

[data-ani-delay='900'] {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

[data-ani-delay='1000'] {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

[data-ani=fade-in].ani {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

[data-ani=fade-up].ani {
  -webkit-animation-name: fade-up;
  animation-name: fade-up;
}

@-webkit-keyframes fade-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

[data-ani=fade-down].ani {
  -webkit-animation-name: fade-down;
  animation-name: fade-down;
}

@-webkit-keyframes fade-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

[data-ani=fade-left].ani {
  -webkit-animation-name: fade-left;
  animation-name: fade-left;
}

@-webkit-keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

[data-ani=fade-right].ani {
  -webkit-animation-name: fade-right;
  animation-name: fade-right;
}

@-webkit-keyframes zoom-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

[data-ani=zoom-in].ani {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

[data-original] {
  min-height: 10px;
}

@-webkit-keyframes mouse-move {
  0% {
    margin-bottom: 0;
  }

  100% {
    margin-bottom: .1rem;
  }
}

@keyframes mouse-move {
  0% {
    margin-bottom: 0;
  }

  100% {
    margin-bottom: .1rem;
  }
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes ball {
  0% {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }

  12.5% {
    left: 25%;
    top: 75%;
    -webkit-transform: translateY(0.45rem) scale(1.1);
    transform: translateY(0.45rem) scale(1.1);
  }

  25% {
    left: 50%;
    top: 100%;
    -webkit-transform: translateY(0) scale(1.2);
    transform: translateY(0) scale(1.2);
    z-index: 3;
  }

  37.5% {
    left: 75%;
    top: 75%;
    -webkit-transform: translateY(0.45rem) scale(1.1);
    transform: translateY(0.45rem) scale(1.1);
  }

  50% {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }

  62.5% {
    left: 75%;
    top: 25%;
    -webkit-transform: translateY(-0.45rem) scale(0.9);
    transform: translateY(-0.45rem) scale(0.9);
  }

  75% {
    left: 50%;
    top: 0;
    -webkit-transform: translateY(0) scale(0.8);
    transform: translateY(0) scale(0.8);
  }

  87.5% {
    left: 25%;
    top: 25%;
    -webkit-transform: translateY(-0.45rem) scale(0.9);
    transform: translateY(-0.45rem) scale(0.9);
  }

  100% {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes ball {
  0% {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }

  12.5% {
    left: 25%;
    top: 75%;
    -webkit-transform: translateY(0.45rem) scale(1.1);
    transform: translateY(0.45rem) scale(1.1);
  }

  25% {
    left: 50%;
    top: 100%;
    -webkit-transform: translateY(0) scale(1.2);
    transform: translateY(0) scale(1.2);
    z-index: 3;
  }

  37.5% {
    left: 75%;
    top: 75%;
    -webkit-transform: translateY(0.45rem) scale(1.1);
    transform: translateY(0.45rem) scale(1.1);
  }

  50% {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }

  62.5% {
    left: 75%;
    top: 25%;
    -webkit-transform: translateY(-0.45rem) scale(0.9);
    transform: translateY(-0.45rem) scale(0.9);
  }

  75% {
    left: 50%;
    top: 0;
    -webkit-transform: translateY(0) scale(0.8);
    transform: translateY(0) scale(0.8);
  }

  87.5% {
    left: 25%;
    top: 25%;
    -webkit-transform: translateY(-0.45rem) scale(0.9);
    transform: translateY(-0.45rem) scale(0.9);
  }

  100% {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes rotate_1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    height: 50%;
  }

  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: calc(12.16rem / 2);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 50%;
  }

  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    height: calc(12.16rem / 2);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    height: 50%;
  }
}

@keyframes rotate_1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    height: 50%;
  }

  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: calc(12.16rem / 2);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 50%;
  }

  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    height: calc(12.16rem / 2);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    height: 50%;
  }
}

@-webkit-keyframes turn_1 {
  from {
    -webkit-transform: perspective(12.16rem) rotateX(-10deg) rotateY(0deg);
    transform: perspective(12.16rem) rotateX(-10deg) rotateY(0deg);
  }

  to {
    -webkit-transform: perspective(12.16rem) rotateX(-10deg) rotateY(360deg);
    transform: perspective(12.16rem) rotateX(-10deg) rotateY(360deg);
  }
}

@keyframes turn_1 {
  from {
    -webkit-transform: perspective(12.16rem) rotateX(-10deg) rotateY(0deg);
    transform: perspective(12.16rem) rotateX(-10deg) rotateY(0deg);
  }

  to {
    -webkit-transform: perspective(12.16rem) rotateX(-10deg) rotateY(360deg);
    transform: perspective(12.16rem) rotateX(-10deg) rotateY(360deg);
  }
}

@-webkit-keyframes svg-circle {
  0% {
    stroke-dashoffset: 182.12;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes svg-circle {
  0% {
    stroke-dashoffset: 182.12;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes svg-circle-2 {
  0% {
    stroke-dashoffset: 69.08;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes svg-circle-2 {
  0% {
    stroke-dashoffset: 69.08;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.c-select {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-select input,
.c-select select {
  display: none;
}

.c-select__bd {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  width: 100%;
  background: #f6f6f6;
  color: #333;
  -webkit-box-shadow: 0 .05rem .1rem 0 #ccc;
  box-shadow: 0 .05rem .1rem 0 #ccc;
  display: none;
  max-height: 6rem;
  overflow: auto;
}

.c-select__option {
  line-height: 1.5;
  padding: .4em .2rem;
}

.c-select__option:hover {
  background-color: rgba(18, 115, 179, 0.7);
  color: #fff;
}

.c-select__option.on {
  background-color: #1273b3;
  color: #fff;
}

.c-select.show .c-select__bd {
  display: block;
}

.m-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 2rem;
  height: .6rem;
  border-radius: .6rem;
  padding: 0 .3rem;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  background: #1273b3;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.m-more:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#72c2f7), to(#1273b3));
  background: -o-linear-gradient(left, #72c2f7 0%, #1273b3 100%);
  background: linear-gradient(90deg, #72c2f7 0%, #1273b3 100%);
  border-radius: .6rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.m-more span {
  position: relative;
  z-index: 2;
}

.m-more:after {
  content: '';
  position: relative;
  z-index: 2;
  width: .24rem;
  height: .24rem;
  margin-left: .24rem;
  background: url(../images/i-more.png) no-repeat center/contain;
}

@media (any-hover: hover) {
  .m-more:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 0.1rem 0.1rem -0.05rem rgba(18, 115, 179, 0.5);
    box-shadow: 0 0.1rem 0.1rem -0.05rem rgba(18, 115, 179, 0.5);
  }

  .m-more:hover:before {
    opacity: 0;
  }
}

.media {
  background-color: #eee;
}

.media img,
.media video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-ratio {
  position: relative;
}

.media-ratio img,
.media-ratio video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-title {
  position: relative;
}

.m-title::before {
  content: '';
  position: absolute;
  left: -.37rem;
  top: .04rem;
  width: .22rem;
  height: .46rem;
  background: url(../images/i-title.png) no-repeat center/contain;
}

.m-title .en {
  margin-top: .07rem;
}

.m-title.center {
  text-align: center;
}

.m-title.center:before {
  display: none;
}

.m-title.center .cn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-title.center .cn::before {
  content: '';
  display: inline-block;
  width: .22rem;
  height: .46rem;
  background: url(../images/i-title.png) no-repeat center/contain;
  margin-right: .16rem;
}

.m-title.center .en {
  margin-top: .08rem;
}

.m-title.center.no-icon .cn {
  display: block;
}

.m-title.center.no-icon .cn:before {
  display: none;
}

.m-title.no-icon::before {
  display: none;
}

@media (max-width: 600px) {
  .m-title .cn {
    font-size: 6.93333vw;
  }

  .m-title .en {
    font-size: 12px;
  }
}

.md-ban {
  position: relative;
}

.md-ban .text {
  position: absolute;
  left: 0;
  top: 42.6%;
  z-index: 2;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.md-ban .cn {
  text-shadow: 0 0 0.142rem rgba(0, 0, 0, 0.5);
}

.md-ban .en {
  text-shadow: 0 0 0.142rem rgba(0, 0, 0, 0.5);
}

.md-ban .en::before {
  content: '';
  display: block;
  width: 0.52rem;
  height: 0.04rem;
  background: #d7773f;
  margin: .1rem 0 .11rem;
}

@media (max-width: 900px) {
  .md-ban .cn {
    font-size: 5vw;
  }

  .md-ban .en {
    font-size: 4vw;
  }
}

.m-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.m-pages .item {
  min-width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.6rem;
  padding: 0 .2em;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-color: #f5f5f5;
  margin-right: .1rem;
}

.m-pages .item:last-of-type {
  margin-right: 0;
}

.m-pages .item:hover,
.m-pages .item.on {
  background-color: #1273b3;
  color: #fff;
}

.m-pages .item.disabled {
  pointer-events: none;
}

.m-pages .item.prev,
.m-pages .item.next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: .08rem;
}

.m-pages .item.prev {
  background-image: url(../images/i-left-6.png);
}

.m-pages .item.prev:hover {
  background-image: url(../images/i-left-f.png);
}

.m-pages .item.next {
  background-image: url(../images/i-right-6.png);
}

.m-pages .item.next:hover {
  background-image: url(../images/i-right-f.png);
}

@media (max-width: 1400px) {
  .m-pages .item {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    line-height: 30px;
  }

  .m-pages .item.prev,
  .m-pages .item.next {
    background-size: 6px;
  }
}

.md-fun {
  border-bottom: 1px solid #eae9e8;
  overflow: hidden;
}

.md-fun .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .md-fun {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }

  .md-fun .layout {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .md-fun .md-subnav {
    border-bottom: 1px solid #eae9e8;
    padding: 0 5%;
  }

  .md-fun .md-subnav .li {
    margin-right: .6rem;
  }

  .md-fun .md-bread {
    line-height: 1.7;
    padding: 2% 5%;
  }
}

.md-subnav {
  line-height: 1.5;
}

.md-subnav .li {
  position: relative;
  width: auto;
  margin-right: .9rem;
  line-height: .8rem;
  min-width: .7rem;
  text-align: center;
}

.md-subnav .li:last-of-type {
  margin-right: 0;
}

.md-subnav .li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #1273b3;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 0;
}

.md-subnav .li.on {
  color: #1273b3;
}

.md-subnav .li.on:after {
  width: 100%;
  left: 0;
}

.md-subnav .li:hover {
  color: #1273b3;
}

.md-bread {
  line-height: .8rem;
}

.md-bread img {
  width: .21rem;
  min-width: 14px;
  margin-right: .1rem;
}

.md-bread a:hover {
  color: #1273b3;
}

.md-bread .split {
  margin: 0 .2em;
}

/* 头部 */
.md-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border-bottom: 0.08rem solid #1273b3;
}

.md-header .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.6rem;
}

.md-header .logo {
  margin-right: auto;
  padding: .1rem 0;
}

.md-header .logo img {
  max-height: 1rem;
}

.md-header .rg {
  width: 14rem;
}

.md-header .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .1rem 0;
  padding-right: 1.6rem;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#ececec));
  background-image: -o-linear-gradient(left, transparent, #ececec 100%);
  background-image: linear-gradient(90deg, transparent, #ececec 100%);
}

.md-header .lang .lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .3rem;
}

.md-header .lang .lang-item:last-of-type {
  margin-right: 0;
}

.md-header .lang .lang-item img {
  width: .25rem;
  margin-right: .1rem;
  opacity: .4;
}

.md-header .lang .lang-item.on img {
  opacity: 1;
}

.md-header .head-2 {
  padding-right: 1.6rem;
}

.md-header .nav-btn {
  display: none;
  position: relative;
  z-index: 12;
  width: 32px;
  padding: 5px;
  margin-left: .3rem;
}

.md-header .nav-btn span {
  display: block;
  height: 2px;
  background: #222;
  margin-bottom: 6px;
  border-radius: 2px;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

.md-header .nav-btn span:last-child {
  margin-bottom: 0;
}

.md-header .h-search {
  margin-left: .69rem;
  font-size: 0;
}

.md-header .h-search img {
  width: .2rem;
  min-width: 18px;
}

.md-header .h-lang {
  position: relative;
  margin-left: .35rem;
  display: none;
}

.md-header .h-lang .hd {
  height: 1rem;
}

.md-header .h-lang .hd .t1 {
  margin: 0 .06rem;
}

.md-header .h-lang .hd .i1 {
  width: .18rem;
  min-width: 18px;
}

.md-header .h-lang .hd .i2 {
  width: .11rem;
  min-width: 11px;
}

.md-header .h-lang .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  -webkit-transform: translate(-50%, 0.2rem);
  -ms-transform: translate(-50%, 0.2rem);
  transform: translate(-50%, 0.2rem);
  visibility: hidden;
  opacity: 0;
  width: 8em;
  -webkit-box-shadow: 0 0 0.32rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.32rem 0 rgba(0, 0, 0, 0.16);
  border-top: 0.03rem solid #1273b3;
  padding-top: .1rem;
  padding-bottom: .07rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.md-header .h-lang .bd a {
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: .6em .5em;
}

.md-header .h-lang .bd a:hover {
  background-color: rgba(18, 115, 179, 0.1);
}

.md-header .h-lang:hover .bd {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (min-width: 901px) {
  .md-header .nav {
    position: relative;
  }

  .md-header .nav .ul1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .md-header .nav .li1 {
    position: relative;
    margin-right: .765rem;
  }

  .md-header .nav .li1:last-child {
    margin-right: 0;
  }

  .md-header .nav .li1:last-child .a1:before {
    display: none;
  }

  .md-header .nav .li1.on .a1 {
    color: #1273b3;
  }

  .md-header .nav .li1:hover .a1 {
    color: #1273b3;
  }

  .md-header .nav .a1 {
    display: block;
    line-height: 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .md-header .nav .ul2 {
    position: absolute;
    left: 50%;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 180px;
    max-width: 20em;
    line-height: 1.5;
    color: #333;
    text-align: center;
    -webkit-box-shadow: 0 0 0.32rem 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0.32rem 0 rgba(0, 0, 0, 0.16);
    display: none;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    padding-top: 0.08rem;
  }

  .md-header .nav .ul2:before {
    content: '';
    position: absolute;
    top: -0.08rem;
    left: 50%;
    margin-left: -.1rem;
    border: 0.08rem solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.9);
  }

  .md-header .nav .ul2-cnt {
    background: rgba(255, 255, 255, 0.9);
    max-height: 60vh;
    overflow-y: auto;
    padding: .1rem 0;
    border-bottom: 0.05rem solid #1273b3;
  }

  .md-header .nav .a2 {
    display: block;
    padding: .5em 1.2em;
    position: relative;
  }

  .md-header .nav .a2:hover {
    color: #1273b3;
    font-weight: bold;
  }
}

@media (max-width: 900px) {
  .md-header .cnt {
    padding-left: 5%;
  }

  .md-header .rg {
    margin-left: 0;
  }

  .md-header .lang {
    display: none;
  }

  .md-header .head-2 {
    padding-right: 5%;
  }

  .md-header .nav-btn {
    display: block;
  }

  .md-header .h-lang {
    display: block;
    margin-left: .3rem;
  }

  .md-header .h-search {
    margin-left: 0;
  }

  .md-header .nav .ul1 {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    width: 80%;
    max-width: 300px;
    height: 100%;
    padding-top: 1rem;
    background: #fff;
    color: #000;
    overflow-y: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: block;
  }

  .md-header .nav .li1 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }

  .md-header .nav .li1:first-of-type {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
  }

  .md-header .nav .li1.show .mbtn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .md-header .nav .a1-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px 5px 15px;
  }

  .md-header .nav .a1 {
    display: block;
    padding: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .md-header .nav .mbtn {
    width: 30px;
    height: 30px;
    background: url(../images/i-cor-2.png) no-repeat center;
    margin-left: 20px;
  }

  .md-header .nav .ul2 {
    display: none;
    color: #666;
  }

  .md-header .nav .li2 {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }

  .md-header .nav .a2 {
    display: block;
    padding: 13px 10px 13px 30px;
  }

  .md-header .nav .mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: none;
  }

  .md-header.open .nav-btn span {
    background-color: #000;
  }

  .md-header.open .nav-btn span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .md-header.open .nav-btn span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .md-header.open .nav-btn span:nth-of-type(2) {
    width: 0;
  }

  .md-header.open .nav {
    margin: 0;
  }

  .md-header.open .nav .ul1 {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .md-header.open .nav .li1 {
    margin-right: 0;
  }

  .md-header.open .nav .mask {
    display: block;
  }
}

@media (max-width: 350px) {
  .md-header .layout {
    max-width: 94%;
  }

  .md-header .nav-btn {
    margin-left: 10px;
  }

  .md-header .h-lang .hd .t1 {
    display: none;
  }

  .md-header .h-lang .hd .i2 {
    display: none;
  }
}

/* 搜索 */
.md-search .mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: none;
}

.md-search .main {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  background: #fff;
  padding: .5rem 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.md-search .form {
  width: 6rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #999;
  padding-bottom: .1rem;
}

.md-search .form .ipt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  font-size: inherit;
}

.md-search .form .btn {
  border: none;
  background: #1273b3;
  height: .5rem;
  width: .5rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
}

.md-search .form .btn img {
  width: .23rem;
  min-width: 20px;
}

.md-search.show .main {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.md-search.show .mask {
  display: block;
}

@media (max-width: 1920px) {
  .md-search .form {
    width: 600px;
    max-width: 90%;
  }
}

.md-footer {
  background: #2e2f31;
  color: #fff;
}

.md-footer .foot-1 {
  padding-top: .46rem;
  padding-bottom: .41rem;
  position: relative;
}

.md-footer .foot-1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0.1)));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, #ffffff 50%, rgba(255, 255, 255, 0.1) 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #ffffff 50%, rgba(255, 255, 255, 0.1) 100%);
  opacity: 0.4;
}

.md-footer .foot-1 .logo {
  max-height: 1.72rem;
}

.md-footer .foot-1 .line {
  width: 1px;
  height: 0.67rem;
  background-color: #ffffff;
  opacity: 0.6;
  margin: 0 .47rem 0 .71rem;
}

.md-footer .foot-2 {
  padding: .64rem 0;
  min-height: 4.41rem;
}

.md-footer .foot-3 {
  background-image: url(../images/bg-footer.jpg);
}

.md-footer .foot-3 .layout {
  min-height: 1.11rem;
  padding: .2rem 0;
}

.md-footer .foot-3 .friend-links {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.md-footer .foot-3 .friend-links a {
  margin-right: 1.45em;
}

.md-footer .foot-3 .friend-links a:hover {
  color: #d7773f;
}

.md-footer .foot-3 .copy .color:hover {
  color: #d7773f;
}

.md-footer .contact-1 {
  width: calc(480 / 1600 * 100%);
  padding-right: .2rem;
}

.md-footer .contact-1 .t2 {
  margin-top: .14rem;
}

.md-footer .contact-1 .t3 {
  margin-top: .31rem;
}

.md-footer .contact-1 .t4 {
  opacity: .6;
  margin-top: .18rem;
}

.md-footer .prod {
  width: calc(352 / 1600 * 100%);
  padding-right: .2rem;
}

.md-footer .prod .list {
  margin-top: .19rem;
}

.md-footer .prod .list .li {
  display: block;
  margin-bottom: .18rem;
}

.md-footer .prod .list .li:last-of-type {
  margin-bottom: 0;
}

.md-footer .prod .list .li a {
  opacity: .6;
}

.md-footer .prod .list .li a:hover {
  opacity: 1;
  color: #d7773f;
}

.md-footer .contact-2 {
  width: calc(587 / 1600 * 100%);
  padding-right: .2rem;
}

.md-footer .contact-2 .desc {
  margin-top: .1rem;
  opacity: .6;
  line-height: 2.1;
}

.md-footer .code {
  width: calc(180 / 1600 * 100%);
}

.md-footer .code .img {
  margin-top: .25rem;
}

.md-footer .code img {
  display: block;
  width: 100%;
}

@media (max-width: 900px) {
  .md-footer .foot-2 .layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .md-footer .foot-3 .layout {
    display: block;
    line-height: 1.5;
  }

  .md-footer .col {
    width: 50%;
    margin-top: 20px;
  }

  .md-footer .code .img {
    width: 1.8rem;
  }
}

@media (max-width: 500px) {
  .md-footer .foot-2 {
    padding-top: 1px;
  }

  .md-footer .prod .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .md-footer .prod .list .li {
    width: 50%;
  }

  .md-footer .col {
    width: 100%;
    padding: 0;
  }

  .md-footer .contact-2 .desc {
    font-size: 13px;
    line-height: 1.7;
  }
}

.md-home-banner {
  position: relative;
}

.md-home-banner .list .li {
  position: relative;
}

.md-home-banner .list .swiper-slide-active .text .layout {
  -webkit-animation: fade-left 1.5s;
  animation: fade-left 1.5s;
}

.md-home-banner .list .media-ratio {
  padding-top: calc(812 / 1920 * 100%);
}

.md-home-banner .list .text {
  position: absolute;
  left: 0;
  top: 14.5%;
  z-index: 2;
  width: 100%;
}

.md-home-banner .list .cn {
  line-height: 1.1;
}

.md-home-banner .list .en {
  line-height: 1.19444;
}

.md-home-banner .list .swiper-pagination {
  bottom: 1rem;
  font-size: 0;
}

.md-home-banner .list .swiper-pagination-bullet {
  width: .08rem;
  height: .08rem;
  min-width: 4px;
  min-height: 4px;
  background: #fff;
  opacity: 1;
  margin: 0 .2rem 0 0;
  vertical-align: middle;
  position: relative;
}

.md-home-banner .list .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.md-home-banner .list .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
}

.md-home-banner .list .swiper-pagination-bullet svg circle {
  fill: none;
}

.md-home-banner .list .swiper-pagination-bullet svg .c2 {
  stroke: #1273b3;
  /* 2 x 3.14 x r */
  stroke-dasharray: 63;
  stroke-dashoffset: 63;
}

.md-home-banner .list .swiper-pagination-bullet-active {
  width: .22rem;
  height: .22rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.md-home-banner .list .swiper-pagination-bullet-active svg .c2 {
  stroke-dashoffset: 0;
  -webkit-transition: 4s linear;
  -o-transition: 4s linear;
  transition: 4s linear;
}

.md-home-banner .list .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .08rem;
  height: .08rem;
  border-radius: 50%;
  background-color: #1273b3;
}

@media (max-width: 900px) {
  .md-home-banner .list .media-ratio {
    padding-top: 50%;
  }

  .md-home-banner .list .swiper-pagination {
    bottom: 10%;
  }
}

@media (max-width: 500px) {
  .md-home-banner .list .text {
    font-size: 18px;
  }
}

.md-home-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md-home-about .text {
  width: 50%;
  padding: .96rem 1rem .6rem 1.6rem;
}

.md-home-about .desc {
  line-height: 1.5;
  margin-top: .31rem;
  text-align: justify;
}

.md-home-about .more {
  margin-top: .33rem;
}

.md-home-about .c-pic {
  width: 50%;
}

.md-home-about .img {
  padding-top: calc(880 / 960 * 100%);
  min-height: 100%;
}

.md-home-about .data {
  width: 10rem;
  background-color: #fff;
  border-radius: .2rem;
  -webkit-box-shadow: 0.023rem 0.033rem 0.2rem 0rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.023rem 0.033rem 0.2rem 0rem rgba(0, 0, 0, 0.2);
  padding: .45rem 0;
  margin-top: 1.11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.md-home-about .data .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: .28rem .6rem .35rem;
  position: relative;
}

.md-home-about .data .item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #999999), color-stop(74%, #cccccc), to(#ffffff));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #999999 50%, #cccccc 74%, #ffffff 100%);
  background-image: linear-gradient(0deg, #ffffff 0%, #999999 50%, #cccccc 74%, #ffffff 100%);
}

.md-home-about .data .item:last-of-type:after {
  display: none;
}

.md-home-about .data .tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.md-home-about .data .t1 {
  font-size: 0;
}

.md-home-about .data .num {
  font-family: 'Oswald';
  font-weight: 500;
  display: inline-block;
  vertical-align: baseline;
  letter-spacing: 2px;
}

.md-home-about .data .unit {
  margin-left: .11rem;
  display: inline-block;
  vertical-align: baseline;
}

.md-home-about .data .t2 {
  margin-top: .1rem;
}

.md-home-about .data .icon {
  width: .4rem;
}

@media (max-width: 900px) {
  .md-home-about {
    display: block;
  }

  .md-home-about .text {
    width: 100%;
    padding: 8% 5% 5%;
  }

  .md-home-about .c-pic {
    width: 100%;
  }

  .md-home-about .data {
    width: 100%;
    margin-top: 5%;
  }
}

@media (max-width: 600px) {
  .md-home-about .data {
    display: block;
    padding: 2.5% 0;
  }

  .md-home-about .data .item {
    padding: 2.5% 5%;
  }

  .md-home-about .data .item:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #dfdfdf), to(#ffffff));
    background-image: -o-linear-gradient(left, #ffffff 0%, #dfdfdf 50%, #ffffff 100%);
    background-image: linear-gradient(90deg, #ffffff 0%, #dfdfdf 50%, #ffffff 100%);
  }

  .md-home-about .data .num {
    font-size: 24px;
  }

  .md-home-about .data .icon {
    width: 30px;
  }
}

.md-home-prod {
  background-color: #f4f8fb;
  padding-top: .96rem;
  padding-bottom: .8rem;
}

.md-home-prod .list {
  margin-top: .32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.md-home-prod .list .li {
  border-radius: .2rem;
  overflow: hidden;
  width: calc(520 / 1600 * 100%);
  margin-right: calc(20 / 1600 * 100%);
  margin-bottom: .2rem;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.md-home-prod .list .li:nth-of-type(3n) {
  margin-right: 0;
}

.md-home-prod .list .li:hover {
  -webkit-box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.15);
  box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.15);
}

.md-home-prod .list .li:hover .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.md-home-prod .list .li:hover .tit {
  color: #1273b3;
}

.md-home-prod .list .img {
  padding-top: calc(270 / 520 * 100%);
}

.md-home-prod .list .text {
  background-color: #fff;
  padding: .3rem .41rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md-home-prod .list .tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.md-home-prod .list .more {
  width: .7rem;
  height: .3rem;
  background: -webkit-gradient(linear, left top, right top, from(#72c2f7), to(#1273b3));
  background: -o-linear-gradient(left, #72c2f7 0%, #1273b3 100%);
  background: linear-gradient(90deg, #72c2f7 0%, #1273b3 100%);
  border-radius: .3rem;
  overflow: hidden;
}

.md-home-prod .list .more::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/i-more.png) no-repeat center/0.24rem;
}

@media (max-width: 900px) {
  .md-home-prod .list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .md-home-prod .list .li {
    width: 49%;
    margin-right: 0;
  }

  .md-home-prod .list .text {
    padding: .3rem;
  }
}

@media (max-width: 500px) {
  .md-home-prod .list .li {
    width: 100%;
  }
}

.md-home-news {
  padding-top: .91rem;
  padding-bottom: 1.44rem;
}

.md-home-news .row {
  margin-top: .22rem;
}

.md-home-news .one {
  width: calc(1020 / 1600 * 100%);
  margin-right: auto;
  position: relative;
}

.md-home-news .one .c-pic {
  border-radius: .2rem;
}

.md-home-news .one .img {
  padding-top: calc(582 / 1020 * 100%);
  background-color: #eee;
}

.md-home-news .one .text {
  position: absolute;
  right: 0;
  bottom: -.44rem;
  border-radius: 0.2rem 0rem 0.2rem 0.2rem;
  width: calc(380 / 1020 * 100%);
  padding: .43rem .5rem .62rem;
}

.md-home-news .one .cate {
  margin-bottom: .25rem;
}

.md-home-news .one .tit {
  line-height: 1.21;
}

.md-home-news .one .more {
  margin-top: .16rem;
}

.md-home-news .one:hover .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.md-home-news .list {
  width: calc(500 / 1600 * 100%);
  border-top: 1px solid #e0dbd5;
  padding-top: .08rem;
}

.md-home-news .list .li {
  display: block;
  border-bottom: 1px solid #e0dbd5;
  padding: .27rem 0 .61rem;
  padding-right: .6rem;
}

.md-home-news .list .li:hover .tit {
  color: #1273b3;
}

.md-home-news .list .date {
  margin-bottom: .24rem;
}

.md-home-news .list .tit {
  line-height: 1.21;
}

@media (max-width: 900px) {
  .md-home-news {
    padding-bottom: .8rem;
  }

  .md-home-news .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .md-home-news .one {
    width: 100%;
  }

  .md-home-news .one .c-pic {
    border-radius: .2rem .2rem 0 0;
  }

  .md-home-news .one .text {
    position: static;
    width: 100%;
    border-radius: 0 0 .2rem .2rem;
  }

  .md-home-news .list {
    width: 100%;
    margin-top: 5%;
  }

  .md-home-news .list .li {
    padding-right: 0;
  }
}

.md-prod-1 {
  padding-top: .94rem;
}

.md-prod-1 .list {
  margin-top: .55rem;
}

.md-prod-2 {
  font-size: 0;
  background-color: #f4f8fb;
}

.md-prod-2 .side {
  display: inline-block;
  vertical-align: top;
  width: calc(480 / 1920 * 100%);
  background-color: #f4f8fb;
  padding-left: 1.6rem;
  padding-right: .39rem;
  padding-top: .97rem;
  padding-bottom: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.md-prod-2 .side .close {
  display: none;
  position: absolute;
  right: .3rem;
  top: .3rem;
  width: .3rem;
  height: .3rem;
  background: url(../images/i-close.png) no-repeat center/contain;
}

.md-prod-2 .side .btn {
  width: 0.24rem;
  height: .24rem;
  min-width: 20px;
  min-height: 20px;
  background: url(../images/i-2.png) no-repeat center/50%;
  cursor: pointer;
}

.md-prod-2 .side .btn:hover {
  background-color: rgba(215, 119, 63, 0.1);
}

.md-prod-2 .mask {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.md-prod-2 .main {
  display: inline-block;
  vertical-align: top;
  width: calc(1440 / 1920 * 100%);
  padding: .95rem 1.6rem 1rem .8rem;
  background-color: #fff;
}

.md-prod-2 .main .btn-wap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  margin-bottom: 5%;
  display: none;
}

.md-prod-2 .main .btn-wap img {
  width: 20px;
  margin-right: .1rem;
}

.md-prod-2 .main .desc {
  line-height: 1.5;
  margin-top: .27rem;
}

.md-prod-2 .main .labels {
  margin-top: .13rem;
}

.md-prod-2 .main .labels .label {
  line-height: 1.875;
  border-radius: .3rem;
  padding: 0 1.5em;
  text-align: center;
  min-width: 1.2rem;
  margin-right: .2rem;
  margin-bottom: .2rem;
}

.md-prod-2 .main .labels .label:last-of-type {
  margin-right: 0;
}

.md-prod-2 .main .photos {
  margin-top: .2rem;
}

.md-prod-2 .main .photos .c-pic {
  border-radius: .1rem;
  width: calc(393 / 1200 * 100%);
  margin-right: calc(10 / 1200 * 100%);
  margin-bottom: .1rem;
}

.md-prod-2 .main .photos .c-pic:nth-of-type(3n) {
  margin-right: 0;
}

.md-prod-2 .main .photos .c-pic:hover .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.md-prod-2 .main .photos .img {
  padding-top: calc(250 / 393 * 100%);
}

.md-prod-2 .main .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: .5rem;
}

.md-prod-2 .main .list .li {
  background-color: #f4f8fb;
  width: calc(575 / 1200 * 100%);
  padding: .6rem .2rem;
  margin-bottom: .5rem;
  border-radius: .1rem;
}

.md-prod-2 .main .list .icon img {
  height: .5rem;
}

.md-prod-2 .main .list .tit {
  margin-top: .15rem;
}

.md-prod-2 .main .list .data {
  margin-top: .09rem;
  line-height: 1.5;
}

.md-prod-2 .main .list .data img {
  width: .16rem;
  min-width: 1em;
  margin-right: .05rem;
}

.md-prod-2 .main .table-wrap .tips {
  margin-top: .15rem;
  display: none;
}

.md-prod-2 .main .table {
  text-align: center;
  margin-top: .1rem;
  overflow-x: auto;
}

.md-prod-2 .main .table table {
  width: 100%;
  min-width: 500px;
}

.md-prod-2 .main .table tr {
  height: .6rem;
  min-height: 40px;
}

.md-prod-2 .main .table th {
  font-weight: normal;
  padding: .14rem .1rem;
}

.md-prod-2 .main .table td {
  padding: .14rem .1rem;
}

.md-prod-2 .main .table thead {
  background-color: #d7773f;
  color: #fff;
  font-weight: bold;
}

.md-prod-2 .main .table tbody tr:nth-of-type(even) {
  background-color: #f4f8fb;
}

.md-prod-2 .cate-list-1 .open>.cate-list {
  display: block;
}

.md-prod-2 .cate-list-1 .open>.cate-link-wrap .btn {
  background-image: url(../images/i-1.png);
}

.md-prod-2 .cate-list-2 {
  display: none;
  padding-top: .1rem;
  padding-left: .16rem;
}

.md-prod-2 .cate-li-1 {
  margin-bottom: .2rem;
}

.md-prod-2 .cate-li-1:last-of-type {
  margin-bottom: 0;
}

.md-prod-2 .cate-li-2 {
  color: #5a5a5b;
}

.md-prod-2 .cate-li-2:hover,
.md-prod-2 .cate-li-2.on {
  color: #d7773f;
}

.md-prod-2 .cate-link-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.md-prod-2 .cate-link-1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: .16rem;
  height: .16rem;
  margin-right: .1rem;
  background: url(../images/i-right.png) no-repeat center/contain;
}

.md-prod-2 .cate-link-1:hover {
  color: #d7773f;
}

.md-prod-2 .cate-link-2 {
  display: block;
  padding: .08rem .1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.md-prod-2 .cate-link-2:hover {
  background-color: #d7773f;
  color: #fff;
}

.md-prod-2 .cate-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.md-prod-2 .cate-link-wrap .btn {
  margin-left: auto;
}

@media (max-width: 900px) {
  .md-prod-2 .side {
    position: fixed;
    left: 0;
    top: 0 !important;
    z-index: 100;
    width: 100%;
    height: 100%;
    max-width: 300px;
    padding: 5%;
    padding-top: 1rem;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }

  .md-prod-2 .side .close {
    display: block;
  }

  .md-prod-2 .main {
    width: 100%;
    padding: 5%;
  }

  .md-prod-2 .main .btn-wap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md-prod-2 .main .list {
    display: block;
  }

  .md-prod-2 .main .list .li {
    width: 100%;
  }

  .md-prod-2 .main .table-wrap .tips {
    display: block;
  }

  .md-prod-2.show-cate .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .md-prod-2.show-cate .mask {
    display: block;
  }
}

@media (max-width: 500px) {
  .md-prod-2 .main .photos .c-pic {
    width: 100%;
  }
}

.md-research-1 {
  padding-top: .74rem;
  padding-bottom: .8rem;
}

.md-research-1 .list {
  margin-top: .55rem;
}

.md-research-1 .list .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: .2rem;
}

.md-research-1 .list .li:nth-of-type(even) .c-pic {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.md-research-1 .list .li:nth-of-type(even) .text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.md-research-1 .list .li:hover .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.md-research-1 .list .c-pic {
  width: calc(720 / 1600 * 100%);
}

.md-research-1 .list .img {
  padding-top: calc(450 / 720 * 100%);
  min-height: 100%;
}

.md-research-1 .list .text {
  background-color: #f4f8fb;
  width: calc(874 / 1600 * 100%);
  padding: .59rem .74rem .74rem;
  padding-bottom: .5rem;
  min-height: 4.5rem;
}

.md-research-1 .list .icon img {
  width: .74rem;
}

.md-research-1 .list .tit {
  margin-top: .64rem;
}

.md-research-1 .list .desc {
  line-height: 1.5;
  margin-top: .16rem;
}

@media (max-width: 900px) {
  .md-research-1 .list .li {
    display: block;
    margin-bottom: 5%;
  }

  .md-research-1 .list .c-pic {
    width: 100%;
  }

  .md-research-1 .list .text {
    width: 100%;
    padding: 5%;
  }

  .md-research-1 .list .tit {
    margin-top: 5%;
  }
}

.md-join-1 {
  padding-top: .95rem;
  padding-bottom: .4rem;
}

.md-join-1 .t2 {
  line-height: 1.5;
  margin-top: .43rem;
  text-align: justify;
}

.md-join-1 .t3 {
  line-height: 1.5;
  margin-top: .2rem;
  text-align: justify;
  color: #09bb58;
}

.md-join-2 {
  padding-top: .44rem;
  padding-bottom: .6rem;
}

.md-join-2 .row {
  margin-top: .57rem;
}

.md-join-2 .col {
  width: calc(786 / 1600 * 100%);
}

.md-join-2 .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.md-join-2 .col-1 .job-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.md-join-2 .col-2 {
  background-color: #f4f8fb;
}

.md-join-2 .col-2 .job-item {
  padding-bottom: .8rem;
}

.md-join-2 .col-2 .job-item .t2:after {
  margin: .17rem 0 .23rem;
}

.md-join-2 .col-2 .job-item .t3 {
  line-height: 2.14286;
}

.md-join-2 .mail {
  min-height: 1.3rem;
  background-color: #f4f8fb;
  margin-top: .15rem;
}

.md-join-2 .mail img {
  width: .6rem;
  margin-right: .4rem;
}

.md-join-2 .mail a {
  text-decoration: underline;
}

.md-join-2 .job-item {
  background-color: #f4f8fb;
  padding: .76rem .8rem .93rem;
}

.md-join-2 .job-item .t1 {
  margin-bottom: .52rem;
}

.md-join-2 .job-item .t2 {
  margin-top: .32rem;
}

.md-join-2 .job-item .t2:after {
  content: '';
  display: block;
  width: 0.3rem;
  height: 0.04rem;
  background-color: #d7773f;
  margin: 0.17rem 0 0.22rem;
}

.md-join-2 .job-item .t3 {
  line-height: 1.875;
}

@media (max-width: 900px) {
  .md-join-2 .row {
    display: block;
  }

  .md-join-2 .col {
    width: 100%;
  }

  .md-join-2 .mail {
    margin: .15rem 0;
  }

  .md-join-2 .job-item {
    padding: 8% 5% 5% !important;
  }
}

.md-contact-1 {
  padding-top: .74rem;
  padding-bottom: .91rem;
}

.md-contact-1 .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: .58rem;
}

.md-contact-1 .lf {
  width: calc(760 / 1600 * 100%);
  margin-top: .02rem;
}

.md-contact-1 .rg {
  width: calc(760 / 1600 * 100%);
  margin-left: auto;
}

.md-contact-1 .text {
  line-height: 1.5;
  margin-top: .15rem;
}

.md-contact-1 .form-item {
  margin-bottom: .58rem;
}

.md-contact-1 .form .t1 span {
  color: red;
}

.md-contact-1 .form .ipt {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  height: .65rem;
  min-height: 35px;
  padding: 0 1em;
  border: none;
  margin-top: .16rem;
}

.md-contact-1 .form .ipt::-webkit-input-placeholder {
  color: #999;
}

.md-contact-1 .form .ipt:-ms-input-placeholder {
  color: #999;
}

.md-contact-1 .form .ipt::-ms-input-placeholder {
  color: #999;
}

.md-contact-1 .form .ipt::placeholder {
  color: #999;
}

.md-contact-1 .form .ta {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  height: 2.91rem;
  padding: 1em;
  border: none;
  margin-top: .16rem;
  resize: vertical;
}

.md-contact-1 .form .ta::-webkit-input-placeholder {
  color: #999;
}

.md-contact-1 .form .ta:-ms-input-placeholder {
  color: #999;
}

.md-contact-1 .form .ta::-ms-input-placeholder {
  color: #999;
}

.md-contact-1 .form .ta::placeholder {
  color: #999;
}

.md-contact-1 .form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.md-contact-1 .form .row .form-item {
  width: calc(370 / 760 * 100%);
}

.md-contact-1 .form .form-code {
  margin-bottom: 0;
}

.md-contact-1 .form .form-code .ipt {
  text-align: center;
  width: 1.6rem;
  margin: 0;
  margin-right: .1rem;
}

.md-contact-1 .form .form-code img {
  width: 1.6rem;
  margin-right: .08rem;
}

.md-contact-1 .form .m-more {
  margin-left: auto;
}

@media (max-width: 900px) {
  .md-contact-1 .cnt {
    display: block;
  }

  .md-contact-1 .lf {
    width: 100%;
  }

  .md-contact-1 .rg {
    width: 100%;
    margin-top: 5%;
  }
}

/* --------------------------------------------------------------------- */
/* 关于我们 */
/* --------------------------------------------------------------------- */
.md-about-1 {
  padding-top: .74rem;
  padding-bottom: .4rem;
}

.md-about-1 .desc {
  line-height: 1.5;
  margin-top: .31rem;
}

.md-about-1 .data {
  margin-top: .06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.md-about-1 .data .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: .28rem .6rem .35rem;
  padding-right: .65rem;
  position: relative;
  min-width: 3.33rem;
}

.md-about-1 .data .item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #999999), color-stop(74%, #cccccc), to(#ffffff));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #999999 50%, #cccccc 74%, #ffffff 100%);
  background-image: linear-gradient(0deg, #ffffff 0%, #999999 50%, #cccccc 74%, #ffffff 100%);
}

.md-about-1 .data .item:last-of-type:after {
  display: none;
}

.md-about-1 .data .tx {
  margin-right: auto;
}

.md-about-1 .data .t1 {
  font-size: 0;
}

.md-about-1 .data .num {
  font-family: 'Oswald';
  font-weight: 500;
  display: inline-block;
  vertical-align: baseline;
  letter-spacing: 1px;
}

.md-about-1 .data .unit {
  margin-left: .11rem;
  display: inline-block;
  vertical-align: baseline;
}

.md-about-1 .data .t2 {
  margin-top: .1rem;
}

.md-about-1 .data .icon {
  width: .4rem;
}

.md-about-1 .img {
  margin-top: .41rem;
}

@media (max-width: 600px) {
  .md-about-1 .data {
    display: block;
  }

  .md-about-1 .data .item {
    width: 100%;
    padding: 2% 0 4%;
  }

  .md-about-1 .data .item:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #dfdfdf), to(#ffffff));
    background-image: -o-linear-gradient(left, #ffffff 0%, #dfdfdf 50%, #ffffff 100%);
    background-image: linear-gradient(90deg, #ffffff 0%, #dfdfdf 50%, #ffffff 100%);
  }

  .md-about-1 .data .tx {
    margin-right: auto;
  }

  .md-about-1 .data .num {
    font-size: 24px;
  }

  .md-about-1 .data .icon {
    width: 30px;
  }
}

.md-about-2 {
  padding-top: .56rem;
  padding-bottom: .4rem;
}

.md-about-2 .desc {
  line-height: 1.5;
  margin-top: .13rem;
}

.md-about-3 {
  padding-top: .41rem;
  padding-bottom: .35rem;
}

.md-about-3 .list {
  margin-top: .54rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.md-about-3 .list .li {
  background-color: #f4f8fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(785 / 1600 * 100%);
  margin-bottom: .2rem;
  padding: .7rem 0.59rem 0.66rem;
}

.md-about-3 .list .li:hover .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.md-about-3 .list .lf {
  margin-right: .74rem;
}

.md-about-3 .list .icon {
  width: .8rem;
  height: .8rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.md-about-3 .list .tit {
  margin-top: .12rem;
}

.md-about-3 .list .desc {
  line-height: 1.36364;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: .08rem;
}

@media (max-width: 900px) {
  .md-about-3 .list .li {
    width: 100%;
  }

  .md-about-3 .list .lf {
    margin-right: .5rem;
  }
}

.md-about-4 {
  padding-top: .4rem;
  padding-bottom: .95rem;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: calc(967 / 1920 * 100%);
}

.md-about-4 .row {
  margin-top: .3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.md-about-4 .line {
  position: absolute;
  left: 50%;
  top: 0;
  width: .04rem;
  height: 100%;
  margin-left: -.02rem;
  background-color: rgba(195, 195, 195, 0.6);
}

.md-about-4 .line:after {
  content: '···';
  width: .4rem;
  height: .4rem;
  line-height: .4rem;
  background-color: #d7773f;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -.2rem;
}

.md-about-4 .item {
  position: relative;
  margin-bottom: .78rem;
}

.md-about-4 .item:last-of-type {
  margin-bottom: 0;
}

.md-about-4 .item:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: .35rem;
  right: -.1rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  border: solid 0.04rem #d7773f;
}

.md-about-4 .item-cnt {
  background-color: rgba(244, 248, 251, 0.6);
  width: calc(720 / 800 * 100%);
  padding: .73rem .8rem .2rem;
  min-height: 2.6rem;
  position: relative;
}

.md-about-4 .item-cnt:after {
  content: '';
  border-width: .15rem .2rem;
  border-style: solid;
  border-color: transparent;
  border-left-color: #f8fbfd;
  position: absolute;
  right: -.4rem;
  top: .31rem;
}

.md-about-4 .item .desc {
  margin-top: .16rem;
  line-height: 1.27273;
}

.md-about-4 .col {
  width: 50%;
  padding-bottom: .76rem;
}

.md-about-4 .col-1 {
  padding-top: .51rem;
}

.md-about-4 .col-2 {
  padding-top: 2rem;
}

.md-about-4 .col-2 .item:before {
  right: auto;
  left: -.1rem;
}

.md-about-4 .col-2 .item-cnt {
  margin-left: auto;
}

.md-about-4 .col-2 .item-cnt:after {
  left: -.4rem;
  right: auto;
  -webkit-transform: rotateY(190deg);
  transform: rotateY(190deg);
}

@media (max-width: 900px) {
  .md-about-4 .item-cnt {
    padding: 10%;
  }
}

@media (max-width: 500px) {
  .md-about-4 .item .desc {
    font-size: 13px;
  }
}

.md-search-1 {
  background-color: #f4f8fb;
}

.md-search-1 .layout {
  padding-top: .51rem;
  padding-bottom: .61rem;
  border-bottom: 1px solid #eaeaea;
  width: 15.3rem;
}

@media (max-width: 1902px) {
  .md-search-1 .layout {
    width: 1530px;
  }
}

.md-search-1 .form {
  background: #fff;
  border-radius: .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: .6rem;
  min-height: 35px;
  width: 7.55rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .1rem;
}

@media (max-width: 1920px) {
  .md-search-1 .form {
    width: 755px;
  }
}

.md-search-1 .form .btn {
  width: .6rem;
  min-width: 35px;
  background-image: url(../images/i-search.png);
  background-size: calc(18 / 60 * 100%);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.md-search-1 .form .ipt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100px;
  border: none;
  background: transparent;
}

.md-search-1 .form .ipt::-webkit-input-placeholder {
  color: #999;
}

.md-search-1 .form .ipt:-ms-input-placeholder {
  color: #999;
}

.md-search-1 .form .ipt::-ms-input-placeholder {
  color: #999;
}

.md-search-1 .form .ipt::placeholder {
  color: #999;
}

.md-search-1 .form .ipt:valid+.btn-clear {
  display: block;
}

.md-search-1 .form .btn-clear {
  width: .54rem;
  min-width: 35px;
  background-image: url(../images/i-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(18 / 54 * 100%);
  background-color: transparent;
  border: none;
  display: none;
  cursor: pointer;
}

.md-search-2 {
  background-color: #f4f8fb;
  padding-top: .59rem;
  padding-bottom: .7rem;
}

.md-search-2 .module {
  margin-top: .37rem;
}

.md-search-2 .module-tit .count {
  margin-left: .48rem;
}

.md-search-2 .md-home-prod {
  padding: 0;
}

.md-news-1 .main {
  width: calc(1110 / 1600 * 100%);
  border-right: 1px solid #ddd;
  padding-right: .9rem;
  margin-right: auto;
  padding-top: .97rem;
  padding-bottom: .91rem;
}

.md-news-1 .main .msg {
  margin-top: .23rem;
}

.md-news-1 .main .msg-item {
  margin-right: 2em;
}

.md-news-1 .main .detail {
  margin-top: .3rem;
  line-height: 1.875;
  padding-top: .24rem;
  border-top: 1px solid #dddddd;
}

.md-news-1 .side {
  width: calc(400 / 1600 * 100%);
  padding-top: .98rem;
  padding-bottom: 1rem;
}

.md-news-1 .hot-tit {
  margin-bottom: .16rem;
}

.md-news-1 .hot-list .li {
  margin-bottom: .3rem;
  display: block;
  border-radius: .05rem;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1920px) {
  .md-news-1 .hot-list .li {
    border-radius: 5px;
  }
}

.md-news-1 .hot-list .li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: calc(100 / 224 * 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.md-news-1 .hot-list .li:hover .img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.md-news-1 .hot-list .img {
  padding-top: calc(224 / 400 * 100%);
  background-color: #000;
}

.md-news-1 .hot-list .tit {
  position: absolute;
  left: 0;
  bottom: .26rem;
  z-index: 3;
  padding: 0 .3rem;
}

@media (max-width: 768px) {
  .md-news-1 .layout {
    display: block;
  }

  .md-news-1 .main {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 5% 0;
  }

  .md-news-1 .side {
    width: 100%;
  }
}