@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 {
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Helvetica, Arial, "PingFang SC", sans-serif;
}
body {
  font: 14px "Microsoft YaHei", Helvetica, Arial, "PingFang SC", sans-serif;
  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 {
  border:none;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
  outline:none
}
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;
}
li {
  max-width: 100%;
}
p {
  white-space: normal;
  max-width: 100%;
}
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%;
}
/* 引入字体 */
@font-face {font-family: 'YouSheBiaoTi';src: url('../../font/YouSheBiaoTiHei.ttf');}

/* 清除浮动 */
.clearfix {*zoom:1}
.clearfix:before, .clearfix:after {display:table;content:""}
.clearfix:after {clear:both}
/*::-webkit-scrollbar {
  width: 9px;
  background-color: #eaeaea;
}
::-webkit-scrollbar-thumb {
  border: solid 2px #eaeaea;
  width: 5px;
  border-radius: 10px;
  background-color: #f5a43d;
}
::-webkit-scrollbar-corner {
  background-color: #eaeaea;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
::-webkit-selection {
  background: #f5a43d;
  color: #fff;
}
::-moz-selection {
  background: #f5a43d;
  color: #fff;
}
::selection {
  background: #f5a43d;
  color: #fff;
}*/
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-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;
}
h1 {
  font-weight: 700;
  margin-bottom: 0.3rem;
  line-height: 1.5;
}
h2 {
  font-weight: 700;
  margin-bottom: 0.24rem;
  line-height: 1.4;
}
h3 {
  font-weight: 700;
  margin-bottom: 0.12rem;
  line-height: 1.2;
}
h4 {
  font-weight: 700;
  margin-bottom: 0.06rem;
  line-height: 1;
}

.en_m {
  font-family: en_m;
}
.en_m1 {
  font-family: en_m1;
}
.en_l {
  font-family: en_l;
}
.en_b {
  font-family: en_b;
}

/* 定义网站色值 */
.mc {
  color: #c3ffff;
}
.fc {
  color: #6ea97f;
}
.wc {
  color: #ffffff;
}
.grc {
  color: #999999;
}
.d-gc {
  color: #37393d;
}
.rc {
  color: #f5a43d;
}
.oc {
  color: #ffb11e;
}
.yc {
  color: #fff714;
}
.gc {
  color: #00fdfd;
}
.bc {
  color: #002bff;
}
.transi {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-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: 82%;
  max-width: 1400px;
  margin: auto;
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bx_rc {
  box-shadow: 0 3px 29px -8px rgba(210, 127, 132, 0.34);
}
.bx_grc {
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.71);
}
.alan_delay100 {
  animation-delay: 100ms;
}
.alan_delay200 {
  animation-delay: 200ms;
}
.alan_delay300 {
  animation-delay: 300ms;
}
.alan_delay400 {
  animation-delay: 400ms;
}
.alan_delay500 {
  animation-delay: 500ms;
}
.alan_delay600 {
  animation-delay: 600ms;
}
.alan_delay700 {
  animation-delay: 700ms;
}
.alan_delay900 {
  animation-delay: 900ms;
}
.alan_delay800 {
  animation-delay: 800ms;
}
.alan_delay1000 {
  animation-delay: 1000ms;
}
.fontAni > span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  overflow: hidden;
  vertical-align: middle;
}
.fontAni > span > em {
  display: inline-block;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.fontAni > span > em.animated {
  opacity: 0;
}
.fontAni.e2 > span {
  margin: 0 0.2em;
}
/*图片容器*/
.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-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-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-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-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-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-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-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-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-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-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-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-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-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-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;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-duration: 1.8s;
}
.component > ul > li > img {
  display: block;
  max-width: 100%;
  opacity: 0;
  max-height: 100%;
}
.component > ul .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 105;
}
.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: 72%;
  height: calc(100% - 120px);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 154px;
}
.component .Tcon .txtChange > [data-txt] {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  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 {
  display: flex;
  pointer-events: auto;
}
.component .Tcon .txtChange > [data-txt].txtHide {
  -webkit-animation: fadeOut 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: fadeOut 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 .txtChange > small {
  color: #fff;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: calc(100% + 32px);
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.component .Tcon .txtChange > small > .Tpage {
  color: #fff;
  line-height: 1;
  text-align: left;
  overflow: hidden;
  transform: translate3d(-26%, 0, 0);
  -webkit-transform: translate3d(-26%, 0, 0);
  -moz-transform: translate3d(-26%, 0, 0);
  -o-transform: translate3d(-26%, 0, 0);
  -ms-transform: translate3d(-26%, 0, 0);
}
.component .Tcon .txtChange > small > em {
  display: inline-block;
  margin: 0 10px 0 0;
  padding-top: 4px;
}
.component .Tcon .txtChange > small > span {
  padding-top: 4px;
}
.component .Tcon .pageChange {
  position: absolute;
  left: 6px;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.component .Tcon .pageChange > li {
  display: inline-block;
  float: left;
  cursor: pointer;
  width: 0.07rem;
  height: 0.15rem;
  border-radius: 3px;
  line-height: 0.1rem;
  text-align: center;
  margin-right: 0.15rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.component .Tcon .pageChange > li.on {
  height: 0.3rem;
}
.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-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-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-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-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 > a {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  background-color: rgba(55, 57, 61, 0.2);
  color: #fff;
  display: inline-block;
  font-size: 24px;
}
.inter .items {
  position: absolute;
  visibility: hidden;
  left: 140%;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  bottom: 2px;
}
.inter .items > img {
  border: 4px solid #fff;
  border-radius: 10px;
  width: 1.4rem;
  max-width: 141px;
}
.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-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-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:hover .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-100 {
  font-size: 100px;
}
.f-80 {
  font-size: 80px;
}
.f-72 {
  font-size: 72px;
}
.f-60 {
  font-size: 60px;
}
.f-54 {
  font-size: 54px;
}
.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: 90px;
  }
  .f-100 {
    font-size: 90px;
  }
  .f-80 {
    font-size: 68px;
  }
  .f-72 {
    font-size: 60px;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-54 {
    font-size: 50px;
  }
  .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: 32px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 24px;
  }
  .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: 1440px) {
  html {
    font-size: 85px;
  }
}
@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,
  small,
  em,
  li,
  pre,
  form,
  fieldset,
  legend,
  button,
  input,
  textarea,
  th,
  td {
    font-size: 14px;
  }
  .f-100 {
    font-size: 74px;
  }
  .f-80 {
    font-size: 64px;
  }
  .f-72 {
    font-size: 58px;
  }
  .f-60 {
    font-size: 54px;
  }
  .f-54 {
    font-size: 44px;
  }
  .f-50 {
    font-size: 40px;
  }
  .f-48 {
    font-size: 40px;
  }
  .f-46 {
    font-size: 40px;
  }
  .f-44 {
    font-size: 40px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 30px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 32px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 22px;
  }
  .f-28 {
    font-size: 22px;
  }
  .f-26 {
    font-size: 22px;
  }
  .f-24 {
    font-size: 20px;
  }
  .f-22 {
    font-size: 18px;
  }
  .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: 2;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 70px;
  }
  a,
  span,
  li,
  b,
  i,
  label,
  p,
  strong,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  small,
  em,
  li,
  pre,
  form,
  fieldset,
  legend,
  button,
  input,
  textarea,
  th,
  td {
    font-size: 12px;
  }
  .f-80 {
    font-size: 64px;
  }
  .f-72 {
    font-size: 50px;
  }
  .f-60 {
    font-size: 40px;
  }
  .f-54 {
    font-size: 38px;
  }
  .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: 18px;
  }
  .f-24 {
    font-size: 18px;
  }
  .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: 13px;
    line-height: 2;
  }

}
@media screen and (max-width: 700px) {
  html {
    font-size: 70px;
  }
  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-54 {
    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;
  }
}
/*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 fadeOutLeftSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
}
.fadeOutLeftSmall {
  animation-name: fadeOutLeftSmall;
}
@keyframes fadeOutRightSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
}
.fadeOutRightSmall {
  animation-name: fadeOutRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 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;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
@keyframes fadeOutUpSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, -10%, 0);
  }
}
.fadeOutUpSmall {
  animation-name: fadeOutUpSmall;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
@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;
}
@keyframes slideInUpSmall {
  from {
    transform: translate3d(0%, 10%, 0);
  }
  to {
    transform: none;
  }
}
.slideInUpSmall {
  animation-name: slideInUpSmall;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
@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;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}
/*页面结构*/
.mat_sha_box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.mat_sha_box .sha_guan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mat_sha_box .mat_sha_con_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  width: 90%;
  max-width: 1400px;
  min-width: auto;
  border-radius: .1rem;
}
.mat_sha_box .mat_sha_con_box .sha_sr_box {
  max-height: 65vh;
  overflow-y: auto;
  padding: 0 5%;
}
.mat_sha_box .mat_sha_con_box .img_box_b {
  width: 100%;
  overflow-x: auto;
}
.mat_sha_box .mat_sha_con_box .img_box_b img {
  height: 100%;
  max-height: 100vw;
  width: auto;
  max-width: none;
  display: block;
}
.mat_sha_box .mat_sha_con_box .btn_sha_close {
  position: absolute;
  color: #fff;
  transition: all .5s ease;
  cursor: pointer;
  line-height: 1;
  top: 100%;
  bottom: auto;
  right: auto;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, 50%);
}
@media screen and (orientation: landscape) {
  .mat_sha_box .mat_sha_con_box .btn_sha_close:hover {
    color: #333333;
  }
}
.mat_sha_box .mat_sha_con_box .dot_logo {
  margin-top: .36rem;
}
.mat_sha_box .mat_sha_con_box .pub_info {
  text-align: center;
  margin-top: .27rem;
}
.mat_sha_box .mat_sha_con_box .tun_sha_img_box {
  text-align: center;
  font-size: 0;
  margin-top: .45rem;
}
.mat_sha_box .mat_sha_con_box .tun_sha_img_box .swiper-pagination {
  margin-top: .3rem;
  position: relative;
  text-align: center;
  z-index: 0;
  bottom: 0;
  font-size: 0;
}
.mat_sha_box .mat_sha_con_box .tun_sha_img_box .swiper-pagination span {
  display: inline-block;
  vertical-align: middle;
  width: .14rem;
  height: .14rem;
  background-color: #fff;
  opacity: .35;
  border: 1px solid #999999;
  margin: 0 .14rem;
}
.btn_big_ck {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  color: #f5a43d;
  text-align: center;
  z-index: 10;
}
.btn_big_ck > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn_big_ck i {
  display: block;
  line-height: 1;
}
.btn_big_ck span {
  line-height: 1;
  margin-top: .1rem;
  display: block;
}
#bloc header {
  position: fixed;
  width: 100%;
  pointer-events: none;
  z-index: 150;
  left: 0;
  top: 0;
  /* 手机端菜单 */
}
#bloc header nav.home-nav {
  padding: 0 60px;
  width: 100%;
  position: relative;
  display: none;
  padding-top: 2vw;
  justify-content: space-between;
  align-items: flex-start;
}
#bloc header nav.home-nav.on {
  display: flex;
}
#bloc header nav.home-nav .left {
  pointer-events: auto;
  height: 0.6rem;
  position: relative;
  z-index: 10;
}
#bloc header nav.home-nav .left > a {
  display: inline-block;
}
#bloc header nav.home-nav .left img {
  max-width: 1.8rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.home-nav .left .black {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
#bloc header nav.home-nav .right {
  width: 100%;
  display: flex;
  align-items: flex-start;
  z-index: 12;
  justify-content: space-between;
  position: relative;
}
#bloc header nav.home-nav .right .nav-items {
  pointer-events: auto;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 0.8rem);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#bloc header nav.home-nav .right .nav-items > li {
  padding: 0 0.2rem;
  position: relative;
  opacity: 0;
}
#bloc header nav.home-nav .right .nav-items > li > a {
  position: relative;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  padding: 0 0.2rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#bloc header nav.home-nav .right .nav-items > li > a > span {
  color: #fff;
  font-size: inherit;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.home-nav .right .nav-items > li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  color: #f5a43d;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.71);
}
#bloc header nav.home-nav .right .nav-items > li .nav-down {
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.71);
  border-radius: 6px;
  padding: 5px 0px;
  left: 0;
  top: 54px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  height: 15px;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > span:after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > li {
  width: 100%;
  position: relative;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > li > a {
  display: inline-block;
  width: 100%;
  color: #333;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > li > a > span {
  color: #333;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > li > a:hover {
  color: #f5a43d;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > li > a:hover > span {
  color: #f5a43d;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > li .tree_down {
  position: absolute;
  left: calc(100% + 4px);
  background-color: #fff;
  top: 0;
  border-radius: 6px;
  opacity: 0;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  pointer-events: none;
  min-width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > li .tree_down > a {
  height: 36px;
  line-height: 36px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 100%;
  color: #333;
  display: block;
  text-align: center;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > li .tree_down > a:hover {
  color: #f5a43d;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > li .tree_down:after {
  content: "";
  position: absolute;
  right: 100%;
  width: 5px;
  height: 100%;
  top: 0;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > li:hover > a > span {
  color: #f5a43d;
}
#bloc header nav.home-nav .right .nav-items > li .nav-down > li:hover.child_down .tree_down {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#bloc header nav.home-nav .right .nav-items > li:hover > a {
  text-shadow: none;
}
#bloc header nav.home-nav .right .nav-items > li:hover > a > span {
  color: #f5a43d;
}
#bloc header nav.home-nav .right .nav-items > li:hover > a:after {
  opacity: 1;
}
#bloc header nav.home-nav .right .nav-items > li:hover .nav-down {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
  pointer-events: auto;
}
#bloc header nav.home-nav .right .nav-items .nav-dot {
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: 4px;
  text-align: center;
  background-color: #fff;
}
#bloc header nav.home-nav .right .other-box {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 0.6rem;
}
#bloc header nav.home-nav .right .other-box .menu {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 0.3rem;
}
#bloc header nav.home-nav .right .other-box .menu > i {
  color: #f5a43d;
}
#bloc header nav.home-nav .right .other-box .search {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  background-color: #002bff;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#bloc header nav.home-nav .right .other-box .search > i {
  color: #fff;
  width: 0.6rem;
  text-align: center;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#bloc header nav.home-nav .right .other-box .search > input {
  position: absolute;
  left: 0.6rem;
  line-height: 0.3rem;
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0;
  width: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transform-origin: 0 50%;
}
#bloc header nav.home-nav .right .other-box .search:hover {
  width: 250px;
  border-radius: 100px;
}
#bloc header nav.home-nav .right .other-box .search:hover > i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#bloc header nav.home-nav .right .other-box .search:hover > input {
  opacity: 1;
  width: calc(250px - 0.9rem);
}
#bloc header nav.home-nav .right .other-box .enBox {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  background-color: #002bff;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 0.3rem;
}
#bloc header nav.home-nav .right .nav-txt {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  right: 0.9rem;
  transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  height: 0.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.home-nav .right .nav-txt > span {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.home-nav .right .nav-txt > em {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
#bloc header nav.home-nav:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/sh.png);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}
#bloc header nav.home-nav.active .right .nav-items {
  opacity: 0;
  filter: blur(3px);
  pointer-events: none;
  transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
}
#bloc header nav.home-nav.active .right .nav-txt {
  transition-delay: 0.5s;
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
#bloc header nav.home-nav.bc .left .white {
  opacity: 0;
}
#bloc header nav.home-nav.bc .left .black {
  opacity: 1;
}
#bloc header nav.home-nav.bc .right .nav-items > li > a > span {
  color: #000;
}
#bloc header nav.home-nav.bc .right .nav-items .nav-dot {
  background-color: #000;
}
#bloc header nav.home-nav.bc .right .nav-txt > span {
  color: #000;
}
#bloc header nav.home-nav.bc .right .nav-txt > em {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.3);
}
#bloc header nav.inner-nav {
  padding: 0px 60px;
  position: relative;
  display: none;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

