@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
  font-family: "SourceHanSansCN", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
body {
  font: 12px "SourceHanSansCN", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", 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 {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  font-size: 14px;
}
span {
  display: inline-block;
}
p {
  line-height: 2;
}
img {
  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%;
}
::-webkit-scrollbar {
  width: 9px;
  background-color: #F2F2F2;
}
::-webkit-scrollbar-thumb {
  border: solid 2px #F2F2F2;
  width: 5px;
  border-radius: 4px;
  background-color: #0c41b2;
}
::-webkit-scrollbar-corner {
  background-color: #F2F2F2;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
::-webkit-selection {
  background: #0c41b2;
  color: #fff;
}
::-moz-selection {
  background: #0c41b2;
  color: #fff;
}
::selection {
  background: #0c41b2;
  color: #fff;
}
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
/* 浮动与清浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text_overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-ahref] {
  cursor: pointer;
}
.over-2 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-3 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
html {
  font-size: 100px;
}
/* 初始定义 */
@font-face {
  font-family: 'en';
  src: url('../css/font/STYLUS.TTF');
}
.en {
  font-family: en;
}
@font-face {
  font-family: 'enxb';
  src: url('../css/font/EXTRA_BOLD.TTF');
}
.en_xb {
  font-family: enxb;
}
@font-face {
  font-family: 'enb';
  src: url('../css/font/BOLD_0.TTF');
}
.en_b {
  font-family: enb;
}
/* 定义网站色值 */
.mc {
  color: #0c41b2;
}
.fc {
  color: #e3e3e3;
}
.wc {
  color: #ffffff;
}
.grc {
  color: #f2f2f2;
}
.d-gc {
  color: #999999;
}
.rc {
  color: #ff231c;
}
.oc {
  color: #ffb11e;
}
.yc {
  color: #fff714;
}
.gc {
  color: #8aff3c;
}
.bc {
  color: #4060ff;
}
.transi {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.linear-bg {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
.linear-txt {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*鼠标自定*/
.cursor--group {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  min-height: 100vh;
  pointer-events: none;
  opacity: 0;
}
.cursor--group .cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
}
.cursor--group .cursor--inner {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  z-index: 11000;
  opacity: 0;
  background-color: #fff;
}
.cursor--group .cursor--outer {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  z-index: 12000;
  box-shadow: 0 0.2rem 0.4rem -0.05rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor--group .cursor--outer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  background-color: #0c41b2;
  transform: scale(0.01);
  transition: transform 0.3s ease-in-out;
}
.cursor--group .cursor--outer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0.01);
  transition: transform 0.3s ease-in-out 0.3s;
}
.cursor--group .cursor--outer .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.cursor--group .cursor--outer .mask:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  background-color: #f97d42;
  transform: scale(0.01);
  transition: transform 0.3s ease-in-out 0.5s;
}
.cursor--group .cursor--outer .mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0.01);
  transition: transform 0.3s ease-in-out 0.7s;
}
.cursor--group .cursor--outer h5 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c41b2;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}
.cursor--group .cursor--outer h5 i {
  color: #333;
}
.cursor--group .cursor--outer h5.tbtn {
  opacity: 0;
}
.cursor--group .cursor--outer h5.pbtn {
  opacity: 0;
}
.cursor--group .cursor--outer h5.nbtn {
  opacity: 0;
}
.cursor--group .cursor--outer .en_b {
  padding-top: 0.3em;
}
.cursor--group .cursor--outer.mid h5.tbtn {
  opacity: 1;
}
.cursor--group .cursor--outer.next h5.pbtn {
  opacity: 0;
}
.cursor--group .cursor--outer.next h5.nbtn {
  opacity: 1;
}
.cursor--group .cursor--outer.prev h5.pbtn {
  opacity: 1;
}
.cursor--group .cursor--outer.prev h5.nbtn {
  opacity: 0;
}
.cursor--group .cursor--outer.active .mask:before {
  transform: scale(1);
}
.cursor--group .cursor--outer.active .mask:after {
  transform: scale(1);
}
.cursor--group .cursor--outer.active:before {
  transform: scale(1);
}
.cursor--group .cursor--outer.active:after {
  transform: scale(1);
}
/*图片容器*/
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.pic .img-w {
  position: absolute !important;
  width: 100% !important;
  min-height: 100% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  display: block;
}
.pic .img-h {
  position: absolute !important;
  height: 100% !important;
  min-width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  display: block;
}
.pic img.w-h {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.pic img.lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}
/* 按钮 */
.layout-btn {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.layout-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.layout-btn-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.68rem;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
  border-radius: 0.2rem;
  overflow: hidden;
}
.layout-btn-1:before {
  content: '';
  position: absolute;
  top: -3%;
  left: -3%;
  width: 106%;
  height: 106%;
  background: #0c41b2;
  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: -3%;
  left: -3%;
  width: 106%;
  height: 106%;
  background: #fff;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}
.layout-btn-1 > div {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-btn-1 > div > span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.layout-btn-1 > div > span:first-of-type {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(24px);
}
.layout-btn-1 > div > span:last-of-type {
  position: relative;
  display: block;
  padding: 0 0.8rem;
  color: #1e0f21;
  transform: translateY(0);
}
.layout-btn-1 > div > span:last-of-type.mc {
  color: #0c41b2;
}
.layout-btn-1:hover,
.layout-btn-1.on {
  background: #0c41b2 !important;
  border-color: transparent!important;
  transition: background 0.5s linear, border-color 0.5s linear;
  transition-delay: 0.3s;
}
.layout-btn-1:hover:before,
.layout-btn-1.on:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}
.layout-btn-1:hover:after,
.layout-btn-1.on: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,
.layout-btn-1.on > div > span:first-of-type {
  transform: translateY(0);
}
.layout-btn-1:hover > div > span:last-of-type,
.layout-btn-1.on > 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: #0c41b2;
  transform: translate3d(-66.6%, 0, 0);
}
.layout-btn-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 180px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-align: center;
}
.layout-btn-4 > span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.layout-btn-4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:hover:after {
  transform: translate(0, 0);
}
.layout-btn-4:hover:before {
  transform: translate(0, 0);
}
/*输入框*/
.layout-inputBox {
  display: inline-block;
}
.layout-inputBox > h5 {
  height: 0.32rem;
  line-height: 0.32rem;
}
.layout-inputBox .input-text {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.layout-inputBox .input-text > input {
  width: 100%;
  height: 100%;
  background-color: white;
  border: solid 1px #d4d4d4;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.layout-inputBox .input-text > input:focus {
  background-color: transparent;
  border-color: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border {
  background-color: white;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type {
  background: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 0;
}
.layout-inputBox .input-text .input-border {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  background-color: #5b4c5c;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.layout-inputBox .input-text .input-border:first-of-type:before {
  height: 2px;
  left: 0;
  top: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 2px;
}
.layout-inputBox .input-text .input-border:last-of-type:before {
  background-color: #01afd1;
  height: 2px;
  top: calc(100% - 2px);
  right: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:last-of-type:after {
  background-color: #01afd1;
  height: 0;
  top: calc(100% - 2px);
  left: 0;
  width: 2px;
}
/*省市区三级联动*/
.layout-adr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layout-adr .parent {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: 0 15px;
  text-decoration: none;
  cursor: default;
  padding-bottom: 10px;
}
.layout-adr .parent .con {
  position: relative;
  min-width: 120px;
  padding: 0 26px 0 8px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.layout-adr .parent .con span {
  display: inline;
  padding: 5px 12px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.layout-adr .parent .adr-down {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
}
.layout-adr .parent .adr-down > ul {
  line-height: 36px;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 999999999;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dedede;
  border-top: 0;
  max-height: 220px;
}
.layout-adr .parent .adr-down > ul > li {
  padding-left: 8px;
  background: #ffffff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 0;
  list-style: none;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-adr .parent .adr-down > ul > li:hover {
  background-color: #0c41b2;
  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: #0c41b2;
  color: #fff;
}
.component {
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.4rem;
  max-width: 100%;
}
.component > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.component > ul > li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.component > ul > li > img {
  display: block;
  max-width: 100%;
  opacity: 0;
  max-height: 100%;
}
.component > ul .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.component nav > a {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #5b4c5c;
  outline: none;
  overflow: visible;
  text-align: center;
  top: 50%;
  z-index: 1100;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.component nav .moveNext {
  right: 0;
}
.component .Tcon {
  position: absolute;
  width: 80%;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 11;
}
.component .Tcon > small {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: max-content;
}
.component .Tcon > small > .Tpage {
  color: #fff;
  font-size: 0.2rem;
}
.component .Tcon .txtChange {
  position: relative;
  height: 100%;
  width: 100%;
}
.component .Tcon .txtChange > [data-txt] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: max-content;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.component .Tcon .txtChange > [data-txt].on {
  opacity: 1;
  pointer-events: auto;
}
.component .Tcon .txtChange > [data-txt].txtHide {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .txtChange > [data-txt].txtShow {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .pageChange {
  position: absolute;
  width: max-content;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component .Tcon .pageChange > li {
  background-color: #fff;
  display: inline-block;
  float: left;
  width: 0.3rem;
  height: 0.1rem;
  line-height: 0.1rem;
  margin: 0.2rem 0.2rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.component .Tcon .pageChange > li.on {
  background-color: #000;
}
.component-small {
  width: 650px;
  height: 290px;
}
.component-small > ul {
  width: 450px;
}
.component-fullwidth {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background: transparent;
}
.component-fullwidth > ul {
  overflow: hidden;
}
.component-fullwidth > ul > li {
  overflow: hidden;
}
.component-fullwidth > ul > li > img {
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.component-transparent {
  width: 900px;
  height: 500px;
}
.component-transparent > ul {
  width: 112px;
}
.webGL-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
.webGL-slider > img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.webGL-slider canvas {
  position: absolute;
  z-index: 2;
}
.webGL-slider .pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
  z-index: 6;
}
.webGL-slider .pagination > [data-slide] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
.webGL-slider .pagination > [data-slide].on {
  opacity: 1;
}
.webGL-slider a.move-prev {
  position: absolute;
  bottom: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.webGL-slider a.move-prev:hover {
  opacity: 1;
}
.webGL-slider a.move-next {
  position: absolute;
  top: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.webGL-slider a.move-next:hover {
  opacity: 1;
}
.webGL-slider .txt-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.webGL-slider .txt-item > li {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.webGL-slider .txt-item > li > a {
  position: absolute;
  display: inline-block;
  top: 30vh;
  left: 0;
}
.webGL-slider .txt-item > li > a > i {
  font-size: 32px;
  opacity: 0;
  vertical-align: middle;
  display: inline-block;
  animation: fadeInLeftSmall 1.5s ease forwards;
  animation-delay: 1s;
}
/*弹窗*/
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dialog .dialog_mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1001;
  background: rgba(55, 58, 71, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog .dialog_content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 1005;
  opacity: 0;
}
.dialog.dialog--open,
.dialog.dialog--close {
  visibility: visible;
}
.dialog.dialog--open .dialog_mask,
.dialog.dialog--close .dialog_mask {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--open .dialog_content,
.dialog.dialog--close .dialog_content {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--close .dialog_mask {
  opacity: 0;
}
.inter {
  position: relative;
  display: inline-block;
}
.inter > a {
  padding: 6px 20px;
  background-color: #fff;
  border-radius: 50px;
  transition: color 0.5s ease-in-out;
}
.inter .items {
  position: absolute;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  left: -1.15rem;
  z-index: 10;
}
.inter .items > img {
  border: 2px solid #0c41b2;
  max-width: 3rem;
}
.inter .items > ul {
  border-radius: 5px;
  overflow: hidden;
}
.inter .items > ul > li {
  background-color: #fff;
}
.inter .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter .items > ul > li > a:hover {
  color: #0c41b2;
  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: #0c41b2 transparent transparent transparent;
  left: 1.5rem;
  top: 0;
}
.inter:hover > a {
  color: #333;
}
.inter:hover .items {
  opacity: 1;
  transform: none;
  visibility: visible;
}
@media screen and (max-width: 800px) {
  .inter {
    cursor: pointer;
  }
  .inter.on .items {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
/*下拉*/
.dropdown {
  text-align: left;
  width: 220px;
  display: inline-block;
  position: relative;
}
.dropdown select {
  display: none;
}
.dropdown > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(336px);
  top: 42px;
  left: 0;
  z-index: 1;
  right: 0;
  background: #151924;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: scale(0.8) translate(0, 4px);
  transform: scale(0.8) translate(0, 4px);
  border: 1px solid #cdd9ed;
}
.dropdown > ul > li {
  opacity: 0;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
  transition: all .3s ease;
}
.dropdown > ul > li > a {
  cursor: pointer;
  display: block;
  padding: 10px 16px;
  color: #cdd9ed;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all .3s ease;
}
.dropdown > ul > li > a:hover {
  color: #eee;
}
.dropdown > ul > li.active > a {
  color: #fff;
  background-color: #000;
}
.dropdown > span {
  cursor: pointer;
  padding: 9px 16px;
  border-radius: 6px;
  display: block;
  position: relative;
  color: #cdd9ed;
  border: 1px solid #2f3545;
  background-color: #151924;
}
.dropdown > span:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #99A3BA;
  transition: all .3s ease;
  margin-right: 4px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #99A3BA;
  transition: all .3s ease;
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0, 12px);
  transform: scale(1) translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.dropdown.open > ul > li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dropdown.open > span:before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown.open ul li:nth-child(1) {
  transition-delay: 80ms;
}
.dropdown.open ul li:nth-child(2) {
  transition-delay: 160ms;
}
.dropdown.open ul li:nth-child(3) {
  transition-delay: 240ms;
}
.dropdown.open ul li:nth-child(4) {
  transition-delay: 320ms;
}
.dropdown.open ul li:nth-child(5) {
  transition-delay: 400ms;
}
.dropdown.open ul li:nth-child(6) {
  transition-delay: 480ms;
}
.dropdown.open ul li:nth-child(7) {
  transition-delay: 560ms;
}
.dropdown.open ul li:nth-child(8) {
  transition-delay: 640ms;
}
.dropdown.open ul li:nth-child(9) {
  transition-delay: 720ms;
}
.dropdown.open ul li:nth-child(10) {
  transition-delay: 800ms;
}
.f-78 {
  font-size: 0.78rem;
}
.f-68 {
  font-size: 0.68rem;
}
.f-64 {
  font-size: 0.64rem;
}
.f-50 {
  font-size: 0.50rem;
}
.f-48 {
  font-size: 0.48rem;
}
.f-46 {
  font-size: 0.46rem;
}
.f-44 {
  font-size: 0.44rem;
}
.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%);
}
.pa-lt {
  position: absolute;
  top: 0;
  left: 0;
}
.pa-rt {
  position: absolute;
  top: 0;
  right: 0;
}
.pa-lb {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pa-rb {
  position: absolute;
  right: 0;
  bottom: 0;
}
.flex-row-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-row-cb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-row-cs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-col-cb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.flex-col-cc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flex-col-cs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.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: 1600px) {
  html {
    font-size: 70px;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 42px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 42px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 38px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 28px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 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: 14px;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 48px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 42px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 30px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 28px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 80px;
  }
  .f-60 {
    font-size: 40px;
  }
  .f-50 {
    font-size: 34px;
  }
  .f-48 {
    font-size: 32px;
  }
  .f-46 {
    font-size: 30px;
  }
  .f-44 {
    font-size: 28px;
  }
  .f-42 {
    font-size: 26px;
  }
  .f-40 {
    font-size: 24px;
  }
  .f-38 {
    font-size: 22px;
  }
  .f-36 {
    font-size: 20px;
  }
  .f-34 {
    font-size: 20px;
  }
  .f-32 {
    font-size: 18px;
  }
  .f-30 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 12px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 50px;
  }
  p {
    font-size: 13px;
    line-height: 160%;
  }
  small,
  span {
    font-size: 13px;
  }
  .f-80 {
    font-size: 28px;
  }
  .f-72 {
    font-size: 26px;
  }
  .f-60 {
    font-size: 24px;
  }
  .f-68 {
    font-size: 0.48rem;
  }
  .f-64 {
    font-size: 0.48rem;
  }
  .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: 13px;
  }
  .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(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
[data-scroll] {
  will-change: tranform;
}
.max-wid {
  width: 98%;
  margin: 0 auto;
}
.layer-pager {
  color: #fff;
  text-align: right;
  line-height: 0.5;
  padding-top: 0.4rem;
}
.layer-pager > em {
  font-size: 0.86rem;
  font-family: inherit;
  display: inline-block;
  margin-right: 0.1rem;
}
.layout-box {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.4rem 0.3rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.layout-box .topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  width: 100%;
}
.layout-box .topic > .f-20 {
  font-weight: 600;
  line-height: 1;
}
.layout-box .topic > .f-24 {
  line-height: 1;
}
.layout-box .topic .add {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  line-height: 0.28rem;
  text-align: center;
  border: 1px solid #0c41b2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.5s ease-in-out;
}
.layout-box .topic .add > svg {
  width: 8px;
}
.layout-box .topic .add > svg path {
  fill: #0c41b2;
  transition: fill 0.5s ease-in-out;
}
.layout-group {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  display: block;
  transition: box-shadow 0.5s ease-in-out;
}
.layout-group .photo {
  padding-bottom: 90%;
  height: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.layout-group .photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0.78;
  transition: opacity 0.5s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 100%);
}
.layout-group .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  transition: transform 0.5s ease-in-out;
}
.layout-group .msg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 6;
  padding: 0 0.35rem 6% 0.35rem;
}
.layout-group .msg .til h3 {
  line-height: 1;
}
.layout-group .msg .til p {
  line-height: 1;
}
.layout-group .msg .note {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.layout-group .msg .note span {
  line-height: 1;
  display: block;
  margin-bottom: 0.1rem;
}
.layout-group .msg .note i {
  line-height: 1;
}
.layout-group:hover {
  box-shadow: 0.3rem 0.3rem 0.4rem -0.1rem rgba(0, 0, 0, 0.15);
}
.layout-group:hover .photo:after {
  opacity: 1;
}
.layout-group:hover .photo .pic {
  transform: scale(1.1);
}
.toTop {
  position: fixed;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  line-height: 0.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 14%;
  right: 1%;
  background: #FFFFFF;
  overflow: hidden;
  border: 1px solid #EFEFEF;
  box-shadow: 0.26rem 0.23rem 0.43rem -0.05rem rgba(0, 0, 0, 0.15);
  transition: background-color 0.4s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}
.toTop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 3;
  background-color: #0c41b2;
  transform: translateY(102%);
  transition: transform 0.3s ease-in-out;
}
.toTop > i {
  position: relative;
  z-index: 4;
  transition: color 0.3s ease-in-out;
}
.toTop:hover {
  background-color: #0c41b2;
}
.toTop:hover .mask {
  transform: none;
}
.toTop:hover > i {
  color: #fff;
}
.toTop.on {
  opacity: 1;
  pointer-events: auto;
}
.toApply {
  position: fixed;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  line-height: 0.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: calc(14% + 1rem);
  right: 1%;
  background: #FFFFFF;
  overflow: hidden;
  border: 1px solid #EFEFEF;
  box-shadow: 0.26rem 0.23rem 0.43rem -0.05rem rgba(0, 0, 0, 0.15);
  transition: background-color 0.4s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}
.toApply > img {
  width: 100%;
}
.toApply.on {
  opacity: 1;
  pointer-events: auto;
}
#newBridge {
  display: none;
}
#newBridge .nb-icon-wrap {
  display: none;
}
/*页面结构*/
#bloc header {
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
}
#bloc header .pc-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.8rem;
  padding: 0 3%;
  transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
#bloc header .pc-nav .left {
  width: 15%;
}
#bloc header .pc-nav .left > a {
  display: block;
  height: 0.4rem;
  position: relative;
  pointer-events: auto;
}
#bloc header .pc-nav .left > a > img {
  height: 100%;
}
#bloc header .pc-nav .left > a > img.wg {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#bloc header .pc-nav .left > a > img.bc {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#bloc header .pc-nav .mid {
  flex: 1;
  pointer-events: auto;
  justify-content: center;
}
#bloc header .pc-nav .mid ul.items {
  width: 10rem;
  max-width: 750px;
  justify-content: space-between;
}
#bloc header .pc-nav .mid ul.items li a {
  padding: 0.1rem 0.2rem;
  font-weight: 600;
  transition: color 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
}
#bloc header .pc-nav .mid ul.items li:hover a {
  color: #0c41b2;
  letter-spacing: 1px;
}
#bloc header .pc-nav .right > a {
  font-weight: 600;
  transition: color 0.3s ease-in-out;
}
#bloc header .pc-nav.bc .left .wg {
  opacity: 0;
}
#bloc header .pc-nav.bc .left .bc {
  opacity: 1;
}
#bloc header .pc-nav.bc .wc {
  color: #333;
}
#bloc header .pc-nav.down {
  background-color: #fff;
  box-shadow: 0 0.4rem 0.43rem -0.2rem rgba(0, 0, 0, 0.15);
}
#bloc header .pc-nav.down .left .wg {
  opacity: 0;
}
#bloc header .pc-nav.down .left .bc {
  opacity: 1;
}
#bloc header .pc-nav.down .wc {
  color: #333;
}
#bloc header nav.app-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100vw;
  height: 50px;
  pointer-events: auto;
  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);
  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;
  flex: 1;
}
#bloc header nav.app-nav .inner_top .topic .app-logo > a {
  display: inline-block;
  height: 25px;
  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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#bloc header nav.app-nav .inner_top .topic .app-search {
  position: relative;
  margin-right: 0.4rem;
  z-index: 10;
  display: inline-block;
}
#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-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#bloc header nav.app-nav .inner_top .other-nav .search-in {
  border: none;
  border-bottom: 1px solid #0c41b2;
  background-color: transparent;
  width: 4rem;
  line-height: 0.3rem;
}
#bloc header nav.app-nav .inner_top .other-nav .sub {
  color: #0c41b2;
  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 {
  height: 50px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#bloc header nav.app-nav .inner_top.on .topic {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#bloc header nav.app-nav .inner_top.on .topic #app-menu .line:before {
  background-color: #333;
}
#bloc header nav.app-nav .inner_top.on .topic .app-logo > a .white {
  opacity: 0;
}
#bloc header nav.app-nav .inner_top.on .topic .app-logo > a .black {
  opacity: 1;
}
#bloc header nav.app-nav .inner_top.on .topic .app-search > i {
  color: #333;
}
#bloc header nav.app-nav .inner_top.bc {
  height: 50px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
