.txt-line4 {
  -webkit-line-clamp: 4;
  height: 5.4em;
}
.txt-line3 {
  -webkit-line-clamp: 3;
}
.txt-line2 {
  -webkit-line-clamp: 2;
  height: 3.8em;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.c {
	clear: both;
}

.n,
em {
	font-weight: normal;
	font-style: normal;
}

.dn {
	display: none;
}

.fix {
	*zoom: 1;
}

.fix:after,
.fix:before {
	display: block;
	content: 'clear';
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	color: #ff6600;
}

input[type='input'] {
	border: none;
	border-radius: none;
}

button::-moz-focus-inner {
	border: 0;
}

:focus,
:active {
	outline: 0;
	/*border: 0;*/
}

select {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	/*background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='图层_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 348 200' style='enable-background:new 0 0 348 200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23333333;%7D%0A%3C/style%3E%3Cpath class='st0' d='M100,147.9L17.7,52.1h164.5L100,147.9z'/%3E%3C/svg%3E%0A");*/
	background-color: transparent;
	background-position: right 50%;
	background-repeat: no-repeat;
	/*background-size: .20rem;*/
}
select option {
	background-color: none;
}

input::-webkit-input-placeholder {
	line-height: 1em;
}

input[type='submit'] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select {
	border-radius: 0;
	border: 0;
	font-family: 'ITCAvantGardeStd-Md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI','Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei';
}

::-webkit-input-placeholder {
	font-family: 'ITCAvantGardeStd-Md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI','Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei';
}

::-moz-placeholder {
	font-family: 'ITCAvantGardeStd-Md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI','Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei';
}

::-ms-input-placeholder {
	font-family: 'ITCAvantGardeStd-Md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI','Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei';
}
select::-ms-expand {
	display: none;
}

input[type='submit'] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: 'ITCAvantGardeStd-Md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI',
		'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei';
}

body {
	font-family: 'ITCAvantGardeStd-Md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI',
		'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei';
}
textarea,
select,
input {
	font-family: 'ITCAvantGardeStd-Md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI',
		'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei';
}
.slide1 {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.slide1.slick-initialized {
	visibility: visible;
	opacity: 1;
}
*:after,
*:before,
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*.page-enter-active,
.page-leave-active {
	transition: opacity 0.6s, transform 0.6s;
}
.page-enter,
.page-leave-to {
	opacity: 0;
	transform: translateY(-6%);
}*/
.nested-enter-active,
.nested-leave-active {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nested-enter,
.nested-leave-to {
	opacity: 0;
}





/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container {
  width: 100%;
  max-width: 100%;

}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 12rem;
  perspective: 12rem;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.21rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  z-index: 10;
  cursor: pointer;
  background-size: 0.21rem 0.4rem;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 0.3rem;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 0.3rem;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.1rem;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.06rem 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.08rem;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.04rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 0.04rem;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 0.04rem;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 0.1rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0.03rem;
  z-index: 50;
  height: 0.05rem;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 0.03rem;
  top: 1%;
  z-index: 50;
  width: 0.05rem;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.1rem;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.21rem;
  margin-top: -0.21rem;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(0.5rem);
  filter: blur(0.5rem);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 12rem;
}








.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 600;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  text-align: left;
}

.modal a.close-modal {

}

.modal-spinner {
/*  display: none;*/
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 0.12rem 0.16rem;
  border-radius: 0.05rem;
  background-color: #fff;
  height: 0.2rem;
}

.modal-spinner > div {
  border-radius: 1rem;
  background-color: #fff;
  height: 0.2rem;
  width: 0.02rem;
  margin: 0 0.01rem;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}





 @-webkit-keyframes fadeIn {
     0% {
         opacity:0;
    }
     100% {
         opacity:1;
    }
}
 @keyframes fadeIn {
     0% {
         opacity:0;
    }
     100% {
         opacity:1;
    }
}
 @-webkit-keyframes fadeOut {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
         display: none;
    }
}
 @keyframes fadeOut {
     0% {
         opacity:1;
    }
     100% {
         opacity:0;
         display: none;
    }
}


@-webkit-keyframes moveRightIn {
	50% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);opacity: 0;
	}
	51%{
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);opacity: 0;
	}
	100%{
		-webkit-transform: translateX(0);
		        transform: translateX(0);opacity: 1;
	}
}