#bloc header nav.inner-nav.on {
  display: flex;
}
#bloc header nav.inner-nav .left {
  position: relative;
  display: block;
  height: 0.6rem;
  pointer-events: auto;
}
#bloc header nav.inner-nav .left > a {
  display: inline-block;
}
#bloc header nav.inner-nav .left img {
  height: 100%;
  max-width: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.inner-nav .left .black {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
#bloc header nav.inner-nav .center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
#bloc header nav.inner-nav .center .nav-items {
  pointer-events: auto;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#bloc header nav.inner-nav .center .nav-items > li {
  padding: 0 0.2rem;
  position: relative;
  opacity: 0;
}
#bloc header nav.inner-nav .center .nav-items > li > a {
  position: relative;
  line-height: 0.8rem;
  display: inline-block;
  padding: 0 0.2rem;
}
#bloc header nav.inner-nav .center .nav-items > li > a > span {
  color: #fff;
  font-size: inherit;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.inner-nav .center .nav-items > li:hover > a,
#bloc header nav.inner-nav .center .nav-items > li:hover > a > span {
  color: #f5a43d !important;
}
/*#bloc header nav.inner-nav .center .nav-items > li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  color: #f5a43d;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.71);
}*/
#bloc header nav.inner-nav .center .nav-items > li .nav-down {
  position: absolute;
  width: 200px;
  background-color: rgba(0,0,0,.5);
  /*box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.71);*/
  /*padding: 5px;*/
  left: 50%;
  top: 100%;
  opacity: 0;
  margin-left: -100px;
  pointer-events: none;
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.inner-nav .center .nav-items > li .nav-down > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  height: 15px;
}
#bloc header nav.inner-nav .center .nav-items > li .nav-down > span:after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
#bloc header nav.inner-nav .center .nav-items > li .nav-down > li {
  width: 100%;
  position: relative;
}
#bloc header nav.inner-nav .center .nav-items > li .nav-down > li > a {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.inner-nav .center .nav-items > li .nav-down > li > a:hover {
  color: #ffffff;
  background-color: #f5a43d;
}
#bloc header nav.inner-nav .center .nav-items > li .nav-down > li .tree_down {
  position: absolute;
  left: calc(100% + 4px);
  background-color: #fff;
  top: 0;
  border-radius: 6px;
  opacity: 0;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  pointer-events: none;
  min-width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#bloc header nav.inner-nav .center .nav-items > li .nav-down > li .tree_down > a {
  height: 36px;
  line-height: 36px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 100%;
  color: #333;
  display: block;
  text-align: center;
}
#bloc header nav.inner-nav .center .nav-items > li .nav-down > li .tree_down > a:hover {
  color: #ffffff;
}
#bloc header nav.inner-nav .center .nav-items > li .nav-down > li .tree_down:after {
  content: "";
  position: absolute;
  right: 100%;
  width: 5px;
  height: 100%;
  top: 0;
}
#bloc header nav.inner-nav .center .nav-items > li .nav-down > li:hover > a {
  color: #ffffff;
}
#bloc header nav.inner-nav .center .nav-items > li .nav-down > li:hover.child_down .tree_down {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#bloc header nav.inner-nav .center .nav-items > li:hover > a > span {
  color: #ffffff;
}
#bloc header nav.inner-nav .center .nav-items > li:hover > a:after {
  opacity: 1;
}
#bloc header nav.inner-nav .center .nav-items > li:hover .nav-down {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
  pointer-events: auto;
}
#bloc header nav.inner-nav .center .nav-items .nav-dot {
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: 4px;
  text-align: center;
  background-color: #fff;
}
#bloc header nav.inner-nav .right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
#bloc header nav.inner-nav .right .other-box {
  pointer-events: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bloc header nav.inner-nav .right .other-box .laguage {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  line-height: 0.55rem;
  text-align: center;
  background-color: #f5a43d;
  display: inline-block;
  color: #fff;
}
#bloc header nav.inner-nav .right .other-box .laguage > i {
  color: #fff;
}
#bloc header nav.inner-nav .right .other-box .search {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  line-height: 0.4rem;
  text-align: center;
  border:1px solid #ffffff;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
}
#bloc header nav.inner-nav .right .other-box .search > i {
  color: #ffffff;
}
#bloc header nav.inner-nav .right .other-box .search > input {
  position: absolute;
  left: 0.55rem;
  line-height: 0.3rem;
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  opacity: 0;
  width: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transform-origin: 0 50%;
}
#bloc header nav.inner-nav.active .right .other-box .search , 
#bloc header nav.inner-nav.go-show .right .other-box .search {
  color: #fff;
  border-color:#fff;
}
#bloc header nav.inner-nav.bc .right .other-box .search {
  color: #333;
  border-color:#333;
}
#bloc header nav.inner-nav.active .right .other-box .search > i, 
#bloc header nav.inner-nav.go-show .right .other-box .search > i {
  color: #fff;
}
#bloc header nav.inner-nav.bc .right .other-box .search > i {
  color: #333;
}
#bloc header nav.inner-nav .right .nav-txt {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  right: 0.9rem;
  transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  height: 0.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
#bloc header nav.inner-nav .right .nav-txt > em {
  margin-left: 8px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
#bloc header nav.inner-nav.active,
#bloc header nav.inner-nav.go-show{
  background-color: #000000;
  /*box-shadow: 0 7px 32px -12px rgba(192, 196, 204, 0.72);*/
}
#bloc header nav.inner-nav.bc {
  background-color: #fff;
  box-shadow: 0 7px 32px -12px rgba(192, 196, 204, 0.72);
}