#bloc header nav.app-nav .inner_top.bc .topic {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#bloc header nav.app-nav .inner_top.bc .topic #app-menu .line:before {
  background-color: #333;
}
#bloc header nav.app-nav .inner_top.bc .topic .app-logo > a .white {
  opacity: 0;
}
#bloc header nav.app-nav .inner_top.bc .topic .app-logo > a .black {
  opacity: 1;
}
#bloc header nav.app-nav .inner_top.bc .topic .app-search > i {
  color: #333;
}
#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: #333;
}
#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_top.down {
  height: 50px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
#bloc header nav.app-nav .inner_top.down .topic #app-menu .line:before {
  background-color: #333;
}
#bloc header nav.app-nav .inner_top.down .topic .app-logo > a .white {
  opacity: 0;
}
#bloc header nav.app-nav .inner_top.down .topic .app-logo > a .black {
  opacity: 1;
}
#bloc header nav.app-nav .inner_top.down .topic .app-search > i {
  color: #333;
}
#bloc header nav.app-nav .inner_mid {
  position: absolute;
  top: 50px;
  background-color: #fff;
  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: #333;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  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: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-align: right;
  color: #333;
  transition: transform 0.5s ease-in-out;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first > .firstList.active {
  background-color: rgba(0, 135, 85, 0.05);
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first > .firstList.active > i {
  transform: scaleY(-1);
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second {
  background-color: rgba(0, 135, 85, 0.05);
  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 {
  opacity: 0;
  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: 100vh;
}
#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 {
  background-color: #F2F2F2;
  position: relative;
  z-index: 6;
}
#bloc footer .top {
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
#bloc footer .top .inner .topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
#bloc footer .top .inner .topic .add {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  line-height: 0.28rem;
  text-align: center;
  border: 1px solid #0c41b2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bloc footer .top .inner .topic .add > svg {
  width: 8px;
}
#bloc footer .top .inner .topic .add > svg path {
  fill: #0c41b2;
}
#bloc footer .top .inner .box .items .list {
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bloc footer .top .inner .box .items .list .company {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  line-height: 1.25rem;
  text-align: center;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  box-shadow: 0.26rem 0.23rem 0.43rem -0.1rem rgba(0, 0, 0, 0.05);
}
#bloc footer .top .inner .box .items .list .company > img {
  object-fit: contain;
  width: 70%;
  max-height: 30%;
  -webkit-filter: grayscale(100%);
  opacity: 0.6;
}
#bloc footer .mid {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#bloc footer .mid .mt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  padding: 0 1.2vw;
}
#bloc footer .mid .mt .footNav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
}
#bloc footer .mid .mt .footNav > li {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
#bloc footer .mid .mt .footNav > li > a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 2;
}
#bloc footer .mid .mt .footNav > li > a:first-child {
  color: #333;
  font-size: 18px;
  margin-bottom: 0.1rem;
  font-weight: 600;
}
#bloc footer .mid .mt .logoB {
  display: block;
}
#bloc footer .mid .mt .logoB > img {
  width: 1.4rem;
  display: block;
}
#bloc footer .mid .mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.25rem;
  padding: 0 1.2vw;
  border-top: 1px solid #f2f2f2;
}
#bloc footer .mid .mb .left {
  width: 40%;
}
#bloc footer .mid .mb .right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#bloc footer .mid .mb .right > a {
  display: inline-block;
  margin: 0 0.2rem;
  transition: color 0.5s ease-in-out;
}
#bloc footer .mid .mb .right > a:hover {
  color: #333;
}
.afterInner #main {
  background-color: #F2F2F2;
}
.afterInner #main #banner {
  position: relative;
}
.afterInner #main #banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.afterInner #main #banner .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.afterInner #main #banner .video-parent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.afterInner #main #banner .video-parent video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.afterInner #main #banner .video-parent .cv {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.afterInner #main #banner .video-parent .cv.on {
  opacity: 1;
}
.afterInner #main #banner > .img {
  width: 100%;
  margin-bottom: 0.2rem;
}
.afterInner #main #banner > .img > img {
  width: 100%;
}
.afterInner #main #banner .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afterInner #main #banner .inner .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.afterInner #main #banner .inner .title > span {
  font-size: 2.8rem;
  color: #fff;
  line-height: 0.5;
  padding-top: 1rem;
  margin: 0 0.16rem;
  text-shadow: 0.32rem 0.28rem 0.4rem rgba(0, 0, 0, 0.06);
}
.afterInner #main #banner .inner .title .boll {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.afterInner #main #banner .inner .title .boll .onc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f2f2f2;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  line-height: 1.8rem;
  text-align: center;
  border: 0.15rem solid #fff;
}
.afterInner #main #banner .inner .title .boll .inc {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  line-height: 1.2rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 9px 12px 27px -4px rgba(0, 0, 0, 0.11);
}
.afterInner #main #banner .inner .title .boll .inc .boll__load {
  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%);
  width: 170%;
}
#home #main {
  background-color: #F2F2F2;
}
#home #main .row {
  min-height: 20vh;
  width: 100%;
  overflow: hidden;
}
#home #main #banner {
  position: relative;
  overflow: visible;
}
@media screen and (orientation: landscape) {
  #home #main #banner {
    height: 100vh;
  }
}
#home #main #banner .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation-name: fadeOut;
}
#home #main #banner .inner #slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #banner .inner #slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%);
}
#home #main #banner .inner .group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}
#home #main #banner .inner .group .pager {
  position: absolute;
  height: 2rem;
  bottom: 2%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5vw;
}
#home #main #banner .inner .group .pager > a.slider--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  background-color: #fff;
  transition: background-color 0.4s ease-in-out;
}
#home #main #banner .inner .group .pager > a.slider--btn .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 3;
  background-color: #0c41b2;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
