/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@font-face {
	font-family: 'globalFont';
	src: /*url('../fonts/mycustomfont.woff2') format('woff2'),
		 url('../fonts/mycustomfont.woff') format('woff'),*/
		 url('../fonts/harmonyos_sans_sc_regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* base */
*,
::before,
::after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body {
  font: 12px/1 'globalFont', Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}
input,
textarea,
select {
  outline: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-none {
  float: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  display: none;
}
.no-border {
  border: 0 !important;
}
.ls-n {
  padding: 0;
  margin: 0;
  list-style: none;
}
.o-h {
  overflow: hidden;
}
.animated {
  visibility: visible !important;
}
.tb {
  display: table;
  width: 100%;
  height: 100%;
}
.tb .tbc {
  display: table-cell;
  vertical-align: middle;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 1279px) {
	.wrapper {
		margin-top: 0;
	}
}
.container {
  width: 1332px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .container {
    width: auto;
  }
}
[data-col='1'] {
  width: 8.33333333% !important;
}
@media (max-width: 1279px) {
  [data-col='1'] {
    width: 100% !important;
  }
}
[data-col='2'] {
  width: 16.66666666% !important;
}
@media (max-width: 1279px) {
  [data-col='2'] {
    width: 100% !important;
  }
}
[data-col='3'] {
  width: 25% !important;
}
@media (max-width: 1279px) {
  [data-col='3'] {
    width: 100% !important;
  }
}
[data-col='4'] {
  width: 33.33333333% !important;
}
@media (max-width: 1279px) {
  [data-col='4'] {
    width: 100% !important;
  }
}
[data-col='5'] {
  width: 41.66666666% !important;
}
@media (max-width: 1279px) {
  [data-col='5'] {
    width: 100% !important;
  }
}
[data-col='6'] {
  width: 50% !important;
}
@media (max-width: 1279px) {
  [data-col='6'] {
    width: 100% !important;
  }
}
[data-col='7'] {
  width: 58.33333333% !important;
}
@media (max-width: 1279px) {
  [data-col='7'] {
    width: 100% !important;
  }
}
[data-col='8'] {
  width: 66.66666666% !important;
}
@media (max-width: 1279px) {
  [data-col='8'] {
    width: 100% !important;
  }
}
[data-col='9'] {
  width: 75% !important;
}
@media (max-width: 1279px) {
  [data-col='9'] {
    width: 100% !important;
  }
}
[data-col='10'] {
  width: 83.33333333% !important;
}
@media (max-width: 1279px) {
  [data-col='10'] {
    width: 100% !important;
  }
}
[data-col='11'] {
  width: 91.66666666% !important;
}
@media (max-width: 1279px) {
  [data-col='11'] {
    width: 100% !important;
  }
}
[data-col='12'] {
  width: 100% !important;
}
@media (max-width: 1279px) {
  [data-col='12'] {
    width: 100% !important;
  }
}
@media (max-width: 1365px) {
  .pcshow {
    display: none !important;
  }
}
.wapshow {
  display: none !important;
}
@media (max-width: 1365px) {
  .wapshow {
    display: initial !important;
  }
}
.icon1 {
  background-image: url('../images/icon1.png');
}
.icon-hover:hover .icon1,
.icon-hover.active .icon1 {
  background-image: url('../images/icon1_cr.png');
}
.icon2 {
  background-image: url('../images/icon2.png');
}
.icon-hover:hover .icon2,
.icon-hover.active .icon2 {
  background-image: url('../images/icon2_cr.png');
}
.icon3 {
  background-image: url('../images/icon3.png');
}
.icon-hover:hover .icon3,
.icon-hover.active .icon3 {
  background-image: url('../images/icon3_cr.png');
}
.icon4 {
  background-image: url('../images/icon4.png');
}
.icon-hover:hover .icon4,
.icon-hover.active .icon4 {
  background-image: url('../images/icon4_cr.png');
}
.icon5 {
  background-image: url('../images/icon5.png');
}
.icon-hover:hover .icon5,
.icon-hover.active .icon5 {
  background-image: url('../images/icon5_cr.png');
}
.icon6 {
  background-image: url('../images/icon6.png');
}
.icon-hover:hover .icon6,
.icon-hover.active .icon6 {
  background-image: url('../images/icon6_cr.png');
}
.icon7 {
  background-image: url('../images/icon7.png');
}
.icon-hover:hover .icon7,
.icon-hover.active .icon7 {
  background-image: url('../images/icon7_cr.png');
}
.icon8 {
  background-image: url('../images/icon8.png');
}
.icon-hover:hover .icon8,
.icon-hover.active .icon8 {
  background-image: url('../images/icon8_cr.png');
}
.icon9 {
  background-image: url('../images/icon9.png');
}
.icon-hover:hover .icon9,
.icon-hover.active .icon9 {
  background-image: url('../images/icon9_cr.png');
}
.icon10 {
  background-image: url('../images/icon10.png');
}
.icon-hover:hover .icon10,
.icon-hover.active .icon10 {
  background-image: url('../images/icon10_cr.png');
}
.icon11 {
  background-image: url('../images/icon11.png');
}
.icon-hover:hover .icon11,
.icon-hover.active .icon11 {
  background-image: url('../images/icon11_cr.png');
}
.icon12 {
  background-image: url('../images/icon12.png');
}
.icon-hover:hover .icon12,
.icon-hover.active .icon12 {
  background-image: url('../images/icon12_cr.png');
}
.icon13 {
  background-image: url('../images/icon13.png');
}
.icon-hover:hover .icon13,
.icon-hover.active .icon13 {
  background-image: url('../images/icon13_cr.png');
}
.icon14 {
  background-image: url('../images/icon14.png');
}
.icon-hover:hover .icon14,
.icon-hover.active .icon14 {
  background-image: url('../images/icon14_cr.png');
}
.icon15 {
  background-image: url('../images/icon15.png');
}
.icon-hover:hover .icon15,
.icon-hover.active .icon15 {
  background-image: url('../images/icon15_cr.png');
}
.icon16 {
  background-image: url('../images/icon16.png');
}
.icon-hover:hover .icon16,
.icon-hover.active .icon16 {
  background-image: url('../images/icon16_cr.png');
}
.icon17 {
  background-image: url('../images/icon17.png');
}
.icon-hover:hover .icon17,
.icon-hover.active .icon17 {
  background-image: url('../images/icon17_cr.png');
}
.icon18 {
  background-image: url('../images/icon18.png');
}
.icon-hover:hover .icon18,
.icon-hover.active .icon18 {
  background-image: url('../images/icon18_cr.png');
}
.icon19 {
  background-image: url('../images/icon19.png');
}
.icon-hover:hover .icon19,
.icon-hover.active .icon19 {
  background-image: url('../images/icon19_cr.png');
}
.icon20 {
  background-image: url('../images/icon20.png');
}
.icon-hover:hover .icon20,
.icon-hover.active .icon20 {
  background-image: url('../images/icon20_cr.png');
}
.icon21 {
  background-image: url('../images/icon21.png');
}
.icon-hover:hover .icon21,
.icon-hover.active .icon21 {
  background-image: url('../images/icon21_cr.png');
}
.icon22 {
  background-image: url('../images/icon22.png');
}
.icon-hover:hover .icon22,
.icon-hover.active .icon22 {
  background-image: url('../images/icon22_cr.png');
}
.icon23 {
  background-image: url('../images/icon23.png');
}
.icon-hover:hover .icon23,
.icon-hover.active .icon23 {
  background-image: url('../images/icon23_cr.png');
}
.icon24 {
  background-image: url('../images/icon24.png');
}
.icon-hover:hover .icon24,
.icon-hover.active .icon24 {
  background-image: url('../images/icon24_cr.png');
}
.icon25 {
  background-image: url('../images/icon25.png');
}
.icon-hover:hover .icon25,
.icon-hover.active .icon25 {
  background-image: url('../images/icon25_cr.png');
}
.icon26 {
  background-image: url('../images/icon26.png');
}
.icon-hover:hover .icon26,
.icon-hover.active .icon26 {
  background-image: url('../images/icon26_cr.png');
}
.icon27 {
  background-image: url('../images/icon27.png');
}
.icon-hover:hover .icon27,
.icon-hover.active .icon27 {
  background-image: url('../images/icon27_cr.png');
}
.icon28 {
  background-image: url('../images/icon28.png');
}
.icon-hover:hover .icon28,
.icon-hover.active .icon28 {
  background-image: url('../images/icon28_cr.png');
}
.icon29 {
  background-image: url('../images/icon29.png');
}
.icon-hover:hover .icon29,
.icon-hover.active .icon29 {
  background-image: url('../images/icon29_cr.png');
}
.icon30 {
  background-image: url('../images/icon30.png');
}
.icon-hover:hover .icon30,
.icon-hover.active .icon30 {
  background-image: url('../images/icon30_cr.png');
}
.icon31 {
  background-image: url('../images/icon31.png');
}
.icon-hover:hover .icon31,
.icon-hover.active .icon31 {
  background-image: url('../images/icon31_cr.png');
}
.icon32 {
  background-image: url('../images/icon32.png');
}
.icon-hover:hover .icon32,
.icon-hover.active .icon32 {
  background-image: url('../images/icon32_cr.png');
}
.icon33 {
  background-image: url('../images/icon33.png');
}
.icon-hover:hover .icon33,
.icon-hover.active .icon33 {
  background-image: url('../images/icon33_cr.png');
}
.icon34 {
  background-image: url('../images/icon34.png');
}
.icon-hover:hover .icon34,
.icon-hover.active .icon34 {
  background-image: url('../images/icon34_cr.png');
}
.icon35 {
  background-image: url('../images/icon35.png');
}
.icon-hover:hover .icon35,
.icon-hover.active .icon35 {
  background-image: url('../images/icon35_cr.png');
}
.icon36 {
  background-image: url('../images/icon36.png');
}
.icon-hover:hover .icon36,
.icon-hover.active .icon36 {
  background-image: url('../images/icon36_cr.png');
}
.icon37 {
  background-image: url('../images/icon37.png');
}
.icon-hover:hover .icon37,
.icon-hover.active .icon37 {
  background-image: url('../images/icon37_cr.png');
}
.icon38 {
  background-image: url('../images/icon38.png');
}
.icon-hover:hover .icon38,
.icon-hover.active .icon38 {
  background-image: url('../images/icon38_cr.png');
}
.icon39 {
  background-image: url('../images/icon39.png');
}
.icon-hover:hover .icon39,
.icon-hover.active .icon39 {
  background-image: url('../images/icon39_cr.png');
}
.icon40 {
  background-image: url('../images/icon40.png');
}
.icon-hover:hover .icon40,
.icon-hover.active .icon40 {
  background-image: url('../images/icon40_cr.png');
}
.icon41 {
  background-image: url('../images/icon41.png');
}
.icon-hover:hover .icon41,
.icon-hover.active .icon41 {
  background-image: url('../images/icon41_cr.png');
}
.icon42 {
  background-image: url('../images/icon42.png');
}
.icon-hover:hover .icon42,
.icon-hover.active .icon42 {
  background-image: url('../images/icon42_cr.png');
}
.icon43 {
  background-image: url('../images/icon43.png');
}
.icon-hover:hover .icon43,
.icon-hover.active .icon43 {
  background-image: url('../images/icon43_cr.png');
}
.icon44 {
  background-image: url('../images/icon44.png');
}
.icon-hover:hover .icon44,
.icon-hover.active .icon44 {
  background-image: url('../images/icon44_cr.png');
}
.icon45 {
  background-image: url('../images/icon45.png');
}
.icon-hover:hover .icon45,
.icon-hover.active .icon45 {
  background-image: url('../images/icon45_cr.png');
}
.icon46 {
  background-image: url('../images/icon46.png');
}
.icon-hover:hover .icon46,
.icon-hover.active .icon46 {
  background-image: url('../images/icon46_cr.png');
}
.icon47 {
  background-image: url('../images/icon47.png');
}
.icon-hover:hover .icon47,
.icon-hover.active .icon47 {
  background-image: url('../images/icon47_cr.png');
}
.icon48 {
  background-image: url('../images/icon48.png');
}
.icon-hover:hover .icon48,
.icon-hover.active .icon48 {
  background-image: url('../images/icon48_cr.png');
}
.icon49 {
  background-image: url('../images/icon49.png');
}
.icon-hover:hover .icon49,
.icon-hover.active .icon49 {
  background-image: url('../images/icon49_cr.png');
}
.icon50 {
  background-image: url('../images/icon50.png');
}
.icon-hover:hover .icon50,
.icon-hover.active .icon50 {
  background-image: url('../images/icon50_cr.png');
}
.icon51 {
  background-image: url('../images/icon51.png');
}
.icon-hover:hover .icon51,
.icon-hover.active .icon51 {
  background-image: url('../images/icon51_cr.png');
}
.icon52 {
  background-image: url('../images/icon52.png');
}
.icon-hover:hover .icon52,
.icon-hover.active .icon52 {
  background-image: url('../images/icon52_cr.png');
}
.icon53 {
  background-image: url('../images/icon53.png');
}
.icon-hover:hover .icon53,
.icon-hover.active .icon53 {
  background-image: url('../images/icon53_cr.png');
}
.icon54 {
  background-image: url('../images/icon54.png');
}
.icon-hover:hover .icon54,
.icon-hover.active .icon54 {
  background-image: url('../images/icon54_cr.png');
}
.icon55 {
  background-image: url('../images/icon55.png');
}
.icon-hover:hover .icon55,
.icon-hover.active .icon55 {
  background-image: url('../images/icon55_cr.png');
}
.icon56 {
  background-image: url('../images/icon56.png');
}
.icon-hover:hover .icon56,
.icon-hover.active .icon56 {
  background-image: url('../images/icon56_cr.png');
}
.icon57 {
  background-image: url('../images/icon57.png');
}
.icon-hover:hover .icon57,
.icon-hover.active .icon57 {
  background-image: url('../images/icon57_cr.png');
}
.icon58 {
  background-image: url('../images/icon58.png');
}
.icon-hover:hover .icon58,
.icon-hover.active .icon58 {
  background-image: url('../images/icon58_cr.png');
}
.icon59 {
  background-image: url('../images/icon59.png');
}
.icon-hover:hover .icon59,
.icon-hover.active .icon59 {
  background-image: url('../images/icon59_cr.png');
}
.icon60 {
  background-image: url('../images/icon60.png');
}
.icon-hover:hover .icon60,
.icon-hover.active .icon60 {
  background-image: url('../images/icon60_cr.png');
}
.icon61 {
  background-image: url('../images/icon61.png');
}
.icon-hover:hover .icon61,
.icon-hover.active .icon61 {
  background-image: url('../images/icon61_cr.png');
}
.icon62 {
  background-image: url('../images/icon62.png');
}
.icon-hover:hover .icon62,
.icon-hover.active .icon62 {
  background-image: url('../images/icon62_cr.png');
}
.icon63 {
  background-image: url('../images/icon63.png');
}
.icon-hover:hover .icon63,
.icon-hover.active .icon63 {
  background-image: url('../images/icon63_cr.png');
}
.icon64 {
  background-image: url('../images/icon64.png');
}
.icon-hover:hover .icon64,
.icon-hover.active .icon64 {
  background-image: url('../images/icon64_cr.png');
}
.icon65 {
  background-image: url('../images/icon65.png');
}
.icon-hover:hover .icon65,
.icon-hover.active .icon65 {
  background-image: url('../images/icon65_cr.png');
}
.icon66 {
  background-image: url('../images/icon66.png');
}
.icon-hover:hover .icon66,
.icon-hover.active .icon66 {
  background-image: url('../images/icon66_cr.png');
}
.icon67 {
  background-image: url('../images/icon67.png');
}
.icon-hover:hover .icon67,
.icon-hover.active .icon67 {
  background-image: url('../images/icon67_cr.png');
}
.icon68 {
  background-image: url('../images/icon68.png');
}
.icon-hover:hover .icon68,
.icon-hover.active .icon68 {
  background-image: url('../images/icon68_cr.png');
}
.icon69 {
  background-image: url('../images/icon69.png');
}
.icon-hover:hover .icon69,
.icon-hover.active .icon69 {
  background-image: url('../images/icon69_cr.png');
}
.icon70 {
  background-image: url('../images/icon70.png');
}
.icon-hover:hover .icon70,
.icon-hover.active .icon70 {
  background-image: url('../images/icon70_cr.png');
}
.icon71 {
  background-image: url('../images/icon71.png');
}
.icon-hover:hover .icon71,
.icon-hover.active .icon71 {
  background-image: url('../images/icon71_cr.png');
}
.icon72 {
  background-image: url('../images/icon72.png');
}
.icon-hover:hover .icon72,
.icon-hover.active .icon72 {
  background-image: url('../images/icon72_cr.png');
}
.icon73 {
  background-image: url('../images/icon73.png');
}
.icon-hover:hover .icon73,
.icon-hover.active .icon73 {
  background-image: url('../images/icon73_cr.png');
}
.icon74 {
  background-image: url('../images/icon74.png');
}
.icon-hover:hover .icon74,
.icon-hover.active .icon74 {
  background-image: url('../images/icon74_cr.png');
}
.icon75 {
  background-image: url('../images/icon75.png');
}
.icon-hover:hover .icon75,
.icon-hover.active .icon75 {
  background-image: url('../images/icon75_cr.png');
}
.icon76 {
  background-image: url('../images/icon76.png');
}
.icon-hover:hover .icon76,
.icon-hover.active .icon76 {
  background-image: url('../images/icon76_cr.png');
}
.icon77 {
  background-image: url('../images/icon77.png');
}
.icon-hover:hover .icon77,
.icon-hover.active .icon77 {
  background-image: url('../images/icon77_cr.png');
}
.icon78 {
  background-image: url('../images/icon78.png');
}
.icon-hover:hover .icon78,
.icon-hover.active .icon78 {
  background-image: url('../images/icon78_cr.png');
}
.icon79 {
  background-image: url('../images/icon79.png');
}
.icon-hover:hover .icon79,
.icon-hover.active .icon79 {
  background-image: url('../images/icon79_cr.png');
}
.icon80 {
  background-image: url('../images/icon80.png');
}
.icon-hover:hover .icon80,
.icon-hover.active .icon80 {
  background-image: url('../images/icon80_cr.png');
}
.icon81 {
  background-image: url('../images/icon81.png');
}
.icon-hover:hover .icon81,
.icon-hover.active .icon81 {
  background-image: url('../images/icon81_cr.png');
}
.icon82 {
  background-image: url('../images/icon82.png');
}
.icon-hover:hover .icon82,
.icon-hover.active .icon82 {
  background-image: url('../images/icon82_cr.png');
}
.icon83 {
  background-image: url('../images/icon83.png');
}
.icon-hover:hover .icon83,
.icon-hover.active .icon83 {
  background-image: url('../images/icon83_cr.png');
}
.icon84 {
  background-image: url('../images/icon84.png');
}
.icon-hover:hover .icon84,
.icon-hover.active .icon84 {
  background-image: url('../images/icon84_cr.png');
}
.icon85 {
  background-image: url('../images/icon85.png');
}
.icon-hover:hover .icon85,
.icon-hover.active .icon85 {
  background-image: url('../images/icon85_cr.png');
}
.icon86 {
  background-image: url('../images/icon86.png');
}
.icon-hover:hover .icon86,
.icon-hover.active .icon86 {
  background-image: url('../images/icon86_cr.png');
}
.icon87 {
  background-image: url('../images/icon87.png');
}
.icon-hover:hover .icon87,
.icon-hover.active .icon87 {
  background-image: url('../images/icon87_cr.png');
}
.icon88 {
  background-image: url('../images/icon88.png');
}
.icon-hover:hover .icon88,
.icon-hover.active .icon88 {
  background-image: url('../images/icon88_cr.png');
}
.icon89 {
  background-image: url('../images/icon89.png');
}
.icon-hover:hover .icon89,
.icon-hover.active .icon89 {
  background-image: url('../images/icon89_cr.png');
}
.icon90 {
  background-image: url('../images/icon90.png');
}
.icon-hover:hover .icon90,
.icon-hover.active .icon90 {
  background-image: url('../images/icon90_cr.png');
}
.icon91 {
  background-image: url('../images/icon91.png');
}
.icon-hover:hover .icon91,
.icon-hover.active .icon91 {
  background-image: url('../images/icon91_cr.png');
}
.icon92 {
  background-image: url('../images/icon92.png');
}
.icon-hover:hover .icon92,
.icon-hover.active .icon92 {
  background-image: url('../images/icon92_cr.png');
}
.icon93 {
  background-image: url('../images/icon93.png');
}
.icon-hover:hover .icon93,
.icon-hover.active .icon93 {
  background-image: url('../images/icon93_cr.png');
}
.icon94 {
  background-image: url('../images/icon94.png');
}
.icon-hover:hover .icon94,
.icon-hover.active .icon94 {
  background-image: url('../images/icon94_cr.png');
}
.icon95 {
  background-image: url('../images/icon95.png');
}
.icon-hover:hover .icon95,
.icon-hover.active .icon95 {
  background-image: url('../images/icon95_cr.png');
}
.icon96 {
  background-image: url('../images/icon96.png');
}
.icon-hover:hover .icon96,
.icon-hover.active .icon96 {
  background-image: url('../images/icon96_cr.png');
}
.icon97 {
  background-image: url('../images/icon97.png');
}
.icon-hover:hover .icon97,
.icon-hover.active .icon97 {
  background-image: url('../images/icon97_cr.png');
}
.icon98 {
  background-image: url('../images/icon98.png');
}
.icon-hover:hover .icon98,
.icon-hover.active .icon98 {
  background-image: url('../images/icon98_cr.png');
}
.icon99 {
  background-image: url('../images/icon99.png');
}
.icon-hover:hover .icon99,
.icon-hover.active .icon99 {
  background-image: url('../images/icon99_cr.png');
}
.icon100 {
  background-image: url('../images/icon100.png');
}
.icon-hover:hover .icon100,
.icon-hover.active .icon100 {
  background-image: url('../images/icon100_cr.png');
}
.icon-x {
  background-image: url('../images/icon-x.png');
}
@media (max-width: 750px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
.flex-block {
  display: flex;
}
.flex-block.wrap {
  flex-wrap: wrap;
}
.flex-block.column {
  flex-direction: column;
}
.flex-block.rr {
  flex-direction: row-reverse;
}
.flex-block.jc-c {
  justify-content: center;
}
.flex-block.jc-sb {
  justify-content: space-between;
}
.flex-block.ai-fs {
  align-items: flex-start;
}
.flex-block.ai-c {
  align-items: center;
}
.flex-block .flex-1 {
  flex: 1;
}
.scale-handler {
  overflow: hidden;
}
.scale-handler:hover .scale-pic {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.scale-handler .scale-pic {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.custom-select {
  position: relative;
  z-index: 3;
  display: inline-block;
}
.custom-select .handler {
  cursor: pointer;
}
.custom-select .drop-list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  height: 350px!important;
  overflow-y: auto;
}
.custom-select .drop-list .item {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[data-tabs-to] {
  cursor: pointer;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 180;
  background-color: #fff;
}
.header .bd {
  display: flex;
  align-items: center;
  padding-left: 100px;
}
.header .bd .logo img {
  display: block;
  height: 50px;
}
.header .bd .nav {
  flex: 1;
}
.header .bd .nav ul {
  display: flex;
  justify-content: flex-end;
}
.header .bd .nav ul li {
  position: relative;
  border-left: 1px solid #f2f2f2;
}
.header .bd .nav ul li.hover > a,
.header .bd .nav ul li.active > a {
  background-color: #f2f2f2;
}
.header .bd .nav ul li > a {
  display: block;
  height: 78px;
  line-height: 78px;
  padding: 0 62px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .bd .nav ul li > a:hover {
  background-color: #f2f2f2;
}
.header .bd .nav ul li > .sub {
  position: absolute;
  left: 0;
  display: none;
  background-color: #fff;
}
.header .bd .nav ul li > .sub .item {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 68px 0 37px;
  border-left: 3px solid #fff;
  font-size: 16px;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .bd .nav ul li > .sub .item:hover {
  border-color: #000;
  background-color: #f7c832;
}
.header .bd .tools {
  display: flex;
}
.header .bd .tools .btn {
  display: block;
  width: 78px;
  height: 78px;
  line-height: 78px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .bd .tools .btn-lang {
	background-color: #f7c832;
}
.header .bd .tools .btn:hover {
  background-color: #f7c832;
}
.header .bd .tools .btn.active {
  background-color: #f2f2f2;
}
.header .bd .tools .btn.btn-search {
	background-color: #f2f2f2;
  background-image: url('../images/icon1.png');
  background-repeat: no-repeat;
  background-position: center;
}
.header .bd .tools .btn.btn-menu {
  background-image: url('../images/menu.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
  display: none;
}
.header .bd .tools .search {
  position: relative;
}
.header .bd .tools .search .search-box {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  width: 433px;
  overflow: hidden;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .bd .tools .search .search-box.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.header .bd .tools .search .search-box input {
  display: block;
  flex: 1;
  height: 78px;
  padding: 0 17px;
  border: 0;
}
.header .bd .tools .search .search-box button {
  display: block;
  width: 78px;
  height: 78px;
  padding: 0;
  border: 0;
  background: url('../images/icon2.png') no-repeat center;
}
.header .bd .tools .custom-select .drop-list {
  right: 0;
  left: auto;
}
.header .bd .tools .custom-select .drop-list .item {
  display: block;
  padding: 0 20px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .bd .tools .custom-select .drop-list .item:hover {
  background-color: #f7c832;
}
.header .bd .tools .custom-select .drop-list .item span {
  display: block;
  height: 38px;
  line-height: 38px;
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: left center;
}
.header .bd .tools .custom-select .drop-list .item span.pt {
  background-image: url('../images/pt_pt.png');
}
.header .bd .tools .custom-select .drop-list .item span.fr {
  background-image: url('../images/fr_fr.png');
}
.header .bd .tools .custom-select .drop-list .item span.ar {
  background-image: url('../images/ar.png');
}
.header .bd .tools .custom-select .drop-list .item span.ru {
  background-image: url('../images/ru_ru.png');
}
.header .bd .tools .custom-select .drop-list .item span.es {
  background-image: url('../images/es_es.png');
}
.header .bd .tools .custom-select .drop-list .item span.en_us {
  background-image: url('../images/en_us.png');
}
@media (max-width: 1600px) {
  .header .bd {
    padding-left: 50px;
  }
  .header .bd .nav ul li > a {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
  }
  .header .bd .nav ul li > .sub .item {
    height: 46px;
    line-height: 46px;
    padding: 0 40px 0 30px;
  }
  .header .bd .tools .btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1279px) {
  .header .bd {
    justify-content: space-between;
    padding-left: 10px;
  }
  .header .bd .logo img {
    height: 30px;
  }
  .header .bd .nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 80%;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .header .bd .nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header .bd .nav ul {
    flex-direction: column;
  }
  .header .bd .nav ul li {
    border-bottom: 1px solid #f2f2f2;
  }
  .header .bd .nav ul li > .sub {
    position: static;
  }
  .header .bd .tools .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
	background-color: #fff;
  }
  .header .bd .tools .btn.btn-menu{
	display: block;
  }
}
.footer {
  background-color: #f2f2f2;
}
.footer .bd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 240px;
}
.footer .bd .desc {
  max-width: 300px;
}
.footer .bd .desc p {
  margin: 0;
  font-size: 14px;
}
.footer .bd .desc p:not(:first-child) {
  margin-top: 33px;
}
.footer .bd .desc h3 {
  line-height: 20px;
  margin: 17px 0 0;
  font-size: 16px;
}
.footer .bd dl {
  margin: 0;
}
.footer .bd dl dt {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.footer .bd dl dd {
  line-height: 32px;
  margin: 0;
  font-size: 14px;
  text-decoration: underline;
}
.footer .bd .info {
  max-width: 400px;
}
.footer .bd .info h2 {
  line-height: 46px;
  margin: 0;
  font-size: 40px;
}
.footer .bd .info p {
  margin: 16px 0 50px;
  font-size: 14px;
}
.footer .bd .info .follow {
  display: flex;
  align-items: center;
}
.footer .bd .info .follow a + a {
  margin-left: 20px;
}
.footer .ft {
  padding: 24px 0;
  border-top: 1px solid #dadada;
  color: #999;
  text-align: center;
}
@media (max-width: 1600px) {
  .footer .bd {
    padding: 60px 100px;
  }
}
@media (max-width: 1279px) {
  .footer .bd {
    padding: 20px 10px;
    text-align: center;
  }
  .footer .bd .desc {
    width: 100%;
    max-width: none;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dadada;
  }
  .footer .bd .desc P:not(:first-child) {
    margin-top: 20px;
  }
  .footer .bd .desc h3 {
    margin-top: 10px;
    font-size: 14px;
  }
  .footer .bd dl {
    width: 50%;
  }
  .footer .bd dl dt {
    margin-bottom: 10px;
  }
  .footer .bd dl dd {
    line-height: 26px;
  }
  .footer .bd .info {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #dadada;
  }
  .footer .bd .info h2 {
    font-size: 18px;
  }
  .footer .bd .info p {
    margin: 5px 0 10px;
    font-size: 12px;
  }
  .footer .bd .info .follow {
    justify-content: center;
  }
  .footer .bd .info .follow a img {
    max-width: 30px;
    max-height: 30px;
  }
  .footer .ft {
    line-height: 18px;
    padding: 10px;
  }
}
.l-box {
  padding: 160px 100px 0;
}
@media (max-width: 1600px) {
  .l-box {
    padding: 80px 60px;
  }
  .main .l-box {
    padding: 80px 0px;
  }
}
@media (max-width: 1440px) {
  .l-box {
    padding: 60px 40px;
  }
}
@media (max-width: 1279px) {
  .l-box {
    padding: 20px 10px;
  }
}
.l-more {
  display: inline-block;
  padding: 0 12px 0 54px;
  border: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  background-color: #000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-more:hover {
  background-color: #f7c832;
}
.l-more:hover span::after {
  background-image: url('../images/icon12_cr.png');
  background-color: #000;
}
.l-more span {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-right: 80px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-more span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: url('../images/icon12.png') no-repeat center #fff;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  .l-more {
    padding: 0 6px 0 15px;
  }
  .l-more span {
    height: 36px;
    line-height: 36px;
    padding-right: 40px;
  }
  .l-more span::after {
    width: 24px;
    height: 24px;
  }
}
.index-box6 {
  position: relative;
}
.index-box6 h2 {
  position: absolute;
  bottom: 14%;
  left: 12.5%;
  max-width: 760px;
  line-height: 76px;
  margin: 0;
  font-size: 66px;
  font-weight: bold;
}
.index-box6 h2 span {
  color: #f7c832;
}
.index-box6 img {
  display: block;
  width: 100%;
}
@media (max-width: 1440px) {
  .index-box6 h2 {
    max-width: 560px;
    line-height: 60px;
    font-size: 50px;
  }
}
@media (max-width: 1279px) {
  .index-box6 h2 {
    right: 0;
    bottom: 10px;
    left: 0;
    line-height: 26px;
    font-size: 20px;
    text-align: center;
  }
}
.nicescroll-rails {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.float-links {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float-links .item {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f7c832;
  background-size: 20px;
}
.float-links .item + .item {
  margin-top: 6px;
}
.float-links .item.ewm-div img {
	position: absolute;
	right: 60px;
	top: -10px;
	max-width: 150px;
	display: none;
}
.float-links .item.ewm-div:hover img {
	display: block;
}
@media (max-width: 1279px) {
  .float-links .item {
    width: 40px;
    height: 40px;
    background-size: 45%;
	margin-bottom: 5px;
  }
  .float-links .item + .item {
    margin-top: 2px;
  }
}