/*#bloc header nav.inner-nav.active .left .white,
#bloc header nav.inner-nav.go-show .left .white,*/
#bloc header nav.inner-nav.bc .left .white {
  opacity: 0;
}
/*#bloc header nav.inner-nav.active .left .black,
#bloc header nav.inner-nav.go-show .left .black,*/
#bloc header nav.inner-nav.bc .left .black {
  opacity: 1;
}

#bloc header nav.inner-nav.active .center .nav-items > li > a > span,
#bloc header nav.inner-nav.go-show .center .nav-items > li > a > span,{
  color: #fff;
}
#bloc header nav.inner-nav.bc .center .nav-items > li > a > span {
  color: #333;
}
#bloc header nav.inner-nav.bc .center .nav-items > li > a:hover > span {
  color: #f5a43d;
}
#bloc header nav.inner-nav.active .center .nav-items > li > a:hover > span,
#bloc header nav.inner-nav.go-show .center .nav-items > li > a:hover > span,{
  color: #f5a43d;
}
#bloc header nav.inner-nav .other-nav {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.inner-nav .other-nav .search-in {
  border: none;
  border-bottom: 1px solid #f5a43d;
  background-color: transparent;
  width: 4rem;
  line-height: 0.3rem;
}
#bloc header nav.inner-nav .other-nav .sub {
  color: #f5a43d;
  background-color: transparent;
  border: none;
  padding: 12px;
}
#bloc header nav.inner-nav .other-nav.on {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#bloc header nav.app-nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 50px;
  transition: all .5s ease;
}
#bloc header nav.app-nav .inner_top {
  transition: all .5s ease 0s;
  height: 68px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#bloc header nav.app-nav .inner_top .topic {
  padding: 0 5%;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bloc header nav.app-nav .inner_top .topic #app-menu {
  display: inline-block;
  position: relative;
  z-index: 10;
}
#bloc header nav.app-nav .inner_top .topic #app-menu .line {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: all .4s ease;
}
#bloc header nav.app-nav .inner_top .topic #app-menu .line:before {
  content: '';
  display: block;
  height: 2px;
  width: 22px;
  background-color: #fff;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: transform 0.4s ease 0.2s, background-color 0.5s ease 0s;
}
#bloc header nav.app-nav .inner_top .topic .app-logo {
  position: relative;
  z-index: 10;
}
#bloc header nav.app-nav .inner_top .topic .app-logo > a {
  display: inline-block;
  height: 38px;
  position: relative;
}
#bloc header nav.app-nav .inner_top .topic .app-logo > a > img {
  position: relative;
  height: 100%;
  transition: opacity .3s ease;
}
#bloc header nav.app-nav .inner_top .topic .app-logo > a > img.black {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#bloc header nav.app-nav .inner_top .topic .app-search {
  position: relative;
  z-index: 10;
}
#bloc header nav.app-nav .inner_top .topic .app-search > i {
  color: #fff;
  font-size: 18px;
}
#bloc header nav.app-nav .inner_top .other-nav {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.app-nav .inner_top .other-nav .search-in {
  border: none;
  border-bottom: 1px solid #f5a43d;
  background-color: transparent;
  width: 4rem;
  line-height: 0.3rem;
}
#bloc header nav.app-nav .inner_top .other-nav .sub {
  color: #f5a43d;
  background-color: transparent;
  border: none;
  padding: 12px;
}
#bloc header nav.app-nav .inner_top .other-nav.on {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#bloc header nav.app-nav .inner_top.on,
#bloc header nav.app-nav .inner_top.bc,
#bloc header nav.app-nav .inner_top.app {
  height: 50px;
  background-color: #000000;
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}
#bloc header nav.app-nav .inner_top.on .topic,
#bloc header nav.app-nav .inner_top.bc .topic,
#bloc header nav.app-nav .inner_top.app .topic {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#bloc header nav.app-nav .inner_top.on .topic #app-menu .line:before,
#bloc header nav.app-nav .inner_top.bc .topic #app-menu .line:before,
#bloc header nav.app-nav .inner_top.app .topic #app-menu .line:before {
  background-color: #fff;
}
#bloc header nav.app-nav .inner_top.on .topic .app-logo > a .white,
#bloc header nav.app-nav .inner_top.bc .topic .app-logo > a .white,
#bloc header nav.app-nav .inner_top.app .topic .app-logo > a .white {
  opacity: 0;
}
#bloc header nav.app-nav .inner_top.on .topic .app-logo > a .black,
#bloc header nav.app-nav .inner_top.bc .topic .app-logo > a .black,
#bloc header nav.app-nav .inner_top.app .topic .app-logo > a .black  {
  opacity: 1;
}
#bloc header nav.app-nav .inner_top.on .topic .app-search > i,
#bloc header nav.app-nav .inner_top.bc .topic .app-search > i,
#bloc header nav.app-nav .inner_top.app .topic .app-search > i {
  color: #fff;
}
#bloc header nav.app-nav .inner_top.active {
  height: 50px;
}
#bloc header nav.app-nav .inner_top.active .topic #app-menu .line:before {
  background-color: #fff;
}
#bloc header nav.app-nav .inner_top.active .topic .app-logo > a .white {
  opacity: 0;
}
#bloc header nav.app-nav .inner_top.active .topic .app-logo > a .black {
  opacity: 1;
}
#bloc header nav.app-nav .inner_top.active .topic .app-search > i {
  color: #333;
}
#bloc header nav.app-nav .inner_mid {
  position: absolute;
  top: 50px;
  background-color: #000;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  overflow: hidden;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first > .firstList {
  padding: 0 5% 0 5%;
  position: relative;
  transition: background-color 0.5s ease;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first > .firstList > a {
  color: #fff;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  display: block;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first > .firstList > i {
  right: calc(5% - 5px);
  top: 0;
  font-size: 24px;
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-align: right;
  color: #fff;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first > .firstList.active {
  background-color: #444;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second {
  background-color: #f7f9fa;
  max-height: 0;
  transition: all .5s ease;
  overflow: hidden;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second > li {
  padding: 0 9% 0 9%;
  position: relative;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second > li > a {
  padding: 12px 0 12px 0;
  display: block;
  font-weight: 700;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second > li > i {
  right: calc(5% - 5px);
  top: 0;
  font-size: 24px;
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-align: right;
  color: #333;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second > li.active {
  background-color: #f0f1f2;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second.active {
  max-height: 100vh;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_three {
  background-color: #f0f1f2;
  max-height: 0;
  transition: all .5s ease;
  overflow: hidden;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_three > li {
  padding: 0 14% 0 14%;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_three > li > a {
  padding: 10px 0 10px 0;
  display: block;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_three.active {
  max-height: 100vh;
}
#bloc header nav.app-nav.on {
  height: 100%;
}
#bloc header nav.app-nav.on .inner_top .topic #app-menu .line:nth-of-type(1) {
  transform: translate3d(0, 8px, 0);
  -webkit-transform: translate3d(0, 8px, 0);
  -moz-transform: translate3d(0, 8px, 0);
  -o-transform: translate3d(0, 8px, 0);
  -ms-transform: translate3d(0, 8px, 0);
}
#bloc header nav.app-nav.on .inner_top .topic #app-menu .line:nth-of-type(1):before {
  transform: rotate(45deg);
}
#bloc header nav.app-nav.on .inner_top .topic #app-menu .line:nth-of-type(2) {
  opacity: 0;
}
#bloc header nav.app-nav.on .inner_top .topic #app-menu .line:nth-of-type(3) {
  transform: translate3d(0, -8px, 0);
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
}
#bloc header nav.app-nav.on .inner_top .topic #app-menu .line:nth-of-type(3):before {
  transform: rotate(-45deg);
}
#bloc footer {
  position: fixed;
  opacity: 0;
  bottom: 0;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  left: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#bloc footer .fMain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5.4vw;
  padding-bottom: 3vw;
}
#bloc footer .fMain .col:nth-of-type(1) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 4.4rem);
}
#bloc footer .fMain .col:nth-of-type(1) .box > h3 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 25px;
}
#bloc footer .fMain .col:nth-of-type(1) .box > a {
  color: rgba(255, 255, 255, 0.5);
  padding: 6px 0;
  margin-bottom: 4px;
  display: block;
}
#bloc footer .fMain .col:nth-of-type(1) .box > a:hover {
  color: rgba(255, 255, 255, 1);
}
#bloc footer .fMain .col:nth-of-type(2) .box {
  width: 2.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
