@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
  font-family: "PingFang HK", "Microsoft YaHei", "Arial";
}
body {
  font: 12px "PingFang HK", "Microsoft YaHei", "Arial";
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  font-size: 14px;
}
span {
  display: inline-block;
}
p {
  line-height: 2;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
body,
html {
  height: 100%;
}
::-webkit-scrollbar {
  width: 9px;
  background-color: #000;
}
::-webkit-scrollbar-thumb {
  border: solid 2px #000;
  width: 5px;
  border-radius: 4px;
  background-color: #139794;
}
::-webkit-scrollbar-corner {
  background-color: #000;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
::-webkit-selection {
  background: #139794;
  color: #fff;
}
::-moz-selection {
  background: #139794;
  color: #fff;
}
::selection {
  background: #139794;
  color: #fff;
}
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
/* 浮动与清浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text_overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-ahref] {
  cursor: pointer;
}
.over-2 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-3 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
html {
  font-size: 100px;
}
/* 初始定义 */
@font-face {
  font-family: 'word';
  src: url('../css/font/GOTHAM-BOOK_0.otf');
}
.word {
  font-family: word;
}
/* 定义网站色值 */
.mc {
  color: #c3ffff;
}
.fc {
  color: #6ea97f;
}
.wc {
  color: #ffffff;
}
.grc {
  color: #eeeeee;
}
.d-gc {
  color: #8e8e8e;
}
.rc {
  color: #ff231c;
}
.oc {
  color: #ffb11e;
}
.yc {
  color: #fff714;
}
.gc {
  color: #8aff3c;
}
.bc {
  color: #4060ff;
}
.transi {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.linear-bg {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
.linear-txt {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.max-wid {
  width: 70%;
  max-width: 1200px;
  margin: auto;
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*图片容器*/
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.pic .img-w {
  position: absolute !important;
  width: 100% !important;
  min-height: 100% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  display: block;
}
.pic .img-h {
  position: absolute !important;
  height: 100% !important;
  min-width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  display: block;
}
.pic img.w-h {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.pic img.lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}
/* 按钮 */
.layout-btn {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.layout-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.layout-btn-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 260px;
  height: 52px;
  background: #fff;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
  overflow: hidden;
}
.layout-btn-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c3ffff;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
}
.layout-btn-1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}
.layout-btn-1 > div {
  position: relative;
  top: 16px;
  width: 100%;
  height: 26px;
  overflow: hidden;
}
.layout-btn-1 > div > span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.layout-btn-1 > div > span:first-of-type {
  color: #fff;
  transform: translateY(24px);
}
.layout-btn-1 > div > span:last-of-type {
  color: #1e0f21;
  transform: translateY(0);
}
.layout-btn-1:hover {
  background: #c3ffff;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}
.layout-btn-1:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}
.layout-btn-1:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0s;
}
.layout-btn-1:hover > div > span:first-of-type {
  transform: translateY(0);
}
.layout-btn-1:hover > div > span:last-of-type {
  transform: translateY(-24px);
}
.layout-btn-2 {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  display: inline-block;
}
.layout-btn-2 > div {
  height: 100%;
  transform-style: preserve-3d;
  transition: 0.25s;
}
.layout-btn-2 > div > span {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border: 5px solid #fff;
  line-height: 50px;
  font-size: 17pt;
  text-align: center;
  text-transform: uppercase;
}
.layout-btn-2 > div > span:first-of-type {
  color: #fff;
  transform: translate3d(0, 0, 30px);
}
.layout-btn-2 > div > span:last-of-type {
  color: #737f39;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
}
.layout-btn-2:hover > div {
  transform: rotateX(-90deg);
}
.layout-btn-3 {
  height: 80px;
  line-height: 80px;
  width: 180px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.layout-btn-3 > span {
  display: inline-block;
  font-size: 14px;
  position: relative;
  z-index: 3;
  color: #000;
  width: 100%;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  transition: all 0.3s cubic-bezier(0, 0.25, 0.5, 1);
}
.layout-btn-3 .Sline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  fill: #fff;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0, 0.25, 0.5, 1);
}
.layout-btn-3:hover > span {
  color: #fff;
}
.layout-btn-3:hover .Sline {
  fill: #c3ffff;
  transform: translate3d(-66.6%, 0, 0);
}
.layout-btn-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 180px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-align: center;
}
.layout-btn-4 > span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.layout-btn-4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:hover:after {
  transform: translate(0, 0);
}
.layout-btn-4:hover:before {
  transform: translate(0, 0);
}
/*输入框*/
.layout-inputBox {
  display: inline-block;
}
.layout-inputBox > h5 {
  height: 0.32rem;
  line-height: 0.32rem;
}
.layout-inputBox .input-text {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.layout-inputBox .input-text > input {
  width: 100%;
  height: 100%;
  background-color: white;
  border: solid 1px #d4d4d4;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.layout-inputBox .input-text > input:focus {
  background-color: transparent;
  border-color: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border {
  background-color: white;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type {
  background: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 0;
}
.layout-inputBox .input-text .input-border {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  background-color: #5b4c5c;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.layout-inputBox .input-text .input-border:first-of-type:before {
  height: 2px;
  left: 0;
  top: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 2px;
}
.layout-inputBox .input-text .input-border:last-of-type:before {
  background-color: #01afd1;
  height: 2px;
  top: calc(100% - 2px);
  right: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:last-of-type:after {
  background-color: #01afd1;
  height: 0;
  top: calc(100% - 2px);
  left: 0;
  width: 2px;
}
/*省市区三级联动*/
.layout-adr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layout-adr .parent {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: 0 15px;
  text-decoration: none;
  cursor: default;
  padding-bottom: 10px;
}
.layout-adr .parent .con {
  position: relative;
  min-width: 120px;
  padding: 0 26px 0 8px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.layout-adr .parent .con span {
  display: inline;
  padding: 5px 12px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.layout-adr .parent .adr-down {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
}
.layout-adr .parent .adr-down > ul {
  line-height: 36px;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 999999999;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dedede;
  border-top: 0;
  max-height: 220px;
}
.layout-adr .parent .adr-down > ul > li {
  padding-left: 8px;
  background: #ffffff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 0;
  list-style: none;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-adr .parent .adr-down > ul > li:hover {
  background-color: #c3ffff;
  color: #fff;
}
.layout-adr .parent .adr-down:after {
  content: "◆";
  position: absolute;
  top: 0px;
  left: 50%;
  right: 0px;
  text-align: center;
  font-size: 20px;
  line-height: 8px;
  margin-top: -5px;
  color: #ffffff;
  height: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
.layout-adr .parent .adr-down.on {
  display: block;
}
.layout-adr .parent:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 16px;
  right: 8px;
  display: block;
  border: 6px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.layout-adr.adr-inline .parent .con {
  padding-left: 4px;
}
.layout-adr.adr-inline .parent .con span:hover {
  background-color: #c3ffff;
  color: #fff;
}
.component {
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.4rem;
  max-width: 100%;
}
.component > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.component > ul > li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.component > ul > li > img {
  display: block;
  max-width: 100%;
  opacity: 0;
  max-height: 100%;
}
.component > ul .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.component nav > a {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #5b4c5c;
  outline: none;
  overflow: visible;
  text-align: center;
  top: 50%;
  z-index: 1100;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.component nav .moveNext {
  right: 0;
}
.component .Tcon {
  position: absolute;
  width: 80%;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 11;
}
.component .Tcon > small {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: max-content;
}
.component .Tcon > small > .Tpage {
  color: #fff;
  font-size: 0.2rem;
}
.component .Tcon .txtChange {
  position: relative;
  height: 100%;
  width: 100%;
}
.component .Tcon .txtChange > [data-txt] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: max-content;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.component .Tcon .txtChange > [data-txt].on {
  opacity: 1;
  pointer-events: auto;
}
.component .Tcon .txtChange > [data-txt].txtHide {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .txtChange > [data-txt].txtShow {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .pageChange {
  position: absolute;
  width: max-content;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component .Tcon .pageChange > li {
  background-color: #fff;
  display: inline-block;
  float: left;
  width: 0.3rem;
  height: 0.1rem;
  line-height: 0.1rem;
  margin: 0.2rem 0.2rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.component .Tcon .pageChange > li.on {
  background-color: #000;
}
.component-small {
  width: 650px;
  height: 290px;
}
.component-small > ul {
  width: 450px;
}
.component-fullwidth {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background: transparent;
}
.component-fullwidth > ul {
  overflow: hidden;
}
.component-fullwidth > ul > li {
  overflow: hidden;
}
.component-fullwidth > ul > li > img {
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.component-transparent {
  width: 900px;
  height: 500px;
}
.component-transparent > ul {
  width: 112px;
}
.webGL-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
.webGL-slider > img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.webGL-slider canvas {
  position: absolute;
  z-index: 2;
}
.webGL-slider .pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
  z-index: 6;
}
.webGL-slider .pagination > [data-slide] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
.webGL-slider .pagination > [data-slide].on {
  opacity: 1;
}
.webGL-slider a.move-prev {
  position: absolute;
  bottom: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.webGL-slider a.move-prev:hover {
  opacity: 1;
}
.webGL-slider a.move-next {
  position: absolute;
  top: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.webGL-slider a.move-next:hover {
  opacity: 1;
}
.webGL-slider .txt-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.webGL-slider .txt-item > li {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.webGL-slider .txt-item > li > a {
  position: absolute;
  display: inline-block;
  top: 30vh;
  left: 0;
}
.webGL-slider .txt-item > li > a > i {
  font-size: 32px;
  opacity: 0;
  vertical-align: middle;
  display: inline-block;
  animation: fadeInLeftSmall 1.5s ease forwards;
  animation-delay: 1s;
}
/*弹窗*/
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dialog .dialog_mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1001;
  background: rgba(55, 58, 71, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog .dialog_content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 1005;
  opacity: 0;
}
.dialog.dialog--open,
.dialog.dialog--close {
  visibility: visible;
}
.dialog.dialog--open .dialog_mask,
.dialog.dialog--close .dialog_mask {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--open .dialog_content,
.dialog.dialog--close .dialog_content {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--close .dialog_mask {
  opacity: 0;
}
.inter {
  position: relative;
  display: inline-block;
}
.inter > span {
  padding: 6px 20px;
  background-color: #fff;
  border-radius: 50px;
}
.inter .items {
  position: absolute;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  left: -25px;
}
.inter .items > img {
  border: 4px solid #c3ffff;
}
.inter .items > ul {
  border-radius: 5px;
  overflow: hidden;
}
.inter .items > ul > li {
  background-color: #fff;
}
.inter .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter .items > ul > li > a:hover {
  color: #c3ffff;
  text-decoration: underline;
}
.inter .items > span {
  height: 20px;
  line-height: 20px;
  position: relative;
  width: 100%;
  display: block;
}
.inter .items > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: #c3ffff transparent transparent transparent;
  left: 32px;
  top: 0;
}
@media screen and (min-width: 800px) {
  .inter:hover .items {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
@media screen and (max-width: 800px) {
  .inter {
    cursor: pointer;
  }
  .inter.on .items {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
/*下拉*/
.dropdown {
  text-align: left;
  width: 220px;
  display: inline-block;
  position: relative;
}
.dropdown select {
  display: none;
}
.dropdown > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(336px);
  top: 42px;
  left: 0;
  z-index: 1;
  right: 0;
  background: #151924;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: scale(0.8) translate(0, 4px);
  transform: scale(0.8) translate(0, 4px);
  border: 1px solid #cdd9ed;
}
.dropdown > ul > li {
  opacity: 0;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
  transition: all .3s ease;
}
.dropdown > ul > li > a {
  cursor: pointer;
  display: block;
  padding: 10px 16px;
  color: #cdd9ed;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all .3s ease;
}
.dropdown > ul > li > a:hover {
  color: #eee;
}
.dropdown > ul > li.active > a {
  color: #fff;
  background-color: #000;
}
.dropdown > span {
  cursor: pointer;
  padding: 9px 16px;
  border-radius: 6px;
  display: block;
  position: relative;
  color: #cdd9ed;
  border: 1px solid #2f3545;
  background-color: #151924;
}
.dropdown > span:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #99A3BA;
  transition: all .3s ease;
  margin-right: 4px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #99A3BA;
  transition: all .3s ease;
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0, 12px);
  transform: scale(1) translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.dropdown.open > ul > li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dropdown.open > span:before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown.open ul li:nth-child(1) {
  transition-delay: 80ms;
}
.dropdown.open ul li:nth-child(2) {
  transition-delay: 160ms;
}
.dropdown.open ul li:nth-child(3) {
  transition-delay: 240ms;
}
.dropdown.open ul li:nth-child(4) {
  transition-delay: 320ms;
}
.dropdown.open ul li:nth-child(5) {
  transition-delay: 400ms;
}
.dropdown.open ul li:nth-child(6) {
  transition-delay: 480ms;
}
.dropdown.open ul li:nth-child(7) {
  transition-delay: 560ms;
}
.dropdown.open ul li:nth-child(8) {
  transition-delay: 640ms;
}
.dropdown.open ul li:nth-child(9) {
  transition-delay: 720ms;
}
.dropdown.open ul li:nth-child(10) {
  transition-delay: 800ms;
}
.f-50 {
  font-size: 50px;
}
.f-48 {
  font-size: 48px;
}
.f-46 {
  font-size: 46px;
}
.f-44 {
  font-size: 44px;
}
.f-42 {
  font-size: 42px;
}
.f-40 {
  font-size: 40px;
}
.f-38 {
  font-size: 38px;
}
.f-36 {
  font-size: 36px;
}
.f-34 {
  font-size: 34px;
}
.f-32 {
  font-size: 32px;
}
.f-30 {
  font-size: 30px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-12 {
  font-size: 12px;
}
.f-light {
  font-weight: lighter;
}
.f-bold {
  font-weight: bold;
}
.f-500 {
  font-weight: 500;
}
.f-left {
  text-align: left;
}
.f-center {
  text-align: center;
}
.f-right {
  text-align: right;
}
.up-word {
  text-transform: uppercase;
}
.v-show {
  visibility: visible;
}
.v-hide {
  visibility: hidden;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.back-cover {
  background-size: cover;
}
.back-contain {
  background-size: contain;
}
.wid-10 {
  width: 10%;
}
.wid-15 {
  width: 15%;
}
.wid-20 {
  width: 20%;
}
.wid-25 {
  width: 25%;
}
.wid-30 {
  width: 30%;
}
.wid-35 {
  width: 35%;
}
.wid-40 {
  width: 40%;
}
.wid-45 {
  width: 45%;
}
.wid-50 {
  width: 50%;
}
.wid-55 {
  width: 55%;
}
.wid-60 {
  width: 60%;
}
.wid-65 {
  width: 65%;
}
.wid-70 {
  width: 70%;
}
.wid-75 {
  width: 75%;
}
.wid-80 {
  width: 80%;
}
.wid-85 {
  width: 85%;
}
.wid-90 {
  width: 90%;
}
.wid-95 {
  width: 95%;
}
.wid-100 {
  width: 100%;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pa-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pa-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.pa-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-1 {
  margin-left: 1px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-44 {
  margin-left: 44px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-1 {
  margin-right: 1px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.pt-1 {
  padding-top: 1px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-42 {
  padding-top: 42px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-1 {
  padding-left: 1px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-7 {
  padding-left: 7px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-9 {
  padding-left: 9px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-14 {
  padding-left: 14px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-18 {
  padding-left: 18px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-22 {
  padding-left: 22px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-26 {
  padding-left: 26px;
}
.pl-28 {
  padding-left: 28px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-34 {
  padding-left: 34px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-38 {
  padding-left: 38px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-42 {
  padding-left: 42px;
}
.pl-44 {
  padding-left: 44px;
}
.pl-46 {
  padding-left: 46px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-3 {
  padding-right: 3px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-7 {
  padding-right: 7px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-9 {
  padding-right: 9px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-22 {
  padding-right: 22px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-34 {
  padding-right: 34px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-38 {
  padding-right: 38px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-44 {
  padding-right: 44px;
}
.pr-46 {
  padding-right: 46px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 42px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 42px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 38px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 28px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 80px;
  }
  a,
  span,
  li,
  b,
  i,
  label,
  p,
  strong,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  font,
  small,
  em,
  li,
  pre,
  form,
  fieldset,
  legend,
  button,
  input,
  textarea,
  th,
  td {
    font-size: 14px;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 48px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 42px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 30px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 28px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 80px;
  }
  .f-60 {
    font-size: 40px;
  }
  .f-50 {
    font-size: 34px;
  }
  .f-48 {
    font-size: 32px;
  }
  .f-46 {
    font-size: 30px;
  }
  .f-44 {
    font-size: 28px;
  }
  .f-42 {
    font-size: 26px;
  }
  .f-40 {
    font-size: 24px;
  }
  .f-38 {
    font-size: 22px;
  }
  .f-36 {
    font-size: 20px;
  }
  .f-34 {
    font-size: 20px;
  }
  .f-32 {
    font-size: 18px;
  }
  .f-30 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 12px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 55.2px;
  }
  p {
    font-size: 13px;
    line-height: 180%;
  }
  small,
  span {
    font-size: 13px;
  }
  .f-80 {
    font-size: 28px;
  }
  .f-72 {
    font-size: 26px;
  }
  .f-60 {
    font-size: 24px;
  }
  .f-50 {
    font-size: 24px;
  }
  .f-48 {
    font-size: 24px;
  }
  .f-46 {
    font-size: 22px;
  }
  .f-44 {
    font-size: 22px;
  }
  .f-42 {
    font-size: 20px;
  }
  .f-40 {
    font-size: 20px;
  }
  .f-38 {
    font-size: 18px;
  }
  .f-36 {
    font-size: 18px;
  }
  .f-34 {
    font-size: 18px;
  }
  .f-32 {
    font-size: 16px;
  }
  .f-30 {
    font-size: 16px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 16px;
  }
  .f-20 {
    font-size: 16px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  .mt-1 {
    margin-top: 1px;
  }
  .mt-3 {
    margin-top: 3px;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .mt-5 {
    margin-top: 4px;
  }
  .mt-6 {
    margin-top: 4px;
  }
  .mt-7 {
    margin-top: 4px;
  }
  .mt-8 {
    margin-top: 4px;
  }
  .mt-9 {
    margin-top: 4px;
  }
  .mt-10 {
    margin-top: 6px;
  }
  .mt-12 {
    margin-top: 6px;
  }
  .mt-14 {
    margin-top: 6px;
  }
  .mt-16 {
    margin-top: 6px;
  }
  .mt-18 {
    margin-top: 6px;
  }
  .mt-20 {
    margin-top: 8px;
  }
  .mt-22 {
    margin-top: 8px;
  }
  .mt-24 {
    margin-top: 8px;
  }
  .mt-26 {
    margin-top: 8px;
  }
  .mt-28 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 10px;
  }
  .mt-32 {
    margin-top: 10px;
  }
  .mt-34 {
    margin-top: 10px;
  }
  .mt-36 {
    margin-top: 12px;
  }
  .mt-38 {
    margin-top: 12px;
  }
  .mt-40 {
    margin-top: 12px;
  }
  .mt-42 {
    margin-top: 14px;
  }
  .mt-44 {
    margin-top: 14px;
  }
  .mt-46 {
    margin-top: 16px;
  }
  .mt-48 {
    margin-top: 16px;
  }
  .mt-50 {
    margin-top: 18px;
  }
  .mt-60 {
    margin-top: 18px;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .mt-80 {
    margin-top: 22px;
  }
  .mt-90 {
    margin-top: 26px;
  }
  .mt-100 {
    margin-top: 30px;
  }
  .mb-1 {
    margin-bottom: 1px;
  }
  .mb-3 {
    margin-bottom: 3px;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .mb-5 {
    margin-bottom: 4px;
  }
  .mb-6 {
    margin-bottom: 4px;
  }
  .mb-7 {
    margin-bottom: 4px;
  }
  .mb-8 {
    margin-bottom: 4px;
  }
  .mb-9 {
    margin-bottom: 4px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  .mb-12 {
    margin-bottom: 6px;
  }
  .mb-14 {
    margin-bottom: 6px;
  }
  .mb-16 {
    margin-bottom: 6px;
  }
  .mb-18 {
    margin-bottom: 6px;
  }
  .mb-20 {
    margin-bottom: 8px;
  }
  .mb-22 {
    margin-bottom: 8px;
  }
  .mb-24 {
    margin-bottom: 8px;
  }
  .mb-26 {
    margin-bottom: 8px;
  }
  .mb-28 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .mb-32 {
    margin-bottom: 10px;
  }
  .mb-34 {
    margin-bottom: 10px;
  }
  .mb-36 {
    margin-bottom: 12px;
  }
  .mb-38 {
    margin-bottom: 12px;
  }
  .mb-40 {
    margin-bottom: 12px;
  }
  .mb-42 {
    margin-bottom: 14px;
  }
  .mb-44 {
    margin-bottom: 14px;
  }
  .mb-46 {
    margin-bottom: 16px;
  }
  .mb-48 {
    margin-bottom: 16px;
  }
  .mb-50 {
    margin-bottom: 18px;
  }
  .mb-60 {
    margin-bottom: 18px;
  }
  .mb-70 {
    margin-bottom: 20px;
  }
  .mb-80 {
    margin-bottom: 22px;
  }
  .mb-90 {
    margin-bottom: 26px;
  }
  .mb-100 {
    margin-bottom: 30px;
  }
  .ml-1 {
    margin-left: 1px;
  }
  .ml-3 {
    margin-left: 3px;
  }
  .ml-4 {
    margin-left: 4px;
  }
  .ml-5 {
    margin-left: 4px;
  }
  .ml-6 {
    margin-left: 4px;
  }
  .ml-7 {
    margin-left: 4px;
  }
  .ml-8 {
    margin-left: 4px;
  }
  .ml-9 {
    margin-left: 4px;
  }
  .ml-10 {
    margin-left: 6px;
  }
  .ml-12 {
    margin-left: 6px;
  }
  .ml-14 {
    margin-left: 6px;
  }
  .ml-16 {
    margin-left: 6px;
  }
  .ml-18 {
    margin-left: 6px;
  }
  .ml-20 {
    margin-left: 8px;
  }
  .ml-22 {
    margin-left: 8px;
  }
  .ml-24 {
    margin-left: 8px;
  }
  .ml-26 {
    margin-left: 8px;
  }
  .ml-28 {
    margin-left: 10px;
  }
  .ml-30 {
    margin-left: 10px;
  }
  .ml-32 {
    margin-left: 10px;
  }
  .ml-34 {
    margin-left: 10px;
  }
  .ml-36 {
    margin-left: 12px;
  }
  .ml-38 {
    margin-left: 12px;
  }
  .ml-40 {
    margin-left: 12px;
  }
  .ml-42 {
    margin-left: 14px;
  }
  .ml-44 {
    margin-left: 14px;
  }
  .ml-46 {
    margin-left: 16px;
  }
  .ml-48 {
    margin-left: 16px;
  }
  .ml-50 {
    margin-left: 18px;
  }
  .ml-60 {
    margin-left: 18px;
  }
  .ml-70 {
    margin-left: 20px;
  }
  .ml-80 {
    margin-left: 22px;
  }
  .ml-90 {
    margin-left: 26px;
  }
  .ml-100 {
    margin-left: 30px;
  }
  .mr-1 {
    margin-right: 1px;
  }
  .mr-3 {
    margin-right: 3px;
  }
  .mr-4 {
    margin-right: 4px;
  }
  .mr-5 {
    margin-right: 4px;
  }
  .mr-6 {
    margin-right: 4px;
  }
  .mr-7 {
    margin-right: 4px;
  }
  .mr-8 {
    margin-right: 4px;
  }
  .mr-9 {
    margin-right: 4px;
  }
  .mr-10 {
    margin-right: 6px;
  }
  .mr-12 {
    margin-right: 6px;
  }
  .mr-14 {
    margin-right: 6px;
  }
  .mr-16 {
    margin-right: 6px;
  }
  .mr-18 {
    margin-right: 6px;
  }
  .mr-20 {
    margin-right: 8px;
  }
  .mr-22 {
    margin-right: 8px;
  }
  .mr-24 {
    margin-right: 8px;
  }
  .mr-26 {
    margin-right: 8px;
  }
  .mr-28 {
    margin-right: 10px;
  }
  .mr-30 {
    margin-right: 10px;
  }
  .mr-32 {
    margin-right: 10px;
  }
  .mr-34 {
    margin-right: 10px;
  }
  .mr-36 {
    margin-right: 12px;
  }
  .mr-38 {
    margin-right: 12px;
  }
  .mr-40 {
    margin-right: 12px;
  }
  .mr-42 {
    margin-right: 14px;
  }
  .mr-44 {
    margin-right: 14px;
  }
  .mr-46 {
    margin-right: 16px;
  }
  .mr-48 {
    margin-right: 16px;
  }
  .mr-50 {
    margin-right: 18px;
  }
  .mr-60 {
    margin-right: 18px;
  }
  .mr-70 {
    margin-right: 20px;
  }
  .mr-80 {
    margin-right: 22px;
  }
  .mr-90 {
    margin-right: 26px;
  }
  .mr-100 {
    margin-right: 30px;
  }
  .pt-1 {
    padding-top: 1px;
  }
  .pt-3 {
    padding-top: 3px;
  }
  .pt-4 {
    padding-top: 4px;
  }
  .pt-5 {
    padding-top: 4px;
  }
  .pt-6 {
    padding-top: 4px;
  }
  .pt-7 {
    padding-top: 4px;
  }
  .pt-8 {
    padding-top: 4px;
  }
  .pt-9 {
    padding-top: 4px;
  }
  .pt-10 {
    padding-top: 6px;
  }
  .pt-12 {
    padding-top: 6px;
  }
  .pt-14 {
    padding-top: 6px;
  }
  .pt-16 {
    padding-top: 6px;
  }
  .pt-18 {
    padding-top: 6px;
  }
  .pt-20 {
    padding-top: 8px;
  }
  .pt-22 {
    padding-top: 8px;
  }
  .pt-24 {
    padding-top: 8px;
  }
  .pt-26 {
    padding-top: 8px;
  }
  .pt-28 {
    padding-top: 10px;
  }
  .pt-30 {
    padding-top: 10px;
  }
  .pt-32 {
    padding-top: 10px;
  }
  .pt-34 {
    padding-top: 10px;
  }
  .pt-36 {
    padding-top: 12px;
  }
  .pt-38 {
    padding-top: 12px;
  }
  .pt-40 {
    padding-top: 12px;
  }
  .pt-42 {
    padding-top: 14px;
  }
  .pt-44 {
    padding-top: 14px;
  }
  .pt-46 {
    padding-top: 16px;
  }
  .pt-48 {
    padding-top: 16px;
  }
  .pt-50 {
    padding-top: 18px;
  }
  .pt-60 {
    padding-top: 18px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pt-80 {
    padding-top: 22px;
  }
  .pt-90 {
    padding-top: 26px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-1 {
    padding-bottom: 1px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .pb-4 {
    padding-bottom: 4px;
  }
  .pb-5 {
    padding-bottom: 4px;
  }
  .pb-6 {
    padding-bottom: 4px;
  }
  .pb-7 {
    padding-bottom: 4px;
  }
  .pb-8 {
    padding-bottom: 4px;
  }
  .pb-9 {
    padding-bottom: 4px;
  }
  .pb-10 {
    padding-bottom: 6px;
  }
  .pb-12 {
    padding-bottom: 6px;
  }
  .pb-14 {
    padding-bottom: 6px;
  }
  .pb-16 {
    padding-bottom: 6px;
  }
  .pb-18 {
    padding-bottom: 6px;
  }
  .pb-20 {
    padding-bottom: 8px;
  }
  .pb-22 {
    padding-bottom: 8px;
  }
  .pb-24 {
    padding-bottom: 8px;
  }
  .pb-26 {
    padding-bottom: 8px;
  }
  .pb-28 {
    padding-bottom: 10px;
  }
  .pb-30 {
    padding-bottom: 10px;
  }
  .pb-32 {
    padding-bottom: 10px;
  }
  .pb-34 {
    padding-bottom: 10px;
  }
  .pb-36 {
    padding-bottom: 12px;
  }
  .pb-38 {
    padding-bottom: 12px;
  }
  .pb-40 {
    padding-bottom: 12px;
  }
  .pb-42 {
    padding-bottom: 14px;
  }
  .pb-44 {
    padding-bottom: 14px;
  }
  .pb-46 {
    padding-bottom: 16px;
  }
  .pb-48 {
    padding-bottom: 16px;
  }
  .pb-50 {
    padding-bottom: 18px;
  }
  .pb-60 {
    padding-bottom: 18px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-80 {
    padding-bottom: 22px;
  }
  .pb-90 {
    padding-bottom: 26px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .pl-1 {
    padding-left: 1px;
  }
  .pl-3 {
    padding-left: 3px;
  }
  .pl-4 {
    padding-left: 4px;
  }
  .pl-5 {
    padding-left: 4px;
  }
  .pl-6 {
    padding-left: 4px;
  }
  .pl-7 {
    padding-left: 4px;
  }
  .pl-8 {
    padding-left: 4px;
  }
  .pl-9 {
    padding-left: 4px;
  }
  .pl-10 {
    padding-left: 6px;
  }
  .pl-12 {
    padding-left: 6px;
  }
  .pl-14 {
    padding-left: 6px;
  }
  .pl-16 {
    padding-left: 6px;
  }
  .pl-18 {
    padding-left: 6px;
  }
  .pl-20 {
    padding-left: 8px;
  }
  .pl-22 {
    padding-left: 8px;
  }
  .pl-24 {
    padding-left: 8px;
  }
  .pl-26 {
    padding-left: 8px;
  }
  .pl-28 {
    padding-left: 10px;
  }
  .pl-30 {
    padding-left: 10px;
  }
  .pl-32 {
    padding-left: 10px;
  }
  .pl-34 {
    padding-left: 10px;
  }
  .pl-36 {
    padding-left: 12px;
  }
  .pl-38 {
    padding-left: 12px;
  }
  .pl-40 {
    padding-left: 12px;
  }
  .pl-42 {
    padding-left: 14px;
  }
  .pl-44 {
    padding-left: 14px;
  }
  .pl-46 {
    padding-left: 16px;
  }
  .pl-48 {
    padding-left: 16px;
  }
  .pl-50 {
    padding-left: 18px;
  }
  .pl-60 {
    padding-left: 18px;
  }
  .pl-70 {
    padding-left: 20px;
  }
  .pl-80 {
    padding-left: 22px;
  }
  .pl-90 {
    padding-left: 26px;
  }
  .pl-100 {
    padding-left: 30px;
  }
  .pr-1 {
    padding-right: 1px;
  }
  .pr-3 {
    padding-right: 3px;
  }
  .pr-4 {
    padding-right: 4px;
  }
  .pr-5 {
    padding-right: 4px;
  }
  .pr-6 {
    padding-right: 4px;
  }
  .pr-7 {
    padding-right: 4px;
  }
  .pr-8 {
    padding-right: 4px;
  }
  .pr-9 {
    padding-right: 4px;
  }
  .pr-10 {
    padding-right: 6px;
  }
  .pr-12 {
    padding-right: 6px;
  }
  .pr-14 {
    padding-right: 6px;
  }
  .pr-16 {
    padding-right: 6px;
  }
  .pr-18 {
    padding-right: 6px;
  }
  .pr-20 {
    padding-right: 8px;
  }
  .pr-22 {
    padding-right: 8px;
  }
  .pr-24 {
    padding-right: 8px;
  }
  .pr-26 {
    padding-right: 8px;
  }
  .pr-28 {
    padding-right: 10px;
  }
  .pr-30 {
    padding-right: 10px;
  }
  .pr-32 {
    padding-right: 10px;
  }
  .pr-34 {
    padding-right: 10px;
  }
  .pr-36 {
    padding-right: 12px;
  }
  .pr-38 {
    padding-right: 12px;
  }
  .pr-40 {
    padding-right: 12px;
  }
  .pr-42 {
    padding-right: 14px;
  }
  .pr-44 {
    padding-right: 14px;
  }
  .pr-46 {
    padding-right: 16px;
  }
  .pr-48 {
    padding-right: 16px;
  }
  .pr-50 {
    padding-right: 18px;
  }
  .pr-60 {
    padding-right: 18px;
  }
  .pr-70 {
    padding-right: 20px;
  }
  .pr-80 {
    padding-right: 22px;
  }
  .pr-90 {
    padding-right: 26px;
  }
  .pr-100 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 42.667px;
  }
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
body {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.71428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PingFang SC", Arial, "Microsoft YaHei", STXihei, sans-serif;
  color: #212121;
  background-color: #ffffff;
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #000;
}
header .menu {
  float: right;
}
header.header {
  height: 60px;
  line-height: 60px;
}
.head {
  display: none;
}
header .content .menu > ul > li > a {
  line-height: 60px;
}
header .content .menu > ul > li > ul {
  top: 60px;
}
header .content .menu > ul > li:hover ul {
  display: block;
}
header .content .menu > ul {
  height: 60px;
}
.foot .tel .new_btn {
  margin-top: 24px;
  background: #139794;
}
.foot .tel .new_btn span {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.foot .tel .new_btn span img {
  margin-right: 20px;
}
.foot .tel .m_new_btn {
  display: none;
  width: .8rem;
  height: .8rem;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 1rem;
  z-index: 999;
}
.foot .tel .m_new_btn div {
  width: .8rem;
  height: .8rem;
  box-shadow: 0 0.06rem 0.1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: #139794;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot .tel .m_new_btn div img {
  width: .36rem;
}
.foot .copyright {
  margin-top: 0;
  padding-top: .1rem;
  padding-bottom: .1rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.foot .copyright p {
  width: calc(100% - 224px);
}
.site-content {
  min-height: 100vh;
}
.aboutus__nav {
  z-index: 5;
  background: #f6f6f6;
  position: fixed;
  top: 60px;
  width: 100%;
}
.aboutus__nav .w {
  margin: 0 auto;
}
.aboutus__nav .nav {
  width: 1200px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_new,
.about_new img {
  height: auto;
  width: 100%;
}
.aboutus__nav .nav .link {
  font-size: 16px;
  margin: 0 50px;
  color: #111111;
}
.aboutus__nav .nav .active {
  color: #139794;
}
.aboutus__nav .nav a:hover {
  color: #139794;
}
.about_new h1,
.about_new p {
  color: #fff;
  text-align: center;
}
.aboutus__nav .nav .active:hover::before {
  display: none;
}
.navigation.pagination {
  display: block;
  padding-bottom: 50px;
}
.join-us4,
.join-us4 * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.join-us-cn .join-us4 .bottom ul li div {
  background-repeat: no-repeat;
  background-position: center;
}
.con_m_body .r_center {
  padding: 0 3%;
}
.con_m_body .r_center ul.myVideo {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.con_m_body .r_center ul.myVideo > li {
  display: inline-block;
  float: left;
  margin: 0 0.12rem;
  width: 22%;
  margin-bottom: 0.24rem;
}
.con_m_body .r_center ul.myVideo > li .picBox {
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.con_m_body .r_center ul.myVideo > li .picBox:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.con_m_body .r_center ul.myVideo > li .picBox:hover .date {
  background-color: #139794;
}
.con_m_body .r_center ul.myVideo > li .picBox .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 0.3rem;
  line-height: 0.3rem;
  width: 100%;
  transition: all 0.8s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.8s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.8s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.con_m_body .r_center ul.myVideo > li .picBox .date > span {
  color: #fff;
  padding: 0 0.1rem;
  font-size: 0.12rem;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.con_m_body .r_center ul.myVideo > li .picBox .date > span > i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 0.14rem;
  color: #fff;
}
.con_m_body .r_center ul.myVideo > li .picBox .date > span:last-child {
  float: right;
}
.con_m_body .r_center ul.myVideo > li .Tmsg {
  color: #333;
  font-size: 0.14rem;
  margin-top: 0.15rem;
  text-transform: initial;
}
.con_m_body .r_center .Tbox .top {
  font-size: 0.32rem;
  font-weight: bold;
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-bottom: 0.4rem;
}
.con_m_body .r_center .Tbox.box1 .center {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.con_m_body .r_center .Tbox.box1 .center > ul.item {
  padding-top: 0.5rem;
  position: relative;
  min-width: 3.4rem;
  display: inline-block;
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.con_m_body .r_center .Tbox.box1 .center > ul.item > li {
  padding-left: 0.4rem;
  font-size: 0.14rem;
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
}
.con_m_body .r_center .Tbox.box1 .center > ul.item > li > b {
  font-size: 0.14rem;
  color: #262626;
}
.con_m_body .r_center .Tbox.box1 .center > ul.item > li > i {
  display: inline-block;
  position: absolute;
  font-size: 0.2rem;
  left: 0;
  top: 0;
  color: #139794;
}
.con_m_body .r_center .Tbox.box1 .center > ul.item:after {
  content: attr(data-title);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0.4rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #545454;
  transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.con_m_body .r_center .Tbox.box1 .center > ul.item:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 32px;
  left: 0;
  height: 1px;
  background-color: #8e8e8e;
}
.con_m_body .r_center .Tbox.box1 .center > ul.item.go:after {
  left: 0;
}
.con_m_body .r_center .Tbox.box2 .center ul.partTop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.8rem;
}
.con_m_body .r_center .Tbox.box2 .center ul.partTop > li {
  display: inline-block;
  position: relative;
  float: left;
  width: 24%;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
  height: 0.6rem;
  line-height: 0.7rem;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  overflow: hidden;
}
.con_m_body .r_center .Tbox.box2 .center ul.partTop > li .Sline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.8s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.8s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.8s cubic-bezier(0.7, 0.01, 0.3, 1);
  fill: none;
  stroke: #92989e;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s, stroke 0.7s, stroke-width 0.7s;
  transition: transform 0.7s, stroke 0.7s, stroke-width 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.con_m_body .r_center .Tbox.box2 .center ul.partTop > li:hover {
  color: #139794;
  line-height: 0.5rem;
}
.con_m_body .r_center .Tbox.box2 .center ul.partTop > li:hover .Sline {
  stroke: #139794;
  stroke-width: 2px;
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
}
.con_m_body .r_center .Tbox.box2 .center ul.partTop > li.on {
  color: #139794;
  line-height: 0.5rem;
}
.con_m_body .r_center .Tbox.box2 .center ul.partTop > li.on .Sline {
  stroke: #139794;
  stroke-width: 2px;
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
}
.con_m_body .r_center .Tbox.box2 .center .part .cutList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.con_m_body .r_center .Tbox.box2 .center .part .cutList > li {
  width: 50%;
  display: inline-block;
  float: left;
  margin-bottom: 0.5rem;
}
.con_m_body .r_center .Tbox.box2 .center .part .cutList > li > b {
  font-size: 0.2rem;
  display: inline-block;
  margin-bottom: 0.1rem;
}
.con_m_body .r_center .Tbox.box2 .center .part .cutList > li > a {
  display: block;
  padding-left: 0.3rem;
  font-size: 0.14rem;
  position: relative;
  height: 0.3rem;
  line-height: 0.3rem;
}
.con_m_body .r_center .Tbox.box2 .center .part .cutList > li > a > i {
  display: inline-block;
  color: #139794;
  font-size: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.con_m_body .r_center .Tbox.box2 .center .part .cutList.on {
  display: block;
}
.con_m_body .skew {
  background-color: #fff;
}
.con_m_body .r_top {
  padding-top: 18px;
}
.con_m_body .r_top .mNav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.con_m_body .r_top .mNav > li.skewBox {
  position: relative;
  box-sizing: content-box;
  min-width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0.2rem 0.2rem;
  padding: 0.1rem 0;
}
.con_m_body .r_top .mNav > li.skewBox > a.Tcon {
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  width: 100%;
  background-color: transparent;
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.con_m_body .r_top .mNav > li.skewBox:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: -1;
  transform: skew(-8deg, 0deg);
  -webkit-transform: skew(-8deg, 0deg);
  -moz-transform: skew(-8deg, 0deg);
  -o-transform: skew(-8deg, 0deg);
  top: 0;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.con_m_body .contact_message {
  width: 1200px;
  margin: .5rem auto;
}
.con_m_body .mouse {
  cursor: pointer;
}
.contact_top_bg img {
  display: block;
  width: 100%;
}
.down_body .pro_con_box {
  width: 1200px;
  margin: .5rem auto;
}
.down_body .pro_con_box > div {
  text-align: center;
}
.down_body a > i {
  width: 11.84%;
  font-size: .3rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s ease;
  color: #747474;
}
.down_body .pub_title {
  display: inline-block;
  vertical-align: middle;
  font-size: .36rem;
  font-weight: 700;
  position: relative;
  color: #1b1b1b;
  line-height: 1.944444;
}
.down_body .pub_title::before {
  content: '';
  display: block;
  width: 4em;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  left: 50%;
  margin-left: -2em;
  top: -1px;
}
.down_body .pub_title::after {
  content: '';
  display: block;
  width: 0.8em;
  height: 2px;
  background-color: #036eb8;
  position: absolute;
  left: 50%;
  margin-left: -2em;
  top: -1px;
}
.down_body .dow_sha_box {
  margin: 40px auto 0 auto;
  width: 49.29%;
  font-size: 0;
  position: relative;
}
.down_body .dow_sha_box i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: .62rem;
  width: 8.6%;
  text-align: center;
  font-size: .2rem;
  color: #b3b3b3;
}
.down_body .dow_sha_box input {
  display: inline-block;
  vertical-align: middle;
  background-color: #eeeeee;
  line-height: .62rem;
  border-radius: 4px 0 0 4px;
  width: 82.16%;
  padding-right: 10px;
  padding-left: 8.6%;
  color: #999999;
  font-size: .16rem;
  border: none;
}
.down_body .dow_sha_box span {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: .16rem;
  line-height: .62rem;
  border-radius: 0 4px 4px 0;
  width: 17.84%;
  background-color: #036eb8;
}
.down_body .dow_sha_box span button {
  border: none;
  background-color: transparent;
  color: #fff;
  line-height: .62rem;
  width: 100%;
  cursor: pointer;
}
.down_body .down_con {
  text-align: left;
  margin: 60px auto 0 auto;
  width: 80.85%;
  border-top: 1px solid #e1e4e9;
  padding-bottom: .5rem;
}
.down_body .down_con > a {
  display: block;
  position: relative;
  border-bottom: 1px solid #e1e4e9;
  padding: .38rem 0;
  padding-left: 11.84%;
  padding-right: 7.9%;
  font-size: .16rem;
  line-height: .4rem;
  color: #666666;
  transition: all .5s ease;
}
.down_body .down_con > a:hover {
  color: #056cb8;
}
.down_body .down_con > a:hover > i {
  color: #056cb8;
}
.down_body .down_con > a:hover .down_icon {
  color: #fff;
  border-color: #056cb8;
  background-color: #056cb8;
}
.down_body form {
  font-size: 0;
}
.down_body .down_icon {
  color: #747474;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(7.9% - 40px);
  display: block;
  border: 1px solid #efefef;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  font-size: .2rem;
  transition: all .5s ease;
}
.down_body .new_page_box > a {
  display: inline-block;
  vertical-align: middle;
  font-size: .16rem;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  width: .3rem;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  transition: all .5s ease;
  margin: 0 .1rem;
}
.down_body .new_page_box > a:hover {
  border-color: transparent;
  background-color: #056cb8;
  color: #fff;
}
.down_body .new_page_box > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 .15rem;
}
.down_body .new_page_box > div > a {
  font-family: 'Light';
  display: inline-block;
  margin: 0 .15rem;
  font-size: .16rem;
  color: #999999;
}
.down_body .new_page_box > a.on {
  border-color: transparent;
  background-color: #056cb8;
  color: #fff;
  cursor: auto;
  pointer-events: none;
}
.secondFloor {
  height: auto;
}
.content1_m {
  width: 65%;
  margin: .7rem auto;
}
.content1_m img {
  display: block;
  width: 100%;
}
.new_btn i {
  margin-right: .2rem;
}
@media screen and (max-width: 1024px) {
  .con_m_body .contact_message {
    padding: 0 .3rem;
    width: 100%;
  }
  .con_m_body .r_center .Tbox.box1 .center > ul.item {
    margin-bottom: 0.5rem!important;
    padding-top: .7rem;
  }
}
.new_det_body {
  background: #F2F2F2;
}
.new_det_body #page {
  position: relative;
  word-wrap: break-word;
}
.new_det_body .wrap {
  max-width: 1000px;
  padding: 60px 0 0;
  margin-left: auto;
  margin-right: auto;
}
.new_det_body .layout-wrap-post #primary.content-area {
  float: none;
  width: 80%;
  margin: 0 auto;
}
.new_det_body .entry-meta {
  color: #7D7D7D;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.new_det_body .layout-entry-header .entry-meta {
  padding-bottom: 0;
  color: #7D7D7D;
}
.new_det_body .layout-entry-header .post-categories {
  margin-bottom: 0;
  list-style-type: none;
}
.new_det_body .layout-entry-header .post-date {
  margin-top: 10px;
}
.new_det_body .cat-color-1 .post-categories a,
.new_det_body .card-info.cat-color-1 .post-categories a {
  color: #33C68F;
}
.new_det_body .layout-entry-header .entry-title {
  margin: 15px 0 25px;
  font-size: 40px;
}
.new_det_body hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.new_det_body .layout-entry-hr {
  clear: both;
  margin: 50px 0;
}
.new_det_body .clear:before,
.new_det_body .clear:after,
.new_det_body .entry-content:before,
.new_det_body .entry-content:after,
.new_det_body .entry-footer:before,
.new_det_body .entry-footer:after,
.new_det_body .comment-content:before,
.new_det_body .comment-content:after,
.new_det_body .site-header:before,
.new_det_body .site-header:after,
.new_det_body .site-content:before,
.new_det_body .site-content:after,
.new_det_body .site-footer:before,
.new_det_body .site-footer:after,
.new_det_body .nav-links:before,
.new_det_body .nav-links:after,
.new_det_body .pagination:before,
.new_det_body .pagination:after,
.new_det_body .comment-author:before,
.new_det_body .comment-author:after,
.new_det_body .widget-area:before,
.new_det_body .widget-area:after,
.new_det_body .widget:before,
.new_det_body .widget:after,
.new_det_body .comment-meta:before,
.new_det_body .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.new_det_body .clear:after,
.new_det_body .entry-content:after,
.new_det_body .entry-footer:after,
.new_det_body .comment-content:after,
.new_det_body .site-header:after,
.new_det_body .site-content:after,
.new_det_body .site-footer:after,
.new_det_body .nav-links:after,
.new_det_body .pagination:after,
.new_det_body .comment-author:after,
.new_det_body .widget-area:after,
.new_det_body .widget:after,
.new_det_body .comment-meta:after {
  clear: both;
}
.new_det_body .layout-wrap-post .entry-content > figure,
.new_det_body .layout-wrap-post .entry-content > p,
.new_det_body .layout-wrap-post .entry-content > div {
  position: relative;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.new_det_body .layout-wrap-post .entry-content > div {
  margin-bottom: 24px;
  margin-top: 48px;
}
.new_det_body .wp-block-image figure {
  margin-bottom: 0;
  margin-top: 0;
}
.new_det_body .wp-block-image .aligncenter,
.new_det_body .wp-block-image .alignleft,
.new_det_body .wp-block-image .alignright,
.new_det_body .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.new_det_body .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.new_det_body .layout-wrap-post .entry-content img {
  width: 100%;
  transform: initial !important;
  margin: 20px 0 !important;
}
.new_det_body .layout-wrap-post .entry-content > figure {
  padding-bottom: 1px;
}
.new_det_body .layout-wrap-post .entry-content > figure:not(.alignright) {
  max-width: 100% !important;
  min-width: 85%;
}
.new_det_body .layout-wrap-post .entry-content > figure:not(:first-child) {
  padding-top: 10px;
}
.new_det_body .layuot-relate-news {
  margin-top: 48px;
  padding-top: 45px;
  border-top: 1px solid #BBBBBB;
}
.new_det_body html[lang^="zh-"] h1,
.new_det_body html[lang^="zh-"] h2,
.new_det_body html[lang^="zh-"] h3,
.new_det_body html[lang^="zh-"] h4,
.new_det_body html[lang^="zh-"] h5,
.new_det_body html[lang^="zh-"] h6 {
  font-weight: 700;
}
.new_det_body .layout-content-inside {
  width: 85%;
  margin: 0 auto;
  padding-left: 10px;
}
.new_det_body .relate-news-header {
  margin-bottom: 20px;
  font-size: 20px;
  color: #101010;
}
.new_det_body .relate-news-list {
  margin-bottom: 90px;
  list-style: none;
}
.new_det_body .relate-news-item {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  line-height: 1;
}
.new_det_body .relate-news-item-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.new_det_body .relate-news-item-img {
  width: 220px;
  max-height: 122px;
}
.new_det_body .relate-news-item-right {
  position: relative;
  z-index: 10;
  height: 122px;
  margin-left: 220px;
  padding-top: 20px;
  padding-left: 18px;
}
.new_det_body h5 {
  color: #767676;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.new_det_body .relate-news-item-date {
  position: absolute;
  bottom: 14px;
  left: 18px;
  z-index: 10;
  font-size: 12px;
  color: #777;
}
.new_det_body .relate-news-item-title {
  line-height: 1;
  font-size: 18px;
  color: #000;
}
body {
  padding-top: 135px;
}
.ind_body {
  padding-top: 0;
}
.ind_body .ind_banner .swiper-container {
  width: 100%;
}
.ind_body .ind_banner .swiper-container .swiper-pagination-bullet {
  background-color: #fff;
  width: .12rem;
  height: .12rem;
  margin: 0 .045rem;
}
.ind_body .ind_banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}
.ind_body .ind_banner .ind_ban_link {
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  pointer-events: all;
}
.ind_body .ind_banner .ind_ban_link::before {
  content: '';
  display: block;
  margin-top: 46.875%;
  width: 100%;
}
.ind_body .ind_src_box {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind_body .ind_src_box > img {
  display: block;
  width: 100%;
}
.ind_body .ind_src_box .ind_src_con_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 3.646vw;
  color: #fff;
}
.ind_body .ind_src_box .ind_src_con_box .ind_title {
  font-size: .48rem;
  line-height: 1;
}
.ind_body .ind_src_box .ind_src_con_box .ind_info {
  font-size: .24rem;
  line-height: 1;
  margin-top: .24rem;
}
.ind_body .ind_src_box .ind_src_con_box .ind_btn_box {
  margin-top: .28rem;
  display: flex;
  justify-content: center;
}
.ind_body .ind_src_box .ind_src_con_box .ind_btn_box a {
  margin: 0 .4rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: .18rem;
  transition: all .3s ease;
}
.ind_body .ind_src_box .ind_src_con_box .ind_btn_box a:hover {
  color: #139794;
}
.ind_body .ind_src_box .ind_src_con_box .ind_btn_box a:first-child {
  margin-left: 0;
}
.ind_body .ind_src_box .ind_src_con_box .ind_btn_box a:last-child {
  margin-right: 0;
}
.ind_body .ind_src_box .ind_src_con_box .ind_btn_box a i {
  margin-left: .18rem;
  font-size: .18rem;
}
.ind_body .ind_src_box .ind_src_con_box .ind_src_pro_img {
  margin: 8% auto 0;
  width: 18.33%;
}
.ind_body .ind_src_box .ind_src_con_box .ind_src_pro_img img {
  width: 100%;
  display: block;
}
.ind_body .ind_src_box.ind_src_box_02 .ind_src_con_box .ind_src_pro_img {
  width: 72.9%;
}
.ind_body .ind_src_box.ind_src_box_02 .ind_src_con_box .ind_src_pro_img .ind_pro_box {
  width: 21.7%;
  float: left;
  margin-left: 9.57%;
  position: relative;
  transform: translateY(-32%);
}
.ind_body .ind_src_box.ind_src_box_02 .ind_src_con_box .ind_src_pro_img .ind_pro_box .img_dot {
  pointer-events: none;
  left: -47%;
  top: -10%;
  position: absolute;
  width: 29.27vw;
  height: 29.27vw;
  opacity: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.ind_body .ind_src_box.ind_src_box_02 .ind_src_con_box .ind_src_pro_img .ind_pro_box .img_dot:nth-of-type(1) {
  animation: ani-circle 3.5s ease 0.5s infinite forwards;
}
.ind_body .ind_src_box.ind_src_box_02 .ind_src_con_box .ind_src_pro_img .ind_pro_box .img_dot:nth-of-type(2) {
  animation: ani-circle 3.5s ease 1s infinite forwards;
}
.ind_body .ind_src_box.ind_src_box_02 .ind_src_con_box .ind_src_pro_img .ind_pro_box .img_dot:nth-of-type(3) {
  animation: ani-circle 3.5s ease 1.5s infinite forwards;
}
.ind_body .ind_src_box.ind_src_box_02 .ind_src_con_box .ind_src_pro_img .ind_pro_box img {
  width: 100%;
}
.ind_body .ind_src_box.ind_src_box_02 .ind_src_con_box .ind_src_pro_img .ind_pro_info {
  width: 49.07%;
  float: right;
}
.ind_body .ind_src_box.ind_src_box_05 .ind_src_con_box .ind_src_pro_img {
  width: 40%;
}
.ind_body section {
  margin-bottom: 10px;
}
.ind_body .ind_src_db_box {
  display: flex;
  padding: 0 10px;
}
.ind_body .ind_src_db_box > section {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
}
.ind_body .ind_src_db_box > section:nth-child(2n) {
  margin-right: 0;
}
.ind_body .ind_about {
  width: 85.625%;
  margin: 0 auto;
  padding-top: 3.9vw;
  padding-bottom: 4.166vw;
}
.ind_body .ind_about .ind_abo_title {
  font-size: .36rem;
  color: #0d0f0e;
  line-height: 1;
}
.ind_body .ind_about .ind_about_box {
  padding-top: 2.5vw;
  display: flex;
}
.ind_body .ind_about .ind_about_box > div {
  width: 50%;
  position: relative;
  padding-bottom: 1.05rem;
}
.ind_body .ind_about .ind_about_box > div .ind_abo_btn {
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s ease;
  line-height: 3.4;
  font-size: 14px;
  padding: 0 .45rem;
  border: 1px solid #dddddd;
  border-radius: 30px;
}
.ind_body .ind_about .ind_about_box > div .ind_abo_btn:hover {
  color: #139794;
  border: 1px solid #139794;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_text_box {
  border-right: 1px solid #dcdcdc;
  padding-right: 7.03vw;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_text_box .ind_abo_title_en {
  color: #139794;
  font-size: .32rem;
  line-height: 2.6;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_text_box .ind_abo_sty_line {
  margin-top: .3rem;
  background-color: #d3d3d3;
  width: .65rem;
  height: .05rem;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_text_box .ind_abo_info {
  line-height: 1.25;
  font-size: .24rem;
  color: #0d0c0c;
  margin-top: .5rem;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_text_box .ind_abo_info_box {
  font-size: 16px;
  line-height: 1.625;
  color: #666666;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_text_box .ind_abo_info_box p {
  margin-top: .5rem;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_text_box .ind_abo_info_box p:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_img_box {
  padding-left: 7.8125vw;
  padding-right: 3.6458vw;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_img_box .ind_abo_lb {
  position: relative;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_img_box .ind_abo_lb a {
  display: block;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_img_box .ind_abo_lb a img {
  display: block;
  width: 100%;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_img_box .ind_abo_lb .swiper-pagination {
  position: absolute;
  right: -11%;
  width: 8px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.ind_body .ind_about .ind_about_box > div.ind_abo_img_box .ind_abo_lb .swiper-pagination .swiper-pagination-bullet {
  background-color: #adadad;
  opacity: 1;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_img_box .ind_abo_lb .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #139794;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_img_box .ind_abo_info_title {
  margin-top: .32rem;
  color: #010101;
  line-height: 1.5;
  font-size: .24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_img_box .ind_abo_time {
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
  margin-top: .15rem;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_img_box .ind_abo_lb_info {
  font-size: 16px;
  line-height: 1.625;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: .25rem;
}
.ind_body .ind_about .ind_about_box > div.ind_abo_img_box .ind_abo_btn {
  left: 7.8125vw;
}
@keyframes ani-circle {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
.after-inner {
  position: relative;
  z-index: 5;
}
.after-inner #top .banner {
  overflow: hidden;
}
.after-inner #top .banner .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  opacity: 0;
  transition: transform 4s ease-in-out;
}
.after-inner #top .banner .pic.go {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.after-inner #top .banner .msg h1 {
  animation-duration: 1.5s;
}
.after-inner #top .banner .msg small {
  animation-duration: 1.5s;
}
#solution #top .banner {
  padding-bottom: 41%;
  width: 100%;
  position: relative;
}
#solution #top .banner .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 10;
}
#solution #top .banner .msg small {
  letter-spacing: 2px;
  font-weight: lighter;
  display: block;
}
#solution #main {
  padding: 4vw 0;
}
#solution #main .title {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 3vw;
}
#solution #main .wrap .box {
  margin: 5vw 0;
  padding: 5vw;
  box-shadow: 0 10px 30px -2px rgba(0, 0, 0, 0.1);
}
#solution #main .wrap .box > img {
  width: 100%;
}
#pro_list {
  background-color: #f6f6f6;
}
#pro_list .more {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-align: center;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  color: #d4d4d4;
}
#pro_list #top {
  padding: 50px 0;
}
#pro_list #top .tree {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  background-color: #fff;
}
#pro_list #top .tree > li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  flex-wrap: wrap;
  height: 100px;
  position: relative;
  cursor: pointer;
}
#pro_list #top .tree > li.on > i {
  color: #4060ff;
}
#pro_list #top .tree > li.on > span {
  color: #4060ff;
}
#pro_list #top .tree > li.on:after {
  opacity: 1;
  width: 100%;
}
#pro_list #top .tree > li:hover > i {
  color: #4060ff;
}
#pro_list #top .tree > li:hover > span {
  color: #4060ff;
}
#pro_list #top .tree > li:hover:after {
  opacity: 1;
  width: 100%;
}
#pro_list #top .tree > li > i {
  color: #d4d4d4;
  font-size: 26px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#pro_list #top .tree > li > span {
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#pro_list #top .tree > li:after {
  content: "";
  position: absolute;
  height: 3px;
  opacity: 0;
  width: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #4060ff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#pro_list #main {
  padding-bottom: 6vw;
}
#pro_list #main .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#pro_list #main .items > li {
  padding: 2vw;
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#pro_list #main .items > li .col:nth-of-type(1) {
  width: 64%;
}
#pro_list #main .items > li .col:nth-of-type(1) h3 {
  margin-bottom: 10px;
}
#pro_list #main .items > li .col:nth-of-type(1) > p {
  color: #aaaaaa;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#pro_list #main .items > li .col:nth-of-type(2) {
  width: 32%;
}
#pro_list #main .items > li .col:nth-of-type(2) > img {
  max-width: 156px;
}
#pro_list #main .items > li:hover {
  box-shadow: 0 10px 24px -2px rgba(0, 0, 0, 0.1);
}
#detail_1 #top .banner {
  padding-bottom: 41%;
  width: 100%;
  position: relative;
}
#detail_1 #top .banner .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 10;
}
#detail_1 #top .banner .msg small {
  letter-spacing: 2px;
  font-weight: lighter;
  display: block;
}
#detail_1 #main {
  padding: 4vw 0;
}
#detail_1 #main .row {
  margin-bottom: 30px;
}
#detail_1 #main .row .items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#detail_1 #main .row .items > li {
  height: 36px;
  line-height: 36px;
  width: 48%;
}
#detail_1 #main .title {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 3vw;
}
#detail_2 small {
  display: inline-block;
}
#detail_2 #main .row {
  position: relative;
  overflow: hidden;
}
#detail_2 #main .row .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#detail_2 #main .row .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  top: 10%;
  z-index: 5;
  text-align: center;
}
#detail_2 #main .row .title h3,
#detail_2 #main .row .title h2 {
  margin-bottom: 8px;
  font-weight: 500;
}
#detail_2 #main .row .title small {
  font-weight: lighter;
  display: inline-block;
}
#detail_2 #main #r1 {
  padding-bottom: 50%;
}
#detail_2 #main #r2 {
  position: relative;
  padding-bottom: 50%;
}
#detail_2 #main #r2 .pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail_2 #main #r2 .pic .photo {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#detail_2 #main #r2 .pic .photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#detail_2 #main #r2 .msg {
  position: absolute;
  z-index: 8;
  width: 100%;
  text-align: center;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#detail_2 #main #r2 .msg > img {
  max-width: 327px;
  width: 14%;
}
#detail_2 #main #r2 .msg .i-box {
  position: absolute;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
}
#detail_2 #main #r2 .msg .i-box > img {
  width: 8%;
}
#detail_2 #main #r2 .msg .i-box:nth-of-type(1) {
  left: 0;
  text-align: center;
}
#detail_2 #main #r2 .msg .i-box:nth-of-type(2) {
  right: 0;
  text-align: center;
}
#detail_2 #main #r3 {
  position: relative;
  padding-bottom: 50%;
}
#detail_2 #main #r4 {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
}
#detail_2 #main #r4 .pic {
  background-color: #000;
}
#detail_2 #main #r4 .msg {
  text-align: right;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 4;
}
#detail_2 #main #r4 .msg .img_1 {
  position: absolute;
  left: 0;
  width: 70%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
#detail_2 #main #r4 .msg .img_2 {
  width: 50%;
  display: inline-block;
  position: relative;
  z-index: 3;
}
#detail_2 #main #r5 {
  position: relative;
  padding-bottom: 50%;
}
#detail_2 #main #r5 .pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail_2 #main #r5 .pic .photo {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#detail_2 #main #r5 .msg {
  position: absolute;
  z-index: 8;
  width: 100%;
  text-align: center;
  top: calc(50% + 80px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-bottom: 25%;
}
#detail_2 #main #r5 .msg > img {
  max-width: 327px;
  width: 14%;
}
#detail_2 #main #r5 .msg .i-box {
  position: absolute;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#detail_2 #main #r5 .msg .i-box:nth-of-type(1) {
  left: 0;
  text-align: center;
}
#detail_2 #main #r5 .msg .i-box:nth-of-type(1) > img {
  width: 30%;
}
#detail_2 #main #r5 .msg .i-box:nth-of-type(2) {
  right: 0;
  text-align: center;
}
#detail_2 #main #r5 .msg .i-box:nth-of-type(2) > img {
  width: 48%;
  max-width: 450px;
}
#detail_2 #main #r6 {
  position: relative;
  padding-bottom: 50%;
}
#detail_2 #main #r6 .title > img {
  width: 50%;
  display: block;
  margin: 3vw auto;
  max-width: 597px;
}
#detail_2 #main #r6 .msg {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  z-index: 3;
}
#detail_2 #main #r6 .msg .img_1 {
  width: 24%;
  max-width: 507px;
}
#detail_2 #main #r6 > .img_2 {
  position: absolute;
  z-index: 2;
  top: -50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 48vw;
  height: 48vw;
}
#detail_2 #main #r6 > .img_2 small {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #09b9b5;
  background-size: cover;
  opacity: 0;
}
#detail_2 #main #r6 > .img_2 small.ripper1 {
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
#detail_2 #main #r6 > .img_2 small.ripper2 {
  -webkit-animation: ripple 4500ms ease-out 1200ms infinite;
  -moz-animation: ripple 4500ms ease-out 1200ms infinite;
  -o-animation: ripple 4500ms ease-out 1200ms infinite;
  animation: ripple 4500ms ease-out 1200ms infinite;
}
#detail_2 #main #r6 > .img_2 small.ripper3 {
  -webkit-animation: ripple 4500ms ease-out 2200ms infinite;
  -moz-animation: ripple 4500ms ease-out 2200ms infinite;
  -o-animation: ripple 4500ms ease-out 2200ms infinite;
  animation: ripple 4500ms ease-out 2200ms infinite;
}
#detail_2 #main #r7 {
  position: relative;
  padding-bottom: 50%;
}
#detail_2 #main #r7 .pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail_2 #main #r7 .pic .photo {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#detail_2 #main #r7 .pic .photo .title {
  top: 16%;
}
#detail_2 #main #r7 .pic .photo > img {
  width: 70%;
  position: absolute;
  bottom: 8%;
  left: 15%;
  animation: fn1 4s ease-in-out infinite;
}
#detail_2 #main #r8 {
  position: relative;
  padding-bottom: 50%;
}
#detail_2 #main #r8 .pic {
  background-color: #fff;
}
#detail_2 #main #r8 .title .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
#detail_2 #main #r8 .title .line:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  border: 1px solid #eee;
  left: -9px;
  position: absolute;
  top: -8px;
}
#detail_2 #main #r8 .title .line:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  border: 1px solid #eee;
  right: -9px;
  position: absolute;
  top: -8px;
}
#detail_2 #main #r8 .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  top: 60%;
  z-index: 5;
  padding-bottom: 30%;
}
#detail_2 #main #r8 .msg .box {
  width: 70%;
  margin: auto;
  position: absolute;
  height: 100%;
  left: 15%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#detail_2 #main #r8 .msg .box > img {
  position: absolute;
  top: -14%;
  left: -14%;
  z-index: 3;
  height: 115%;
}
#detail_2 #main #r8 .msg .box > ul {
  width: 40%;
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
#detail_2 #main #r8 .msg .box > ul > li {
  height: 40px;
  line-height: 40px;
}
#detail_3 small {
  display: inline-block;
}
#detail_3 #main .row {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
#detail_3 #main .row .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#detail_3 #main .row .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  top: 12%;
  z-index: 5;
  text-align: center;
}
#detail_3 #main .row .title h3 {
  margin-bottom: 8px;
}
#detail_3 #main .row .title small {
  font-weight: lighter;
}
#detail_3 #main .row .msg {
  position: absolute;
  z-index: 6;
}
#detail_3 #main .row .msg h2 {
  font-weight: 500;
}
#detail_3 #main #r1 {
  padding-bottom: 46%;
  position: relative;
}
#detail_3 #main #r1 .bg_1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 3;
}
#detail_3 #main #r1 .msg {
  text-align: center;
  width: 70%;
  left: 15%;
  top: 9%;
}
#detail_3 #main #r1 .msg .img-box {
  position: relative;
  display: inline-block;
}
#detail_3 #main #r1 .msg .img-box > img {
  position: relative;
  z-index: 10;
}
#detail_3 #main #r1 .msg .img-box small {
  display: block;
  z-index: 4;
  height: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #00a0e9;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}