#home #main #banner .inner .group .pager > a.slider--btn > i {
  position: relative;
  z-index: 7;
  transition: color 0.3s ease-in-out;
}
#home #main #banner .inner .group .pager > a.slider--btn:hover {
  background-color: #0c41b2;
}
#home #main #banner .inner .group .pager > a.slider--btn:hover .mask {
  transform: none;
}
#home #main #banner .inner .group .pager > a.slider--btn:hover > i {
  color: #fff;
}
#home #main #banner .inner .group .pager .layout-btn-1 {
  background-color: #fff;
}
#home #main .pcR1 {
  position: relative;
  z-index: 5;
}
#home #main .pcR1 .layout-box {
  padding: 0;
}
#home #main .pcR1 .bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 43.8vw;
}
#home #main .pcR1 .bg video {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  object-fit: cover;
}
#home #main .pcR1 .topic {
  padding: 0.4rem 0.3rem 0 0.3rem;
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  left: 0;
}
#home #main .pcR1 .inner {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#home #main .pcR1 .inner .int {
  height: 3.5rem;
  position: relative;
  z-index: 6;
  width: 100%;
}
#home #main .pcR1 .inner .int h1 {
  color: #ececec;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 7;
}
#home #main .pcR1 .inner .int .inm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#home #main .pcR1 .inner .int .inm > img {
  width: 100%;
}
#home #main .pcR1 .inner .inb {
  background-color: #0c41b2;
  height: 2.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
#home #main .pcR1 .inner .inb > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12%;
  width: 100%;
}
#home #main .pcR1 .inner .inb > ul > li {
  text-align: center;
}
#home #main .pcR1 .inner .inb > ul > li span {
  display: flex;
  align-items: center;
}
#home #main .pcR1 .inner .inb > ul > li small {
  display: block;
  text-align: center;
  margin-bottom: 0.1rem;
}
#home #main .appR1 {
  position: relative;
  z-index: 5;
  margin-top: -0.5rem;
}
#home #main .appR1 .layout-box {
  padding: 0;
}
#home #main .appR1 .topic {
  padding: 0.4rem 0.3rem 0 0.3rem;
  z-index: 3;
}
#home #main .appR1 .inner {
  z-index: 3;
  width: 100%;
}
#home #main .appR1 .inner .int {
  height: 3.5rem;
  position: relative;
  z-index: 6;
  width: 100%;
}
#home #main .appR1 .inner .int h1 {
  color: #ececec;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 7;
}
#home #main .appR1 .inner .int .inm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#home #main .appR1 .inner .int .inm > img {
  width: 100%;
}
#home #main .appR1 .inner .inb {
  background-color: #0c41b2;
  height: 2.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #main .appR1 .inner .inb > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12%;
  width: 100%;
}
#home #main .appR1 .inner .inb > ul > li {
  text-align: center;
}
#home #main .appR1 .inner .inb > ul > li span {
  display: flex;
  align-items: center;
}
#home #main .appR1 .inner .inb > ul > li small {
  display: block;
  text-align: center;
  margin-bottom: 0.1rem;
}
#home #main .r2 {
  overflow: visible;
  position: relative;
  z-index: 2;
}
#home #main .r2 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#home #main .r2 .inner .items {
  position: relative;
  height: 23.45vw;
  width: calc(50% - 0.1rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transition: background-color 0.5s ease-in-out;
}
#home #main .r2 .inner .items .topic {
  position: relative;
  z-index: 5;
  width: 100%;
}
#home #main .r2 .inner .items .topic h2 {
  width: 100%;
  transition: color 0.5s ease-in-out;
}
#home #main .r2 .inner .items .group {
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #main .r2 .inner .items .group h2 {
  font-size: 1rem;
  color: #F5F5F5;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