#bloc footer .fMain .col:nth-of-type(2) .box > h3 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
}
#bloc footer .fMain .col:nth-of-type(2) .box > div {
  position: relative;
  margin: 3px 0;
}
#bloc footer .fMain .col:nth-of-type(2) .box > div > a {
  display: block;
  width: 100%;
  height: 100%; 
  margin: auto;
}
/*#bloc footer .fMain .col:nth-of-type(2) .box > div:nth-child(2) {
  width: 100%;
  background: #fff;
  height: 0.65rem;
}
#bloc footer .fMain .col:nth-of-type(2) .box > div:nth-child(3) {
  width: 100%;
  background: #fff;
  height: 0.65rem;
}
#bloc footer .fMain .col:nth-of-type(2) .box > div:nth-child(4) {
  width: 100%;
  height: 0.65rem;
  background-color: #e8963b;
}
#bloc footer .fMain .col:nth-of-type(2) .box > div:nth-child(5) {
  width: 48%;
  background: #fff;
  height: 0.65rem;
}
#bloc footer .fMain .col:nth-of-type(2) .box > div:nth-child(5) > a {
  height: 58%;
}
#bloc footer .fMain .col:nth-of-type(2) .box > div:nth-child(6) {
  width: 48%;
  height: 0.65rem;
  background-color: #fff;
}
#bloc footer .fMain .col:nth-of-type(2) .box > div:nth-child(6) > a {
  height: 100%;
}*/
#bloc footer .fBtm {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#bloc footer .fBtm .max-wid {
  width: 100%;
  text-align: center;
  padding: 0.2rem 0;
}
#bloc footer .fBtm .max-wid p {
  display: inline;
  color: rgba(255, 255, 255, 0.5);
}
#bloc footer .fBtm .max-wid span {
  color: rgba(255, 255, 255, 0.5);
}
#bloc footer .fBtm .max-wid .f-msg {
  display: flex;
  align-items: center;
  justify-content: center;
}
#bloc footer .fBtm .max-wid .f-msg > span {
  color: rgba(255, 255, 255, 0.5);
}
#bloc footer .fBtm .max-wid .f-msg > em {
  display: inline-block;
  margin: 0 8px 0 16px;
  line-height: 1;
}
#bloc footer .fBtm .max-wid .f-msg .inter > a {
  background-color: transparent;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc footer .fBtm .max-wid .f-msg .inter > a:hover {
  opacity: 1;
}
#bloc footer .fBtm .max-wid .f-msg .inter .items {
  left: -16px;
  bottom: 70%;
}
#bloc footer .fBtm .max-wid .f-msg .inter .items .shadow {
  box-shadow: 0 -4px 20px -3px rgba(0, 0, 0, 0.2);
}
#bloc footer .fBtm .max-wid .f-msg .inter .items > span:after {
  border-color: #fff transparent transparent transparent;
}
/*#bloc footer .app-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #000000;
}*/
#bloc footer.out {
  z-index: 5;
  opacity: 1;
}
#bloc footer.show {
  position: static;
  z-index: 5;
  opacity: 1;
}
.after-inner #top {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  min-height: 100vh;
}
.after-inner #top .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: space-around;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
.after-inner #top .banner .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.after-inner #top .banner .pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) {
  .after-inner #top .banner .pic video {
    display: none;
  }
}
.after-inner #top .banner .pic video.on {
  display: block;
}
.after-inner #top .banner .pic .video-parent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.after-inner #top .banner .pic .video-parent .cv {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0;
}
.after-inner #top .banner .pic .video-parent .cv.on {
  opacity: 1;
}
.after-inner #top .banner .topic {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.after-inner #top .banner .topic #icon_all {
  width: .95rem;
  height: auto;
  margin-bottom: .35rem;
}
.after-inner #top .banner .topic #icon_all path {
  stroke: #fff;
  fill: rgba(255, 255, 255, 0);
  stroke-width: 12px;
  transition: fill 0.5s ease-in-out;
}
.after-inner #top .banner .topic #icon_all.on path {
  fill: #fff;
}
.after-inner #top .banner .topic .txt_ {
  margin-bottom: 7vw;
  height: 130px;
  min-width: 50vw;
}
.after-inner #top .banner .topic .txt_ h1 {
  color: #fff;
  line-height: 1;
  font-family: 'YouSheBiaoTi';
}
.after-inner #top .banner .topic .txt_ h1 > span > em {
  font-weight: normal;
}
.after-inner #top .banner .topic .txt_ small {
  color: #fff;
  line-height: 1;
  height: 40px;
}
.after-inner #top .banner .topic .txt_ small > span {
  margin: 0 5px;
}
.after-inner #top .banner .topic .txt_ small > span > em {
  /*text-transform: uppercase;*/
}
.after-inner #top .banner .go_scr {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2vw;
  user-select: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  line-height: 1rem;
  border:1px solid #fff;
  /*background-color: #f5a43d;*/
  text-align: center;
  display: flex;
  transform-origin: 50% 50%;
  justify-content: center;
  align-items: center;
  animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
  cursor: pointer;
}
.after-inner #top .banner .go_scr > .iconfont {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-left: 1px;
}
.after-inner #top .banner .go_scr.r90 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.after-inner #top .banner .btn_hover {
  position: absolute;
  right: 10.5%;
  top: 1.2rem;
  line-height: 3;
}
.after-inner #top .banner .con {
  width: 74%;
  height: calc(72% - 120px);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #fff;
} 
.after-inner #top .banner .con .top {
  width: 100%;
}
.after-inner #top .banner .con .top h1 {
  font-weight: normal;
  text-shadow: 0 0 10px #f9d76e;
  margin-bottom: 0.1rem;
}
.after-inner #top .banner .con .top small {
  color: #ffd4b5;
}
.after-inner #top .banner .con .bottom {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.after-inner #top .banner .con .bottom .txt {
  line-height: 1.5;
  min-width: 5.2rem;
  padding: 0.3rem 0;
  border-top: 1px solid #9da1ab;
  border-bottom: 1px solid #9da1ab;
}
.after-inner #main {
  padding-top: 100vh;
  z-index: 100;
  pointer-events: none;
  min-height: 200vh;
  position: relative;
  overflow: hidden;
}
.after-inner #main .cir_btn {
  cursor: initial;
}
.after-inner #main .photo.scroll-animate {
  overflow: hidden;
}
.after-inner #main .photo.scroll-animate .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: transform 1.6s ease-in-out;
  -webkit-transition: transform 1.6s ease-in-out;
  -moz-transition: transform 1.6s ease-in-out;
  -o-transition: transform 1.6s ease-in-out;
  -ms-transition: transform 1.6s ease-in-out;
}
.after-inner #main .photo.scroll-animate.fn1 .pic {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.after-inner #main .wrap {
  width: 100%;
  overflow: hidden;
  z-index: 10;
}
.after-inner #main .row {
  position: relative;
  pointer-events: auto;
  padding: 2vw 0;
  background-color: #fff;
  padding-bottom: 5.2vw;
}
.after-inner #main .wrap .row .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.after-inner #main .row .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.after-inner #main .row .rowMain {
  position: relative;
  z-index: 6;
}
.after-inner #main .row-line {
  display: flex;
  height: 1px;
  clear: both;
  background-color: #fff;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.after-inner #main .row-line > span {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
}
.after-inner #main .rowHei {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.after-inner #main .rowHei .rowMain {
  width: 100%;
  flex-grow: 1;
}

#home {
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
#home #main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll .row {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  z-index: 5;
}
#home #main #roll .row .alan {
  opacity: 0;
  
}
#home #main #roll .row .alan_small {
  opacity: 0;
}
#home #main #roll .row.del {
  opacity: 1;
  pointer-events: auto;
}
#home #main #roll .row.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
#home #main #roll .row.on .alan {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #main #roll .row.on .alan_small {
  animation-name: scaleIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #main #roll .row.on .fontAni {
  opacity: 1;
}
#home #main #roll .row.on .hideRow {
  opacity: 1;
}
#home #main #roll .row .fontAni {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}
#home #main #roll .row .hideRow {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}
#home #main #roll .row.in {
  z-index: 15;
  opacity: 1;
  animation-name: banner_in;
  transform-origin: 50% 15%;
}
#home #main #roll .row.out {
  z-index: 10;
  opacity: 1;
  animation-name: banner_out;
  transform-origin: 50% 15%;
}
#home #main #roll .row .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home #main #roll .row .bg.product-icimg {background-color: #000;}
#home #main #roll .row .bg.product-icimg .li{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: none;
}
#home #main #roll .row .bg.product-icimg .li.ontrue {
  display: block;
}
#home #main #roll .row .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll .row .top {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}
#home #main #roll .row .top h2 {
  color: #ffffff;
  text-shadow: 0 0 10px #f9d76e;
  margin-bottom: 0.1rem;
}
#home #main #roll .row .top p {
  color: #ffd4b5;
}
#home #main #roll .row .rowMain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#home #main #roll .row .rowMain .con {
  position: relative;
  padding-bottom: 60px;
  height: 100%;
  padding-top: 2rem;
  width: calc(100% - 120px - 2rem);
  margin: 0;
}
#home #main #roll #banner .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll #banner #component {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll #banner #component > ul li video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  background-color:#232323;
}
@media screen and (orientation: portrait) {
  #home #main #roll #banner #component > ul li video {
    /*display: none;*/
  }
}
#home #main #roll #banner #component > ul li video.on {
  display: block;
}
#home #main #roll #banner #component > ul li .video-parent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#home #main #roll #banner #component > ul li .video-parent .cv {
  height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0;
}
#home #main #roll #banner #component > ul li .video-parent .cv.on {
  opacity: 1;
}
#home #main #roll #banner #component .Tcon .txtChange {
  width: 100%;
}
#home #main #roll #banner #component .Tcon .txtChange li {
  width: 100%;
  position: relative;
  align-items:center;
}
#home #main #roll #banner #component .Tcon .txtChange li small {
  display: block;
  opacity: 0;
  text-align: left;
  line-height: 1.3;
  margin-top: 15px;
  font-weight: 100;
}
#home #main #roll #banner #component .Tcon .txtChange li h4 {
  opacity: 0;
  text-shadow: 0 0 10px #f2e7c7;
  font-weight: normal;
}
#home #main #roll #banner #component .Tcon .txtChange li .go-play {
  position: absolute;
  left: 0;
  top: calc(100% + 0.5rem);
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 0.08rem 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home #main #roll #banner #component .Tcon .txtChange li .go-play > i {
  margin-right: 10px;
}
#home #main #roll #banner #component .Tcon .txtChange li .go-play:hover {
  background-color: #f5a43d;
  border-color: #f5a43d;
}
#home #main #roll #banner #component .Tcon .pager_btn {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  border:1px solid #ffffff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: block;
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  position: absolute;
  bottom: 0px;
}
#home #main #roll #banner #component .Tcon .pager_btn.r90 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#home #main #roll #banner #component .Tcon .pager_btn.r180 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#home #main #roll #r1 .scale_in {
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  -ms-transition: transform 1s ease-in-out;
  transform-origin: 0 100%;
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
}
#home #main #roll #r1.del .scale_in {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#home #main #roll #r1 .bg .swiper-container {
  width: 100%;
  height: 100%;
}
#home #main #roll #r1 .bg .swiper-container .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#home #main #roll #r1 .rowMain .con {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
  flex-direction: column;
}
#home #main #roll #r1 .rowMain .con .solution-top {
  margin-bottom: 1rem;
}
#home #main #roll #r1 .rowMain .con .solution-top .inner {width: 45%;padding:35px;background-color: rgba(0,0,0,0.7);}
#home #main #roll #r1 .rowMain .con .solution-top .inner h6 {color: #fff;font-size: 24px;}
#home #main #roll #r1 .rowMain .con .solution-top .inner span.subtitle {color: #999;}
#home #main #roll #r1 .rowMain .con .solution-top .inner p {margin: 20px 0px;color: #fff;line-height: 26px;}
#home #main #roll #r1 .rowMain .con .solution-top .inner a.link {display: inline-block;width: 145px;height: 40px;line-height: 38px;color: #ffffff;border:1px solid #fff;border-radius: 5px;text-align: center;}
#home #main #roll #r1 .rowMain .con .solution-top .inner a.link:hover {background-color: #fff;color: #333333;}