@keyframes moveRightIn {
	50% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);opacity: 0;
	}
	51%{
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);opacity: 0;
	}
	100%{
		-webkit-transform: translateX(0);
		        transform: translateX(0);opacity: 1;
	}
}

@-webkit-keyframes moveUpDown {
  50% {
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);opacity: 0;
  }
  51%{
    -webkit-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem);opacity: 0;
  }
  100%{
    -webkit-transform: translateY(0);
            transform: translateY(0);opacity: 1;
  }
}

@keyframes moveUpDown {
  50% {
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);opacity: 0;
  }
  51%{
    -webkit-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem);opacity: 0;
  }
  100%{
    -webkit-transform: translateY(0);
            transform: translateY(0);opacity: 1;
  }
}



.hover-in{
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
}
.hover-out{
  -webkit-transition: .6s ease-in;
  transition: .6s ease-in;
}


.js-masonry-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4185133 */
  src: url("../fonts/iconfont.eot?t=1691311798841");
  /* IE9 */
  src: url("../fonts/iconfont.eot?t=1691311798841#iefix") format('embedded-opentype'), 
       url("../fonts/iconfont.woff2?t=1691311798841") format('woff2'),
       url("../fonts/iconfont.woff?t=1691311798841") format('woff'),
       url("../fonts/iconfont.ttf?t=1691311798841") format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-m-search:before {
  content: "\e6ca";
}

.icon-m-menu:before {
  content: "\e6c9";
}

.icon-tupian:before {
  content: "\e67f";
}

.icon-earth:before {
  content: "\e69f";
}

.icon-camera:before {
  content: "\e626";
}

.icon-instagram:before {
  content: "\e6fc";
}

.icon-facebook:before {
  content: "\e953";
}

.icon-swiper-left:before {
  content: "\e698";
}

.icon-swiper-right:before {
  content: "\e69c";
}

.icon-time:before {
  content: "\e65d";
}

.icon-list:before {
  content: "\e600";
}

.icon-prev-page:before {
  content: "\e6002";
}

.icon-next-page:before {
  content: "\e6003";
}

.icon-m-close:before {
  content: "\e6cb";
}

.icon-caidan:before {
  content: "\e69e";
}

.icon-sousuo:before {
  content: "\e69d";
}

.icon-fb:before {
  content: "\e676";
}

.icon-down:before {
  content: "\e68b";
}

.icon-x:before {
  content: "\e68c";
}

.icon-up:before {
  content: "\e692";
}

.icon-search:before {
  content: "\e696";
}

.icon-more:before {
  content: "\e697";
}