#detail_3 #main #r1 .msg .img-box small.ripper1 {
  -webkit-animation: ripple1 4500ms ease-out 225ms infinite;
  -moz-animation: ripple1 4500ms ease-out 225ms infinite;
  -o-animation: ripple1 4500ms ease-out 225ms infinite;
  animation: ripple1 4500ms ease-out 225ms infinite;
}
#detail_3 #main #r1 .msg .img-box small.ripper2 {
  -webkit-animation: ripple1 4500ms ease-out 800ms infinite;
  -moz-animation: ripple1 4500ms ease-out 800ms infinite;
  -o-animation: ripple1 4500ms ease-out 800ms infinite;
  animation: ripple1 4500ms ease-out 800ms infinite;
}
#detail_3 #main #r1 .msg .img-box small.ripper3 {
  -webkit-animation: ripple1 4500ms ease-out 1600ms infinite;
  -moz-animation: ripple1 4500ms ease-out 1600ms infinite;
  -o-animation: ripple1 4500ms ease-out 1600ms infinite;
  animation: ripple1 4500ms ease-out 1600ms infinite;
}
#detail_3 #main #r1 .msg .img-box small.ripper4 {
  -webkit-animation: ripple1 4500ms ease-out 2200ms infinite;
  -moz-animation: ripple1 4500ms ease-out 2200ms infinite;
  -o-animation: ripple1 4500ms ease-out 2200ms infinite;
  animation: ripple1 4500ms ease-out 2200ms infinite;
}
#detail_3 #main #r2 .msg {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  z-index: 3;
}
#detail_3 #main #r2 .msg .img_1 {
  width: 27%;
  max-width: 507px;
}
#detail_3 #main #r2 .msg > ul {
  position: absolute;
  height: 70%;
  width: 22%;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#detail_3 #main #r2 .msg > ul.left {
  right: 65%;
}
#detail_3 #main #r2 .msg > ul.right {
  left: 65%;
}
#detail_3 #main #r2 .msg > ul > li {
  text-align: left;
  line-height: 36px;
  color: #fff;
  font-size: 20px;
  width: 100%;
}
#detail_3 #main #r2 .msg > ul > li > em {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 16px;
  position: relative;
  display: inline-block;
  vertical-align: sub;
}
#detail_3 #main #r2 .msg > ul > li > em:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 8px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
}
#detail_3 #main #r3 .msg {
  text-align: center;
  position: absolute;
  z-index: 8;
  width: 100%;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#detail_3 #main #r3 .msg > img {
  width: 64%;
  display: inline-block;
}
#detail_3 #main #r4 .pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail_3 #main #r4 .pic .photo {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#detail_3 #main #r4 .pic .photo:nth-of-type(1) {
  width: 56%;
}
#detail_3 #main #r4 .pic .photo:nth-of-type(2) {
  width: 44%;
}
#detail_3 #main #r4 .msg {
  width: 44%;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#detail_3 #main #r4 .msg .img_1 {
  width: 80%;
  margin: auto;
  display: block;
  max-width: 657px;
}
#detail_3 #main #r5 .msg {
  text-align: center;
  position: absolute;
  z-index: 8;
  width: 100%;
  top: calc(50% + 100px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#detail_3 #main #r5 .msg > img {
  width: 66%;
  display: inline-block;
  max-width: 1480px;
}
#detail_3 #main #r6 .pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail_3 #main #r6 .pic .photo {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#detail_3 #main #r6 .msg {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 100%;
}
#detail_3 #main #r6 .msg .col {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
#detail_3 #main #r6 .msg .col > span {
  position: relative;
  width: 28%;
  margin-bottom: 30px;
}
#detail_3 #main #r6 .msg .col > span > img {
  width: 100%;
}
#detail_3 #main #r6 .msg .col > p {
  width: 100%;
  text-align: center;
}
#detail_3 #main #r6 .msg .col .up {
  width: 70%;
  position: absolute;
  bottom: 8%;
  left: 15%;
  animation: fn1 4s ease-in-out infinite;
}
#detail_3 #main #r7 .pic {
  background-color: #fff;
}
#detail_3 #main #r7 .title {
  top: 10%;
}
#detail_3 #main #r7 .msg {
  height: calc(80% - 100px);
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 0;
  align-items: center;
}
#detail_3 #main #r7 .msg .list {
  flex-grow: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
}
#detail_3 #main #r7 .msg .list .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#detail_3 #main #r7 .msg .list .note {
  position: absolute;
  left: 9%;
  bottom: 6%;
}
#detail_3 #main #r7 .msg .list .note h3 {
  line-height: 1.3;
}
#detail_3 #main #r7 .msg .list .note p {
  font-weight: lighter;
}
#detail_3 #main #r8 {
  position: relative;
  padding-bottom: 50%;
}
#detail_3 #main #r8 .pic {
  background-color: #fff;
}
#detail_3 #main #r8 .title {
  top: 10%;
}
#detail_3 #main #r8 .title .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
#detail_3 #main #r8 .title .line:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  border: 1px solid #eee;
  left: -9px;
  position: absolute;
  top: -8px;
}
#detail_3 #main #r8 .title .line:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  border: 1px solid #eee;
  right: -9px;
  position: absolute;
  top: -8px;
}
#detail_3 #main #r8 .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  top: 60%;
  z-index: 5;
  padding-bottom: 30%;
}
#detail_3 #main #r8 .msg .box {
  width: 70%;
  margin: auto;
  position: absolute;
  height: 100%;
  left: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail_3 #main #r8 .msg .box > img {
  height: 50%;
  margin-left: 10%;
}
#detail_3 #main #r8 .msg .box > ul {
  width: 40%;
  position: relative;
  z-index: 5;
}
#detail_3 #main #r8 .msg .box > ul > li {
  height: 38px;
  line-height: 38px;
}
#detail_4 small {
  display: inline-block;
}
#detail_4 #main .row {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
#detail_4 #main .row .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#detail_4 #main .row .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  top: 12%;
  z-index: 5;
  text-align: center;
}
#detail_4 #main .row .title h3 {
  margin-bottom: 8px;
  font-weight: 500;
}
#detail_4 #main .row .title small {
  font-weight: lighter;
}
#detail_4 #main .row .msg {
  position: absolute;
  z-index: 6;
}
#detail_4 #main .row .msg h2 {
  font-weight: 500;
}
#detail_4 #main #r1 {
  padding-bottom: 46%;
  position: relative;
}
#detail_4 #main #r2 .msg {
  height: calc(80% - 100px);
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 0;
  align-items: center;
}
#detail_4 #main #r2 .msg > img {
  height: 85%;
}
#detail_4 #main #r4 .msg {
  height: calc(80% - 150px);
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 0;
  align-items: flex-start;
}
#detail_4 #main #r4 .msg > img {
  width: 32%;
}
#detail_4 #main #r6 .msg {
  height: calc(80% - 50px);
  display: flex;
  justify-content: space-around;
  width: 100%;
  left: 0;
  bottom: 0;
  align-items: center;
  padding: 0 12%;
}
#detail_4 #main #r6 .msg > div {
  text-align: center;
}
#detail_4 #main #r6 .msg > div > img {
  margin-bottom: 14px;
}
#detail_4 #main #r6 .msg > div > span {
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
}
#detail_4 #main #r7 {
  position: relative;
  padding-bottom: 50%;
}
#detail_4 #main #r7 .pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail_4 #main #r7 .pic .photo {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#detail_4 #main #r7 .pic .photo .title {
  top: 16%;
}
#detail_4 #main #r7 .pic .photo > img {
  width: 52%;
  position: absolute;
  bottom: 12%;
  left: 24%;
}
#detail_4 #main #r8 .pic {
  background-color: #fff;
}
#detail_4 #main #r8 .title {
  top: 10%;
}
#detail_4 #main #r8 .msg {
  height: calc(80% - 100px);
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 0;
  align-items: center;
  overflow: hidden;
}
#detail_4 #main #r9 {
  position: relative;
  padding-bottom: 0;
}
#detail_4 #main #r9 .pic {
  background-color: #fff;
}
#detail_4 #main #r9 .title {
  position: relative;
}
#detail_4 #main #r9 .title h3 {
  padding-bottom: 40px;
  padding-top: 40px;
}
#detail_4 #main #r9 .title .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
#detail_4 #main #r9 .title .line:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  border: 1px solid #eee;
  left: -9px;
  position: absolute;
  top: -8px;
}
#detail_4 #main #r9 .title .line:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  border: 1px solid #eee;
  right: -9px;
  position: absolute;
  top: -8px;
}
#detail_4 #main #r9 .msg {
  width: 100%;
  position: relative;
  padding: 5vw 0;
}
#detail_4 #main #r9 .msg .box {
  width: 70%;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail_4 #main #r9 .msg .box > img {
  width: 50%;
}
#detail_4 #main #r9 .msg .box > ul {
  width: 40%;
  position: relative;
  z-index: 5;
}
#detail_4 #main #r9 .msg .box > ul > li {
  height: 38px;
  line-height: 38px;
}
#detail_5 small {
  display: inline-block;
}
#detail_5 #main .row {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
#detail_5 #main .row .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#detail_5 #main .row .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  top: 12%;
  z-index: 5;
  text-align: center;
}
#detail_5 #main .row .title h3 {
  margin-bottom: 8px;
}
#detail_5 #main .row .title small {
  font-weight: lighter;
}
#detail_5 #main .row .msg {
  position: absolute;
  z-index: 6;
}
#detail_5 #main .row .msg h2 {
  font-weight: 500;
}
#detail_5 #main #r3 .msg {
  height: calc(80% - 150px);
  display: flex;
  justify-content: space-around;
  width: 100%;
  left: 0;
  bottom: 0;
  align-items: flex-start;
  padding: 0 10%;
}
#detail_5 #main #r3 .msg .img_1 {
  height: 130%;
}
#detail_5 #main #r3 .msg .img_2 {
  height: 120%;
}
#detail_5 #main #r7 .pic {
  background-color: #fff;
}
#detail_5 #main #r7 .title {
  top: 10%;
}
#detail_5 #main #r7 .msg {
  height: calc(80% - 100px);
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 0;
  align-items: center;
  overflow: hidden;
}
#detail_5 #main #r8 {
  position: relative;
  padding-bottom: 0;
}
#detail_5 #main #r8 .pic {
  background-color: #fff;
}
#detail_5 #main #r8 .title {
  position: relative;
}
#detail_5 #main #r8 .title h3 {
  padding-bottom: 40px;
  padding-top: 40px;
}
#detail_5 #main #r8 .title .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
#detail_5 #main #r8 .title .line:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  border: 1px solid #eee;
  left: -9px;
  position: absolute;
  top: -8px;
}
#detail_5 #main #r8 .title .line:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  border: 1px solid #eee;
  right: -9px;
  position: absolute;
  top: -8px;
}
#detail_5 #main #r8 .msg {
  width: 100%;
  position: relative;
  padding: 5vw 0;
}
#detail_5 #main #r8 .msg .box {
  width: 70%;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail_5 #main #r8 .msg .box > img {
  height: 50%;
  margin-left: 10%;
}
#detail_5 #main #r8 .msg .box > ul {
  width: 40%;
  position: relative;
  z-index: 5;
}
#detail_5 #main #r8 .msg .box > ul > li {
  height: 38px;
  line-height: 38px;
}
.fadeInUp {
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .head {
    display: block;
    position: fixed;
    height: 1rem;
  }
  .head .head_content {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
  }
  .head .menu a {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    margin: .3rem;
    position: relative;
  }
  .head .menu a.on .menu_top {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 9px;
  }
  .head .menu a.on .menu_mid {
    opacity: 0;
  }
  .head .menu a.on .menu_bot {
    top: 9px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .head .menu span {
    display: block;
    width: .4rem;
    height: .04rem;
    background-size: cover;
    transition: -webkit-transform 0.5s ease;
    transition: transform .5s ease;
  }
  .head .menu .menu_top {
    position: absolute;
    top: 2px;
    right: 0;
  }
  .head .menu .menu_mid {
    position: absolute;
    top: 9px;
    right: 0;
    opacity: 1;
  }
  .head .menu .menu_bot {
    position: absolute;
    top: 16px;
    right: 0;
  }
  .head .hd img {
    width: 4.35rem;
    height: .4rem;
    margin: .3rem;
  }
  .head .mall {
    pointer-events: none;
    opacity: 0;
  }
  .head .mall img {
    width: .5rem;
    height: .5rem;
    margin: .25rem;
  }
  .head nav {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    height: 0;
    overflow: auto;
    transition: all .5s ease;
  }
  .head nav.on {
    height: 100vh;
  }
  .head .nav_box {
    width: 100%;
  }
  .head .nav_box .menu_box {
    padding: 1rem .3rem 1.5rem;
  }
  .head .nav_box .menu_box > li {
    width: 100%;
  }
  .head .nav_box .menu_box > li > a {
    display: block;
    width: 100%;
    height: .98rem;
    line-height: .98rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: .26rem;
    position: relative;
  }
  .head .nav_box .menu_box > li > a > span {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    margin-top: .3rem;
    margin-right: .25rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .5s;
  }
  .head .nav_box .menu_box > li > a > span.sub_menu_active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .head .nav_box .menu_box > li > a > i.arrow {
    display: inline-block;
    width: .24rem;
    height: .24rem;
    margin-top: .36rem;
    margin-right: .28rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .head .nav_box .sub_menu {
    margin: 0;
    display: none;
  }
  .head .nav_box .sub_menu > li {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    height: .84rem;
    line-height: .84rem;
  }
  .head .nav_box .sub_menu > li span {
    display: inline-block;
    width: .15rem;
    height: .22rem;
    margin-top: .2rem;
    margin-right: .1rem;
    margin-left: .3rem;
    background-size: cover;
  }
  .head .nav_box .sub_menu > li a {
    display: block;
    height: 100%;
    color: #888;
    font-size: .3rem;
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.68, 0.68);
    -moz-transform: scale(0.68, 0.68);
    -ms-transform: scale(0.68, 0.68);
    transform: scale(0.68, 0.68);
  }
  5% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  5% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes fn1 {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    transform: translate3d(0%, 20px, 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: none;
  }
}
.fn1 {
  animation-name: fn1;
}
@keyframes fn2 {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0%, -20px, 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: none;
  }
}
.fn2 {
  animation-name: fn2;
}
@keyframes fn3 {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fn3 {
  animation-name: fn3;
  animation-duration: 3s;
}
#detail_1 img {
  max-width: 100%;
}