#home #main #roll #r1 .rowMain .con .solution-thumbs {
  background-color: #ffffff;
}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide a {
  height: 90px;display: flex;align-items: center;justify-content: center;cursor: pointer;position: relative;
}
.solution_tab .tab li {float: left;width: 20%;height: 100px;display: flex;align-items: center;justify-content: center;cursor: pointer;position: relative;}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide .ico {margin-right: 15px;position: relative;z-index: 2}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide .ico img {width: 100%;}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide .ico .img-s {display: block;}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide .ico .img-h {display: none;}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide .text {position: relative;z-index: 2}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide a::after {content:''; display: block; width: 100%; height: 0px; position: absolute; left: 0; top: 0; background: #ffffff; transition: all .6s ease; z-index: 1; }
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide a:hover::after,
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide.swiper-slide-thumb-active a::after {
  height: 100%;
}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide.swiper-slide-thumb-active a,
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide a:hover {color: #fff;}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide:nth-child(1) a:hover::after,
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide:nth-child(1).swiper-slide-thumb-active a::after {background-color: #6a4297;}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide:nth-child(2) a:hover::after,
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide:nth-child(2).swiper-slide-thumb-active a::after  {background-color: #00af9e;}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide:nth-child(3) a:hover::after,
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide:nth-child(3).swiper-slide-thumb-active a::after  {background-color: #f49e2f;}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide:nth-child(4) a:hover::after,
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide:nth-child(4).swiper-slide-thumb-active a::after  {background-color: #e83b5b;}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide:nth-child(5) a:hover::after,
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide:nth-child(5).swiper-slide-thumb-active a::after  {background-color: #0092db;}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide a:hover .ico .img-s,
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide.swiper-slide-thumb-active a .ico .img-s {display: none;}
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide a:hover .ico .img-h,
#home #main #roll #r1 .rowMain .con .solution-thumbs .swiper-slide.swiper-slide-thumb-active a .ico .img-h {display: block;}


#home #main #roll #r2 .light {
  pointer-events: none;
  position: absolute;
  left: -100%;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(40deg);
  -o-transform: skewx(40deg);
  -moz-transform: skewx(40deg);
  -webkit-transform: skewx(40deg);
}
#home #main #roll #r2.on .light {
  left: 100%;
  opacity: 1;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  transition-delay: 0.4s;
}
#home #main #roll #r2 .rowMain .con {
  flex-direction: column;
  justify-content: space-around;
  padding-top: 1rem;
}

#home #main #roll #r2 .rowMain .con .mid {
  width: 100%;
  position: relative;
  background-image: url(../../images/home-bg-3-cont.png);
  background-position: left top;
}
#home #main #roll #r2 .rowMain .con .case-thumbs .swiper-slide a {height: 100px;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;transition: all 0.5s ease-in-out;}
#home #main #roll #r2 .rowMain .con .case-thumbs .swiper-slide a .icon {width: 35px;height: 35px;margin: 0 auto;}
#home #main #roll #r2 .rowMain .con .case-thumbs .swiper-slide a p {color: #fff;}
#home #main #roll #r2 .rowMain .con .case-thumbs .swiper-slide.swiper-slide-thumb-active a {background-color: #f49e2f}
#home #main #roll #r2 .rowMain .con .case-top ul {padding: 40px 40px 0px;}
#home #main #roll #r2 .rowMain .con .case-top ul li {float: left;width: calc((100% - 60px)/3);margin-right: 30px;margin-bottom: 30px;}
#home #main #roll #r2 .rowMain .con .case-top ul li:nth-child(3n) {margin-right: 0px;}
#home #main #roll #r2 .rowMain .con .case-top ul li .img {width: 100%;height: 220px;overflow: hidden;position: relative;}
#home #main #roll #r2 .rowMain .con .case-top ul li .img img {width: 100%;height: 100%;object-fit: cover;}
#home #main #roll #r2 .rowMain .con .case-top ul li .img:before {content: '';display: block;position: absolute;left: 50%;top: 50%;z-index: 3;transform: translate(-50%,-50%);width: 0.5rem;height: 0.5rem;background:url(../../images/icon-video.png) no-repeat center;background-size: 100%;}
#home #main #roll #r2 .rowMain .con .case-top ul li .name {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


#home #main #roll #r2 .rowMain .con .mid #smooth {
  width: 100%;
  cursor: grab;
  user-select: none;
  overflow: visible;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scroll-content {
  display: flex;
  width: 100%;
  white-space: nowrap;
  position: relative;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scroll-content .slide {
  width: 20vw;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scroll-content .slide .slide-inner {
  margin: 0 15px;
  display: block;
  pointer-events: auto;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scroll-content .slide .slide-inner .photo {
  position: relative;
  width: 100%;
  padding-bottom: 57.5%;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scroll-content .slide .slide-inner .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scroll-content .slide .slide-inner .msg {
  padding: 4%;
  background-color: #fff;
  box-shadow: 0 25px 40px -8px rgba(192, 196, 204, 0.7);
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scroll-content .slide .slide-inner .msg h3 {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scroll-content .slide .slide-inner .msg p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scrollbar {
  pointer-events: auto;
  height: 32px;
  position: absolute;
  top: calc(120%);
  left: 15px;
  width: calc(100% - 30px);
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scrollbar > .line {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 1px;
  background-position: left center;
  background-repeat: repeat-x;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scrollbar .scrollbar__handle {
  position: absolute;
  display: block;
  width: 60px;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scrollbar .scrollbar__handle > span {
  position: absolute;
  left: 0;
  display: none;
  top: 0;
  width: 60px;
  height: 32px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 5px 18px -4px rgba(0, 136, 204, 0.2);
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scrollbar .scrollbar__handle > span > em {
  height: 12px;
  width: 1px;
  margin: 0 3px;
  display: inline-block;
  background-color: #9b9c9e;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .scrollbar .swiper-scrollbar-drag {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 32px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 5px 18px -4px rgba(0, 136, 204, 0.2);
  background-image: url(../img/bar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .smooth-pager {
  pointer-events: auto;
  height: 32px;
  position: absolute;
  bottom: -60px;
  left: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .smooth-pager > span {
  border: 1px solid #37393d;
  width: 0.12rem;
  height: 0.12rem;
  background-color: transparent;
}
#home #main #roll #r2 .rowMain .con .mid #smooth .smooth-pager > span.swiper-pagination-bullet-active {
  background-color: #f5a43d;
  border-color: #f5a43d;
}
#home #main #roll #r2 > .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
#home #main #roll #r3 .rowMain {
  flex-direction: column;
}
#home #main #roll #r3 .rowMain .con {
  max-width: 1400px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0rem;
}
#home #main #roll #r3 .rowMain .con.max-wid {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
#home #main #roll #r3 .rowMain .con .left {
  padding-top: 4vw;
  position: absolute;
  left:0;
  z-index: 1;
}
#home #main #roll #r3 .rowMain .con .left .items {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 6rem;
}
#home #main #roll #r3 .rowMain .con .left .items .box {
  display: flex;
  flex-direction: column;
  margin: 1.8vw 1.4vw;
  justify-content: center;
  align-items: center;
  width: auto;
}
#home #main #roll #r3 .rowMain .con .left .items .box > div:nth-child(1) {
  flex-grow: 1;
  white-space: nowrap;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
#home #main #roll #r3 .rowMain .con .left .items .box > div:nth-child(1) span {
  color: #feb003;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}
#home #main #roll #r3 .rowMain .con .left .items .box > div:nth-child(1) span > sup {
  color: #feb003;
  position: absolute;
  bottom: 70%;
  left: 100%;
  text-shadow: none;
}
#home #main #roll #r3 .rowMain .con .left .items .box > div:nth-child(1) em {
  position: relative;
  line-height: 1.8;
  color: #fff;
  vertical-align: top;
  letter-spacing: 2px;
  margin-left: 0.2rem;
}
#home #main #roll #r3 .rowMain .con .left .items .box > div:nth-child(1) em > sup {
  position: absolute;
  bottom: 50%;
  left: 100%;
  color: #f5a43d;
  text-shadow: none;
}
#home #main #roll #r3 .rowMain .con .left .items .box > div:nth-child(1) > small {
  margin-left: 9px;
  color: #fff;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
#home #main #roll #r3 .rowMain .con .left .items .box > div:nth-child(1) > small > i:nth-child(1) {
  font-size: 0.2rem;
  font-style: normal;
  display: block;
  color: #fff;
  line-height: 1.4;
}
#home #main #roll #r3 .rowMain .con .left .items .box > div:nth-child(1) > small > i:nth-child(2) {
  color: #fff;
  font-style: normal;
  display: block;
}
#home #main #roll #r3 .rowMain .con .left .items .box > div:nth-child(2) {
  color: #fff;
  letter-spacing: 2px;
}
#home #main #roll #r3 .rowMain .con .right {
  padding: 0;
}
#home #main #roll #r3 .rowMain .con .right .photo {
  width: 100%;
  position: relative;
  padding-bottom: 0.6rem;
}
#home #main #roll #r3 .rowMain .con .right .photo > img {
  width: 100%;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-mid {
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  pointer-events: auto;
  display: block;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-mid > em {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 8px;
  text-align: center;
  background-color: #7dc6ef;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-mid > em:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  background-color: #7dc6ef;
  margin:-4px 0px 0px -4px;
  opacity: 0.35;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-mid > .rip {
  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%);
  transform-origin: 50% 50%;
  width: 1.6rem;
  animation: cir_out 5s linear infinite;
  animation-fill-mode: both;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-mid > .rip:nth-child(2) {
  animation-delay: 1s;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-mid > .rip:nth-child(3) {
  animation-delay: 2.5s;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-mid > .rip:nth-child(4) {
  animation-delay: 4s;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg {
  position: absolute;
  text-align: center;
  width: 0.3rem;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg .line {
  position: absolute;
  height: calc(100% - 19px);
  background-color: #00fdfd;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 99%;
  width: 1px;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg .d-logo {
  font-size: 0.3rem;
  color: #00fdfd;
  display: inline-block;
  height: 0.3rem;
  line-height: 0.3rem;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg .notice {
  position: absolute;
  top: -27px;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg .notice small {
  color: #fff;
  line-height: 24px;
  white-space: nowrap;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg .notice h4 {
  color: #fff;
  white-space: nowrap;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg .notice p {
  color: #fff;
  white-space: nowrap;
  line-height: 1.2;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg.ld .notice {
  text-align: right;
  right: 140%;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg.rd .notice {
  text-align: left;
  left: 140%;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg.d-up {
  bottom: 100%;
  padding-bottom: 2rem;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg.d-up .line {
  bottom: -0.11rem;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg.d-down {
  top: 100%;
  /*padding-top: 2rem;*/
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg.d-down .line {
  top: -0.11rem;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg.d-down .notice {
  /*top: auto;*/
  bottom: 0rem;
}
#home #main #roll #r3 .rowMain .con .right .photo .dot-box .dot .d-msg.p-pa .notice p {
  position: absolute;
  left: calc(100% + 4px);
  top: 25px;
}
#home #main #roll #r4 .scale_in {
  transition: transform 1s cubic-bezier(0.77, 0.62, 0.58, 1), opacity 0.6s cubic-bezier(0.77, 0.62, 0.58, 1);
  -webkit-transition: transform 1s cubic-bezier(0.77, 0.62, 0.58, 1), opacity 0.6s cubic-bezier(0.77, 0.62, 0.58, 1);
  -moz-transition: transform 1s cubic-bezier(0.77, 0.62, 0.58, 1), opacity 0.6s cubic-bezier(0.77, 0.62, 0.58, 1);
  -o-transition: transform 1s cubic-bezier(0.77, 0.62, 0.58, 1), opacity 0.6s cubic-bezier(0.77, 0.62, 0.58, 1);
  -ms-transition: transform 1s cubic-bezier(0.77, 0.62, 0.58, 1), opacity 0.6s cubic-bezier(0.77, 0.62, 0.58, 1);
  transform-origin: 0 100%;
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
}
#home #main #roll #r4.del .scale_in {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#home #main #roll #r4 .bg {
  background-color: #000;
}

#home #main #roll #r4 .rowMain {
  position: relative;
}

#home #main #roll #r4 .rowMain .con .left {
  width: 40%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #main #roll #r4 .rowMain .con .partner-list ul li {
  float: left;
  width: 25%;
  padding: 8px;
  margin:-1px -1px 0px 0px;
  border-top: 1px dashed rgba(255,255,255,0.3);
  border-bottom: 1px dashed  rgba(255,255,255,0.3);
  border-left:1px solid rgba(255,255,255,0.3);
  border-right:1px solid rgba(255,255,255,0.3);
  cursor: pointer;
}
#home #main #roll #r4 .rowMain .con .partner-list ul li img {
  display: block;
  width: 100%;
  margin:auto;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
#home #main #roll #r4 .rowMain .con .partner-list ul li:hover img {opacity: 1;}

@media screen and (orientation: landscape) {
  #home #main #roll #r4 .rowMain .con .partner-list ul li {
    width: 14.285714285%;
    padding: 14px;
  }
}

/*#home #main #roll #r5.in {
  z-index: 10;
  opacity: 1;
  animation-name: banner_in_r5;
  transform-origin: 50% 50%;
}
#home #main #roll #r5.out {
  z-index: 10;
  opacity: 1;
  animation-name: banner_out_r5;
  transform-origin: 50% 50%;
}*/
#home #main #roll #r5 .bg {
  background: #fff;
}
#home #main #roll #r5 .bg .left {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 50%;
  text-align: left;
}
@media screen and (orientation: landscape) {
  #home #main #roll #r5 .bg .left {
    max-width: 50vw;
  }
}
#home #main #roll #r5 .bg .left > div {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#home #main #roll #r5 .bg .left > div .photo {
  display: inline-block;
  height: 100%;
}
#home #main #roll #r5 .bg .left .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 47.7%;
  right: -23.85vh;
}
#home #main #roll #r5 .rowMain .con {
  position: relative;
}
#home #main #roll #r5 .rowMain .con .mid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1rem;
}
#home #main #roll #r5 .rowMain .con .left {
  color: #fff;
  /*color: #ffff61;*/
  flex:1;
  max-width: 400px;
  margin-right: 60px;
}
#home #main #roll #r5 .rowMain .con .left h4 {margin-bottom: 0.2rem;}
#home #main #roll #r5 .rowMain .con .left p,#home #main #roll #r5 .rowMain .con .left .f-14 {line-height: 30px;}
#home #main #roll #r5 .rowMain .con .left  .infoto{ width: 100%;position: relative;margin-top: 30px;}
#home #main #roll #r5 .rowMain .con .left  .infoto li{width: calc(50% - 10px);max-width: 125px;margin-right: 20px;text-align: center;float: left;}
#home #main #roll #r5 .rowMain .con .left  .infoto li:last-child{margin-right: 0;}
#home #main #roll #r5 .rowMain .con .left  .infoto li .img {border:1px solid #344251;border-radius: 3px;padding: 10px;}
#home #main #roll #r5 .rowMain .con .left  .infoto li img{width: 100%;}
#home #main #roll #r5 .rowMain .con .left  .infoto li p{font-size: 14px;color: #9c9c9c;}

#home #main #roll #r5 .rowMain .con .right {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
#home #main #roll #r5 .rowMain .con .right:after {
    content: "";
    border-top: 1px solid #ffffff;
    width: 105%;
    padding-right: 28px;
    position: absolute;
    left: 0px;
    top: 35px;
}
#home #main #roll #r5 .rowMain .con .right dl {
  float: left;color: #fff;
    min-width: 240px;
}
#home #main #roll #r5 .rowMain .con .right dl.list_two {
  min-width: 285px;
}
#home #main #roll #r5 .rowMain .con .right dl+dl {margin-left: 5%}
#home #main #roll #r5 .rowMain .con .right dl dt {margin-bottom: 0.15rem;line-height: 1;}
#home #main #roll #r5 .rowMain .con .right dl dd {padding-top: 0.15rem;}
#home #main #roll #r5 .rowMain .con .right dl .qrcodelist {
      display: flex;
    align-items: center;
    margin-bottom: 14px;
}

#home #main #roll #r5 .rowMain .con .right dl .listbox .default {
    color: #ffffff;
    display: block;
    line-height: 30px;
}
#home #main #roll #r5 .rowMain .con .right dl .linkbox {
  display: flex;
  flex-wrap: wrap;
}
#home #main #roll #r5 .rowMain .con .right dl .linkbox a.default {
  width: 48%;
  color: #ffffff;
  line-height: 30px;
}
#home #main #roll #r5 .rowMain .con .right dl .listblock {
  display: flex;
}
#home #main #roll #r5 .rowMain .con .right dl .listblock .qrcodelist{
  margin-right: 28px;
}
#home #main #roll #r5 .rowMain .con .right dl .listblock .qrcodelist .qr_img {
  width: 90px;
  margin-right: 8px;
}
#home #main #roll #r5 .rowMain .con .right dl .listblock .qrcodelist .qr_img img {
  width: 100%;
}
#home #main #roll #r5 .rowMain .con .right dl .listblock .qrcodelist p {
  width: 14px;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.2;
  font-weight: lighter;
  display: inline-block;
}
#home #main #roll #r5 .rowMain .con .right .message {width: 100%;}
#home #main #roll #r5 .rowMain .con .right .message p {color: #fff;font-size: 18px;margin-bottom: 20px;}
#home #main #roll #r5 .rowMain .con .right .message ul li {margin-bottom: 30px;}
#home #main #roll #r5 .rowMain .con .right .message ul li input {width: 100%;border-bottom: 1px solid #868b94;height: 50px;font-size: 14px;color: #ffffff;display: block;background-color: transparent;}
#home #main #roll #r5 .rowMain .con .right .message ul li textarea {width: 100%;height: 140px;font-size: 14px;color: #ffffff;border:1px solid #868b94;border-radius: 2px;padding: 10px;display: block;background-color: rgba(255,255,255,0.2);}
#home #main #roll #r5 .rowMain .con .right .message ul li .btn {color: #fff;width: 120px;height: 40px;line-height: 40px;text-align: center;background-color: #d9630c;border-radius: 3px;cursor: pointer;}