.icon-Instagram:before {
  content: "\ee49";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.hidden {
  display: none;
}
.img-ovh {
  overflow: hidden;
}
a {
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #fff;
}
i.iconfont {
  font-size: inherit;
}
.cover-bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.bg,
.img {
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}
.bg,
.img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}
.img-normal:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.img-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}
.img-hover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}
.img-hover .bg {
  height: 100%;
}
.img-hover .img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ovh {
  overflow: hidden;
}
.img-hover:hover .img,
.img-hover:hover .bg,
.img-hover:hover .img-contain {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.menu-product a:hover .img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tc {
  text-align: center;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
::-moz-selection {
  background-color: #fff;
  color: #000;
}
::selection {
  background-color: #fff;
  color: #000;
}
body {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
}
html {
  font-size: 100px;
}
.text {
  color: #fff;
  line-height: 1.6;
  font-size: 16px !important;
}
.text * {
  font-size: 16px !important;
}
.text-white {
  color: #fff;
}
.text-margin p {
  margin-bottom: 1.6em;
}
.text-dot p {
  padding-left: 0.2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.14rem;
}
.text-dot p:before {
  width: 7PX;
  height: 7PX;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  content: '';
  left: 0;
}
.btn-tc {
  text-align: center;
}
.row-inner-margin {
  margin: 0.9rem 0;
}
.m-show {
  display: none;
}
.breadcrumbs-bar {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  width: 100%;
}
.breadcrumbs {
  color: #5c5c5c;
}
.breadcrumbs .iconfont {
  color: #5c5c5c;
  margin-right: 0.16rem;
  font-size: 18px;
  line-height: 1;
}
.breadcrumbs .icon-home {
  position: relative;
  top: -0.02rem;
}
.breadcrumbs * {
  vertical-align: middle;
}
.breadcrumbs a {
  vertical-align: middle;
  color: #5c5c5c;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumbs a:hover {
  opacity: 1;
  color: #fff;
}
.breadcrumbs a:after {
  font-family: 'iconfont';
  content: "\e610";
  margin: 0 0.1rem;
  font-size: 12px;
  font-weight: normal;
}
.breadcrumbs a:last-child:after {
  display: none;
}
.breadcrumbs .on {
  opacity: 1;
}
.list-news h3 span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0, #fff));
  background-image: linear-gradient(to bottom, transparent 95%, #fff 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  text-decoration: none;
  -webkit-transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
  transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
  word-break: break-all;
}
.list-news a:hover h3 span {
  background-size: 100% 100%;
}
.navigation-bar a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0, #fff));
  background-image: linear-gradient(to bottom, transparent 95%, #fff 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  text-decoration: none;
  -webkit-transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
  transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
  word-break: break-all;
}
.navigation-bar a:hover {
  background-size: 100% 100%;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.end-box {
  height: 0.5rem;
  position: relative;
  margin-top: 0.8rem;
}
.loading {
  text-align: center;
  z-index: 10;
  background: rgba(0,0,0,0.5) url("../images/loading.gif") no-repeat 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}
.end-line-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.end-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.end-line em {
  border-top: 1px solid rgba(255,255,255,0.15);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.end-line span {
  padding: 0 0.3rem;
  opacity: 0.7;
}
.pagination {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span {
  font-size: 14px;
}
.pagination input {
  display: inline-block;
  min-width: 36PX;
  height: 36PX;
  line-height: 36PX;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  zoom: 1;
  border-radius: 0.03rem;
  vertical-align: middle;
  margin: 0 0.02rem;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.pagination .page-numbers {
  display: inline-block;
  min-width: 36PX;
  height: 36PX;
  line-height: 36PX;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  zoom: 1;
  border-radius: 0.03rem;
  vertical-align: middle;
  margin: 0 0.02rem;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.pagination input {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  width: 0.6rem;
}
.pagination-list {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
.pagination-list li {
  display: inline-block;
}
.pagination-list .prev i,
.pagination-list .next i {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination-list .prev:hover i,
.pagination-list .next:hover i {
  color: #fff;
}
.pagination-list em {
  margin: 0 0.1rem;
}
.pagination-list span {
  padding: 0 0.04rem;
  margin: 0 0.04rem;
}
.pagination-list .page-numbers.on,
.pagination-list .page-numbers:hover,
.pagination-list .page-numbers.current {
  background-color: #fff;
  color: #000;
}
.pagination-list .page-numbers:hover i {
  color: #000;
}
.scroll-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0.5rem;
  z-index: 40;
}
.scroll-btn > * {
  display: inline-block;
  font-weight: normal;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02rem;
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 0.3rem;
  height: 0.5rem;
  margin: 0 auto 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid white;
  border-radius: 0.23rem;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 0.06rem;
  height: 0.06rem;
  margin: -0.02rem 0 0 -0.02rem;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
          animation: ani-mouse 2.5s linear infinite;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus {
  color: #fff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active {
  opacity: 0.8;
}
.social-icon a {
  font-size: 30px;
  margin: 0 0.1rem;
}
.social-icon i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-icon .icon-facebook:hover {
  color: #4967a7;
}
.social-icon .icon-instagram:hover {
  color: #f411ac;
}
#fd .social-icon a {
  font-size: 20px;
  margin: 0 0.06rem;
}
.swiper-button-disabled {
  cursor: not-allowed;
}
.swiper-prev,
.swiper-next {
  position: absolute;
  top: 50%;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-prev i {
  color: #fff;
  font-size: 40px;
}
.swiper-next i {
  color: #fff;
  font-size: 40px;
}
.swiper-prev:hover,
.swiper-next:hover {
  opacity: 1;
}
.swiper-arrow-big i {
  font-size: 40px;
}
.swiper-prev {
  left: 0;
}
.swiper-next {
  right: 0;
}
.swiper-pagination-dot {
  text-align: center;
  z-index: 40;
}
.swiper-pagination-dot .swiper-pagination-bullet {
  width: 8PX;
  height: 8PX;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.2rem;
  background: none;
  margin: 0 0.03rem;
}
.swiper-pagination-dot-white .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.swiper-pagination-dot-white .swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-banner .swiper-pagination-dot {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  z-index: 10;
}
.swiper-circle-big {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
.swiper-circle-small {
  width: 0.45rem;
  height: 0.45rem;
  line-height: 0.45rem;
}
.swiper-circle-small i {
  font-size: 16px;
}
.swiper-circle-arrow {
  text-align: center;
  z-index: 60;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  display: inline-block;
  background-color: #fff;
}
.swiper-circle-arrow:hover {
  background-color: #fff;
}
.swiper-circle-arrow:hover i {
  color: #fff;
}
.swiper-circle-arrow i {
  color: #3c3c3c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-case-detail .swiper-circle-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-case-detail .swiper-circle-prev {
  left: 0.2rem;
}
.swiper-case-detail .swiper-circle-next {
  right: 0.2rem;
}
.year-box .swiper-circle-arrow {
  background-color: #d7dbe0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 0;
}
.year-box .swiper-circle-arrow:hover {
  background-color: #fff;
}
.year-box .swiper-circle-arrow:hover i {
  color: #fff;
}
.year-box .swiper-circle-arrow i {
  color: #999;
  font-weight: bold;
}
#banner-prev {
  left: 0.15rem;
}
#banner-next {
  right: 0.15rem;
}
.t1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 0.4rem;
}
.t2 {
  font-size: 28px;
  margin-bottom: 0.3rem;
}
.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background: #fff;
  color: #fff;
  padding: 0.1rem 0.4rem;
  border-radius: 0.06rem;
  min-width: 1.2rem;
  z-index: 500000;
  font-size: 16px;
}
.wp-block-image {
  margin: 0.4rem 0;
}
@font-face {
  font-family: 'ITCAvantGardeStd-Md';
  src: url("../fonts/ITCAvantGardeStd-Md.eot?#ie") format('embedded-opentype'), url("../fonts/ITCAvantGardeStd-Md.woff") format('woff'), url("../fonts/ITCAvantGardeStd-Md.ttf") format('truetype'), url("../fonts/ITCAvantGardeStd-Md.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ITCAvantGardeStd-Bk';
  src: url("../fonts/ITCAvantGardeStd-Bk.eot?#ie") format('embedded-opentype'), url("../fonts/ITCAvantGardeStd-Bk.woff") format('woff'), url("../fonts/ITCAvantGardeStd-Bk.ttf") format('truetype'), url("../fonts/ITCAvantGardeStd-Bk.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'ITCAvantGardeStd-Bk' !important;
}
.row {
  padding: 2rem 0 1rem 0;
}
#fd {
  padding: 0.2rem 0;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.15);
}
#fd .wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#fd p {
  margin-right: 0.2rem;
}
#hd {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80PX;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid transparent;
}
#hd:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background-color: rgba(0,0,0,0.7);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hd:hover:after {
  opacity: 1;
}
.header-holder {
  height: 80PX;
}
#hd.small-hd {
  height: 60PX;
}
#hd.small-hd:after {
  opacity: 1;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
#hd.small-hd .sub-menu-wrap {
  top: 100%;
}
#hd.small-hd .change-lan .sub {
  top: 100%;
}
#hd.small-hd .logo img {
  height: 0.32rem;
}
body.show-search #hd:after {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  opacity: 1;
}
.nav {
  margin-left: auto;
  height: 100%;
}
.nav > li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.6rem;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav > li a {
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.6;
}
.nav > li a:hover {
  color: #fff;
  opacity: 1;
}
.nav li.menu-item-has-children > a {
  position: relative;
  padding-right: 0.3rem;
}
.nav li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  font-family: 'iconfont';
  content: "\e68b";
  top: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav > li > a {
  color: #fff;
}
.nav > li:hover > a {
  color: #fff;
  opacity: 1;
}
.nav .pad {
  position: relative;
  height: 0;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.nav .pad a:first-child {
  margin-top: 0.34rem;
}
.nav .pad a:last-child {
  margin-bottom: 0.34rem;
}
.nav .sub-menu-wrap {
  position: absolute;
  left: 0;
  text-align: left;
  white-space: nowrap;
  left: 50%;
  top: 85%;
  top: 100%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 1.7rem;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav .sub-menu {
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
  background-color: rgba(0,0,0,0.7);
  padding: 0.2rem;
}
.nav .sub-menu li {
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 2.4;
  color: #fff;
  display: block;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav .sub-menu li a {
  font-size: 14px;
}
.nav .sub-menu li:hover a {
  color: #fff;
  opacity: 1;
}
.hd-r {
  text-align: right;
  z-index: 50;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd-r i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hd-r i:hover {
  color: #fff;
}
.nav-r {
  height: 100%;
}
.nav-r .nav {
  height: 100%;
}
.search-ico {
  position: relative;
  margin-left: 0.6rem;
}
.search-ico i {
  cursor: pointer;
  font-size: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  opacity: 0.6;
}
.search-ico i:hover {
  color: #fff;
  opacity: 1;
}
.change-lan:hover i {
  opacity: 1;
  color: #fff;
}
.change-lan {
  padding-left: 0.4rem;
  cursor: pointer;
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.change-lan i {
  font-size: 21px;
  color: #fff;
  opacity: 0.6;
}
.change-lan .sub {
  display: block;
  position: absolute;
  right: 0;
  top: 85%;
  top: 100%;
  white-space: nowrap;
}
.change-lan .sub:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 0;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
}
.change-lan .pad {
  position: relative;
  z-index: 1;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.change-lan a.on {
  color: #fff;
  opacity: 1;
}
.change-lan a {
  display: inline-block;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  opacity: 0.6;
}
.change-lan a:hover {
  opacity: 1;
  color: #fff;
}
.hd-l,
.hd-r {
  position: relative;
  z-index: 10;
}
.logo {
  line-height: 1;
  position: relative;
}
.logo img {
  height: 0.5rem;
  width: auto;
  vertical-align: inherit;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.change-lan:hover i {
  opacity: 1;
  color: #fff;
}
.nav li.current-menu-item > a,
.nav li.current-page-ancestor > a,
.nav li.current-menu-parent > a {
  color: #fff;
  opacity: 1;
}
.m-footer-lan {
  margin: 0 auto;
  width: 3rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border: 1px solid #fff;
  height: 0.82rem;
  line-height: 0.8rem;
  border-radius: 0.5rem;
  position: relative;
}
.m-footer-lan .icon-earth {
  font-size: 15px;
  margin-right: 0.14rem;
}
.m-footer-lan .bd {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.15);
  border-radius: 0.2rem;
  -webkit-backdrop-filter: blur(0.16rem);
          backdrop-filter: blur(0.16rem);
  bottom: 100%;
  margin-bottom: 0.1rem;
  padding: 0.3rem;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-footer-lan .bd a {
  display: block;
  line-height: 2.3;
}
.m-footer-lan .icon-up {
  font-size: 12px;
}
.m-footer-lan .hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.show-m-lan .bd {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.body-show-m-menu .m_header:after {
  opacity: 1;
}
.m-hd.m_header:after {
  opacity: 1;
}
.m_header {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  height: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(0,0,0,0.7);
}
.m_header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(0,0,0,0.15);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m_header .m_logo,
.m_header .m_nav_r {
  position: relative;
  z-index: 10;
}
.m_nav_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m_header .m-search-ico {
  text-align: center;
  font-size: 18px;
}
.m_header .change-lan {
  width: 0.66rem;
  line-height: 0.6rem;
  background: none;
}
.m_header .change-lan a {
  width: auto;
  line-height: inherit;
}
.m_header .change-lan a:hover {
  background: none;
  color: #000;
}
.m_logo img {
  height: 0.4rem;
  vertical-align: middle;
  width: auto;
}
.m_nav_btn {
  margin-left: auto;
}
.m_nav_btn .icon-search {
  color: #333;
  padding-right: 0.15rem;
  margin-right: 0.15rem;
  margin-left: 0;
  font-size: 15px;
}
.nav_toggle {
  height: 100%;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.4rem;
}
.nav_toggle .iconfont {
  font-size: 18px;
  color: #fff;
}
.body-show-m-menu .nav_toggle .iconfont:before {
  content: '\e6cb';
}
#m-nav {
  position: fixed;
  top: 1.2rem;
  right: 0;
  overflow-y: auto;
  bottom: 0;
  z-index: 0;
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 70%;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 90;
}
#m-nav .icon-close {
  font-size: 30px;
}
#m-nav.pm_open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.close_m_nav {
  text-align: right;
  position: absolute;
  right: 0.9rem;
  top: 0.3rem;
}
.close_m_nav i {
  font-size: 30px;
}
.pm_overlay {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 80;
  left: 0;
  top: 0;
  -webkit-animation: fadeOut 0.5s both ease;
          animation: fadeOut 0.5s both ease;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pm_overlay.pm_show {
  display: block;
  -webkit-animation: fadeIn 0.3s both ease;
          animation: fadeIn 0.3s both ease;
}
.pm_overlay.pm_hide {
  display: none;
}
.m-nav-list {
  width: 100%;
}
.m-nav-list li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  position: relative;
  opacity: 0.7;
}
.m-nav-list .iconfont {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
}
.m-nav-list > li > a {
  line-height: 1rem;
}
.m-nav-list .on {
  color: #fff;
  opacity: 1;
}
.m-nav-list .on .iconfont {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.m-nav-list a {
  text-transform: uppercase;
}
.m_nav .sub-menu-wrap {
  display: none;
  overflow: hidden;
  padding-bottom: 0;
}
.m_nav .sub-menu li:first-child a {
  margin-top: 0.3rem;
}
.m_nav .sub-menu a {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 0.46rem;
  margin-top: 0.46rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 0.3rem;
}
.m_nav .cell {
  padding-left: 0.5rem;
  padding-right: 0.3rem;
  padding-top: 0.36rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-lan {
  margin-top: auto;
  padding-bottom: 0.54rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-lan .pad {
  margin-left: 0.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-lan a {
  opacity: 0.7;
  font-size: 14px;
  margin: 0 0.1rem;
  vertical-align: middle;
  color: #fff;
}
.m-lan a:hover {
  opacity: 1;
}
.m-lan .on {
  opacity: 1;
}
.m-lan i {
  vertical-align: middle;
  font-size: 16px;
}
.white-m-hd {
  background-color: #fff;
}
.white-m-hd .m_logo .logo-white {
  display: none;
}
.white-m-hd .m_logo .logo-blue {
  display: block;
}
.white-m-hd .nav_toggle .iconfont {
  color: #000;
}
.white-m-hd .icon-m-search {
  color: #000;
}
.white-m-hd:after {
  display: none;
}
.header-search {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
}
.m_header .search-main {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
}
.m_header .search-main .pad {
  width: 100%;
  max-width: 9rem;
  padding-left: 0.7rem;
  padding-right: 1.1rem;
}
.m_header .search-main input {
  height: 0.8rem;
}
.m_header .search-main .btn-search i {
  color: #000;
  font-size: 16px;
}
.m_header .search-main .sub-search {
  padding: 0.2rem 0.3rem;
}
.show-m-search .icon-m-search:before {
  content: '\e6cb';
}
.search-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.search-main .pad {
  width: 6rem;
  position: relative;
  background-color: #fff;
  padding-left: 0.56rem;
  border-radius: 0.6rem;
  padding-right: 0.9rem;
}
.search-main input {
  height: 0.5rem;
  width: 100%;
  font-size: 14px;
  background: none;
  border: none;
  color: #999;
}
.search-main ::-webkit-input-placeholder {
  color: #999;
}
.search-main ::-moz-placeholder {
  color: #999;
}
.search-main :-ms-input-placeholder {
  color: #999;
}
.search-main ::-ms-input-placeholder {
  color: #999;
}
.search-main ::placeholder {
  color: #999;
}
.search-main :-ms-input-placeholder {
  color: #999;
}
.search-main :-webkit-input-placeholder {
  color: #999;
}
.search-main .btn-search {
  left: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  padding-left: 0.2rem;
  background: none;
  border: none;
}
.search-main .btn-search i {
  font-size: 18px;
  color: #000;
}
.search-main .sub-search {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  background: none;
  border: none;
}
.search-main .sub-search:hover {
  opacity: 0.8;
}
.show-search .search-ico .iconfont:before {
  content: "\e68c";
}
.wp {
  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
}
.wp-lg {
  width: 100%;
  max-width: 15rem;
  margin: 0 auto;
}
.wp-sm {
  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
}
.page-404 {
  text-align: center;
}
.page-404 i {
  font-size: 200px;
  opacity: 0.7;
  line-height: 1;
}
.page-404 h1 {
  font-size: 50px;
}
.no-result {
  text-align: center;
}
.no-result i {
  font-size: 160px;
  opacity: 0.2;
}
#swiper-banner {
  height: calc(100vh - 80PX);
}
#swiper-banner .swiper-slide {
  height: 8.7rem;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#swiper-banner .img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}
#swiper-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
#swiper-banner img[src] {
  display: block;
}
#swiper-banner .swiper-pagination {
  bottom: 0.6rem;
}
.gallery {
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.list-gallery .item {
  width: 33.3333%;
  width: 32%;
  padding: 0.1rem;
  background: url("../images/loading.gif") no-repeat 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-gallery .item:hover {
  opacity: 0.8;
}
.list-gallery img {
  height: auto !important;
}
.list-gallery .pad {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.list-gallery .loaded .pad {
  opacity: 1;
}
.grid-sizer {
  width: 33.333%;
}
.about .wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about .txt {
  padding-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about .text {
  margin-bottom: 0.6rem;
}
.about .social-icon a {
  margin-right: 0.1rem;
  margin-left: 0;
}
.about .img {
  width: 60%;
}
.list-news {
  margin-top: 0.6rem;
}
.list-news li {
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.list-news a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-news a:hover h3 {
  color: #fff;
}
.list-news .img-hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 3.2rem;
      -ms-flex: 0 1 3.2rem;
          flex: 0 1 3.2rem;
}
.list-news .img-hover .bg {
  height: 2.14rem;
}
.list-news .txt {
  padding-left: 0.6rem;
  padding-right: 0.3rem;
  padding-top: 0.15rem;
  padding-bottom: 0.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-news .time-cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1rem;
      -ms-flex: 0 1 1rem;
          flex: 0 1 1rem;
}
.list-news h3 {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-news h4 {
  font-size: 12px;
}
.time-cell {
  text-align: right;
}
.time-cell em {
  display: block;
  font-size: 50px;
  margin-bottom: 0.06rem;
  font-family: 'ArialMT';
}
.time-cell span {
  font-size: 16px;
}
.read-more {
  color: #fff;
}
.read-more .link {
  display: inline-block;
}
.read-more .link:hover span:after {
  width: 100%;
}
.read-more span {
  font-size: 16px;
  margin-right: 0.1rem;
  position: relative;
  padding-bottom: 0.04rem;
}
.read-more span:after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  bottom: 0;
}
.read-more span:hover:after {
  width: 100%;
}
.read-more span:after {
  border-bottom: 1px solid #5b6067;
}
.read-more i {
  font-size: 14px;
}
.navigation-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.4rem;
}
.navigation-bar a {
  font-size: 16px;
}
.navigation-bar a * {
  vertical-align: middle;
}
.navigation-bar b {
  font-weight: normal;
}
.navigation-bar .icon-prev-page {
  margin-right: 0.09rem;
}
.navigation-bar .icon-next-page {
  margin-left: 0.09rem;
}
.navigation-bar .next-post {
  margin-left: auto;
}
.article-detail {
  position: relative;
}
.article-detail .hd {
  text-align: center;
  margin-bottom: 0.5rem;
}
.article-detail .hd h1 {
  font-size: 28px;
  margin-bottom: 0.2rem;
}
.article-detail .hd h4 {
  font-size: 16px;
  color: date;
}
.article-detail .hd i {
  margin-right: 0.06rem;
}
.article-detail .bd {
  margin-top: 0.2rem;
  padding-bottom: 0.4rem;
}
.article-detail .bd p {
  line-height: 2;
}
.article-detail .bd .text ul,
.article-detail .bd .text li {
  list-style: disc;
}
.article-detail .fd {
  border-top: 1px solid rgba(255,255,255,0.15);
  position: relative;
}
@media screen and (max-width: 1700px) {
  body {
    font-size: 15px;
  }
  .nav > li {
    padding-left: 0.5rem;
  }
  .wp {
    width: 90%;
  }
  html {
    font-size: 88px;
  }
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 14px;
  }
  .nav > li {
    padding-left: 0.4rem;
  }
  .wp {
    width: 90%;
    max-width: initial;
  }
  .wp-lg {
    width: 90%;
    max-width: initial;
  }
  html {
    font-size: 78px;
  }
}
@media screen and (max-width: 1300px) {
  .nav > li a {
  font-size: 14px;
  }
  .change-lan a {
  font-size: 14px;
  }
  .logo img {
    height: 0.4rem;
  }
  #hd.small-hd .logo img {
    height: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  #banner-prev {
    display: none;
  }
  #banner-next {
    display: none;
  }
  .header-holder {
    height: 1.3rem;
  }
  .m_header {
    display: block;
  }
  #hd {
    display: none;
  }
  .m_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .result-search input {
    height: 0.7rem;
  }
  .result-search .pad {
    padding-left: 0.3rem;
    padding-right: 0.7rem;
  }
  .result-search .btn-search {
    padding-right: 0.3rem;
  }
  html {
    font-size: 58px;
  }
}
@media screen and (max-width: 1000px) {
  .swiper-pagination-dot .swiper-pagination-bullet {
    margin: 0 0.06rem;
  }
}
@media screen and (max-width: 760px) {
  body {
    font-size: 14px;
  }
  .text {
  font-size: 14px !important;
  }
  .text * {
  font-size: 14px !important;
  }
  .text-dot p:before {
    width: 5PX;
    height: 5PX;
  }
  .m-show {
    display: block;
  }
  .m-hide {
    display: none;
  }
  .breadcrumbs a {
    font-weight: normal;
  }
  .breadcrumbs a:after {
    font-size: 12px;
  }
  .pagination input,
  .pagination .page-numbers {
    min-width: 32PX;
    height: 32PX;
    line-height: 32PX;
  }
  .pagination span,
  .pagination form {
    display: none;
  }
  .social-icon a {
  font-size: 20px;
  }
  .swiper-circle-small i {
  font-size: 14px;
  }
  .swiper-pagination-circle .swiper-pagination-bullet {
    width: 7PX !important;
    height: 7PX !important;
    margin-left: 0.09rem !important;
    margin-right: 0.09rem !important;
  }
  .swiper-pagination-solid .swiper-pagination-bullet {
    border: none !important;
    background-color: #fff !important;
  }
  .swiper-pagination-solid .swiper-pagination-bullet-active {
    background-color: #fff !important;
  }
  .swiper-container-horizontal .swiper-scrollbar {
    margin-top: 0.8rem;
    position: static;
    width: 3rem;
    margin-left: auto;
    margin-right: auto;
    height: 2PX;
  }
  .swiper-scrollbar-line {
    width: 2rem;
  }
  .swiper-circle-arrow {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .swiper-case-outer .swiper-scrollbar-line {
    width: 2rem;
  }
  .t2 {
  font-size: 20px;
  }
  .toast {
  font-size: 14px;
  }
  .header-holder {
    height: 1.2rem;
  }
  .search-main .sub-search {
  font-size: 14px;
  }
  .wp {
    width: auto;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .wp-lg {
    width: auto;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .wp-sm {
    width: auto;
    max-width: initial;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .list-gallery .item {
    width: 50%;
  }
  .grid-sizer {
    width: 50%;
  }
  #swiper-banner {
    height: calc(100vh - 1.2rem);
  }
  .about .wp {
    display: block;
  }
  .about .img {
    width: 70%;
    margin: 0 auto;
  }
  .about .txt {
    padding-left: 0;
    margin-top: 0.6rem;
  }
  .time-cell span {
  font-size: 14px;
  }
  .read-more span {
  font-size: 14px;
  }
  .list-news .time-cell {
    display: none;
  }
  .navigation-bar a {
  font-size: 14px;
  }
  .article-detail .hd h1 {
  font-size: 20px;
  }
  .article-detail .hd h4 {
  font-size: 14px;
  }
  html {
    font-size: 40px;
    font-size: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .js-masonry-elm {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 40px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  .js-masonry-list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .js-masonry-elm {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .js-masonry-list {
    -webkit-column-gap: 1.25%;
       -moz-column-gap: 1.25%;
            column-gap: 1.25%;
  }
  .js-masonry-elm {
    width: 32.5%;
    margin-bottom: 1.25%;
  }
}
@media only screen and (min-width: 1025px) {
  .js-masonry-list {
/*    column-gap: 2.5%;*/
    -webkit-column-gap: 1.333333%;
       -moz-column-gap: 1.333333%;
            column-gap: 1.333333%;
  }
  .js-masonry-elm {
    width: 18%;
    margin-bottom: 2.5%;
  }
}

/*# sourceMappingURL=style.css.map */