#home #main .r2 .inner .items .group .full {
  object-fit: contain;
}
#home #main .r2 .inner .items .inb {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home #main .r2 .inner .items .inb h3 {
  font-weight: 600;
  width: 100%;
  transition: color 0.5s ease-in-out;
}
#home #main .r2 .inner .items .inb .add {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  line-height: 0.28rem;
  text-align: center;
  border: 1px solid #0c41b2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.5s ease-in-out;
}
#home #main .r2 .inner .items .inb .add > svg {
  width: 8px;
}
#home #main .r2 .inner .items .inb .add > svg path {
  fill: #0c41b2;
  transition: fill 0.5s ease-in-out;
}
@media screen and (orientation: landscape) {
  #home #main .r2 .inner .items:hover {
    background-color: #0c41b2;
  }
  #home #main .r2 .inner .items:hover .topic h2 {
    color: #fff;
  }
  #home #main .r2 .inner .items:hover .topic .add {
    border-color: #ffffff;
  }
  #home #main .r2 .inner .items:hover .topic .add > svg path {
    fill: #fff;
  }
  #home #main .r2 .inner .items:hover .inb h3 {
    color: #fff;
  }
  #home #main .r2 .inner .items:hover .inb .add {
    border-color: #ffffff;
  }
  #home #main .r2 .inner .items:hover .inb .add > svg path {
    fill: #fff;
  }
}
#home #main .r2 .addc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  line-height: 2.8rem;
  text-align: center;
  background-color: #f2f2f2;
}
#home #main .r2 .addc .onc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  line-height: 2.5rem;
  text-align: center;
  border: 0.15rem solid #fff;
}
#home #main .r2 .addc .inc {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  line-height: 1.6rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 9px 12px 27px -4px rgba(0, 0, 0, 0.11);
}
#home #main .r2 .addc .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  width: 2.6rem;
  height: 1.95rem;
}
#home #main .r2 .boll__load {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3rem;
  width: 2.6rem;
}
#home #main .r3 {
  position: relative;
  z-index: 5;
}
#home #main .r3 .inner {
  margin-bottom: 0;
}
#home #main .r3 .inner .group {
  padding-top: 0.6rem;
}
#home #main .r3 .inner .group .title {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1.2rem;
  text-align: center;
}
#home #main .r3 .inner .group .title h3 {
  line-height: 1;
  margin-bottom: 0.35rem;
  font-weight: 600;
}
#home #main .r3 .inner .group .title p {
  line-height: 1.5;
}
#home #main .r3 .inner .group .items {
  padding: 0 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#home #main .r3 .inner .group .items .list {
  width: calc(50% - 0.1rem);
  padding-bottom: 0.7rem;
  transition: transform 1.6s ease-in-out;
}
@media screen and (orientation: landscape) {
  #home #main .r3 .inner .group .items .list:nth-of-type(2n+1) {
    transform: translate(0px, 120vh) rotate(-58deg);
  }
  #home #main .r3 .inner .group .items .list:nth-of-type(2n+2) {
    transition-delay: 0.5s;
    transform: translate(0px, 120vh) rotate(36deg);
  }
}
@media screen and (orientation: portrait) {
  #home #main .r3 .inner .group .items .list:nth-of-type(2n+1) {
    transform: translate(0px, 60vh) rotate(-36deg);
  }
  #home #main .r3 .inner .group .items .list:nth-of-type(2n+2) {
    transition-delay: 0.2s;
    transform: translate(0px, 60vh) rotate(24deg);
  }
}
#home #main .r3 .inner .group .items .list .imgBox {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 90%;
  margin-bottom: 0.3rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(20rem);
  transform: perspective(20rem);
}
#home #main .r3 .inner .group .items .list .imgBox .imgWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0.3rem;
  transition: box-shadow 0.5s ease-in-out;
}
#home #main .r3 .inner .group .items .list .imgBox .imgWrap .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main .r3 .inner .group .items .list .imgBox .imgWrap .pic > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
#home #main .r3 .inner .group .items .list .imgBox.imgClip .imgWrap .pic {
  backface-visibility: hidden;
  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%);
  width: 120%;
  height: 120%;
}
#home #main .r3 .inner .group .items .list .imgBox:hover .imgWrap {
  box-shadow: 0.3rem 0.3rem 0.4rem -0.1rem rgba(0, 0, 0, 0.15);
}
#home #main .r3 .inner .group .items .list .photo {
  width: 100%;
  padding-bottom: 90%;
  position: relative;
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
#home #main .r3 .inner .group .items .list .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main .r3 .inner .group .items .list .msg {
  text-align: center;
}
#home #main .r3 .inner .group .items .list .msg h4 {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  transition: color 0.5s ease-in-out;
}
#home #main .r3 .inner .group .items .list .msg p {
  transition: color 0.5s ease-in-out;
}
#home #main .r3 .inner .group .items .list.go {
  transform: none;
}
#home #main .r3 .inner .group .items .list:hover .msg h4 {
  color: #0c41b2;
}
#home #main .r3 .inner .group .items .list:hover .msg p {
  color: #333;
}
#home #main .r4 {
  position: relative;
  z-index: 4;
  padding-top: 0.2rem;
  background-color: #F2F2F2;
}
#home #main .r4 .inner {
  background-color: #F2F2F2;
}
#home #main .r4 .inner .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home #main .r4 .inner .items .group {
  height: 4rem;
  position: relative;
  transform: scaleX(0.8);
  width: 100%;
  overflow: hidden;
  transition: transform 1s ease-in-out;
}
#home #main .r4 .inner .items .group .left {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 8% 0 3%;
}
#home #main .r4 .inner .items .group .left h4 {
  transition: color 0.5s ease-in-out;
}
#home #main .r4 .inner .items .group .left p {
  margin-top: 0.5rem;
}
#home #main .r4 .inner .items .group .right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 58%;
  right: 0;
  background-color: #e3e3e3;
  padding: 0.3rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transform: translateX(20%);
  transition: transform 1.2s ease-in-out, background-color 0.6s ease-in-out, width 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}
#home #main .r4 .inner .items .group .right h5 {
  text-transform: uppercase;
}
#home #main .r4 .inner .items .group .right .grb {
  width: 100%;
  text-align: right;
}
#home #main .r4 .inner .items .group .right .grb h3 {
  font-size: 1rem;
  line-height: 0.9;
  margin-top: 0.2rem;
}
#home #main .r4 .inner .items .group .right.go {
  background-color: #0c41b2;
  width: 40%;
  box-shadow: -0.4rem 0px 0.4rem -0.1rem rgba(12, 65, 178, 0.16);
}
#home #main .r4 .inner .items .group.go {
  transform: scaleX(1);
}
#home #main .r4 .inner .items .group.go .right {
  transform: translateX(0%);
}
#home #main .r4 .inner .items .group:hover .left h4 {
  color: #0c41b2;
}
#home #main .r4 .inner .items .group:hover .right {
  background-color: #0c41b2;
  width: 40%;
  box-shadow: -0.4rem 0px 0.4rem -0.1rem rgba(12, 65, 178, 0.16);
}
#home #main .r5 {
  position: relative;
  z-index: 1;
  overflow: visible;
}
#home #main .r5 .inner .int {
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
#home #main .r5 .inner .int h3 {
  text-transform: uppercase;
  position: relative;
  font-size: 2rem;
  color: #e3e3e3;
  line-height: 0.5;
  padding-top: 0.7rem;
}
#home #main .r5 .inner .int .full {
  object-fit: contain;
}
#home #main .r5 .inner .int .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  width: 2.6rem;
  height: 1.95rem;
}
#home #main .r5 .inner .inb {
  text-align: center;
}
#home #main .r5 .inner .inb h3 {
  margin-bottom: 0.5rem;
}
#home #main .r5 .inner .inb > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #main .r5 .inner .inb > div > a {
  margin: 0 0.12rem;
  border: 3px solid #0c41b2;
}
#home #main .r6 {
  position: relative;
  z-index: 0;
  margin-top: 0.3rem;
}
#home #main .r6 .inner form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (orientation: landscape) {
  #home #main .r6 .inner form {
    padding-right: 5rem;
    margin-bottom: 0.2rem;
  }
}
#home #main .r6 .inner form .inRow {
  width: 100%;
  margin-bottom: 0.2rem;
}
#home #main .r6 .inner form .inRow input[type=text] {
  border: none;
  background-color: #fff;
  padding: 0 0.3rem;
  height: 1rem;
  width: 100%;
  border-radius: 0.2rem;
}
#home #main .r6 .inner form .inRow input[type=text]::placeholder {
  color: #333;
  font-weight: 600;
}
#home #main .r6 .inner form .inRow input[type=submit] {
  border: none;
  background-color: #0c41b2;
  height: 2.8rem;
  width: 100%;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.32rem;
}
#home #main .r6 .inner form .inRow textarea {
  width: 100%;
  padding: 0.3rem;
  overflow: hidden;
  border: none;
  background-color: #fff;
  height: 2.6rem;
  border-radius: 0.2rem;
}
#home #main .r6 .inner form .inRow textarea::placeholder {
  color: #333;
  font-weight: 600;
}
#home #main .r6 .inner form .inRow.half {
  width: calc(50% - 0.1rem);
}
@media screen and (orientation: landscape) {
  #home #main .r6 .inner form .msg {
    margin-bottom: 0;
  }
  #home #main .r6 .inner form .sub {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4.8rem;
  }
  #home #main .r6 .inner form .sub input[type=submit] {
    height: 100%;
  }
}
#about #main .r1 {
  margin-top: -0.8rem;
  position: relative;
  z-index: 5;
}
#about #main .r1 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 31.25vw;
  padding: 1% 5% 1% 3%;
}
#about #main .r1 .inner h1 {
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
}
#about #main .r1 .inner p {
  text-align: left;
  align-self: flex-end;
  width: 5.4rem;
}
#about #main .r2 {
  position: relative;
  margin-top: -0.8rem;
  overflow: hidden;
}
#about #main .r2 .video-parent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#about #main .r2 .video-parent video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#about #main .r2 .video-parent .cv {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#about #main .r2 .video-parent .cv.on {
  opacity: 1;
}
#about #main .r3 {
  background-color: #F2F2F2;
  position: relative;
  z-index: 4;
}
#about #main .r3 .inner {
  cursor: none;
}
#about #main .r3 .inner .group {
  width: 100%;
  height: 35vw;
}
#about #main .r3 .inner .group #stack {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 31.25vw;
  list-style: none;
  pointer-events: none;
}
#about #main .r3 .inner .group #stack .stack__item {
  background: #0c41b2;
  height: 100%;
  width: 100%;
  border-radius: 0.2rem;
  text-align: center;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