#home #main #roll .row .rowMain .con .copyright {color: #FFF;text-align: center;position: absolute;bottom: 0.2rem;width: 100%;}
#home #main #roll .row .rowMain .con .copyright p {display: inline;}
@media screen and (max-width: 1280px) {
  #home #main #roll #r5 .rowMain .con .right .message ul li {
    margin-bottom: 15px;
  }
}

#home #main #roll #r5 .rowMain .con .right .inner {
  width: 24vw;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
#home #main #roll #r5 .rowMain .con .right .inner .b1 {
  width: 80%;
  margin: 0vw 0 3vw 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 1366px) {
  #home #main #roll #r5 .rowMain .con .right .inner .b1 {
    margin: 0vw 0 1.5vw 0;
  }
}
#home #main #roll #r5 .rowMain .con .right .inner .b1 > h3 {
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#home #main #roll #r5 .rowMain .con .right .inner .b1 > div {
  position: relative;
  margin: 4px 0;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.71);
}
#home #main #roll #r5 .rowMain .con .right .inner .b1 > div > a {
  display: block;
  width: 74%;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50%;
}
#home #main #roll #r5 .rowMain .con .right .inner .b1 > div:nth-child(2) {
  width: 100%;
  background: #e8e8e8;
  height: .95rem;
}
#home #main #roll #r5 .rowMain .con .right .inner .b1 > div:nth-child(3) {
  width: 100%;
  background: #e8e8e8;
  height: .95rem;
}
#home #main #roll #r5 .rowMain .con .right .inner .b1 > div:nth-child(4) {
  width: 100%;
  background: #e8963b;
  height: .95rem;
}
#home #main #roll #r5 .rowMain .con .right .inner .b1 > div:nth-child(5) {
  width: 48%;
  background: #fff;
  height: .95rem;
}
#home #main #roll #r5 .rowMain .con .right .inner .b1 > div:nth-child(5) > a {
  height: 58%;
}
#home #main #roll #r5 .rowMain .con .right .inner .b1 > div:nth-child(6) {
  width: 48%;
  background: #fff;
  height: .95rem;
}
#home #main #roll #r5 .rowMain .con .right .inner .b1 > div:nth-child(6) > a {
  height: 100%;
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (orientation: landscape) {
  #home #main #roll #r5 .rowMain .con .right .inner .b2 {
    min-height: 2rem;
  }
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 .top {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 .top .col {
  position: relative;
  width: 33.33%;
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 .top .col::before {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: calc(100% - 92px);
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 .top .col:last-child::before {
  display: none;
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 .top .col > h3 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 .top .col > a {
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 .top .col > a:hover {
  color: #f5a43d;
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 .line {
  height: 1px;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 1440px) {
  #home #main #roll #r5 .rowMain .con .right .inner .b2 .line {
    margin-bottom: 0;
  }
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 .btm h3 {
  text-decoration: underline;
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 .btm h4 {
  color: rgba(0, 0, 0, 0.5);
  margin: 0.15rem 0;
}
#home #main #roll #r5 .rowMain .con .right .inner .b2 .btm P {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
#home #btm {
  position: fixed;
  bottom: 0;
  z-index: 20;
  width: 100%;
  pointer-events: none;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #btm .con {
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#home #btm .con .right {
  pointer-events: auto;
}
#home #btm .con .right .pager .p-dot {
  /*width: 30px;*/
  cursor: pointer;
  height: 20px;
  display: flex;
  align-items: center;
}
#home #btm .con .right .pager .p-dot > span {
  width: 20px;
  height: 3px;
  line-height: 3px;
  border-radius: 3px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  background-color: #fff;  
}
#home #btm .con .right .pager .p-dot > small {
  display: inline-block;
  width: 0;
  white-space: nowrap;
  position: relative;
  transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  padding-left: 10px;
  text-align: left;
}
#home #btm .con .right .pager .p-dot > small > em {
  text-transform: capitalize;
  color: #fff;
  /*position: absolute;
  right: 0;
  top: 0;*/
  white-space: nowrap;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  transform: translate3d(-12px, -12px, 0);
  -webkit-transform: translate3d(-12px, -12px, 0);
  -moz-transform: translate3d(-12px, -12px, 0);
  -o-transform: translate3d(-12px, -12px, 0);
  -ms-transform: translate3d(-12px, -12px, 0);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: transform 1s cubic-bezier(0.3, 0, 0.24, 1), opacity 0.5s ease;
}
#home #btm .con .right .pager .p-dot.on > span {
  width: 60px;
}
#home #btm .con .right .pager .p-dot.on > small {
  width: auto;
}
#home #btm .con .right .pager .p-dot.on > small > em {
  opacity: 1;
  transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
}
#home #btm .con .right .pager.bc .p-dot > span {
  border-color: #37393d;
}
#home #btm .con .right .pager.bc .p-dot > small > em {
  color: #37393d;
}
#home #btm .con .right .pager.bc .p-dot.on > span {
  background-color: #37393d;
}
#intro #btm_dot {
  position: fixed;
  bottom: 0;
  z-index: 109;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#intro #btm_dot.out {
  opacity: 1;
}
#intro #btm_dot .con {
  width: 82%;
  max-width: 1400px;
  margin:10vw auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#intro #btm_dot .con .intro_dot {
  pointer-events: auto;
  border-left:1px solid #fff;
  display: flex;
  flex-direction: column;
}
#intro #btm_dot .con .intro_dot a {
  color: #fff;
  padding: 0px 25px;
  border-left: 1px solid #fff;
  margin-left: -1px;
  line-height: 0.4rem;
}
#intro #btm_dot .con .intro_dot a.active {
  color: #f49e2f;
  border-left: 2px solid #f49e2f;
}
#intro .row ,
#intro .row .bg {background-color: #000 !important;}
/*#intro .row .rowMain .con .box {
  padding-left: 2.4rem;
}*/
#intro .row .rowMain {
  display: flex;
  justify-content: flex-end;
}
#intro .row .rowMain .con {
  color: #fff;
  width: 100%;
  max-width: 1000px;
}
#intro .row .rowMain .con .title {
  margin-bottom: 0.5rem;
}
#intro .row .rowMain .con .title h2 {
  color: #fff;
  margin-bottom: 0.2rem;
}
#intro .row .rowMain .con .title p {
  text-transform: capitalize;
}


