@charset "UTF-8";
html { font-family: Arial, sans-serif; font-weight: normal; }

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

.Poppins { font-family: 'Poppins', sans-serif; font-weight: 400; }

.Poppins-SemiBold { font-family: 'Poppins', sans-serif; font-weight: 600; }

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; 
  /* max-width: 1920px; margin: auto;  */
}

html.fp-enabled, .fp-enabled body{
  margin: auto;
}

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: #106dd3; }

.bg-theme { background-color: #106dd3; }

.color-active { color: #4c9e3c; }

.bg-active { background-color: #4c9e3c; }

.bg-gradient { background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); }

.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 (max-width: 1920px) { .v12 { font-size: 12px; } }

.v13 { font-size: 0.67708vw; }

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

.v14 { font-size: 0.72917vw; }

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

.v15 { font-size: 0.78125vw; }

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

.v16 { font-size: 0.83333vw; }

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

.v17 { font-size: 0.88542vw; }

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

.v18 { font-size: 0.9375vw; }

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

.v19 { font-size: 0.98958vw; }

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

.v20 { font-size: 1.04167vw; }

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

.v21 { font-size: 1.09375vw; }

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

.v22 { font-size: 1.14583vw; }

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

.v23 { font-size: 1.19792vw; }

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

.v24 { font-size: 1.25vw; }

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

.v25 { font-size: 1.30208vw; }

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

.v26 { font-size: 1.35417vw; }

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

.v27 { font-size: 1.40625vw; }

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

.v28 { font-size: 1.45833vw; }

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

.v29 { font-size: 1.51042vw; }

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

.v30 { font-size: 1.5625vw; }

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

.v31 { font-size: 1.61458vw; }

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

.v32 { font-size: 1.66667vw; }

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

.v33 { font-size: 1.71875vw; }

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

.v34 { font-size: 1.77083vw; }

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

.v35 { font-size: 1.82292vw; }

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

.v36 { font-size: 1.875vw; }

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

.v37 { font-size: 1.92708vw; }

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

.v38 { font-size: 1.97917vw; }

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

.v39 { font-size: 2.03125vw; }

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

.v40 { font-size: 2.08333vw; }

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

.v41 { font-size: 2.13542vw; }

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

.v42 { font-size: 2.1875vw; }

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

.v43 { font-size: 2.23958vw; }

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

.v44 { font-size: 2.29167vw; }

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

.v45 { font-size: 2.34375vw; }

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

.v46 { font-size: 2.39583vw; }

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

.v47 { font-size: 2.44792vw; }

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

.v48 { font-size: 2.5vw; }

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

.v49 { font-size: 2.55208vw; }

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

.v50 { font-size: 2.60417vw; }

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

.v51 { font-size: 2.65625vw; }

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

.v52 { font-size: 2.70833vw; }

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

.v53 { font-size: 2.76042vw; }

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

.v54 { font-size: 2.8125vw; }

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

.v55 { font-size: 2.86458vw; }

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

.v56 { font-size: 2.91667vw; }

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

.v57 { font-size: 2.96875vw; }

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

.v58 { font-size: 3.02083vw; }

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

.v59 { font-size: 3.07292vw; }

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

.v60 { font-size: 3.125vw; }

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

.v61 { font-size: 3.17708vw; }

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

.v62 { font-size: 3.22917vw; }

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

.v63 { font-size: 3.28125vw; }

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

.v64 { font-size: 3.33333vw; }

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

.v65 { font-size: 3.38542vw; }

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

.v66 { font-size: 3.4375vw; }

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

.v67 { font-size: 3.48958vw; }

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

.v68 { font-size: 3.54167vw; }

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

.v69 { font-size: 3.59375vw; }

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

.v70 { font-size: 3.64583vw; }

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

.v71 { font-size: 3.69792vw; }

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

.v72 { font-size: 3.75vw; }

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

.v73 { font-size: 3.80208vw; }

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

.v74 { font-size: 3.85417vw; }

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

.v75 { font-size: 3.90625vw; }

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

.v76 { font-size: 3.95833vw; }

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

.v77 { font-size: 4.01042vw; }

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

.v78 { font-size: 4.0625vw; }

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

.v79 { font-size: 4.11458vw; }

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

.v80 { font-size: 4.16667vw; }

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

.v81 { font-size: 4.21875vw; }

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

.v82 { font-size: 4.27083vw; }

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

.v83 { font-size: 4.32292vw; }

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

.v84 { font-size: 4.375vw; }

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

.v85 { font-size: 4.42708vw; }

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

.v86 { font-size: 4.47917vw; }

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

.v87 { font-size: 4.53125vw; }

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

.v88 { font-size: 4.58333vw; }

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

.v89 { font-size: 4.63542vw; }

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

.v90 { font-size: 4.6875vw; }

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

.v91 { font-size: 4.73958vw; }

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

.v92 { font-size: 4.79167vw; }

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

.v93 { font-size: 4.84375vw; }

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

.v94 { font-size: 4.89583vw; }

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

.v95 { font-size: 4.94792vw; }

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

.v96 { font-size: 5vw; }

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

.v97 { font-size: 5.05208vw; }

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

.v98 { font-size: 5.10417vw; }

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

.v99 { font-size: 5.15625vw; }

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

.v100 { font-size: 5.20833vw; }

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

.v101 { font-size: 5.26042vw; }

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

.v102 { font-size: 5.3125vw; }

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

.v103 { font-size: 5.36458vw; }

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

.v104 { font-size: 5.41667vw; }

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

.v105 { font-size: 5.46875vw; }

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

.v106 { font-size: 5.52083vw; }

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

.v107 { font-size: 5.57292vw; }

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

.v108 { font-size: 5.625vw; }

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

.v109 { font-size: 5.67708vw; }

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

.v110 { font-size: 5.72917vw; }

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

.v111 { font-size: 5.78125vw; }

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

.v112 { font-size: 5.83333vw; }

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

.v113 { font-size: 5.88542vw; }

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

.v114 { font-size: 5.9375vw; }

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

.v115 { font-size: 5.98958vw; }

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

.v116 { font-size: 6.04167vw; }

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

.v117 { font-size: 6.09375vw; }

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

.v118 { font-size: 6.14583vw; }

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

.v119 { font-size: 6.19792vw; }

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

.v120 { font-size: 6.25vw; }

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

@media (min-width: 1921px) { .v12 { font-size: 12px; }
  .v13 { font-size: 13px; }
  .v14 { font-size: 14px; }
  .v15 { font-size: 15px; }
  .v16 { font-size: 16px; }
  .v17 { font-size: 17px; }
  .v18 { font-size: 18px; }
  .v19 { font-size: 19px; }
  .v20 { font-size: 20px; }
  .v21 { font-size: 21px; }
  .v22 { font-size: 22px; }
  .v23 { font-size: 23px; }
  .v24 { font-size: 24px; }
  .v25 { font-size: 25px; }
  .v26 { font-size: 26px; }
  .v27 { font-size: 27px; }
  .v28 { font-size: 28px; }
  .v29 { font-size: 29px; }
  .v30 { font-size: 30px; }
  .v31 { font-size: 31px; }
  .v32 { font-size: 32px; }
  .v33 { font-size: 33px; }
  .v34 { font-size: 34px; }
  .v35 { font-size: 35px; }
  .v36 { font-size: 36px; }
  .v37 { font-size: 37px; }
  .v38 { font-size: 38px; }
  .v39 { font-size: 39px; }
  .v40 { font-size: 40px; }
  .v41 { font-size: 41px; }
  .v42 { font-size: 42px; }
  .v43 { font-size: 43px; }
  .v44 { font-size: 44px; }
  .v45 { font-size: 45px; }
  .v46 { font-size: 46px; }
  .v47 { font-size: 47px; }
  .v48 { font-size: 48px; }
  .v49 { font-size: 49px; }
  .v50 { font-size: 50px; }
  .v51 { font-size: 51px; }
  .v52 { font-size: 52px; }
  .v53 { font-size: 53px; }
  .v54 { font-size: 54px; }
  .v55 { font-size: 55px; }
  .v56 { font-size: 56px; }
  .v57 { font-size: 57px; }
  .v58 { font-size: 58px; }
  .v59 { font-size: 59px; }
  .v60 { font-size: 60px; }
  .v61 { font-size: 61px; }
  .v62 { font-size: 62px; }
  .v63 { font-size: 63px; }
  .v64 { font-size: 64px; }
  .v65 { font-size: 65px; }
  .v66 { font-size: 66px; }
  .v67 { font-size: 67px; }
  .v68 { font-size: 68px; }
  .v69 { font-size: 69px; }
  .v70 { font-size: 70px; }
  .v71 { font-size: 71px; }
  .v72 { font-size: 72px; }
  .v73 { font-size: 73px; }
  .v74 { font-size: 74px; }
  .v75 { font-size: 75px; }
  .v76 { font-size: 76px; }
  .v77 { font-size: 77px; }
  .v78 { font-size: 78px; }
  .v79 { font-size: 79px; }
  .v80 { font-size: 80px; }
  .v81 { font-size: 81px; }
  .v82 { font-size: 82px; }
  .v83 { font-size: 83px; }
  .v84 { font-size: 84px; }
  .v85 { font-size: 85px; }
  .v86 { font-size: 86px; }
  .v87 { font-size: 87px; }
  .v88 { font-size: 88px; }
  .v89 { font-size: 89px; }
  .v90 { font-size: 90px; }
  .v91 { font-size: 91px; }
  .v92 { font-size: 92px; }
  .v93 { font-size: 93px; }
  .v94 { font-size: 94px; }
  .v95 { font-size: 95px; }
  .v96 { font-size: 96px; }
  .v97 { font-size: 97px; }
  .v98 { font-size: 98px; }
  .v99 { font-size: 99px; }
  .v100 { font-size: 100px; }
  .v101 { font-size: 101px; }
  .v102 { font-size: 102px; }
  .v103 { font-size: 103px; }
  .v104 { font-size: 104px; }
  .v105 { font-size: 105px; }
  .v106 { font-size: 106px; }
  .v107 { font-size: 107px; }
  .v108 { font-size: 108px; }
  .v109 { font-size: 109px; }
  .v110 { font-size: 110px; }
  .v111 { font-size: 111px; }
  .v112 { font-size: 112px; }
  .v113 { font-size: 113px; }
  .v114 { font-size: 114px; }
  .v115 { font-size: 115px; }
  .v116 { font-size: 116px; }
  .v117 { font-size: 117px; }
  .v118 { font-size: 118px; }
  .v119 { font-size: 119px; }
  .v120 { font-size: 120px; } }

.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: #106dd3; 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; }

.rich-text li { list-style-position: inside; }

.rich-text li * { display: inline; }

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

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

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

.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%; }

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

.c-scroll::-webkit-scrollbar-thumb { background-color: #106dd3; }

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

/* 自定义图标，去掉插件默认的 */
.social-share .icon-wechat .wechat-qrcode { z-index: 100; }

.social-share .custom-icon:before { display: none; }

.social-share .custom-icon:hover { background: none; }

[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(10, 103, 207, 0.7); color: #fff; }

.c-select__option.on { background-color: #106dd3; 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; -ms-flex-negative: 0; flex-shrink: 0; min-width: 1.8rem; height: .54rem; min-height: 30px; border-radius: .54rem; padding: .15rem .3rem; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); border: none; cursor: pointer; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

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

.m-more.white { background: #fff; color: #333; }

.m-more.white:after { background-image: url(../images/i-next.png); }

@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(10, 103, 207, 0.5); box-shadow: 0 0.1rem 0.1rem -0.05rem rgba(10, 103, 207, 0.5); } }

.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 .en { margin-bottom: .06rem; }

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

.md-ban { position: relative; }

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

.md-ban .cn { margin-top: .05rem; }

.md-ban .desc { line-height: 1.9375; margin-top: .26rem; width: 8rem; max-width: 100%; }

.md-ban .more { margin-top: .53rem; }

@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: #fff; margin-right: .2rem; }

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

.m-pages .item:hover, .m-pages .item.on { background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); 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: .16rem; }

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

.m-pages .item.prev:hover { background-color: #106dd3; background-image: url(../images/arrow-left-2.png); }

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

.m-pages .item.next:hover { background-color: #106dd3; background-image: url(../images/arrow-right-2.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: 10px; } }

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

.md-subnav .li { position: relative; width: auto; margin-right: .48rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

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

.md-subnav .li:last-of-type:after { display: none; }

.md-subnav .li:after { content: '/'; margin-left: .48rem; }

.md-subnav .li.on .a { color: #106dd3; }

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

.md-subnav .a { display: block; position: relative; line-height: .9rem; }

.md-subnav .a:hover { color: #106dd3; }

.md-subnav .a:before { content: ''; position: absolute; left: 50%; bottom: 0; width: 100%; height: 3px; background: #106dd3; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 0; }

@media (max-width: 900px) { .md-subnav { padding: 0 5%; }
  .md-subnav .li { margin-right: .3rem; }
  .md-subnav .li:after { margin-left: .3rem; } }

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

.md-bread img { width: .15rem; min-width: 15px; margin-right: .08rem; }

.md-bread a:hover { color: #106dd3; }

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

.md-fun { border-bottom: 1px solid #f3f3f3; overflow: hidden; background-color: #fff; }

.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; }

.md-fun .md-subnav { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-fun .md-bread { margin-left: auto; }

.md-fun.fixed { position: -webkit-sticky; position: sticky; top: 1rem; z-index: 5; }

@media (max-width: 900px) { .md-fun { -webkit-box-shadow: none; box-shadow: none; }
  .md-fun .layout { display: block; width: 100%; max-width: 100%; }
  .md-fun .md-bread { line-height: 1.7; padding: 3% 5%; } }

.m-arrow { width: .54rem; height: .54rem; min-width: 30px; min-height: 30px; border-radius: 50%; background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); 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; cursor: pointer; }

.m-arrow:before { content: ''; width: calc(19 / 54 * 100%); height: calc(19 / 54 * 100%); background-position: center; background-repeat: no-repeat; background-size: contain; }

.m-arrow.swiper-button-disabled { background: #fff; pointer-events: none; cursor: not-allowed; }

.m-arrow.white { background: #fff; }

.m-arrow.white.swiper-button-disabled { opacity: .6; }

.m-arrow.prev:before { background-image: url(../images/i-prev-2.png); }

.m-arrow.prev.white:before, .m-arrow.prev.swiper-button-disabled:before { background-image: url(../images/i-prev.png); }

.m-arrow.next:before { background-image: url(../images/i-next-2.png); }

.m-arrow.next.white:before, .m-arrow.next.swiper-button-disabled:before { background-image: url(../images/i-next.png); }

/* 头部 */
.md-header { position: fixed; left: 0; top: 0; z-index: 10; width: 100%; background-color: #fff; -webkit-box-shadow: 0 0 0.07rem 0 rgba(202, 216, 230, 0.53); box-shadow: 0 0 0.07rem 0 rgba(202, 216, 230, 0.53); 
  /* max-width: 1920px; margin: auto; right: 0;  */
}

.md-header .cnt { min-height: 1rem; padding: 0 .6rem; }

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

.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: .94rem; font-size: 0; }

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

.md-header .h-lang { position: relative; margin-left: .32rem; }

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

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

.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 #106dd3; 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(10, 103, 207, 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 { margin: auto; }
  .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: 1.015rem; }
  .md-header .nav .li1:last-child { margin-right: 0; }
  .md-header .nav .li1:last-child .a1:before { display: none; }
  .md-header .nav .li1-prod { position: static; }
  .md-header .nav .li1.on .a1 { color: #106dd3; }
  .md-header .nav .li1:hover .a1 { color: #106dd3; }
  .md-header .nav .li1:hover .panel { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .md-header .nav .li1:hover .ul2 { visibility: visible; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; }
  .md-header .nav .a1 { display: block; line-height: 1rem; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .md-header .nav .ul2 { max-height: 60vh; overflow-y: auto; position: absolute; left: 50%; top: 100%; width: -webkit-max-content; width: -moz-max-content; width: max-content; min-width: 10em; max-width: 20em; line-height: 1.5; background: #fff; 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); border-top: 0.03rem solid #106dd3; padding: .1rem 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; visibility: hidden; -webkit-transform: translate(-50%, 0.2rem); -ms-transform: translate(-50%, 0.2rem); transform: translate(-50%, 0.2rem); opacity: 0; }
  .md-header .nav .panel + .ul2 { display: none; }
  .md-header .nav .a2 { display: block; padding: .3em .5em; }
  .md-header .nav .a2:hover { background-color: rgba(10, 103, 207, 0.1); }
  .md-header .panel { position: absolute; left: 0; top: 100%; width: 100%; min-height: 5.2rem; max-height: 80vh; overflow-y: auto; display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #fff; background: -webkit-gradient(linear, left top, right top, from(#f6fbff), color-stop(#f6fbff), to(#fff)); background: -o-linear-gradient(left, #f6fbff, #f6fbff calc(500 / 1920 * 100%), #fff calc(500 / 1920 * 100%)); background: linear-gradient(to right, #f6fbff, #f6fbff calc(500 / 1920 * 100%), #fff calc(500 / 1920 * 100%)); -webkit-box-shadow: inset 0 0 0.07rem 0 rgba(202, 216, 230, 0.53); box-shadow: inset 0 0 0.07rem 0 rgba(202, 216, 230, 0.53); display: none; }
  .md-header .panel-lf { width: calc(500 / 1920 * 100%); padding-left: calc(160 / 1920 * 100%); padding-top: .6rem; }
  .md-header .panel-rg { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .md-header .panel-rg .item { display: none; }
  .md-header .panel-rg .item.on { display: block; }
  .md-header .panel .cate-2-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .1rem; min-height: .8rem; padding: .1rem 0; -webkit-transition: padding .3s; -o-transition: padding .3s; transition: padding .3s; }
  .md-header .panel .cate-2-item.on { background-color: #fff; position: relative; padding-left: .3rem; }
  .md-header .panel .cate-2-item.on:before { content: ''; position: absolute; left: 0; top: 0; width: 0.04rem; height: 100%; background-image: -webkit-gradient(linear, left top, left bottom, from(#338eea), to(#106dd3)); background-image: -o-linear-gradient(top, #338eea, #106dd3); background-image: linear-gradient(to bottom, #338eea, #106dd3); }
  .md-header .panel .cate-2-item.on .icon .i-1 { display: none; }
  .md-header .panel .cate-2-item.on .icon .i-2 { display: block; }
  .md-header .panel .cate-2 .icon { width: .32rem; height: .32rem; min-width: 20px; min-height: 20px; font-size: 0; margin-right: .16rem; }
  .md-header .panel .cate-2 .icon img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }
  .md-header .panel .cate-2 .icon .i-2 { display: none; }
  .md-header .panel .solution { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 1rem; padding-top: .6rem; }
  .md-header .panel .solution .li { width: 2.6rem; margin-right: .4rem; margin-bottom: .2rem; }
  .md-header .panel .solution .li:nth-of-type(4n) { margin-right: 0; }
  .md-header .panel .solution .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
  .md-header .panel .solution .li:hover .tit { color: #106dd3; }
  .md-header .panel .solution .img { padding-top: calc(150 / 260 * 100%); }
  .md-header .panel .solution .tit { text-align: center; margin-top: .19rem; }
  .md-header .panel .prod { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 1rem; padding-top: .57rem; }
  .md-header .panel .prod dl { width: 3.5rem; margin-right: .55rem; }
  .md-header .panel .prod dl:nth-of-type(3n) { margin-right: 0; }
  .md-header .panel .prod dt { border-bottom: 1px solid #f3f3f3; padding-bottom: .17rem; margin-bottom: .29rem; }
  .md-header .panel .prod dd { margin-bottom: .159rem; }
  .md-header .panel .prod a:hover { color: #106dd3; } }

@media (max-width: 900px) { .md-header .cnt { padding: 0 5%; }
  .md-header .logo { margin-right: auto; }
  .md-header .nav-btn { display: block; }
  .md-header .h-lang { margin-left: .3rem; }
  .md-header .h-search { margin-left: 0; }
  .md-header .nav .ul1 { position: fixed; right: 0; top: 0; z-index: 11; width: 100%; max-width: 500px; 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 .ul2 { display: block; }
  .md-header .nav .li1.show .mbtn { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
  .md-header .nav .li1.show .panel { display: block; }
  .md-header .nav .li1.show .h-solution { display: block; }
  .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; }
  .md-header .panel { padding: 0 10px; display: none; }
  .md-header .panel-lf { background-color: #f6fbff; border-bottom: 1px solid #eee; padding: 10px 0; }
  .md-header .panel-rg .item { display: none; }
  .md-header .panel-rg .item.on { display: block; }
  .md-header .panel .cate-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; }
  .md-header .panel .cate-2-item { text-align: center; }
  .md-header .panel .cate-2-item.on .icon .i-1 { display: none; }
  .md-header .panel .cate-2-item.on .icon .i-2 { display: inline; }
  .md-header .panel .cate-2 .icon { font-size: 0; margin-bottom: 5px; }
  .md-header .panel .cate-2 .icon img { height: 24px; -o-object-fit: contain; object-fit: contain; }
  .md-header .panel .cate-2 .icon .i-2 { display: none; }
  .md-header .panel .prod { 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; padding: 20px 0 0; }
  .md-header .panel .prod dl { width: 100%; margin-bottom: 20px; }
  .md-header .panel .prod dt { border-bottom: 1px solid #f3f3f3; padding-bottom: 10px; margin-bottom: 10px; }
  .md-header .panel .prod dd { margin-bottom: .159rem; }
  .md-header .panel .prod a:hover { color: #106dd3; }
  .md-header .panel .solution { 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; padding: 10px 0; }
  .md-header .panel .solution .li { width: 49%; margin-bottom: 5px; }
  .md-header .panel .solution .img { padding-top: calc(150 / 260 * 100%); }
  .md-header .panel .solution .tit { text-align: center; margin-top: 5px; } }

@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: #106dd3; 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: #1b1b1e; }

.md-footer .foot-1 { padding-top: .96rem; padding-bottom: .81rem; min-height: 5.73rem; }

.md-footer .foot-2 { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: .4rem 0 .54rem; }

.md-footer .nav { line-height: 1.5; margin-right: auto; }

.md-footer .nav .li-1 { max-width: 10em; margin-right: 1.5rem; }

.md-footer .nav .li-1:last-of-type { margin-right: 0; }

.md-footer .nav .a-1:hover { text-decoration: underline; }

.md-footer .nav .ul-2 { margin-top: .31rem; line-height: 1.5; }

.md-footer .nav .li-2 { margin-bottom: .12rem; }

.md-footer .nav .a-2 { color: rgba(255, 255, 255, 0.5); }

.md-footer .nav .a-2:hover { color: #fff; text-decoration: underline; }

.md-footer .logo img { max-width: 4rem; min-width: 150px; }

.md-footer .contact { margin-top: .04rem; width: 4rem; line-height: 1.5; }

.md-footer .contact .t1 { margin-top: .3rem; }

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

@media (max-width: 1920px) { .md-footer .contact .t2 { font-size: 24px; } }

.md-footer .contact .t3 { line-height: 1.5; color: rgba(255, 255, 255, 0.5); margin-top: .16rem; }

.md-footer .copy-tx { color: rgba(255, 255, 255, 0.5); line-height: 2; }

.md-footer .copy-tx .beian { margin-left: .7em; }

.md-footer .copy-tx a:hover { color: #fff; text-decoration: underline; }

.md-footer .tech { color: rgba(255, 255, 255, 0.5); }

.md-footer .tech a:hover { color: #fff; }

.md-footer .social { margin-top: .53rem; }

.md-footer .social .item { margin-right: .2rem; position: relative; }

.md-footer .social .item:last-of-type { margin-right: 0; }

.md-footer .social .item:hover .icon { background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); }

.md-footer .social .item:hover .code { display: block; }

.md-footer .social .icon { width: .46rem; min-width: 40px; height: .46rem; min-height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); }

.md-footer .social .icon img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.md-footer .social .code { position: absolute; top: 100%; left: 50%; width: 1.2rem; min-width: 100px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: none; padding-top: .17rem; }

.md-footer .social .code-cnt { position: relative; background-color: #fff; }

.md-footer .social .code-cnt:before { content: ''; position: absolute; left: 50%; top: -.17rem; border: .1rem solid transparent; border-bottom-color: #fff; margin-left: -.1rem; }

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

@media (max-width: 1200px) { .md-footer .foot-1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .md-footer .nav { width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: .3rem; }
  .md-footer .contact { width: auto; } }

@media (max-width: 900px) { .md-footer .nav { display: block; }
  .md-footer .nav .li-1 { width: 100%; margin-bottom: 10px; margin-right: 0; max-width: 100%; }
  .md-footer .nav .ul-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 5px; }
  .md-footer .nav .li-2 { margin-right: 1em; }
  .md-footer .contact { width: 100%; }
  .md-footer .foot-2 { display: block; }
  .md-footer .copy-tx { margin-bottom: .3rem; display: block; text-align: center; }
  .md-footer .social { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

#fp-nav.left { left: .4rem; z-index: 5; }

@media (max-width: 900px) { #fp-nav.left { left: 0; } }

#fp-nav ul li a span, .fp-slidesNav ul li a span { width: 6px; height: 6px; background-color: #999; margin: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

#fp-nav ul li, .fp-slidesNav ul li { width: 20px; height: 20px; margin: 0 0 6px 0; }

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span { width: 6px; height: 6px; margin: 0; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span { width: 6px; height: 6px; margin: 0; background-color: #106dd3; }

#fp-nav ul li a svg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

#fp-nav ul li a svg circle { fill: none; }

#fp-nav ul li a svg .c2 { stroke: #106dd3; /* 2 x 3.14 x r */ stroke-dasharray: 63; stroke-dashoffset: 63; }

#fp-nav ul li a.active svg .c2 { -webkit-transition: 4s linear; -o-transition: 4s linear; transition: 4s linear; stroke-dashoffset: 0; }

.md-home-banner { position: relative; height: 100%; }

.md-home-banner .list { height: 100%; }

.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 { height: calc(100vh - 1rem); }

.md-home-banner .list .media img { height: 100%; }

.md-home-banner .list .media video { height: 100%; }

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

.md-home-banner .list .text-cnt { width: 8.18rem; max-width: 100%; width: 9rem; }

.md-home-banner .list .icon { margin-bottom: .21rem; }

.md-home-banner .list .icon img { width: 1.56rem; }

.md-home-banner .list .t2 { line-height: 1.5; margin-top: .31rem; }

.md-home-banner .list .line { height: 1px; background-color: rgba(51, 51, 51, 0.2); position: relative; margin: .33rem 0 .1rem; }

.md-home-banner .list .line:before { content: ''; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 0.83rem; height: 0.06rem; background: -webkit-gradient(linear, left top, left bottom, from(#338eea), to(#106dd3)); background: -o-linear-gradient(top, #338eea, #106dd3); background: linear-gradient(to bottom, #338eea, #106dd3); }

.md-home-banner .list .data { margin-top: .75rem; }

.md-home-banner .list .data .item { margin-right: .75rem; }

.md-home-banner .list .data .item:last-of-type { margin-right: 0; }

.md-home-banner .list .data .item img { height: .7rem; }

.md-home-banner .list .data .t4 { margin-top: .15rem; }

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

.md-home-banner .list .swiper-pagination-bullet { width: .3rem; height: .04rem; min-width: 30px; min-height: 4px; border-radius: 0; background: #fff; opacity: 1; margin: 0 .1rem 0 0; }

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

.md-home-banner .list .swiper-pagination-bullet-active { background-color: #007bff; }

@media (max-width: 900px) { .md-home-banner .list .text-cnt { width: 100%; text-align: center; }
  .md-home-banner .list .data .item { width: 50%; margin-right: 0; margin-bottom: .2rem; }
  .md-home-banner .layout { max-width: 100%; padding: 0 25px; } }

@media (max-width: 500px) { .md-home-banner .list .text { font-size: 18px; }
  .md-home-banner .list .t2 { font-size: 14px; }
  .md-home-banner .list .data { margin-top: 20px; } }

.md-home-about { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; background: url(../images/bg-2.jpg) no-repeat left center/cover; }

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

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

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

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

.md-home-about .img { height: 100%; }

.md-home-about .data { width: 16rem; margin-top: 1rem; 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: start; -ms-flex-align: start; align-items: flex-start; width: 2.67rem; min-height: 1.8rem; background-color: #fff; padding-right: .3rem; padding-left: .29rem; padding-top: .41rem; padding-bottom: .2rem; position: relative; }

.md-home-about .data .item:after { content: ''; position: absolute; right: 0; top: 50%; width: 1px; height: 1rem; background-color: #f3f3f3; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

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

.md-home-about .data .item:hover { background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); color: #fff; }

.md-home-about .data .item:hover:after { display: none; }

.md-home-about .data .item:hover .icon .i-1 { display: none; }

.md-home-about .data .item:hover .icon .i-2 { display: block; }

.md-home-about .data .item:hover .t1 { color: #fff; }

.md-home-about .data .item:hover .t2 { color: #fff; }

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

.md-home-about .data .num { display: inline-block; vertical-align: baseline; }

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

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

.md-home-about .data .icon { font-size: 0; margin-right: .16rem; margin-top: .13rem; }

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

.md-home-about .data .icon .i-2 { display: none; }

@media (max-width: 900px) { .md-home-about { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .md-home-about .text { width: 100%; padding: 25px; }
  .md-home-about .c-pic { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; }
  .md-home-about .more { margin-top: 5%; }
  .md-home-about .data { width: 100%; margin-top: 5%; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: .15rem 0; background-color: #fff; }
  .md-home-about .data .item { width: 50%; min-height: auto; padding: .15rem .3rem; } }

.md-home-prod { height: 100%; position: relative; }

.md-home-prod .hd { position: absolute; left: 1.6rem; top: 1.18rem; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-home-prod .btns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 1rem; }

.md-home-prod .btns .m-arrow { margin-left: .1rem; width: 0.5rem; height: 0.5rem; }

.md-home-prod .list-bg { position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; }

.md-home-prod .list-bg img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.md-home-prod .list-cate { position: absolute; right: 0; top: 0; z-index: 2; width: 3.8rem; height: 100%; background-color: rgba(17, 91, 175, .5); }

.md-home-prod .list-cate .li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .2rem .8rem .2rem .6rem; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.md-home-prod .list-cate .li.on { background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); color: #fff; }

/* .md-home-prod .list-cate .li.on .icon .i-1 { display: none; }

.md-home-prod .list-cate .li.on .icon .i-2 { display: block; } */

.md-home-prod .list-cate .icon { font-size: 0; margin-left: auto; -ms-flex-negative: 0; flex-shrink: 0; }

.md-home-prod .list-cate .icon img { width: 0.6rem; height: .6rem; -o-object-fit: contain; object-fit: contain; }

.md-home-prod .list-cate .icon .i-1 { display: none; }

.md-home-prod .list-dt { position: absolute; left: 1.6rem; top: 40%; z-index: 3; width: 6rem; }

.md-home-prod .list-dt .li { padding-bottom: .1rem; }

.md-home-prod .list-dt .desc { line-height: 1.875; margin-top: .24rem; }

.md-home-prod .list-dt .more { margin-top: .63rem; }
.md-home-prod .list-dt .m-more{ background: #fff; color: #007bff; }
.md-home-prod .list-dt .m-more:after{ background-image: url(../images/i-more-2.png); }

@media (max-width: 900px) { .md-home-prod .hd { left: 25px; right: 25px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-home-prod .btns { margin-left: 0; }
  .md-home-prod .list-dt { top: 25%; left: 25px; right: 25px; width: auto; margin: auto; }
  .md-home-prod .list-dt .desc { -webkit-line-clamp: 10; }
  .md-home-prod .list-cate { bottom: 0; top: auto; width: 100%; height: 1.5rem; }
  .md-home-prod .list-cate .li { padding: 10px 20px; width: auto; border-bottom: none; border-right: 1px solid rgba(255, 255, 255, 0.3); }
  .md-home-prod .list-cate .icon { margin-left: 10px; } }

.md-home-news { background-image: url(../images/bg-3.jpg); height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-home-news .list { margin-top: .47rem; }

.md-home-news .list .li:hover .text:after { width: 100%; }

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

.md-home-news .list .li:hover .tit { color: #106dd3; }

.md-home-news .list .img { padding-top: calc(276 / 500 * 100%); }

.md-home-news .list .text { padding: .54rem .4rem .4rem; min-height: 2.44rem; position: relative; }

.md-home-news .list .text:after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: .04rem; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); }

.md-home-news .list .date { margin-bottom: .3rem; }

.md-home-news .list .date img { width: 0.18rem; min-width: 1em; margin-right: 0.15rem; }

.md-home-news .list .desc { line-height: 1.625; margin-top: .15rem; }

@media (max-width: 500px) { .md-home-news .layout { max-width: 100%; padding: 0 25px; } }

.md-news-1 { padding: .8rem 0; }

.md-news-1 .item { background-color: #ffffff; -webkit-box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.05); }

.md-news-1 .c-pic { width: 50%; }

.md-news-1 .img { padding-top: calc(520 / 800 * 100%); min-height: 100%; }

.md-news-1 .text { width: 50%; padding: .91rem .8rem; }

.md-news-1 .date { margin-bottom: .2rem; }

.md-news-1 .date img { width: 0.18rem; min-width: 14px; margin-right: .15rem; }

.md-news-1 .tit { line-height: 1.6; }

.md-news-1 .desc { line-height: 1.75; margin-top: .41rem; }

.md-news-1 .more { margin-top: .54rem; }

@media (max-width: 768px) { .md-news-1 { padding: 5% 0; }
  .md-news-1 .item { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .md-news-1 .c-pic { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; }
  .md-news-1 .text { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; padding: 5%; } }

.md-news-2 { background-image: url(../images/news-bg.jpg); background-position: center top; padding-top: .8rem; padding-bottom: 1.2rem; }

.md-news-2 .list .li { width: calc(500 / 1600 * 100%); margin-right: calc(50 / 1600 * 100%); margin-bottom: .5rem; }

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

.md-news-2 .list .li:hover { -webkit-box-shadow: 0rem 0rem 0.3rem 0rem rgba(0, 0, 0, 0.05); box-shadow: 0rem 0rem 0.3rem 0rem rgba(0, 0, 0, 0.05); }

.md-news-2 .list .li:hover .text:after { width: 100%; }

.md-news-2 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-news-2 .list .li:hover .tit { color: #106dd3; }

.md-news-2 .list .img { padding-top: calc(276 / 500 * 100%); }

.md-news-2 .list .text { padding: .54rem .4rem .4rem; min-height: 2.44rem; position: relative; }

.md-news-2 .list .text:after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: .04rem; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); }

.md-news-2 .list .date { margin-bottom: .3rem; }

.md-news-2 .list .date img { width: 0.18rem; min-width: 1em; margin-right: 0.15rem; }

.md-news-2 .list .desc { line-height: 1.625; margin-top: .15rem; }

.md-news-2 .m-pages { margin-top: .3rem; }

@media (max-width: 900px) { .md-news-2 .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-news-2 .list .li { width: 49%; margin-right: 0; } }

@media (max-width: 500px) { .md-news-2 .list .li { width: 100%; } }

.md-news-3 .container .main { width: calc(1000 / 1600 * 100%); margin-right: auto; padding-top: .75rem; padding-bottom: 1.17rem; }

.md-news-3 .container .main .row { margin-top: .34rem; padding-bottom: .28rem; border-bottom: 1px solid #e8e8e8; }

.md-news-3 .container .main .msg-item { margin-right: 1em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-news-3 .container .main .msg .icon { height: .2rem; min-height: 14px; margin-right: .09rem; }

.md-news-3 .container .main .social-share .custom-icon { margin: 0 0 0 .2rem; }

.md-news-3 .container .main .social-share .custom-icon:first-of-type { margin-left: 0; }

.md-news-3 .container .main .social-share .icon img { height: .22rem; min-height: 20px; }

.md-news-3 .container .main .detail { line-height: 2; padding-top: .32rem; }

.md-news-3 .container .side { border-left: 1px solid #e8e8e8; padding-left: .99rem; width: calc(500 / 1600 * 100%); padding-top: .77rem; padding-bottom: .4rem; }

.md-news-3 .container .hot-tit { margin-bottom: .37rem; }

.md-news-3 .container .hot-list .li { display: block; margin-bottom: .28rem; }

.md-news-3 .container .hot-list .li:last-of-type { margin-bottom: 0; }

.md-news-3 .container .hot-list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-news-3 .container .hot-list .li:hover .tit { color: #106dd3; }

.md-news-3 .container .hot-list .img { padding-top: calc(246 / 400 * 100%); }

.md-news-3 .container .hot-list .text { padding-top: .26rem; padding-bottom: .2rem; }

.md-news-3 .container .hot-list .date { margin-bottom: .21rem; }

.md-news-3 .container .hot-list .date img { width: .18rem; min-width: 1em; margin-right: .15rem; }

.md-news-3 .nav { border-top: 1px solid #e8e8e8; }

.md-news-3 .nav .item { width: 50%; min-height: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-news-3 .nav .item:hover { color: #106dd3; }

.md-news-3 .nav .tit { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-news-3 .nav .icon { width: .19rem; height: .14rem; min-width: 15px; min-height: 10px; background-position: center; background-repeat: no-repeat; background-size: contain; }

.md-news-3 .nav .prev { border-right: 1px solid #e8e8e8; padding-right: .2rem; }

.md-news-3 .nav .prev .icon { background-image: url(../images/i-prev.png); margin-right: .22rem; }

.md-news-3 .nav .prev:hover .icon { background-image: url(../images/i-prev-theme.png); }

.md-news-3 .nav .next { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-left: .2rem; }

.md-news-3 .nav .next .icon { background-image: url(../images/i-next.png); margin-left: .22rem; }

.md-news-3 .nav .next:hover .icon { background-image: url(../images/i-next-theme.png); }

@media (max-width: 900px) { .md-news-3 .container .layout { display: block; }
  .md-news-3 .container .main { width: 100%; }
  .md-news-3 .container .side { width: 100%; padding: 5% 0; border-top: 1px solid #e8e8e8; border-left: none; }
  .md-news-3 .container .row { display: block; }
  .md-news-3 .container .social-share { margin-top: 10px; }
  .md-news-3 .container .hot-list { 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-news-3 .container .hot-list .li { width: 49%; } }

@media (max-width: 500px) { .md-news-3 .container .hot-list .li { width: 100%; }
  .md-news-3 .nav .layout { display: block; }
  .md-news-3 .nav .item { width: 100%; }
  .md-news-3 .nav .prev { border-right: none; border-bottom: 1px solid #e8e8e8; } }

.news-list .li { width: calc(500 / 1600 * 100%); margin-right: calc(50 / 1600 * 100%); margin-bottom: .5rem; }

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

.news-list .li:hover { -webkit-box-shadow: 0rem 0rem 0.3rem 0rem rgba(0, 0, 0, 0.05); box-shadow: 0rem 0rem 0.3rem 0rem rgba(0, 0, 0, 0.05); }

.news-list .li:hover .text:after { width: 100%; }

.news-list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.news-list .li:hover .tit { color: #106dd3; }

.news-list .img { padding-top: calc(276 / 500 * 100%); }

.news-list .text { padding: .54rem .4rem .4rem; min-height: 2.44rem; position: relative; }

.news-list .text:after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: .04rem; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); }

.news-list .date { margin-bottom: .3rem; }

.news-list .date img { width: 0.18rem; min-width: 1em; margin-right: 0.15rem; }

.news-list .desc { line-height: 1.625; margin-top: .15rem; }

@media (max-width: 900px) { .news-list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .news-list .li { width: 49%; margin-right: 0; } }

@media (max-width: 500px) { .news-list .li { width: 100%; } }

.md-contact-1 { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(234, 247, 255, 0.5)), to(#eaf7ff)); background-image: -o-linear-gradient(bottom, rgba(234, 247, 255, 0.5) 0%, #eaf7ff 100%); background-image: linear-gradient(0deg, rgba(234, 247, 255, 0.5) 0%, #eaf7ff 100%); padding-top: .96rem; padding-bottom: .82rem; }

.md-contact-1 .list { margin-top: .55rem; }

.md-contact-1 .list .li { word-break: break-all; min-height: 4rem; padding: .88rem .4rem .6rem; width: calc(385 / 1600 * 100%); margin-right: calc(20 / 1600 * 100%); margin-bottom: .2rem; background-color: #fff; }

.md-contact-1 .list .li:nth-of-type(4n) { margin-right: 0; }

.md-contact-1 .list .li:hover { background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); }

.md-contact-1 .list .li:hover .icon .i-1 { display: none; }

.md-contact-1 .list .li:hover .icon .i-2 { display: inline; }

.md-contact-1 .list .li:hover .t1, .md-contact-1 .list .li:hover .t2 { color: #fff; }

.md-contact-1 .list .icon img { height: 1rem; }

.md-contact-1 .list .icon .i-2 { display: none; }

.md-contact-1 .list .t1 { margin-top: .31rem; }

.md-contact-1 .list .t2 { margin-top: .05rem; line-height: 1.5; }

@media (max-width: 900px) { .md-contact-1 .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-contact-1 .list .li { width: 49%; margin-bottom: 2%; margin-right: 0; } }

.md-contact-2 { padding-top: .93rem; padding-bottom: 1.19rem; }

.md-contact-2 .lf { width: calc(770 / 1600 * 100%); margin-right: auto; }

.md-contact-2 .form { margin-top: .5rem; }

.md-contact-2 .form-item { margin-bottom: .39rem; }

.md-contact-2 .form-item--code .bd { margin-top: .07rem; }

.md-contact-2 .form-item--code .ipt { margin-right: .1rem; }

.md-contact-2 .form-item--code img { height: .6rem; min-height: 35px; }

.md-contact-2 .form .hd span { color: red; }

.md-contact-2 .form .bd { margin-top: .07rem; }

.md-contact-2 .form .ipt, .md-contact-2 .form .ta { display: block; width: 100%; height: .6rem; min-height: 35px; border: none; border-bottom: 1px solid #e6e7ec; }

.md-contact-2 .form .ipt::-webkit-input-placeholder, .md-contact-2 .form .ta::-webkit-input-placeholder { color: #ccc; }

.md-contact-2 .form .ipt:-ms-input-placeholder, .md-contact-2 .form .ta:-ms-input-placeholder { color: #ccc; }

.md-contact-2 .form .ipt::-ms-input-placeholder, .md-contact-2 .form .ta::-ms-input-placeholder { color: #ccc; }

.md-contact-2 .form .ipt::placeholder, .md-contact-2 .form .ta::placeholder { color: #ccc; }

.md-contact-2 .form .ta { height: .7rem; margin-top: .27rem; }

.md-contact-2 .form .row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-contact-2 .form .row .form-item { width: calc(360 / 770 * 100%); }

.md-contact-2 .form .m-more { margin-top: .02rem; }

.md-contact-2 .c-pic { width: calc(730 / 1600 * 100%); margin-top: .06rem; }

.md-contact-2 .img { padding-top: calc(560 / 730 * 100%); }

@media (max-width: 900px) { .md-contact-2 .layout { display: block; }
  .md-contact-2 .lf { width: 100%; }
  .md-contact-2 .c-pic { width: 100%; margin-top: 5%; } }

/* --------------------------------------------------------------------- */
/* 关于我们 */
/* --------------------------------------------------------------------- */
.md-about-1 { padding-top: 1rem; padding-bottom: .75rem; }

.md-about-1 .text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: calc(160 / 1600 * 100%); }

.md-about-1 .desc { line-height: 2.125; margin-top: .47rem; text-align: justify; }

.md-about-1 .more { margin-top: .71rem; }

.md-about-1 .c-pic { width: calc(900 / 1600 * 100%); }

.md-about-1 .img { padding-top: calc(6 / 9 * 100%); }

.md-about-1 .data { margin-top: .32rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; z-index: 2; }

.md-about-1 .data .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; min-height: 1.8rem; padding-right: 1.48rem; padding-top: .33rem; padding-bottom: .2rem; position: relative; }

.md-about-1 .data .item:after { content: ''; position: absolute; right: 0; top: 50%; width: 1px; height: .6rem; background-color: #f3f3f3; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); opacity: .5; }

.md-about-1 .data .item:last-of-type { padding-right: 0; }

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

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

.md-about-1 .data .num { display: inline-block; vertical-align: baseline; }

.md-about-1 .data .unit { display: inline-block; vertical-align: baseline; }

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

.md-about-1 .data .icon { font-size: 0; margin-right: .16rem; margin-top: .2rem; }

.md-about-1 .data .icon img { width: .3rem; }

.md-about-1 .data .icon .i-2 { display: none; }

@media (max-width: 900px) { .md-about-1 .row-1 { display: block; }
  .md-about-1 .text { width: 100%; }
  .md-about-1 .c-pic { width: 100%; margin-top: 5%; }
  .md-about-1 .data { margin-top: 5%; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .md-about-1 .data .item { width: 50%; min-height: auto; padding-right: 0; }
  .md-about-1 .data .item:after { display: none; }
  .md-about-1 .data .icon { margin-top: .1rem; } }

.md-about-2 { background-color: #f5fbff; padding-top: 1.14rem; padding-bottom: 1rem; }

.md-about-2 .list { margin-top: .91rem; padding: 0 .66rem; }

.md-about-2 .list .swiper-container { margin: 0 .4rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-about-2 .list .swiper-slide { width: 4.64rem; margin-right: 1.1rem; padding-bottom: .36rem; }

.md-about-2 .list .pic { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 4rem; font-size: 0; position: relative; }

.md-about-2 .list .pic img { max-height: 100%; max-width: calc(380 / 460 * 100%); -o-border-image: url(../images/honor-border.png) 16/0.16rem stretch; border-image: url(../images/honor-border.png) 16/0.16rem stretch; padding: .2rem; position: relative; z-index: 2; }

.md-about-2 .list .pic::after { content: ''; position: absolute; left: 0; top: 100%; width: 100%; padding-top: calc(149 / 464 * 100%); background: url(../images/honor-bg.png) no-repeat center top/contain; margin-top: -.06rem; }

.md-about-2 .list .tit { margin-top: .92rem; }

@media (max-width: 900px) { .md-about-2 .list { padding: 0 1%; } }

.md-about-3 { background-image: url(../images/about-bg.jpg); padding-top: 1.2rem; padding-bottom: 1.07rem; min-height: 7.6rem; }

.md-about-3 .m-title { margin-top: .16rem; }

.md-about-3 .layout { position: relative; }

.md-about-3 .bg { position: absolute; right: 0; top: 59%; transform: translateY(-50%); width: calc(590 / 1600 * 100%); }

.md-about-3 .list { margin-top: .51rem; margin-bottom: .5rem; width: calc(1340 / 1600 * 100%); position: relative; z-index: 2; }

.md-about-3 .list .swiper-container { border-left: solid 1px #ebebeb; border-top: solid 1px #ebebeb; }

.md-about-3 .list .c-pic { border-right: solid 1px #ebebeb; border-bottom: solid 1px #ebebeb; background-color: #fff; }

.md-about-3 .list .img { padding-top: calc(180 / 267 * 100%); background-color: #fff; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }

.md-about-3 .list .m-arrow { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.md-about-3 .list .m-arrow.prev { left: -.94rem; }

.md-about-3 .list .m-arrow.next { right: -.94rem; }

@media (max-width: 900px) { .md-about-3 .list { margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }
  .md-about-3 .list .m-arrow { position: static; -webkit-transform: none; -ms-transform: none; transform: none; }
  .md-about-3 .list .swiper-container { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0 .2rem; } }

.md-about-4 { background-color: #f5fbff; padding-top: 1.14rem; padding-bottom: 1rem; }

.md-about-4 .list { position: relative; margin-top: -.6rem; }

.md-about-4 .list .pic img { -o-border-image: url(../images/honor-border.png) 16/0.16rem stretch; border-image: url(../images/honor-border.png) 16/0.16rem stretch; padding: .2rem; }

.md-about-4 .list .swiper-container { padding: 1rem 0; margin: 0 .4rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-about-4 .list .swiper-wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-about-4 .list .swiper-slide-active .pic { -webkit-box-shadow: 0 0.3rem 1rem -0.1rem rgba(0, 0, 0, 0.15); box-shadow: 0 0.3rem 1rem -0.1rem rgba(0, 0, 0, 0.15); }

.md-about-4 .list .swiper-slide-active .tit { visibility: visible; }

.md-about-4 .list .pic { max-width: 90%; margin: auto; }

.md-about-4 .list .pic img { display: block; width: 100%; }

.md-about-4 .list .tit { margin-top: .3rem; visibility: hidden; }

.md-about-4 .list:after { content: ''; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; pointer-events: none; background: -webkit-gradient(linear, left top, right top, from(#f5fbff), color-stop(50%, transparent), to(#f5fbff)); background: -o-linear-gradient(left, #f5fbff 0%, transparent 50%, #f5fbff 100%); background: linear-gradient(to right, #f5fbff 0%, transparent 50%, #f5fbff 100%); }

@media (max-width: 500px) { .md-about-4 .list:after { display: none; } }

.md-about-4 .m-arrow { -ms-flex-negative: 0; flex-shrink: 0; }

.md-about-4 .list-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: -.6rem; position: relative; z-index: 2; }

.md-about-4 .list-2 .swiper-container { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0 .4rem; }

.md-about-4 .list-2 .swiper-wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-about-4 .list-2 .swiper-slide { width: auto; max-width: 100%; margin-right: .5rem; cursor: pointer; }

.md-about-4 .list-2 .swiper-slide:last-of-type { margin-right: 0; }

.md-about-4 .list-2 .swiper-slide:hover { color: #106dd3; }

.md-about-4 .list-2 .on { color: #106dd3; }

.md-prod-ban { position: relative; min-height: 6.6rem; padding-top: 1rem; padding-bottom: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-prod-ban .desc { line-height: 1.9375; margin-top: .26rem; width: 8rem; max-width: 100%; }

.md-prod-ban .more { margin-top: .53rem; }

.md-prod-1 .list .li { display: block; padding-top: 1.2rem; padding-bottom: 1.2rem; }

.md-prod-1 .list .li:nth-of-type(even) .text { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.md-prod-1 .list .li:nth-of-type(even) .c-pic { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.md-prod-1 .list .layout { 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; }

.md-prod-1 .list .c-pic { width: calc(800 / 1600 * 100%); }

.md-prod-1 .list .img { padding-top: calc(500 / 800 * 100%); }

.md-prod-1 .list .text { width: calc(700 / 1600 * 100%); }

.md-prod-1 .list .tit { letter-spacing: -.01rem; }

.md-prod-1 .list .tit:after { content: ''; display: block; width: 0.5rem; height: 0.05rem; background: #106dd3; margin: .15rem 0 .25rem; }

.md-prod-1 .list .desc { line-height: 1.6875; }

.md-prod-1 .list .desc2 { line-height: 1.875; margin-top: .28rem; }

.md-prod-1 .list .desc2 p:before { content: '•'; color: #106dd3; }

@media (max-width: 900px) { .md-prod-1 .list .layout { display: block; }
  .md-prod-1 .list .c-pic { width: 100%; }
  .md-prod-1 .list .text { width: 100%; margin-top: 5%; } }
@media (max-width: 500px) {
  .md-about-4 .list-2 .swiper-slide{ text-align: center; }
}

.md-prod-2 { background-color: #f6fbff; padding-top: .95rem; padding-bottom: 1.06rem; }

.md-prod-2 .form { margin-top: .52rem; }

.md-prod-2 .form-item { margin-bottom: .2rem; }

.md-prod-2 .form .row { display: -webkit-box; display: -ms-flexbox; display: flex; }

.md-prod-2 .form .row .form-item { width: calc(520 / 1600 * 100%); width: calc(790 / 1600 * 100%); margin-right: calc(20 / 1600 * 100%); }

.md-prod-2 .form .row .form-item:nth-of-type(2n) { margin-right: 0; }

.md-prod-2 .form .ipt { display: block; width: 100%; background: #fff; padding: 0 .19rem; height: .6rem; min-height: 35px; border-radius: .1rem; border: none; }

.md-prod-2 .form .ipt::-webkit-input-placeholder { color: #999; }

.md-prod-2 .form .ipt:-ms-input-placeholder { color: #999; }

.md-prod-2 .form .ipt::-ms-input-placeholder { color: #999; }

.md-prod-2 .form .ipt::placeholder { color: #999; }

.md-prod-2 .form .ta { display: block; width: 100%; height: 2rem; background: #fff; padding: .19rem; border-radius: .1rem; border: none; }

.md-prod-2 .form .ta::-webkit-input-placeholder { color: #999; }

.md-prod-2 .form .ta:-ms-input-placeholder { color: #999; }

.md-prod-2 .form .ta::-ms-input-placeholder { color: #999; }

.md-prod-2 .form .ta::placeholder { color: #999; }

.md-prod-2 .form .m-more { margin-top: .26rem; }

@media (max-width: 900px) { .md-prod-2 .form .row { display: block; }
  .md-prod-2 .form .row .form-item { width: 100%; margin-right: 0; } }

@media (max-width: 500px) { .md-prod-2 .form .m-more { width: 100%; min-height: 35px; } }

.md-solution-1 { padding-top: 1.13rem; padding-bottom: 1rem; }

.md-solution-1 .layout { width: 16.4rem; }

.md-solution-1 .list { margin-top: .39rem; text-align: center; }

.md-solution-1 .list .swiper-container { display: inline-block; max-width: 100%; }

.md-solution-1 .list .swiper-slide { width: 3.7rem; padding: .2rem; padding-bottom: .5rem; text-align: center; height: auto; }

.md-solution-1 .list .swiper-slide:hover .li { -webkit-box-shadow: 0rem 0.15rem 0.3rem 0rem rgba(10, 103, 207, 0.1); box-shadow: 0rem 0.15rem 0.3rem 0rem rgba(10, 103, 207, 0.1); }

.md-solution-1 .list .swiper-slide:hover .icon .i-1 { display: none; }

.md-solution-1 .list .swiper-slide:hover .icon .i-2 { display: inline; }

.md-solution-1 .list .swiper-slide:hover .bg { opacity: 1; }

.md-solution-1 .list .swiper-slide:hover .tit, .md-solution-1 .list .swiper-slide:hover .desc { color: #fff; }

.md-solution-1 .list .li { -webkit-box-shadow: 0rem 0.15rem 0.3rem 0rem rgba(10, 103, 207, 0.1); box-shadow: 0rem 0.15rem 0.3rem 0rem rgba(10, 103, 207, 0.1); min-height: 4rem; padding: .61rem .5rem; position: relative; height: 100%; background-color: #fff; }

.md-solution-1 .list .li * { position: relative; z-index: 2; }

.md-solution-1 .list .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.md-solution-1 .list .icon img { height: .8rem; }

.md-solution-1 .list .icon .i-2 { display: none; }

.md-solution-1 .list .tit { margin-top: .36rem; }

.md-solution-1 .list .desc { margin-top: .1rem; line-height: 1.75; }

.md-solution-1 .swiper-pagination { font-size: 0; bottom: .2rem; }

.md-solution-1 .swiper-pagination-bullet { width: .1rem; height: .1rem; min-width: 4px; min-height: 4px; margin: 0 .1rem 0 0; background: #b5d1f1; opacity: 1; }

.md-solution-1 .swiper-pagination-bullet:last-of-type { margin-right: 0; }

.md-solution-1 .swiper-pagination-bullet-active { background-color: #106dd3; }

.md-solution-2 { background-image: url(../images/so-bg2.jpg); padding-top: 1.15rem; padding-bottom: 1.22rem; }

.md-solution-2 .list { margin-top: .52rem; }

.md-solution-2 .list .li { position: relative; }

.md-solution-2 .list .swiper-container { padding-bottom: 0.3rem; }

.md-solution-2 .list .swiper-slide { -webkit-transform: scale(0.72917); -ms-transform: scale(0.72917); transform: scale(0.72917); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.md-solution-2 .list .swiper-slide-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0rem 0rem 0.3rem 0rem rgba(0, 69, 147, 0.1); box-shadow: 0rem 0rem 0.3rem 0rem rgba(0, 69, 147, 0.1); }

.md-solution-2 .list .swiper-slide-active .text { opacity: 1; }

.md-solution-2 .list .img { padding-top: calc(480 / 960 * 100%); }

.md-solution-2 .list .text { position: absolute; left: 0; bottom: 0; width: calc(400 / 960 * 100%); background-color: rgba(255, 255, 255, 0.5); border-radius: 0rem 0.1rem 0rem 0rem; border-top: solid 1px #ffffff; border-right: solid 1px #ffffff; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); padding: .39rem .3rem .41rem; opacity: 0; }

.md-solution-2 .list .desc { margin-top: .18rem; }

.md-solution-2 .list .m-arrow { position: absolute; top: 50%; z-index: 2; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.md-solution-2 .list .m-arrow.prev { left: 3.78rem; }

.md-solution-2 .list .m-arrow.next { right: 3.78rem; }

.md-solution-2 .swiper-pagination { font-size: 0; bottom: 0; }

.md-solution-2 .swiper-pagination-bullet { width: .1rem; height: .1rem; min-width: 4px; min-height: 4px; margin: 0 .1rem 0 0; background: #b5d1f1; opacity: 1; }

.md-solution-2 .swiper-pagination-bullet:last-of-type { margin-right: 0; }

.md-solution-2 .swiper-pagination-bullet-active { background-color: #106dd3; }

@media (max-width: 900px) { .md-solution-2 .list .m-arrow.prev { left: 5%; }
  .md-solution-2 .list .m-arrow.next { right: 5%; } 
  .md-solution-2 .list .text{ position: static; width: 100%; }
}

.md-solution-3 { background-color: #def2ff; padding-top: 1.16rem; padding-bottom: 1.22rem; }

.md-solution-3 .desc { margin-top: .62rem; }

.md-solution-4 { padding-top: 1.15rem; padding-bottom: .7rem; }

.md-solution-4 .list { margin-top: .54rem; }

.md-solution-4 .list .li { display: block; margin-bottom: .48rem; position: relative; width: calc(500 / 1600 * 100%); margin-right: calc(50 / 1600 * 100%); }

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

.md-solution-4 .list .li:after { content: ''; position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; height: 1rem; background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.1))); background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1)); background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1)); }

.md-solution-4 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-solution-4 .list .img { padding-top: calc(360 / 500 * 100%); }

.md-solution-4 .list .tit { position: absolute; left: 0; bottom: .15rem; z-index: 2; width: 100%; padding: .1rem; }

@media (max-width: 900px) { .md-solution-4 .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-solution-4 .list .li { margin-right: 0; width: 48%; margin-bottom: 4%; } }

.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 .m-title { margin-bottom: .3rem; }

.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: .3rem; }

.md-search-2 .module-tit { margin-bottom: .3rem; }

.md-search-2 .module-tit > * { display: inline; }

.md-search-2 .module-tit .count { margin-left: .48rem; }

.md-search-2 .md-home-prod { padding: 0; }

.md-side { position: fixed; right: .2rem; bottom: 20%; z-index: 5; }

.md-side .item { -webkit-box-shadow: 0rem 0rem 0.15rem 0rem rgba(10, 103, 207, 0.1); box-shadow: 0rem 0rem 0.15rem 0rem rgba(10, 103, 207, 0.1); display: block; margin-bottom: .04rem; position: relative; }

.md-side .item:hover .hd { background: -webkit-gradient(linear, left top, right top, from(#106dd3), to(#338eea)); background: -o-linear-gradient(left, #106dd3, #338eea); background: linear-gradient(90deg, #106dd3, #338eea); color: #fff; }

.md-side .item:hover .hd .i-1 { display: none; }

.md-side .item:hover .hd .i-2 { display: inline; }

.md-side .item:hover .bd { display: block; }

.md-side .hd { width: .7rem; height: .7rem; min-width: 4.5em; min-height: 4.5em; background: #fff; text-align: center; padding-top: .11rem; }

.md-side .hd .icon { text-align: center; }

.md-side .hd .icon img { height: .25rem; min-height: 22px; max-width: 100%; -o-object-fit: contain; object-fit: contain; }

.md-side .hd .icon .i-2 { display: none; }

.md-side .hd .tit { margin-top: .05rem; }

.md-side .bd { position: absolute; right: 100%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); min-height: 100%; display: none; padding-right: .11rem; }

.md-side .bd-cnt { width: -webkit-max-content; width: -moz-max-content; width: max-content; -webkit-box-shadow: 0rem 0rem 0.15rem 0rem rgba(10, 103, 207, 0.1); box-shadow: 0rem 0rem 0.15rem 0rem rgba(10, 103, 207, 0.1); background: #fff; }

.md-side .bd .code { display: block; width: 1.2rem; min-width: 100px; }

.md-side .bd .tx { height: .7rem; min-height: 55px; padding: .5em 1em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 900px) { .md-side { right: 3px; }
  .md-side .hd { min-width: 36px; min-height: 36px; 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; background-color: rgba(255, 255, 255, 0.8); }
  .md-side .hd .tit { display: none; } }