#about #main .r3 .inner .group #stack .stack__item .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4%;
  height: 100%;
}
#about #main .r3 .inner .group #stack .stack__item .box .bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
#about #main .r3 .inner .group #stack .stack__item .box .bt .cir {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  line-height: 0.78rem;
  text-align: center;
  background-color: #1f59d4;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about #main .r3 .inner .group #stack .stack__item .box .bt .cir > img {
  object-fit: contain;
  width: 70%;
  max-height: 30%;
}
#about #main .r3 .inner .group #stack .stack__item .box .bt h2 {
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
#about #main .r3 .inner .group #stack .stack__item .box .mid {
  width: calc(100% - 6rem - 4rem);
  flex-direction: column;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
#about #main .r3 .inner .group #stack .stack__item .box .mid p {
  line-height: 1.7;
  text-align: left;
}
#about #main .r3 .inner .group #stack .stack__item .box .bm {
  width: 4rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
#about #main .r3 .inner .group #stack .stack__item .box .bm .msg {
  width: 100%;
}
#about #main .r3 .inner .group #stack .stack__item .box .bm .msg .photo {
  width: 100%;
  padding-bottom: 68%;
  position: relative;
  background-color: #4b77d6;
  border-radius: 0.2rem;
}
#about #main .r3 .inner .group #stack .stack__item .box .bm .msg .photo > img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 4.78rem;
}
#about #main .r3 .inner .group #stack .stack__item .box .bm .msg h2 {
  line-height: 1;
  margin-top: 0.2rem;
  text-align: left;
}
#about #main .r3 .inner .group #stack .stack__item .box .bm .pager {
  color: #fff;
  text-align: right;
  line-height: 0.5;
}
#about #main .r3 .inner .group #stack .stack__item .box .bm .pager > em {
  font-size: 0.86rem;
  font-family: inherit;
  display: inline-block;
  margin-right: 0.1rem;
}
#about #main .r4 {
  background-color: #F2F2F2;
  position: relative;
  z-index: 4;
  padding-bottom: 1px;
}
#about #main .r4 .inner .topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  padding: 0 2.5%;
}
#about #main .r4 .inner .mid {
  height: 4.8rem;
  position: relative;
  width: 90%;
  margin: 0 auto;
  z-index: 10;
}
#about #main .r4 .inner .mid > span {
  font-size: 4.5rem;
  position: absolute;
  color: #fff;
  line-height: 0.2;
  padding-top: 2rem;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#about #main .r4 .inner .mid > span:nth-of-type(1) {
  left: 0;
  top: 0;
}
#about #main .r4 .inner .mid > span:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
#about #main .r4 .inner .mid > img {
  position: absolute;
  top: 72%;
  left: 20%;
  pointer-events: none;
}
#about #main .r4 .inner .group {
  position: relative;
  z-index: 5;
}
#about #main .r4 .inner .group .maskLeft {
  position: absolute;
  z-index: 4;
  width: 22%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  outline: none;
}
#about #main .r4 .inner .group .maskRight {
  position: absolute;
  z-index: 4;
  width: 22%;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
  outline: none;
}
#about #main .r4 .inner .group .history .col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0.3rem;
}
#about #main .r4 .inner .group .history .col:nth-of-type(1) {
  animation-name: slideX1;
  animation-timing-function: ease-in;
}
#about #main .r4 .inner .group .history .col:nth-of-type(2) {
  animation-name: slideX2;
  animation-timing-function: ease-in-out;
}
#about #main .r4 .inner .group .history .col .swiper-slide {
  width: calc(40vw + 0.3rem);
  padding-right: 0.3rem;
  height: 20vw;
}
#about #main .r4 .inner .group .history .col .swiper-slide .box {
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
}
#about #main .r4 .inner .group .history .col .swiper-slide .box h3 {
  font-size: 0.86rem;
  position: relative;
  z-index: 6;
  transition: color 0.3s ease-in-out;
}
#about #main .r4 .inner .group .history .col .swiper-slide .box .img {
  height: 13vw;
  position: absolute;
  right: 4%;
  top: 16%;
}
#about #main .r4 .inner .group .history .col .swiper-slide .box .img > img {
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#about #main .r4 .inner .group .history .col .swiper-slide .box .img .note {
  position: absolute;
  width: 100%;
  left: 25%;
  top: 90%;
  line-height: 1.7;
  transition: color 0.3s ease-in-out;
}
#about #main .r4 .inner .group .history .col .swiper-slide .box:hover {
  background-color: #0c41b2;
}
#about #main .r4 .inner .group .history .col .swiper-slide .box:hover h3 {
  color: #fff;
}
#about #main .r4 .inner .group .history .col .swiper-slide .box:hover .img > img {
  opacity: 0.34;
}
#about #main .r4 .inner .group .history .col .swiper-slide .box:hover .img .note {
  color: #fff;
}
#about #main .r5 {
  position: relative;
  z-index: 4;
  background-color: #F2F2F2;
  padding-bottom: 1px;
}
#about #main .r5 .inner {
  height: 42.7vw;
  position: relative;
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
#about #main .r5 .inner #glSlider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about #main .r5 .inner #glSlider #slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about #main .r5 .inner #glSlider .group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}
#about #main .r5 .inner #glSlider .group .pager {
  position: absolute;
  height: 2rem;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5vw;
}
#about #main .r5 .inner #glSlider .group .pager > a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  background-color: #fff;
  transition: background-color 0.4s ease-in-out;
}
#about #main .r5 .inner #glSlider .group .pager > a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 3;
  background-color: #0c41b2;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
#about #main .r5 .inner #glSlider .group .pager > a > i {
  position: relative;
  z-index: 7;
  transition: color 0.3s ease-in-out;
}
#about #main .r5 .inner #glSlider .group .pager > a:hover {
  background-color: #0c41b2;
}
#about #main .r5 .inner #glSlider .group .pager > a:hover .mask {
  transform: none;
}
#about #main .r5 .inner #glSlider .group .pager > a:hover > i {
  color: #fff;
}
#person #main #banner .inner .mid {
  display: inline-block;
  position: relative;
}
#person #main #banner .inner .mid .group {
  position: relative;
  transform-origin: 50% 50%;
  transform: rotate(90deg);
}
#person #main #banner .inner .mid .group > img {
  width: 40vw;
}
#person #main #banner .inner .mid .group .til {
  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%;
}
#person #main #banner .inner .mid .group .til h1 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 0.8;
  padding-top: 0.5rem;
  text-shadow: -0.35rem 0px 0.4rem rgba(0, 0, 0, 0.15);
  text-align: center;
  transform-origin: 50% 50%;
}
#person #main #banner .inner .mid .boll__load {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 20.8vw;
}
#person #main .r1 .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3% 0 2% 0;
}
#person #main .r1 .inner p {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}
#person #main .r1 .inner em {
  font-size: 0.76rem;
  line-height: 0;
  padding-top: 0.6rem;
}
#person #main .r2 .inner .int {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  height: 1.6rem;
}
#person #main .r2 .inner .int h2 {
  font-size: 1.5rem;
  line-height: 0;
  padding-top: 0.3em;
  padding-left: 1vw;
  text-transform: uppercase;
}
#person #main .r2 .inner .int .tab {
  max-width: 7.2rem;
  overflow: hidden;
}
#person #main .r2 .inner .int .tab .items .list {
  padding-right: 0.2rem;
  width: 1.8rem;
}
#person #main .r2 .inner .int .tab .items .list .headPic {
  cursor: pointer;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  line-height: 1.6rem;
  text-align: center;
  background-color: #fff;
  border: 6px solid #EEEEEE;
  position: relative;
  overflow: hidden;
}
#person #main .r2 .inner .int .tab .items .list .headPic .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  line-height: 1.2rem;
  text-align: center;
  background-color: #f2f2f2;
  transition: background-color 0.3s ease-in-out;
}
#person #main .r2 .inner .int .tab .items .list .headPic > img {
  z-index: 6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
#person #main .r2 .inner .int .tab .items .list .headPic:hover .mask,
#person #main .r2 .inner .int .tab .items .list .headPic.on .mask {
  background-color: #0c41b2;
}
#person #main .r2 .inner .int .tab .items .list .headPic.on {
  pointer-events: none;
}
#person #main .r2 .inner .int .tab > span {
  display: none;
}
#person #main .r2 .inner .mid {
  height: 5.6rem;
  overflow: hidden;
  position: relative;
}
#person #main .r2 .inner .mid .tabCon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#person #main .r2 .inner .mid .tabCon .col {
  height: 100%;
  position: relative;
}
#person #main .r2 .inner .mid .tabCon .col:nth-of-type(1) {
  width: 45%;
  transform: translateY(10%);
  opacity: 0;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}