#intro #r1 .con .box .band ul {
  display: flex;
  flex-wrap: wrap;
}
#intro #r1 .con .box .band ul li+li {
  border-left: 1px solid #8a8a8f;
  margin-left: 0.25rem;
  padding-left: 0.25rem;
}
#intro #r1 .con .box .text {
    margin: 0.5rem 0;
    line-height: 1.75;
}
#intro #r1 .con .box .text p {
  font-size: inherit;
}
#intro #r1 .con .box .videobox {
    width: 100%;
    height: 4.5rem;
    position: relative;
}
#intro #r1 .con .box .videobox .go-play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}
#intro #r1 .con .box .videobox .go-play:before {
    content: '';
    display: block;
    transition: all 0.5s ease-in-out;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../../images/icon-video.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%,-50%);
}
#intro #r1 .con .box .videobox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#intro #r2 .con .box {
  width: 100%;
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
}
#intro #r2 .con .box .left {
  padding-bottom: 0.2rem;
}
#intro #r2 .con .box .left .items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#intro #r2 .con .box .left .items .box {
  display: flex;
  flex-direction: column;
  margin: 1.4vw 0.1%;
  justify-content: center;
  align-items: center;
  width: auto;
}
#intro #r2 .con .box .left .items .box > div:nth-child(1) {
  flex-grow: 1;
  white-space: nowrap;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
#intro #r2 .con .box .left .items .box > div:nth-child(1) span {
  color: #feb003;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}
#intro #r2 .con .box .left .items .box > div:nth-child(1) span > sup {
  color: #feb003;
  position: absolute;
  bottom: 88%;
  left: 100%;
  text-shadow: none;
}
#intro #r2 .con .box .left .items .box > div:nth-child(1) em {
  position: relative;
  line-height: 1.8;
  color: #fff;
  vertical-align: top;
  letter-spacing: 2px;
  margin-left: 5px;
}
#intro #r2 .con .box .left .items .box > div:nth-child(1) em > sup {
  position: absolute;
  bottom: 50%;
  left: 100%;
  color: #f5a43d;
  text-shadow: none;
}
#intro #r2 .con .box .left .items .box > div:nth-child(1) > small {
  margin-left: 9px;
  color: #fff;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
#intro #r2 .con .box .left .items .box > div:nth-child(1) > small > i:nth-child(1) {
  font-size: 0.2rem;
  font-style: normal;
  display: block;
  color: #fff;
  line-height: 1.4;
}
#intro #r2 .con .box .left .items .box > div:nth-child(1) > small > i:nth-child(2) {
  color: #fff;
  font-style: normal;
  display: block;
}
#intro #r2 .con .box .left .items .box > div:nth-child(2) {
  color: #fff;
  letter-spacing: 2px;
}
#intro #r2 .con .box .right {
  padding: 0;
}
#intro #r2 .con .box .right .photo {
  width: 100%;
  position: relative;
}
#intro #r2 .con .box .right .photo > img {
  width: 100%;
}
#intro #r2 .con .box .right .photo .dot-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#intro #r2 .con .box .right .photo .dot-box .dot {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-mid {
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  pointer-events: auto;
  display: block;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-mid > em {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 8px;
  text-align: center;
  background-color: #7dc6ef;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-mid > em:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  background-color: #7dc6ef;
  margin:-4px 0px 0px -4px;
  opacity: 0.35;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-mid > .rip {
  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%);
  transform-origin: 50% 50%;
  width: 1.6rem;
  animation: cir_out 5s linear infinite;
  animation-fill-mode: both;
  max-width: none;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-mid > .rip:nth-child(2) {
  animation-delay: 1s;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-mid > .rip:nth-child(3) {
  animation-delay: 2.5s;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-mid > .rip:nth-child(4) {
  animation-delay: 4s;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg {
  position: absolute;
  text-align: center;
  width: 0.3rem;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg .line {
  position: absolute;
  height: calc(100% - 19px);
  background-color: #00fdfd;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 99%;
  width: 1px;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg .d-logo {
  font-size: 0.3rem;
  color: #00fdfd;
  display: inline-block;
  height: 0.3rem;
  line-height: 0.3rem;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg .notice {
  position: absolute;
  top: -27px;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg .notice small {
  color: #fff;
  line-height: 24px;
  white-space: nowrap;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg .notice h4 {
  color: #fff;
  white-space: nowrap;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg .notice p {
  color: #fff;
  white-space: nowrap;
  line-height: 1.2;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg.ld .notice {
  text-align: right;
  right: 140%;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg.rd .notice {
  text-align: left;
  left: 140%;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg.d-up {
  bottom: 100%;
  padding-bottom: 2rem;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg.d-up .line {
  bottom: -0.11rem;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg.d-down {
  top: 100%;
  /*padding-top: 2rem;*/
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg.d-down .line {
  top: -0.11rem;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg.d-down .notice {
  /*top: auto;*/
  bottom: 0rem;
}
#intro #r2 .con .box .right .photo .dot-box .dot .d-msg.p-pa .notice p {
  position: absolute;
  left: calc(100% + 4px);
  top: 25px;
}

#intro #r3 .con .box .culture {display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 0.4rem;}
#intro #r3 .con .box .culture .img {width: 380px;}
#intro #r3 .con .box .culture ul {width: 540px;}
#intro #r3 .con .box .culture ul li {border-bottom: 1px solid #343434;height: 1rem;display: flex;align-items: center;}
#intro #r3 .con .box .culture ul li .label {;color: #f49e2f;width: 1.5rem;}
#intro #r3 .con .box .culture ul li .label .icon {display: inline-block;width: 30px;height: 30px;float: left;margin-right: 10px;}
#intro #r3 .con .box .culture ul li p {color: #fff;}
#intro #r3 .con .box .culture ul li p img {width: 100%;}
#intro #r3 .con .box .culture-img,#intro #r3 .con .box .culture-img img {width: 100%;}

#intro #r4 .con .box .partner-list ul li {
  float: left;
  width: calc((100% - 70px)/7);
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: 0.75;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
#intro #r4 .con .box .partner-list ul li:hover {
  opacity: 1;
}
#intro #r4 .con .box .partner-list ul li img {
  display: block;
  width: 100%;
}

#intro #r5 .con .box .contact-list ul li {float: left; width: calc((100% - 60px)/3);text-align: center;padding:20px 10px;border:1px solid #c3c5c5;border-radius: 6px;margin-right: 30px;margin-bottom: 30px;transition: all 0.2s ease-in-out;cursor: pointer;}
#intro #r5 .con .box .contact-list ul li:hover { box-shadow: 0 0 10px 0 #fff;background-color: rgba(255,255,255,0.125);}
#intro #r5 .con .box .contact-list ul li:nth-child(3n) {margin-right: 0px;}
#intro #r5 .con .box .contact-list ul li .icon {margin-bottom: 15px;}
#intro #r5 .con .box .contact-list ul li p {color: #fff;}
#intro #r5 .con .box .contact-list ul li span {color: #fff;}
#intro #r5 .con .box .contact-map img {width: 100%;}


#v-pop {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateZ(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#v-pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#v-pop .con {
  padding: 1em;
  width: 64%;
  position: relative;
  transform: translate3d(0, 8px, 0);
  -webkit-transform: translate3d(0, 8px, 0);
  -moz-transform: translate3d(0, 8px, 0);
  -o-transform: translate3d(0, 8px, 0);
  -ms-transform: translate3d(0, 8px, 0);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  opacity: 0;
  background-color: #333;
}
#v-pop .con video {
  width: 100%;
  display: none;
  object-fit: cover;
}
#v-pop .con .del_p {
  position: absolute;
  bottom: calc(100% + 5px);
  left: calc(100% + 5px);
  cursor: pointer;
}
#v-pop.on {
  opacity: 1;
  display: flex;
  pointer-events: auto;
  visibility: visible;
}
#v-pop.on .con {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
}
#v-pop.on .con video {
  display: block;
}
#ad-pop {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  padding-top: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#ad-pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#ad-pop .con {
  padding: 1em;
  width: 80vw;
  position: relative;
  transform: translate3d(0, 8px, 0);
  -webkit-transform: translate3d(0, 8px, 0);
  -moz-transform: translate3d(0, 8px, 0);
  -o-transform: translate3d(0, 8px, 0);
  -ms-transform: translate3d(0, 8px, 0);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  opacity: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
#ad-pop .con .box {
  min-height: 96vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#ad-pop .con .box > img {
  width: 18vw;
  display: inline-block;
  margin-bottom: 9.7vw;
}
#ad-pop .con .box p {
  text-align: center;
  font-weight: 600;
}
#ad-pop .con .box p > a {
  font-size: inherit;
  font-weight: 600;
  color: #f5a43d;
  text-decoration: underline;
}
#ad-pop .con .del_p {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(100% + 20px);
  font-size: 40px;
  opacity: 0.5;
  text-align: center;
}
#ad-pop.on {
  opacity: 1;
  pointer-events: auto;
}
#ad-pop.on .con {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
}
#bg-pop {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bg-pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#bg-pop .con {
  width: 90%;
  transform: translate3d(0, 8px, 0);
  -webkit-transform: translate3d(0, 8px, 0);
  -moz-transform: translate3d(0, 8px, 0);
  -o-transform: translate3d(0, 8px, 0);
  -ms-transform: translate3d(0, 8px, 0);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  z-index: 10;
  opacity: 0;
  display: none;
}
#bg-pop .con .img-box {
  width: 100%;
  overflow-x: auto;
  height: 120vw;
}
#bg-pop .con .img-box > img {
  height: 100%;
  max-height: 120vw;
}
#bg-pop .con .pop-go {
  width: 100%;
  text-align: center;
  display: block;
}
#bg-pop .con .pop-go > img {
  max-width: 80%;
}
#bg-pop .con .del_p {
  display: block;
  text-align: center;
  margin-top: -30px;
  font-size: 26px;
}
#bg-pop.on1 {
  opacity: 1;
  pointer-events: auto;
}
#bg-pop.on1 .con#pop-go1 {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
  display: block;
}
#bg-pop.on2 {
  opacity: 1;
  pointer-events: auto;
}
#bg-pop.on2 .con#pop-go2 {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
  display: block;
}
ul.txtList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 1.4vw 0;
}
ul.txtList > li {
  margin: 7px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.txtList > li > i {
  margin-right: 0.16rem;
  line-height: 2.2;
}
ul.txtList > li > span {
  color: #666;
  line-height: 2;
}
ul.txtList > li > span b {
  font-size: inherit;
  color: #666;
}
.border_text {
  color: #fff;
  text-shadow: 0 0 1px #f5a43d;
}
.cir_btn {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  background-color: #f5a43d;
  text-align: center;
  display: flex;
  transform-origin: 50% 50%;
  justify-content: center;
  align-items: center;
}
.cir_btn > .iconfont {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-left: 1px;
}
.cir_btn.r90 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.btn_hover {
  position: relative;
  padding: 0 0.3rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.btn_hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f5a43d;
  bottom: 101%;
  top: auto;
  z-index: 4;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn_hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #E44B51;
  bottom: 101%;
  top: auto;
  z-index: 4;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn_hover > span {
  position: relative;
  z-index: 6;
  width: 100%;
  color: #666666;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_hover > span > i {
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  margin-right: 0.16rem;
}
.btn_hover:hover > span,
.btn_hover.on > span {
  color: #fff;
}
.btn_hover:hover:before,
.btn_hover.on:before {
  transform: translate3d(0, 101%, 0);
  -webkit-transform: translate3d(0, 101%, 0);
  -moz-transform: translate3d(0, 101%, 0);
  -o-transform: translate3d(0, 101%, 0);
  -ms-transform: translate3d(0, 101%, 0);
}
.btn_hover:hover:after,
.btn_hover.on:after {
  transition-delay: 0.175s;
  transform: translate3d(0, 101%, 0);
  -webkit-transform: translate3d(0, 101%, 0);
  -moz-transform: translate3d(0, 101%, 0);
  -o-transform: translate3d(0, 101%, 0);
  -ms-transform: translate3d(0, 101%, 0);
}
.num-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: auto;
  z-index: 10;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.num-box > .a {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  width: 100%;
  height: 50%;
  transform: skewy(-45deg);
  line-height: 155px;
  text-indent: 41px;
}
.num-box > .a > em {
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  transform: skewy(45deg);
  color: #f5a43d;
  line-height: 150px;
  text-align: left;
  text-indent: 33px;
}
.num-box > .b {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  width: 100%;
  height: 50%;
  bottom: 0;
  transform: skewy(-45deg);
}
.num-box > .b > em {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 200%;
  left: 0;
  transform: skewy(45deg);
  color: rgba(0, 0, 0, 0.5);
  line-height: 238px;
  text-indent: 35px;
  text-align: center;
}
.num-box:after {
  position: absolute;
  content: "";
  height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 30%;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%) rotate(-45deg) scalex(1);
}
.num-box.on {
  animation: e1 2s cubic-bezier(0.86, 0, 0.07, 1);
}
.num-box.on > .a {
  animation: a1 2s cubic-bezier(0.86, 0, 0.07, 1);
  animation-fill-mode: both;
}
.num-box.on > .b {
  animation: b1 2s cubic-bezier(0.86, 0, 0.07, 1);
  animation-fill-mode: both;
}
.num-box.on:after {
  animation-fill-mode: forwards;
  animation: d1 2s cubic-bezier(0.86, 0, 0.07, 1);
}
#sw2 {
  z-index: 9;
  padding-bottom: 34%;
}
#sw2 .swiper-wrapper .swiper-slide {
  width: 45vw;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