#person #main .r2 .inner .mid .tabCon .col:nth-of-type(1) > img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0.3rem;
  width: 4rem;
}
#person #main .r2 .inner .mid .tabCon .col:nth-of-type(2) {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
#person #main .r2 .inner .mid .tabCon .col:nth-of-type(2) h4 {
  margin-bottom: 0.35rem;
  line-height: 1;
  transform: translateY(0.3rem);
  color: rgba(12, 65, 178, 0);
  transition: transform 0.7s ease-in-out, color 0.7s ease-in-out;
}
#person #main .r2 .inner .mid .tabCon .col:nth-of-type(2) p {
  line-height: 1.6;
  transform: translateY(20%);
  color: rgba(51, 51, 51, 0);
  transition: transform 0.7s ease-in-out, color 0.7s ease-in-out;
}
#person #main .r2 .inner .mid .tabCon.on {
  opacity: 1;
  pointer-events: auto;
}
#person #main .r2 .inner .mid .tabCon.on .col:nth-of-type(1).go {
  transform: none;
  opacity: 1;
}
#person #main .r2 .inner .mid .tabCon.on .col:nth-of-type(2) {
  transform: none;
}
#person #main .r2 .inner .mid .tabCon.on .col:nth-of-type(2) h4.go {
  transform: none;
  color: #0c41b2;
}
#person #main .r2 .inner .mid .tabCon.on .col:nth-of-type(2) P.go {
  transform: none;
  color: #333;
}
#service #main .r1 {
  padding-top: 1.25rem;
}
#service #main .r1 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
  flex-wrap: wrap;
  align-items: stretch;
}
#service #main .r1 .inner .group {
  width: calc(50% - 0.1rem);
}
#service #main .r1 .inner .group .topic {
  padding: 20px 10px 0 10px;
  height: 1.5rem;
  align-items: flex-start;
}
#service #main .r1 .inner .group .topic h3 {
  font-weight: 600;
  line-height: 1.2;
}
#service #main .r1 .inner .group .topic small {
  line-height: 1;
  text-align: right;
}
#service #main .r1 .inner .group .items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#service #main .r1 .inner .group .items > li {
  width: calc(100%/3);
  padding: 10px;
}
#service #main .r1 .inner .group .items > li .layout-btn-1 {
  max-width: 100%;
  background-color: #fff;
  border: 2px solid #E1E1E1;
}
#service #main .r1 .inner .group .items > li .layout-btn-1 > div > span:last-of-type {
  padding: 0 0.2rem;
}
#service #main .r2 {
  overflow: hidden;
}
#service #main .r2 .inner {
  overflow: hidden;
  margin-bottom: 0.2rem;
}
#service #main .r2 .inner .title {
  padding: 0.2rem 3% 0 3%;
}
#service #main .r2 .inner .title h2 {
  font-size: 1.6rem;
  line-height: 0.8;
  padding-top: 0.3em;
  text-transform: uppercase;
}
#service #main .r2 .inner .group {
  position: relative;
  z-index: 5;
  margin: -0.7rem 3% 0rem 3%;
  width: 94%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  height: 20.36vw;
  padding: 0.5rem 0.5rem;
  overflow: visible;
}
#service #main .r2 .inner .group .mg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
  overflow: hidden;
}
#service #main .r2 .inner .group .mg2 {
  position: absolute;
  width: 100%;
  top: -2rem;
  left: 0;
  object-fit: contain;
}
#service #main .r2 .inner .group .col {
  position: relative;
  z-index: 10;
}
#service #main .r2 .inner .group .col:nth-child(1) small {
  display: block;
  margin-bottom: 0.1rem;
  font-weight: 600;
}
#service #main .r2 .inner .group .col:nth-child(1) > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#service #main .r2 .inner .group .col:nth-child(1) > div h3 {
  font-size: 0.68rem;
  line-height: 0.8;
  padding-top: 0.3em;
}
#service #main .r2 .inner .group .col:nth-child(1) > div span {
  line-height: 1.5;
  margin-left: 0.35rem;
}
#service #main .r2 .inner .group .col:nth-child(2) p {
  line-height: 1.6;
}
#news #main {
  position: relative;
}
#news #main #banner {
  margin-bottom: 0.2rem;
}
#news #main #banner .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
@media screen and (orientation: landscape) {
  #news #main #banner .inner {
    height: 100vh;
  }
}
#news #main #banner .inner #slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.35;
}
#news #main #banner .inner #slider canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#news #main #banner .inner .group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  padding-top: 0.8rem;
}
#news #main #banner .inner .group .items {
  width: 10rem;
  margin: 0 auto;
  max-width: 750px;
  height: 100%;
  position: relative;
  padding: 0.8rem 0.44rem 2.2rem 0.44rem;
}
#news #main #banner .inner .group .items .slider--list {
  position: absolute;
  left: 0.44rem;
  top: 0.8rem;
  width: calc(100% - 0.88rem);
  height: calc(100% - 3rem);
  display: none;
}
#news #main #banner .inner .group .items .slider--list .box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
#news #main #banner .inner .group .items .slider--list .box .date small {
  display: inline-block;
}
#news #main #banner .inner .group .items .slider--list .box .date p {
  line-height: 1.2;
}
#news #main #banner .inner .group .items .slider--list .box .msg h2 {
  font-size: 0.86rem;
  line-height: 1;
}
#news #main #banner .inner .group .items .slider--list .box .msg h2 small {
  font-size: 0.3rem;
}
#news #main #banner .inner .group .items .slider--list .box .msg .more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.6rem;
  position: relative;
  margin-left: 0.3rem;
  transition: transform 0.5s ease-in-out;
}
#news #main #banner .inner .group .items .slider--list .box .msg .more > svg {
  width: 0.14rem;
  position: absolute;
  opacity: 0;
  right: calc(100% + 0.3rem);
  z-index: 10;
  transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#news #main #banner .inner .group .items .slider--list .box .msg .more em {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
  width: 7px;
  margin-right: 0.1rem;
  height: 7px;
  display: inline-block;
  background: rgba(243, 247, 251, 0);
  border: 2px solid #F2F2F2;
  opacity: 0.3;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
#news #main #banner .inner .group .items .slider--list .box .msg .more span {
  position: relative;
  padding-top: 0.3em;
}
#news #main #banner .inner .group .items .slider--list .box .msg .more span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 4px;
  transform-origin: 100% 0;
  transition: transform 0.5s ease-in-out;
}
#news #main #banner .inner .group .items .slider--list .box .msg .more:hover {
  transform: translateX(12px);
}
#news #main #banner .inner .group .items .slider--list .box .msg .more:hover > svg {
  right: calc(100% + 0.21rem);
  opacity: 1;
}
#news #main #banner .inner .group .items .slider--list .box .msg .more:hover em {
  width: 0.36rem;
  height: 0.36rem;
  background-color: #fff;
  opacity: 1;
}
#news #main #banner .inner .group .items .slider--list .box .msg .more:hover span:after {
  transform: scaleX(0.001);
}
#news #main #banner .inner .group .items .slider--list.on {
  display: block;
}
#news #main #banner .inner .group .pager {
  position: absolute;
  height: 1.6rem;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5vw;
}
#news #main #banner .inner .group .pager > ol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 650px;
  margin: 0 auto;
  padding: 0 0.34rem;
  height: 100%;
}
#news #main #banner .inner .group .pager > ol li {
  height: 0.8rem;
  width: calc(25% - 0.2rem);
  margin: 0 0.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#news #main #banner .inner .group .pager > ol li span {
  height: 2px;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.5s ease-in-out;
}
#news #main #banner .inner .group .pager > ol li.on {
  pointer-events: none;
}
#news #main #banner .inner .group .pager > ol li.on span {
  background: #ffffff;
}
#news #main #banner .inner .group .maskLeft {
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
#news #main #banner .inner .group .maskRight {
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
}
#news #main .r1 > .layout-box {
  padding-bottom: 0;
  overflow: visible;
}
#news #main .r1 .inner {
  padding: 3% 3% 0 3%;
}
#news #main .r1 .inner .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  width: 100%;
  position: relative;
}
#news #main .r1 .inner .list:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
  z-index: 1;
}
#news #main .r1 .inner .list .col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
#news #main .r1 .inner .list .col h3 {
  line-height: 1.2;
  font-weight: 600;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#news #main .r1 .inner .list .col:nth-of-type(1) {
  width: 60%;
}
#news #main .r1 .inner .list .col:nth-of-type(1) h4 {
  width: 88%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  padding-top: 0.4em;
  transition: color 0.5s ease-in-out;
}
#news #main .r1 .inner .list .col:nth-of-type(2) {
  width: 40%;
}
#news #main .r1 .inner .list .col:nth-of-type(2) p {
  max-width: 4.5rem;
}
#news #main .r1 .inner .list .col:nth-of-type(2) > span {
  line-height: 0;
  padding-top: 0.6em;
}
#news #main .r1 .inner .list .col:nth-of-type(2) > span em {
  font-size: inherit;
  margin: 0 0.2rem;
  display: inline-block;
}
#news #main .r1 .inner .list .col:nth-of-type(2) .pic {
  width: 2.8rem;
  height: calc(100% + 2.4rem);
  position: absolute;
  top: -1.2rem;
  left: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0.26rem 0.23rem 0.5rem -0.1rem rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transform: translateX(10%);
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
#news #main .r1 .inner .list .col:nth-of-type(2) .more {
  width: 1.48rem;
  height: 1.48rem;
  border-radius: 50%;
  line-height: 1.48rem;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  border: 1px solid #f2f2f2;
  transition: background-color 0.5s ease-in-out;
  box-shadow: 0 0.26rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1);
}
#news #main .r1 .inner .list .col:nth-of-type(2) .more span {
  line-height: 0;
  padding-top: 0.5em;
  color: #0c41b2;
  transition: color 0.5s ease-in-out;
}
#news #main .r1 .inner .list .col:nth-of-type(2) .more:hover {
  background-color: #0c41b2;
}
#news #main .r1 .inner .list .col:nth-of-type(2) .more:hover span {
  color: #fff;
}
#news #main .r1 .inner .list:hover .col:nth-of-type(1) h4 {
  color: #0c41b2;
}
#news #main .r1 .inner .list:hover .col:nth-of-type(2) .pic {
  opacity: 1;
  transform: none;
}
#news #main .r1 .inner .list.first-list {
  padding-bottom: 1rem;
  padding-top: 0;
}
#news #main .r1 .inner .list.first-list:after {
  opacity: 0;
}
#news #main .r1 .inner .list.first-list .col {
  justify-content: space-between;
}
#news #main .r2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.2rem;
}
#news #main .r2 .maskLeft {
  position: absolute;
  z-index: 4;
  width: 20%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  outline: none;
}
#news #main .r2 .maskRight {
  position: absolute;
  z-index: 4;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
  outline: none;
}
#news #main .r2 .inner {
  padding-top: 0.1rem;
  position: relative;
  z-index: 1;
}
#news #main .r2 .inner .box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.3rem;
  margin-left: 10%;
}
#news #main .r2 .inner .box:nth-of-type(1) {
  animation-name: slideX1;
  animation-timing-function: ease-in;
}
#news #main .r2 .inner .box:nth-of-type(2) {
  animation-name: slideX2;
  animation-timing-function: ease-in-out;
}
#news #main .r2 .inner .box .swiper-wrapper .swiper-slide {
  width: 35.6vw;
  padding-right: 2vw;
}
#news #main .r2 .inner .box .swiper-wrapper .swiper-slide .layout-group {
  width: 100%;
}
#newDetail #main .r1 {
  padding-top: 1.25rem;
}
#newDetail #main .r1 .inner {
  padding: 3% 4%;
}
#newDetail #main .r1 .inner .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5rem;
}
#newDetail #main .r1 .inner .title h1 {
  font-size: 0.48rem;
  line-height: 1;
}
#newDetail #main .r1 .inner .title .col {
  text-align: right;
}
#newDetail #main .r1 .inner .detail img {
  max-width: 100%;
  display: block;
  margin: 0.3rem auto;
  height: auto!important;
}
#newDetail #main .r2 #detailSw {
  padding: 0 0.1rem;
}
#newDetail #main .r2 #detailSw .swiper-slide {
  padding: 0 0.1rem;
}
#newDetail #main .r2 #detailSw .swiper-slide .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
  height: 2rem;
  margin-bottom: 0;
}
#newDetail #main .r2 #detailSw .swiper-slide .box h3 {
  line-height: 1.2;
  font-weight: 600;
}
#newDetail #main .r2 #detailSw .swiper-slide .box p {
  line-height: 1.2;
}
#pro #main {
  background-color: #F2F2F2;
}
#pro #main #banner {
  position: relative;
  overflow: hidden;
}
#pro #main #banner #tlSlider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
#pro #main #banner #tlSlider .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pro #main #banner #tlSlider .photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
#pro #main #banner #tlSlider .photo .slider-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
}
#pro #main #banner #tlSlider .photo .slider-pic.on {
  opacity: 1;
}
#pro #main #banner #tlSlider .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
}
#pro #main #banner #tlSlider .inner .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 70%;
  left: 15%;
}
#pro #main #banner #tlSlider .inner .msg:after {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  line-height: 4.6rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #696969;
  z-index: 1;
}
#pro #main #banner #tlSlider .inner .msg .slider-list {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#pro #main #banner #tlSlider .inner .msg .slider-list .col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.7s ease-in-out;
}
#pro #main #banner #tlSlider .inner .msg .slider-list .col h2 {
  font-size: 0.8rem;
  line-height: 0.9;
  text-align: center;
}
#pro #main #banner #tlSlider .inner .msg .slider-list .col .mask {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  line-height: 4.6rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #696969;
  z-index: 1;
}
#pro #main #banner #tlSlider .inner .msg .slider-list .col .img {
  max-height: 29vw;
  position: relative;
  z-index: 4;
}
#pro #main #banner #tlSlider .inner .msg .slider-list .col em {
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin-bottom: 0.9rem;
}
#pro #main #banner #tlSlider .inner .msg .slider-list .col p {
  text-align: center;
}
#pro #main #banner #tlSlider .inner .msg .slider-list .col:nth-of-type(1) {
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -o-transform: translateX(20%);
  -ms-transform: translateX(20%);
}
#pro #main #banner #tlSlider .inner .msg .slider-list .col:nth-of-type(2) {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 40vw;
  transform: scale(1.1) translateY(-0.2rem);
  -webkit-transform: scale(1.1) translateY(-0.2rem);
  -moz-transform: scale(1.1) translateY(-0.2rem);
  -o-transform: scale(1.1) translateY(-0.2rem);
  -ms-transform: scale(1.1) translateY(-0.2rem);
}
#pro #main #banner #tlSlider .inner .msg .slider-list .col:nth-of-type(3) {
  flex-direction: column;
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
}
#pro #main #banner #tlSlider .inner .msg .slider-list.on {
  opacity: 1;
  pointer-events: auto;
}
#pro #main #banner #tlSlider .inner .msg .slider-list.on .col:nth-of-type(1) {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#pro #main #banner #tlSlider .inner .msg .slider-list.on .col:nth-of-type(2) {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#pro #main #banner #tlSlider .inner .msg .slider-list.on .col:nth-of-type(3) {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#pro #main #banner #tlSlider .inner .msg .slider-list.out .col:nth-of-type(1) {
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
}
#pro #main #banner #tlSlider .inner .msg .slider-list.out .col:nth-of-type(2) {
  transform: scale(0.9) translateY(0.2rem);
  -webkit-transform: scale(0.9) translateY(0.2rem);
  -moz-transform: scale(0.9) translateY(0.2rem);
  -o-transform: scale(0.9) translateY(0.2rem);
  -ms-transform: scale(0.9) translateY(0.2rem);
}
#pro #main #banner #tlSlider .inner .msg .slider-list.out .col:nth-of-type(3) {
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -o-transform: translateX(20%);
  -ms-transform: translateX(20%);
}
#pro #main #banner #tlSlider .pager {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 1rem;
  bottom: 0.4rem;
  left: 0;
  padding: 0 5.6%;
}
#pro #main #banner #tlSlider .pager .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#pro #main #banner #tlSlider .pager .items .slider-dot {
  width: 25%;
  height: 100%;
  padding: 0 0.1rem;
}
#pro #main #banner #tlSlider .pager .items .slider-dot .box {
  display: block;
  padding: 0 0.35rem;
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  box-shadow: 8px 6px 18px -3px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease-in-out;
}
#pro #main #banner #tlSlider .pager .items .slider-dot .box .left h4 {
  font-weight: 600;
}
#pro #main #banner #tlSlider .pager .items .slider-dot .box .right > i {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  line-height: 0.4rem;
  text-align: center;
  background-color: #0c41b2;
  color: #fff;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
#pro #main #banner #tlSlider .pager .items .slider-dot.on .box {
  background-color: #0c41b2;
}
#pro #main #banner #tlSlider .pager .items .slider-dot.on .box .right > i {
  background-color: #fff;
  color: #0c41b2;
  transform: rotate(90deg);
}
#pro #main #banner #tlSlider .pager .items .slider-dot:hover .box {
  background-color: #0c41b2;
}
#pro #main #banner #tlSlider .pager .items .slider-dot:hover .box .right > i {
  background-color: #fff;
  color: #0c41b2;
  transform: rotate(90deg);
}
#pro #main .r1 {
  padding-top: 0.9rem;
  overflow: hidden;
}
#pro #main .r1 .inner {
  padding: 6.8% 5.8%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#pro #main .r1 .inner .list {
  width: calc(100%/3);
  padding: 0 0.5rem 0.8rem 0.5rem;
  transition: transform 1.6s ease-in-out;
  display: block;
}
@media screen and (orientation: landscape) {
  #pro #main .r1 .inner .list:nth-of-type(3n+1) {
    margin-top: -0.8rem;
    transition-delay: 0.2s;
    transform: translate(0px, 100vh) rotate(36deg);
  }
  #pro #main .r1 .inner .list:nth-of-type(3n+2) {
    margin-top: 0.8rem;
    transform: translate(0px, 90vh) rotate(-58deg);
  }
  #pro #main .r1 .inner .list:nth-of-type(3n+3) {
    margin-top: -0.8rem;
    transition-delay: 0.4s;
    transform: translate(0px, 100vh) rotate(20deg);
  }
}
#pro #main .r1 .inner .list.go {
  transform: none!important;
}
#pro #main .r1 .inner .imgBox {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: calc(90% + 1.2rem);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(20rem);
  transform: perspective(20rem);
}
#pro #main .r1 .inner .imgBox .imgWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0.3rem;
  transition: box-shadow 0.5s ease-in-out;
}
#pro #main .r1 .inner .imgBox .imgWrap .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: calc(100% - 1.1rem);
}
#pro #main .r1 .inner .imgBox .imgWrap .pic > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
#pro #main .r1 .inner .imgBox .imgWrap .msg {
  height: 1.2rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10% 0 40%;
  transition: background-color 0.5s ease-in-out;
}
#pro #main .r1 .inner .imgBox .imgWrap .msg .company {
  position: absolute;
  left: 8%;
  top: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  line-height: 1rem;
  text-align: center;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  box-shadow: 0.26rem 0.23rem 0.43rem -0.1rem rgba(0, 0, 0, 0.05);
}
#pro #main .r1 .inner .imgBox .imgWrap .msg .company > img {
  object-fit: contain;
  width: 70%;
  max-height: 30%;
}
#pro #main .r1 .inner .imgBox .imgWrap .msg h3 {
  width: 100%;
  transition: color 0.5s ease-in-out;
}
#pro #main .r1 .inner .imgBox .imgWrap .msg p {
  width: 100%;
  line-height: 1.6;
  transition: color 0.5s ease-in-out;
}
#pro #main .r1 .inner .imgBox.imgClip .imgWrap .pic {
  backface-visibility: hidden;
  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%);
  width: 120%;
  height: 120%;
}
#pro #main .r1 .inner .imgBox:hover .imgWrap {
  box-shadow: 0.3rem 0.3rem 0.4rem -0.1rem rgba(0, 0, 0, 0.15);
}
#pro #main .r1 .inner .imgBox:hover .imgWrap .msg {
  background-color: #0c41b2;
}
#pro #main .r1 .inner .imgBox:hover .imgWrap .msg h3 {
  color: #fff;
}
#pro #main .r1 .inner .imgBox:hover .imgWrap .msg p {
  color: #fff;
}
#pro #main .r2 {
  position: relative;
}
#pro #main .r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#pro #main .r2 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: -25px;
  height: calc(100% + 50px);
}
#pro #main .r2 .inner {
  height: 24.6vw;
  background-color: rgba(11, 65, 178, 0.8);
  position: relative;
  z-index: 10;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#pro #main .r2 .inner .layout-btn-1 {
  background-color: #fff;
  margin-top: 0.3rem;
  box-shadow: 0 0.24rem 0.27rem -0.1rem rgba(0, 0, 0, 0.25);
}
#pro #main .r2 .inner .layout-btn-1 > div > span:last-of-type {
  color: #0c41b2;
}
#proDetail #main #banner {
  position: relative;
}
#proDetail #main #banner .img {
  position: relative;
  padding-bottom: 73%;
  overflow: hidden;
}
#proDetail #main #banner .img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#proDetail #main #banner .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.8rem 5.8% 0 5.8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#proDetail #main #banner .inner .col:nth-of-type(1) h1 {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.6rem;
}
#proDetail #main #banner .inner .col:nth-of-type(1) small {
  display: block;
}
#proDetail #main #banner .inner .col:nth-of-type(1) p {
  color: #ffffff;
  margin-top: 1.8rem;
  max-width: 51vw;
}
#proDetail #main #banner .inner .col:nth-of-type(2) .more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.5s ease-in-out;
}
#proDetail #main #banner .inner .col:nth-of-type(2) .more > svg {
  width: 0.14rem;
  position: absolute;
  opacity: 0;
  right: calc(100% + 0.3rem);
  z-index: 10;
  transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#proDetail #main #banner .inner .col:nth-of-type(2) .more em {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
  width: 7px;
  margin-right: 0.1rem;
  height: 7px;
  display: inline-block;
  background: rgba(243, 247, 251, 0);
  border: 2px solid #F2F2F2;
  opacity: 0.3;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
#proDetail #main #banner .inner .col:nth-of-type(2) .more span {
  position: relative;
  padding-top: 0.3em;
}
#proDetail #main #banner .inner .col:nth-of-type(2) .more span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 4px;
  transform-origin: 100% 0;
  transition: transform 0.5s ease-in-out;
}
#proDetail #main #banner .inner .col:nth-of-type(2) .more:hover {
  transform: translateX(12px);
}
#proDetail #main #banner .inner .col:nth-of-type(2) .more:hover > svg {
  right: calc(100% + 0.21rem);
  opacity: 1;
}
#proDetail #main #banner .inner .col:nth-of-type(2) .more:hover em {
  width: 0.36rem;
  height: 0.36rem;
  background-color: #fff;
  opacity: 1;
}
#proDetail #main #banner .inner .col:nth-of-type(2) .more:hover span:after {
  transform: scaleX(0.001);
}
#proDetail #main #banner .inner .col:nth-of-type(3) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#proDetail #main #banner .inner .col:nth-of-type(3) .tip {
  width: 100%;
}
#proDetail #main #banner .inner .col:nth-of-type(3) .tip > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.2rem;
}
#proDetail #main #banner .inner .col:nth-of-type(3) .tip > ul > li {
  margin-right: 0.15rem;
}
#proDetail #main .r1 .inner {
  padding: 4% 0 6% 0;
}
#proDetail #main .r1 .inner .detail img {
  width: 100%;
}
#proDetail #main .r2 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
}
#proDetail #main .r2 .inner .box {
  display: block;
  width: calc(50% - 0.1rem);
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: #0c41b2;
  position: relative;
}
#proDetail #main .r2 .inner .box .photo {
  width: 100%;
  padding-bottom: 24%;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
#proDetail #main .r2 .inner .box .photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  width: 200%;
  opacity: 0;
  transform: translateX(100%);
  background: linear-gradient(90deg, rgba(12, 65, 178, 0) 0%, #0c41b2 50%, #0c41b2 100%);
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
#proDetail #main .r2 .inner .box .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 3;
}
#proDetail #main .r2 .inner .box .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
}
#proDetail #main .r2 .inner .box:hover .photo:after {
  opacity: 1;
  transform: translateX(-50%);
}
#contact #main .row {
  overflow: hidden;
}
#contact #main #banner {
  position: relative;
  z-index: 4;
}
#contact #main #banner .inner h1 {
  font-size: 1.6rem;
  line-height: 0.9;
  text-transform: capitalize;
  text-align: center;
  text-shadow: 0.15rem 0.13rem 0.24rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
#contact #main #banner .inner i {
  color: #fff;
  display: block;
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  line-height: 0.84rem;
  text-align: center;
  background-color: #0c41b2;
  transform: scaleY(-1);
  font-size: 0.3rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}
#contact #main #banner .inner .photo {
  position: absolute;
  width: 3rem;
}
#contact #main #banner .inner .photo .pic {
  padding-bottom: 141%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0.24rem 0.32rem 0.43rem -0.1rem rgba(0, 0, 0, 0.16);
  transform-origin: 50% 50%;
}
#contact #main #banner .inner .photo.p1 {
  left: 60%;
  z-index: 6;
  top: -20%;
}
#contact #main #banner .inner .photo.p1 .pic {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
}
#contact #main #banner .inner .photo.p2 {
  left: 24%;
  z-index: 1;
  top: 45%;
}
#contact #main #banner .inner .photo.p2 .pic {
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}
#contact #main #banner .inner .photo.p3 {
  left: 58%;
  z-index: 2;
  top: 64%;
}
#contact #main #banner .inner .photo.p3 .pic {
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
}
#contact #main .r1 {
  margin-top: -0.5rem;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 10;
}
#contact #main .r1 .inner {
  height: 6.6rem;
  border-radius: 0.2rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
#contact #main .r1 .inner .col {
  height: 100%;
  position: relative;
  z-index: 10;
}
#contact #main .r1 .inner .col:nth-of-type(1) {
  padding: 0.4rem 0.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
#contact #main .r1 .inner .col:nth-of-type(2) {
  border-top-left-radius: 5rem;
  pointer-events: none;
  border-bottom-left-radius: 5rem;
  width: calc(50% + 3.3rem);
  overflow: hidden;
  box-shadow: -0.35rem 0px 0.43rem -0.15rem rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: transform 1s ease-in-out;
}
#contact #main .r1 .inner .col:nth-of-type(2) .adr {
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  line-height: 6.6rem;
  text-align: center;
  position: relative;
  border: 1.6rem solid #fff;
  z-index: 4;
}
#contact #main .r1 .inner .col:nth-of-type(2) .adr > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  line-height: 3.2rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0rem 0px 0.43rem -0.15rem rgba(0, 0, 0, 0.2);
}
#contact #main .r1 .inner .col:nth-of-type(2) .adr > span > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1rem;
  left: 0.5rem;
}
#contact #main .r1 .inner .col:nth-of-type(2) .adt {
  width: calc(100% - 8.6rem);
  text-align: center;
  position: relative;
  z-index: 4;
  line-height: 1.48;
}
#contact #main .r1 .inner .col:nth-of-type(2) .mask {
  background-color: transparent;
  height: calc(100vw + 3.5rem);
  width: calc(100vw + 3.5rem);
  border: 50vw solid #fff;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  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%);
  left: 25%;
}
#contact #main .r1 .inner #map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#contact #main .r1 .inner #map .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#contact #main .r1 .inner #map .pic > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: auto;
  width: 4rem;
  height: 4rem;
}
#contact #main .r1 .inner #map .pic > span > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1rem;
  left: 0.5rem;
}
#contact #main .r1 .inner:hover .col:nth-of-type(2) {
  transform: translateX(88%);
  -webkit-transform: translateX(88%);
  -moz-transform: translateX(88%);
  -o-transform: translateX(88%);
  -ms-transform: translateX(88%);
}
#contact #main .r2 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
#contact #main .r2 .inner .half {
  width: calc(50% - 0.1rem);
}
#contact #main .r2 .inner .half.box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#contact #main .r2 .inner .half .list {
  text-align: center;
  margin-bottom: 0.5rem;
}
#contact #main .r2 .inner .half .list small {
  display: block;
}
#contact #main .r2 .inner .half .list p {
  line-height: 1;
  margin-top: 0.2rem;
}
#contact #main .r2 .inner .half .list span {
  text-align: center;
  display: block;
  line-height: 1;
  margin-top: 0.1rem;
}
#contact #main .r2 .inner .half .list:last-of-type {
  margin-bottom: 0;
}
#contact #main .r2 .inner .col {
  height: 5.4rem;
}
#contact #main .r2 .inner .col:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: #fff;
}
#contact #main .r2 .inner .col:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box {
  border-radius: 0.2rem;
  overflow: hidden;
  height: calc(50% - 0.1rem);
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(1) {
  background-color: #fff;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(2) {
  background-color: #fff;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(3) {
  background-color: #0c41b2;
  width: 100%;
  margin-top: 0.2rem;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(3) .items {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(3) .items > li {
  margin: 0 0.4rem;
  position: relative;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(3) .items > li > a {
  position: relative;
  border: 3px solid #FFFFFF;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  line-height: 0.9rem;
  text-align: center;
  display: block;
  background-color: #0c41b2;
  box-shadow: 0.27rem 0.2rem 0.4rem -1rem rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease-in-out;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(3) .items > li > a > img {
  max-width: 60%;
  max-height: 40%;
  object-fit: contain;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(3) .items > li > a .imgw {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 60%;
  max-height: 40%;
  transition: opacity 0.4s ease-in-out;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(3) .items > li:after {
  content: attr(data-note);
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  left: 0;
  top: calc(100% + 0.1rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(3) .items > li:hover > a {
  background-color: #fff;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(3) .items > li:hover > a .imgw {
  opacity: 0;
}
#contact #main .r2 .inner .col:nth-of-type(2) .box:nth-of-type(3) .items > li:hover:after {
  opacity: 1;
}
/******************** yuda *********************/
#stack .stack__item--reject {
  -webkit-animation: yudaReject 0.5s forwards;
  animation: yudaReject 0.5s forwards;
}
@-webkit-keyframes yudaReject {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}
@keyframes yudaReject {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}
#stack .stack__item--accept {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: yudaAccept 0.5s forwards;
  animation: yudaAccept 0.5s forwards;
}
@-webkit-keyframes yudaAccept {
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 3deg) translate(0.5rem, -0.5rem);
    transform: rotate3d(0, 0, 1, 3deg) translate(0.5rem, -0.5rem);
  }
}
@keyframes yudaAccept {
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 3deg) translate(0.5rem, -0.5rem);
    transform: rotate3d(0, 0, 1, 3deg) translate(0.5rem, -0.5rem);
  }
}
@keyframes slideX1 {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  100% {
    transform: translateX(-60vw);
    -webkit-transform: translateX(-60vw);
    -moz-transform: translateX(-60vw);
    -o-transform: translateX(-60vw);
    -ms-transform: translateX(-60vw);
  }
}
@keyframes slideX2 {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  100% {
    transform: translateX(-65vw);
    -webkit-transform: translateX(-65vw);
    -moz-transform: translateX(-65vw);
    -o-transform: translateX(-65vw);
    -ms-transform: translateX(-65vw);
  }
}