#sw2 .swiper-wrapper .swiper-slide .inner {
  max-width: 45vw;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#sw2 .swiper-wrapper .swiper-slide .inner .top {
  width: 100%;
  position: relative;
}
#sw2 .swiper-wrapper .swiper-slide .inner .top .photo {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}
#sw2 .swiper-wrapper .swiper-slide .inner .mid {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 90%;
  bottom: 0.8rem;
  box-shadow: 0 11px 50px -6px rgba(192, 196, 204, 0.71);
}
#sw2 .swiper-wrapper .swiper-slide .inner .mid .msg {
  background-color: #fff;
  padding: 2vw 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sw2 .swiper-wrapper .swiper-slide .inner .mid .msg .left h3 {
  color: #f5a43d;
  margin-bottom: 14px;
}
#sw2 .swiper-wrapper .swiper-slide .inner .mid .msg .left h3 > i {
  display: inline-block;
  margin-right: 10px;
}
#sw2 .swiper-wrapper .swiper-slide .inner .mid .msg .left small {
  color: #666666;
}
#sw2 .swiper-wrapper .swiper-slide .inner .mid .msg .right {
  font-size: 1.2rem;
  color: #999999;
  line-height: 1.2rem;
  opacity: 0.3;
}
#sw2 .swiper-wrapper .swiper-slide .inner .btm {
  width: 100%;
}
#sw2 .swiper-wrapper .swiper-slide .inner .btm .text_ {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #f8f8f8;
  text-shadow: 0 0 1px #f5a43d;
}
#sw2 .max-wid {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 72%;
}
#sw2 .max-wid > .left {
  position: relative;
  width: 22%;
  height: 100%;
}
#sw2 .swiper-pagination {
  position: absolute;
  height: 100%;
  width: 22%;
  left: auto;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sw2 .swiper-pagination > span {
  margin: 10px 0;
}
.swiper-box {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 48%;
}
.swiper-box .swiper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
}
.swiper-box .swiper-pagination {
  bottom: -4vw;
  width: 100%;
  position: absolute;
  left: 0;
}
.swiper-box .swiper-pagination > span.swiper-pagination-bullet {
  background-color: transparent;
  cursor: pointer;
  margin: 0 10px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.swiper-box .swiper-pagination > span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f5a43d;
  border-color: #f5a43d;
}
.swiper-box .swiper-pagination > span.p-list {
  background-color: transparent;
  cursor: pointer;
  margin: 0 10px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-box .swiper-pagination > span.p-list.on {
  background-color: #f5a43d;
  border-color: #f5a43d;
}
.swiper-next {
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -0.3rem;
  z-index: 10;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  background-color: #fff;
  text-align: center;
  display: flex;
  transform-origin: 50% 50%;
  justify-content: center;
  align-items: center;
}
.swiper-next > .iconfont {
  color: #666;
  font-size: 16px;
  display: inline-block;
  margin-left: 1px;
}
.swiper-next.r90 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.swiper-prev {
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -0.3rem;
  z-index: 10;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  background-color: #f5a43d;
  text-align: center;
  display: flex;
  transform-origin: 50% 50%;
  justify-content: center;
  align-items: center;
}
.swiper-prev > .iconfont {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-left: 1px;
}
.swiper-prev.r90 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.swiper-prev.r90_ {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
@keyframes cir_out {
  0% {
    transform: translate(-50%, -50%) scale(0.05);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes rotate_in {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes banner_in {
  0% {
    transform: translate3d(0, 100%, 0) scale3d(1.1, 1, 1.1);
    filter: blur(7px);
  }
  100% {
    transform: translate3d(0, 0%, 0) scale3d(1, 1, 1);
    filter: none;
  }
}
@keyframes banner_in_r5 {
  0% {
    transform: translate3d(0, 100%, 0) scale3d(0.8, 0.8, 0.8);
  }
  50% {
    transform: translate3d(0, 0%, 0) scale3d(0.8, 0.8, 0.8);
  }
  100% {
    transform: translate3d(0, 0%, 0) scale3d(1, 1, 1);
  }
}
@keyframes banner_out {
  to {
    transform: translate3d(0, 100%, 0) scale3d(1.1, 1, 1.1);
  }
}
@keyframes banner_out_r5 {
  0% {
    transform: translate3d(0, 0%, 0) scale3d(1, 1, 1);
  }
  50% {
    transform: translate3d(0, 0%, 0) scale3d(0.8, 0.8, 0.8);
  }
  100% {
    transform: translate3d(0, 100%, 0) scale3d(0.8, 0.8, 0.8);
  }
}
@keyframes a1 {
  0% {
    opacity: 1;
    transform: skewy(-45deg);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: skewy(-45deg);
  }
}
@keyframes b1 {
  0% {
    opacity: 1;
    transform: skewy(-45deg);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: skewy(-45deg);
  }
}
@keyframes d1 {
  0%,
  20% {
    transform: translate(-50%, -50%) rotate(-45deg) scalex(1);
  }
  65%,
  100% {
    transform: translate(-50%, -50%) rotate(135deg) scalex(1);
  }
}
@keyframes e1 {
  to {
    transform: rotate(360deg);
  }
}
@keyframes scrFn {
  to {
    opacity: 0.3;
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
  }
}
@keyframes scrFn1 {
  to {
    opacity: 0;
  }
}


.video_popup {position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.75); z-index: 21999; display: none; }
.video_popup .contain {position: absolute; width: 1200px; height: 675px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background-color: #000; }
.video_popup .close {position: absolute; right: 0; top: -30px; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #fff; cursor: pointer; text-align: center; font-size: 34px; }
.video_popup .contain .video {height: 100% !important; }
.video_popup .contain video,
.video_popup #example_video {width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }

