@charset "utf-8";
 
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;
  
}
body {
 font: 12px "Microsoft YaHei",PingFangSC-Regular,sans-serif,"黑体","Arial","宋体";
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  font-size: 14px;
}
p {
  line-height: 2;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
body,
html {
  height: 100%;
}
::-webkit-scrollbar {
  width: 9px;
  background-color: #000;
}
::-webkit-scrollbar-thumb {
  border: solid 2px #000;
  width: 5px;
  border-radius: 4px;
  background-color: #1154a3;
}
::-webkit-scrollbar-corner {
  background-color: #000;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
::-webkit-selection {
  background: #1154a3;
  color: #fff;
}
::-moz-selection {
  background: #1154a3;
  color: #fff;
}
::selection {
  background: #1154a3;
  color: #fff;
}
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
/* 浮动与清浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear{
  clear:both;
}
.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;
}
/* 初始定义 */

 

.en {
  font-family: en,"Microsoft YaHei",PingFangSC-Regular,sans-serif,"黑体","Arial","宋体";;
}
.en-l {
  font-family: en-l,"Microsoft YaHei",PingFangSC-Regular,sans-serif,"黑体","Arial","宋体";;
}
.en-b {
  font-family: en-b,"Microsoft YaHei",PingFangSC-Regular,sans-serif,"黑体","Arial","宋体";;
}
.en-t {
  font-family: en-thin,"Microsoft YaHei",PingFangSC-Regular,sans-serif,"黑体","Arial","宋体";;
}
.mycssfont {
  font-family: mycssfont,"Microsoft YaHei",PingFangSC-Regular,sans-serif,"黑体","Arial","宋体";;
}
.word-l {
  font-family: word-l,"Microsoft YaHei",PingFangSC-Regular,sans-serif,"黑体","Arial","宋体";;
}
.font-b {
  font-family: font-b,"Microsoft YaHei",PingFangSC-Regular,sans-serif,"黑体","Arial","宋体";
}
h1 {
  line-height: 1;
  margin-bottom: 40px;
}
h2 {
  margin-bottom: 30px;
}
h3 {
  margin-bottom: 15px;
}
h4 {
  margin-bottom: 5px;
}
/* 定义网站色值 */
.mc {
  color: #1154a3;
}
.fc {
  color: #1154a3;
}
.wc {
  color: #ffffff;
}
.grc {
  color: #cccccc;
}
.d-gc {
  color: #adadad;
}
.rc {
  color: #ff231c;
}
.oc {
  color: #6d472b;
}
.yc {
  color: #fff714;
}
.gc {
  color: #8aff3c;
}
.bc {
  color: #4060ff;
}
.transi {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.linear-bg {
  background: linear-gradient(90deg, #1154a3 0%, #f6a75d 100%);
}
.linear-txt {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.max-container {
  width: 76%;
  max-width: 1400px;
  margin: auto;
}
.shadow1 {
  box-shadow: 0 10px 30px -4px rgba(238, 121, 18, 0.2);
}
.shadow2 {
  box-shadow: 0 27px 55px -4px rgba(0, 0, 0, 0.23);
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*图片容器*/
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.pic .img-w {
  position: absolute !important;
  width: 100% !important;
  min-height: 100% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  display: block;
}
.pic .img-h {
  position: absolute !important;
  height: 100% !important;
  min-width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  display: block;
}
.pic img.w-h {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.pic img.lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}
/* 按钮 */
.layout-btn {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.layout-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.layout-btn-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 260px;
  height: 52px;
  background: #fff;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
  overflow: hidden;
}
.layout-btn-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1154a3;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
}
.layout-btn-1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}
.layout-btn-1 > div {
  position: relative;
  top: 16px;
  width: 100%;
  height: 26px;
  overflow: hidden;
}
.layout-btn-1 > div > span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.layout-btn-1 > div > span:first-of-type {
  color: #fff;
  transform: translateY(24px);
}
.layout-btn-1 > div > span:last-of-type {
  color: #1e0f21;
  transform: translateY(0);
}
.layout-btn-1:hover {
  background: #1154a3;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}
.layout-btn-1:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}
.layout-btn-1:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0s;
}
.layout-btn-1:hover > div > span:first-of-type {
  transform: translateY(0);
}
.layout-btn-1:hover > div > span:last-of-type {
  transform: translateY(-24px);
}
.layout-btn-2 {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  display: inline-block;
}
.layout-btn-2 > div {
  height: 100%;
  transform-style: preserve-3d;
  transition: 0.25s;
}
.layout-btn-2 > div > span {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border: 5px solid #fff;
  line-height: 50px;
  font-size: 17pt;
  text-align: center;
  text-transform: uppercase;
}
.layout-btn-2 > div > span:first-of-type {
  color: #fff;
  transform: translate3d(0, 0, 30px);
}
.layout-btn-2 > div > span:last-of-type {
  color: #737f39;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
}
.layout-btn-2:hover > div {
  transform: rotateX(-90deg);
}
.layout-btn-3 {
  height: 80px;
  line-height: 80px;
  width: 180px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.layout-btn-3 > span {
  display: inline-block;
  font-size: 14px;
  position: relative;
  z-index: 3;
  color: #000;
  width: 100%;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  transition: all 0.3s cubic-bezier(0, 0.25, 0.5, 1);
}
.layout-btn-3 .Sline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  fill: #fff;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0, 0.25, 0.5, 1);
}
.layout-btn-3:hover > span {
  color: #fff;
}
.layout-btn-3:hover .Sline {
  fill: #1154a3;
  transform: translate3d(-66.6%, 0, 0);
}
.layout-btn-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 180px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-align: center;
}
.layout-btn-4 > span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.layout-btn-4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:hover:after {
  transform: translate(0, 0);
}
.layout-btn-4:hover:before {
  transform: translate(0, 0);
}
/*输入框*/
.layout-inputBox {
  display: inline-block;
}
.layout-inputBox > h5 {
  height: 0.32rem;
  line-height: 0.32rem;
}
.layout-inputBox .input-text {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.layout-inputBox .input-text > input {
  width: 100%;
  height: 100%;
  background-color: white;
  border: solid 1px #d4d4d4;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.layout-inputBox .input-text > input:focus {
  background-color: transparent;
  border-color: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border {
  background-color: white;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type {
  background: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 0;
}
.layout-inputBox .input-text .input-border {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  background-color: #5b4c5c;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.layout-inputBox .input-text .input-border:first-of-type:before {
  height: 2px;
  left: 0;
  top: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 2px;
}
.layout-inputBox .input-text .input-border:last-of-type:before {
  background-color: #01afd1;
  height: 2px;
  top: calc(100% - 2px);
  right: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:last-of-type:after {
  background-color: #01afd1;
  height: 0;
  top: calc(100% - 2px);
  left: 0;
  width: 2px;
}
/*省市区三级联动*/
.layout-adr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layout-adr .parent {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: 0 15px;
  text-decoration: none;
  cursor: default;
  padding-bottom: 10px;
}
.layout-adr .parent .con {
  position: relative;
  min-width: 120px;
  padding: 0 26px 0 8px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.layout-adr .parent .con span {
  display: inline;
  padding: 5px 12px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.layout-adr .parent .adr-down {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
}
.layout-adr .parent .adr-down > ul {
  line-height: 36px;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 999999999;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dedede;
  border-top: 0;
  max-height: 220px;
}
.layout-adr .parent .adr-down > ul > li {
  padding-left: 8px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin: 0;
  list-style: none;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-adr .parent .adr-down > ul > li:hover {
  background-color: #1154a3;
  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: #1154a3;
  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 .T-container {
  position: absolute;
  width: 80%;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 11;
}
.component .T-container > small {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: max-content;
}
.component .T-container > small > .Tpage {
  color: #fff;
}
.component .T-container .Text-New {
  position: relative;
  height: 100%;
  width: 100%;
}
.component .T-container .Text-New > [data-txt] {
  opacity: 0;
  display: block;
  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 .T-container .Text-New > [data-txt].on {
  opacity: 1;
  pointer-events: auto;
}
.component .T-container .Text-New > [data-txt].txtHide {
  opacity: 1;
  -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 .T-container .Text-New > [data-txt].txtShow {
  opacity: 1;
  -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 .T-container .pageChange {
  position: absolute;
  width: max-content;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component .T-container .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-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.component .T-container .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-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.webGL-slider a.move-prev:hover {
  opacity: 1;
}
.webGL-slider a.move-next {
  position: absolute;
  top: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.webGL-slider a.move-next:hover {
  opacity: 1;
}
.webGL-slider .txt-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.webGL-slider .txt-item > li {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.webGL-slider .txt-item > li > a {
  position: absolute;
  display: inline-block;
  top: 30vh;
  left: 0;
}
.webGL-slider .txt-item > li > a > i {
  font-size: 32px;
  opacity: 0;
  vertical-align: middle;
  display: inline-block;
  animation: fadeInLeftSmall 1.5s ease forwards;
  animation-delay: 1s;
}
/*弹窗*/
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dialog .dialog_mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1001;
  background: rgba(55, 58, 71, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog .dialog_content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 1005;
  opacity: 0;
}
.dialog.dialog--open,
.dialog.dialog--close {
  visibility: visible;
}
.dialog.dialog--open .dialog_mask,
.dialog.dialog--close .dialog_mask {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--open .dialog_content,
.dialog.dialog--close .dialog_content {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--close .dialog_mask {
  opacity: 0;
}
.inter {
  position: relative;
  display: inline-block;
}
.inter > span {
  padding: 6px 20px;
  background-color: #fff;
  border-radius: 50px;
}
.inter .items {
  position: absolute;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  left: -25px;
}
.inter .items > img {
  border: 4px solid #1154a3;
}
.inter .items > ul {
  border-radius: 5px;
  overflow: hidden;
}
.inter .items > ul > li {
  background-color: #fff;
}
.inter .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter .items > ul > li > a:hover {
  color: #1154a3;
  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: #1154a3 transparent transparent transparent;
  left: 32px;
  top: 0;
}
@media screen and (min-width: 800px) {
  .inter:hover .items {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
@media screen and (max-width: 800px) {
  .inter {
    cursor: pointer;
  }
  .inter.on .items {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
/*下拉*/
.dropdown {
  text-align: left;
  width: 220px;
  display: inline-block;
  position: relative;
}
.dropdown select {
  display: none;
}
.dropdown > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(336px);
  top: 42px;
  left: 0;
  z-index: 1;
  right: 0;
  background: #151924;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: scale(0.8) translate(0, 4px);
  transform: scale(0.8) translate(0, 4px);
  border: 1px solid #cdd9ed;
}
.dropdown > ul > li {
  opacity: 0;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
  transition: all .3s ease;
}
.dropdown > ul > li > a {
  cursor: pointer;
  display: block;
  padding: 10px 16px;
  color: #cdd9ed;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all .3s ease;
}
.dropdown > ul > li > a:hover {
  color: #eee;
}
.dropdown > ul > li.active > a {
  color: #fff;
  background-color: #000;
}
.dropdown > span {
  cursor: pointer;
  padding: 9px 16px;
  border-radius: 6px;
  display: block;
  position: relative;
  color: #cdd9ed;
  border: 1px solid #2f3545;
  background-color: #151924;
}
.dropdown > span:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #99A3BA;
  transition: all .3s ease;
  margin-right: 4px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #99A3BA;
  transition: all .3s ease;
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0, 12px);
  transform: scale(1) translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.dropdown.open > ul > li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dropdown.open > span:before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown.open ul li:nth-child(1) {
  transition-delay: 80ms;
}
.dropdown.open ul li:nth-child(2) {
  transition-delay: 160ms;
}
.dropdown.open ul li:nth-child(3) {
  transition-delay: 240ms;
}
.dropdown.open ul li:nth-child(4) {
  transition-delay: 320ms;
}
.dropdown.open ul li:nth-child(5) {
  transition-delay: 400ms;
}
.dropdown.open ul li:nth-child(6) {
  transition-delay: 480ms;
}
.dropdown.open ul li:nth-child(7) {
  transition-delay: 560ms;
}
.dropdown.open ul li:nth-child(8) {
  transition-delay: 640ms;
}
.dropdown.open ul li:nth-child(9) {
  transition-delay: 720ms;
}
.dropdown.open ul li:nth-child(10) {
  transition-delay: 800ms;
}
.f-72 {
  font-size: 72px;
}
.f-60 {
  font-size: 60px;
}
.f-50 {
  font-size: 50px;
}
.f-48 {
  font-size: 48px;
}
.f-46 {
  font-size: 46px;
}
.f-44 {
  font-size: 44px;
}
.f-42 {
  font-size: 42px;
}
.f-40 {
  font-size: 40px;
}
.f-38 {
  font-size: 38px;
}
.f-36 {
  font-size: 36px;
}
.f-34 {
  font-size: 34px;
}
.f-32 {
  font-size: 32px;
}
.f-30 {
  font-size: 30px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-12 {
  font-size: 12px;
}
.f-light {
  font-weight: lighter;
}
.f-bold {
  font-weight: bold;
}
.f-300 {
  font-weight: 300;
}
.f-500 {
  font-weight: 500;
}
.f-left {
  text-align: left;
}
.f-center {
  text-align: center;
}
.f-right {
  text-align: right;
}
.up-word {
  text-transform: uppercase;
}
.v-show {
  visibility: visible;
}
.v-hide {
  visibility: hidden;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.back-cover {
  background-size: cover;
}
.back-contain {
  background-size: contain;
}
.wid-10 {
  width: 10%;
}
.wid-15 {
  width: 15%;
}
.wid-20 {
  width: 20%;
}
.wid-25 {
  width: 25%;
}
.wid-30 {
  width: 30%;
}
.wid-35 {
  width: 35%;
}
.wid-40 {
  width: 40%;
}
.wid-45 {
  width: 45%;
}
.wid-50 {
  width: 50%;
}
.wid-55 {
  width: 55%;
}
.wid-60 {
  width: 60%;
}
.wid-65 {
  width: 65%;
}
.wid-70 {
  width: 70%;
}
.wid-75 {
  width: 75%;
}
.wid-80 {
  width: 80%;
}
.wid-85 {
  width: 85%;
}
.wid-90 {
  width: 90%;
}
.wid-95 {
  width: 95%;
}
.wid-100 {
  width: 100%;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pa-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pa-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.pa-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-1 {
  margin-left: 1px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-44 {
  margin-left: 44px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-1 {
  margin-right: 1px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.pt-1 {
  padding-top: 1px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-42 {
  padding-top: 42px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-1 {
  padding-left: 1px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-7 {
  padding-left: 7px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-9 {
  padding-left: 9px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-14 {
  padding-left: 14px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-18 {
  padding-left: 18px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-22 {
  padding-left: 22px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-26 {
  padding-left: 26px;
}
.pl-28 {
  padding-left: 28px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-34 {
  padding-left: 34px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-38 {
  padding-left: 38px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-42 {
  padding-left: 42px;
}
.pl-44 {
  padding-left: 44px;
}
.pl-46 {
  padding-left: 46px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-3 {
  padding-right: 3px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-7 {
  padding-right: 7px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-9 {
  padding-right: 9px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-22 {
  padding-right: 22px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-34 {
  padding-right: 34px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-38 {
  padding-right: 38px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-44 {
  padding-right: 44px;
}
.pr-46 {
  padding-right: 46px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
  .f-72 {
    font-size: 60px;
  }
  .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: 14px;
  }
  .f-12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 80px;
  }
  a,
  span,
  li,
  b,
  i,
  label,
  p,
  strong,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  small,
  em,
  li,
  pre,
  form,
  fieldset,
  legend,
  button,
  input,
  textarea,
  th,
  td {
    font-size: 14px;
  }
  .f-72 {
    font-size: 58px;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 42px;
  }
  .f-48 {
    font-size: 38px;
  }
  .f-46 {
    font-size: 36px;
  }
  .f-44 {
    font-size: 34px;
  }
  .f-42 {
    font-size: 32px;
  }
  .f-40 {
    font-size: 30px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 26px;
  }
  .f-34 {
    font-size: 26px;
  }
  .f-32 {
    font-size: 26px;
  }
  .f-30 {
    font-size: 26px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 20px;
  }
  .f-24 {
    font-size: 20px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 14px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1280px) {


  html {
    font-size: 80px;
  }
  .f-72 {
    font-size: 42px;
  }
  .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: 14px;
  }
  .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: 180%;
  }
  small,
  span {
    font-size: 13px;
  }
  .f-80 {
    font-size: 28px;
  }
  .f-72 {
    font-size: 26px;
  }
  .f-60 {
    font-size: 24px;
  }
  .f-50 {
    font-size: 22px;
  }
  .f-48 {
    font-size: 22px;
  }
  .f-46 {
    font-size: 22px;
  }
  .f-44 {
    font-size: 22px;
  }
  .f-42 {
    font-size: 20px;
  }
  .f-40 {
    font-size: 18px;
  }
  .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: 15px;
  }
  .f-20 {
    font-size: 15px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  .mt-1 {
    margin-top: 1px;
  }
  .mt-3 {
    margin-top: 3px;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .mt-5 {
    margin-top: 4px;
  }
  .mt-6 {
    margin-top: 4px;
  }
  .mt-7 {
    margin-top: 4px;
  }
  .mt-8 {
    margin-top: 4px;
  }
  .mt-9 {
    margin-top: 4px;
  }
  .mt-10 {
    margin-top: 6px;
  }
  .mt-12 {
    margin-top: 6px;
  }
  .mt-14 {
    margin-top: 6px;
  }
  .mt-16 {
    margin-top: 6px;
  }
  .mt-18 {
    margin-top: 6px;
  }
  .mt-20 {
    margin-top: 8px;
  }
  .mt-22 {
    margin-top: 8px;
  }
  .mt-24 {
    margin-top: 8px;
  }
  .mt-26 {
    margin-top: 8px;
  }
  .mt-28 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 10px;
  }
  .mt-32 {
    margin-top: 10px;
  }
  .mt-34 {
    margin-top: 10px;
  }
  .mt-36 {
    margin-top: 12px;
  }
  .mt-38 {
    margin-top: 12px;
  }
  .mt-40 {
    margin-top: 12px;
  }
  .mt-42 {
    margin-top: 14px;
  }
  .mt-44 {
    margin-top: 14px;
  }
  .mt-46 {
    margin-top: 16px;
  }
  .mt-48 {
    margin-top: 16px;
  }
  .mt-50 {
    margin-top: 18px;
  }
  .mt-60 {
    margin-top: 18px;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .mt-80 {
    margin-top: 22px;
  }
  .mt-90 {
    margin-top: 26px;
  }
  .mt-100 {
    margin-top: 30px;
  }
  .mb-1 {
    margin-bottom: 1px;
  }
  .mb-3 {
    margin-bottom: 3px;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .mb-5 {
    margin-bottom: 4px;
  }
  .mb-6 {
    margin-bottom: 4px;
  }
  .mb-7 {
    margin-bottom: 4px;
  }
  .mb-8 {
    margin-bottom: 4px;
  }
  .mb-9 {
    margin-bottom: 4px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  .mb-12 {
    margin-bottom: 6px;
  }
  .mb-14 {
    margin-bottom: 6px;
  }
  .mb-16 {
    margin-bottom: 6px;
  }
  .mb-18 {
    margin-bottom: 6px;
  }
  .mb-20 {
    margin-bottom: 8px;
  }
  .mb-22 {
    margin-bottom: 8px;
  }
  .mb-24 {
    margin-bottom: 8px;
  }
  .mb-26 {
    margin-bottom: 8px;
  }
  .mb-28 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .mb-32 {
    margin-bottom: 10px;
  }
  .mb-34 {
    margin-bottom: 10px;
  }
  .mb-36 {
    margin-bottom: 12px;
  }
  .mb-38 {
    margin-bottom: 12px;
  }
  .mb-40 {
    margin-bottom: 12px;
  }
  .mb-42 {
    margin-bottom: 14px;
  }
  .mb-44 {
    margin-bottom: 14px;
  }
  .mb-46 {
    margin-bottom: 16px;
  }
  .mb-48 {
    margin-bottom: 16px;
  }
  .mb-50 {
    margin-bottom: 18px;
  }
  .mb-60 {
    margin-bottom: 18px;
  }
  .mb-70 {
    margin-bottom: 20px;
  }
  .mb-80 {
    margin-bottom: 22px;
  }
  .mb-90 {
    margin-bottom: 26px;
  }
  .mb-100 {
    margin-bottom: 30px;
  }
  .ml-1 {
    margin-left: 1px;
  }
  .ml-3 {
    margin-left: 3px;
  }
  .ml-4 {
    margin-left: 4px;
  }
  .ml-5 {
    margin-left: 4px;
  }
  .ml-6 {
    margin-left: 4px;
  }
  .ml-7 {
    margin-left: 4px;
  }
  .ml-8 {
    margin-left: 4px;
  }
  .ml-9 {
    margin-left: 4px;
  }
  .ml-10 {
    margin-left: 6px;
  }
  .ml-12 {
    margin-left: 6px;
  }
  .ml-14 {
    margin-left: 6px;
  }
  .ml-16 {
    margin-left: 6px;
  }
  .ml-18 {
    margin-left: 6px;
  }
  .ml-20 {
    margin-left: 8px;
  }
  .ml-22 {
    margin-left: 8px;
  }
  .ml-24 {
    margin-left: 8px;
  }
  .ml-26 {
    margin-left: 8px;
  }
  .ml-28 {
    margin-left: 10px;
  }
  .ml-30 {
    margin-left: 10px;
  }
  .ml-32 {
    margin-left: 10px;
  }
  .ml-34 {
    margin-left: 10px;
  }
  .ml-36 {
    margin-left: 12px;
  }
  .ml-38 {
    margin-left: 12px;
  }
  .ml-40 {
    margin-left: 12px;
  }
  .ml-42 {
    margin-left: 14px;
  }
  .ml-44 {
    margin-left: 14px;
  }
  .ml-46 {
    margin-left: 16px;
  }
  .ml-48 {
    margin-left: 16px;
  }
  .ml-50 {
    margin-left: 18px;
  }
  .ml-60 {
    margin-left: 18px;
  }
  .ml-70 {
    margin-left: 20px;
  }
  .ml-80 {
    margin-left: 22px;
  }
  .ml-90 {
    margin-left: 26px;
  }
  .ml-100 {
    margin-left: 30px;
  }
  .mr-1 {
    margin-right: 1px;
  }
  .mr-3 {
    margin-right: 3px;
  }
  .mr-4 {
    margin-right: 4px;
  }
  .mr-5 {
    margin-right: 4px;
  }
  .mr-6 {
    margin-right: 4px;
  }
  .mr-7 {
    margin-right: 4px;
  }
  .mr-8 {
    margin-right: 4px;
  }
  .mr-9 {
    margin-right: 4px;
  }
  .mr-10 {
    margin-right: 6px;
  }
  .mr-12 {
    margin-right: 6px;
  }
  .mr-14 {
    margin-right: 6px;
  }
  .mr-16 {
    margin-right: 6px;
  }
  .mr-18 {
    margin-right: 6px;
  }
  .mr-20 {
    margin-right: 8px;
  }
  .mr-22 {
    margin-right: 8px;
  }
  .mr-24 {
    margin-right: 8px;
  }
  .mr-26 {
    margin-right: 8px;
  }
  .mr-28 {
    margin-right: 10px;
  }
  .mr-30 {
    margin-right: 10px;
  }
  .mr-32 {
    margin-right: 10px;
  }
  .mr-34 {
    margin-right: 10px;
  }
  .mr-36 {
    margin-right: 12px;
  }
  .mr-38 {
    margin-right: 12px;
  }
  .mr-40 {
    margin-right: 12px;
  }
  .mr-42 {
    margin-right: 14px;
  }
  .mr-44 {
    margin-right: 14px;
  }
  .mr-46 {
    margin-right: 16px;
  }
  .mr-48 {
    margin-right: 16px;
  }
  .mr-50 {
    margin-right: 18px;
  }
  .mr-60 {
    margin-right: 18px;
  }
  .mr-70 {
    margin-right: 20px;
  }
  .mr-80 {
    margin-right: 22px;
  }
  .mr-90 {
    margin-right: 26px;
  }
  .mr-100 {
    margin-right: 30px;
  }
  .pt-1 {
    padding-top: 1px;
  }
  .pt-3 {
    padding-top: 3px;
  }
  .pt-4 {
    padding-top: 4px;
  }
  .pt-5 {
    padding-top: 4px;
  }
  .pt-6 {
    padding-top: 4px;
  }
  .pt-7 {
    padding-top: 4px;
  }
  .pt-8 {
    padding-top: 4px;
  }
  .pt-9 {
    padding-top: 4px;
  }
  .pt-10 {
    padding-top: 6px;
  }
  .pt-12 {
    padding-top: 6px;
  }
  .pt-14 {
    padding-top: 6px;
  }
  .pt-16 {
    padding-top: 6px;
  }
  .pt-18 {
    padding-top: 6px;
  }
  .pt-20 {
    padding-top: 8px;
  }
  .pt-22 {
    padding-top: 8px;
  }
  .pt-24 {
    padding-top: 8px;
  }
  .pt-26 {
    padding-top: 8px;
  }
  .pt-28 {
    padding-top: 10px;
  }
  .pt-30 {
    padding-top: 10px;
  }
  .pt-32 {
    padding-top: 10px;
  }
  .pt-34 {
    padding-top: 10px;
  }
  .pt-36 {
    padding-top: 12px;
  }
  .pt-38 {
    padding-top: 12px;
  }
  .pt-40 {
    padding-top: 12px;
  }
  .pt-42 {
    padding-top: 14px;
  }
  .pt-44 {
    padding-top: 14px;
  }
  .pt-46 {
    padding-top: 16px;
  }
  .pt-48 {
    padding-top: 16px;
  }
  .pt-50 {
    padding-top: 18px;
  }
  .pt-60 {
    padding-top: 18px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pt-80 {
    padding-top: 22px;
  }
  .pt-90 {
    padding-top: 26px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-1 {
    padding-bottom: 1px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .pb-4 {
    padding-bottom: 4px;
  }
  .pb-5 {
    padding-bottom: 4px;
  }
  .pb-6 {
    padding-bottom: 4px;
  }
  .pb-7 {
    padding-bottom: 4px;
  }
  .pb-8 {
    padding-bottom: 4px;
  }
  .pb-9 {
    padding-bottom: 4px;
  }
  .pb-10 {
    padding-bottom: 6px;
  }
  .pb-12 {
    padding-bottom: 6px;
  }
  .pb-14 {
    padding-bottom: 6px;
  }
  .pb-16 {
    padding-bottom: 6px;
  }
  .pb-18 {
    padding-bottom: 6px;
  }
  .pb-20 {
    padding-bottom: 8px;
  }
  .pb-22 {
    padding-bottom: 8px;
  }
  .pb-24 {
    padding-bottom: 8px;
  }
  .pb-26 {
    padding-bottom: 8px;
  }
  .pb-28 {
    padding-bottom: 10px;
  }
  .pb-30 {
    padding-bottom: 10px;
  }
  .pb-32 {
    padding-bottom: 10px;
  }
  .pb-34 {
    padding-bottom: 10px;
  }
  .pb-36 {
    padding-bottom: 12px;
  }
  .pb-38 {
    padding-bottom: 12px;
  }
  .pb-40 {
    padding-bottom: 12px;
  }
  .pb-42 {
    padding-bottom: 14px;
  }
  .pb-44 {
    padding-bottom: 14px;
  }
  .pb-46 {
    padding-bottom: 16px;
  }
  .pb-48 {
    padding-bottom: 16px;
  }
  .pb-50 {
    padding-bottom: 18px;
  }
  .pb-60 {
    padding-bottom: 18px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-80 {
    padding-bottom: 22px;
  }
  .pb-90 {
    padding-bottom: 26px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .pl-1 {
    padding-left: 1px;
  }
  .pl-3 {
    padding-left: 3px;
  }
  .pl-4 {
    padding-left: 4px;
  }
  .pl-5 {
    padding-left: 4px;
  }
  .pl-6 {
    padding-left: 4px;
  }
  .pl-7 {
    padding-left: 4px;
  }
  .pl-8 {
    padding-left: 4px;
  }
  .pl-9 {
    padding-left: 4px;
  }
  .pl-10 {
    padding-left: 6px;
  }
  .pl-12 {
    padding-left: 6px;
  }
  .pl-14 {
    padding-left: 6px;
  }
  .pl-16 {
    padding-left: 6px;
  }
  .pl-18 {
    padding-left: 6px;
  }
  .pl-20 {
    padding-left: 8px;
  }
  .pl-22 {
    padding-left: 8px;
  }
  .pl-24 {
    padding-left: 8px;
  }
  .pl-26 {
    padding-left: 8px;
  }
  .pl-28 {
    padding-left: 10px;
  }
  .pl-30 {
    padding-left: 10px;
  }
  .pl-32 {
    padding-left: 10px;
  }
  .pl-34 {
    padding-left: 10px;
  }
  .pl-36 {
    padding-left: 12px;
  }
  .pl-38 {
    padding-left: 12px;
  }
  .pl-40 {
    padding-left: 12px;
  }
  .pl-42 {
    padding-left: 14px;
  }
  .pl-44 {
    padding-left: 14px;
  }
  .pl-46 {
    padding-left: 16px;
  }
  .pl-48 {
    padding-left: 16px;
  }
  .pl-50 {
    padding-left: 18px;
  }
  .pl-60 {
    padding-left: 18px;
  }
  .pl-70 {
    padding-left: 20px;
  }
  .pl-80 {
    padding-left: 22px;
  }
  .pl-90 {
    padding-left: 26px;
  }
  .pl-100 {
    padding-left: 30px;
  }
  .pr-1 {
    padding-right: 1px;
  }
  .pr-3 {
    padding-right: 3px;
  }
  .pr-4 {
    padding-right: 4px;
  }
  .pr-5 {
    padding-right: 4px;
  }
  .pr-6 {
    padding-right: 4px;
  }
  .pr-7 {
    padding-right: 4px;
  }
  .pr-8 {
    padding-right: 4px;
  }
  .pr-9 {
    padding-right: 4px;
  }
  .pr-10 {
    padding-right: 6px;
  }
  .pr-12 {
    padding-right: 6px;
  }
  .pr-14 {
    padding-right: 6px;
  }
  .pr-16 {
    padding-right: 6px;
  }
  .pr-18 {
    padding-right: 6px;
  }
  .pr-20 {
    padding-right: 8px;
  }
  .pr-22 {
    padding-right: 8px;
  }
  .pr-24 {
    padding-right: 8px;
  }
  .pr-26 {
    padding-right: 8px;
  }
  .pr-28 {
    padding-right: 10px;
  }
  .pr-30 {
    padding-right: 10px;
  }
  .pr-32 {
    padding-right: 10px;
  }
  .pr-34 {
    padding-right: 10px;
  }
  .pr-36 {
    padding-right: 12px;
  }
  .pr-38 {
    padding-right: 12px;
  }
  .pr-40 {
    padding-right: 12px;
  }
  .pr-42 {
    padding-right: 14px;
  }
  .pr-44 {
    padding-right: 14px;
  }
  .pr-46 {
    padding-right: 16px;
  }
  .pr-48 {
    padding-right: 16px;
  }
  .pr-50 {
    padding-right: 18px;
  }
  .pr-60 {
    padding-right: 18px;
  }
  .pr-70 {
    padding-right: 20px;
  }
  .pr-80 {
    padding-right: 22px;
  }
  .pr-90 {
    padding-right: 26px;
  }
  .pr-100 {
    padding-right: 30px;
  }
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes fadeOutUpSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
}
.fadeOutUpSmall {
  animation-name: fadeOutUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
@keyframes scaleIn_go {
  0% {
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scaleIn_go {
  animation-name: scaleIn_go;
}
/*页面结构*/
#bloc {
  overflow: hidden;
}
#bloc header {
  position: fixed;
  height: 80px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 35;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header div.max-container {
  height: 100%;
  position: relative;
  width: 91%;
  z-index: 100;
}
#bloc header div.max-container .m-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 200;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  pointer-events: auto;
  width: 208px;
}
#bloc header div.max-container .m-logo-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 208px;
  z-index: 200;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  pointer-events: auto;
}
#bloc header div.max-container nav.pc-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
#bloc header div.max-container nav.pc-nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#bloc header div.max-container nav.pc-nav > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#bloc header div.max-container nav.pc-nav > ul > li > a {
  padding: 30px 36px;
  position: relative;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav {
  position: absolute;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  top: calc(100% - 20px);
  opacity: 0;
  transform: translateY(-5px);
  width: 100%;
  min-width: 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav > span {
  height: 20px;
  line-height: 20px;
  position: relative;
  width: 100%;
  display: block;
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #fff transparent;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items .left {
  padding: 16px 24px;
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items .left .list {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items .left .list .pic {
  width: 1.8rem;
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items .left .list .msg {
  width: 1.8rem;
  padding-left: 20px;
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items .left .list .msg h3,
#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items .left .list .msg p {
  opacity: 0;
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items .left .list.on {
  display: flex;
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items .right {
  padding: 16px 5px;
  background-color: #fff;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}



#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items .right > a {
  display: block;
  font-size: 15px;
  margin: 8px auto;
  padding: 0 10px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items .right > a.on,
#bloc header div.max-container nav.pc-nav > ul > li .out-nav .items .right > a:hover {
  color: #1154a3;
}
#bloc header div.max-container nav.pc-nav > ul > li.on > a {
  font-weight: bold;
}
#bloc header div.max-container nav.pc-nav > ul > li.go-down:hover .out-nav {
  pointer-events: auto;
  opacity: 1;
  transform: none;
  visibility: visible;
}
#bloc header div.max-container .other {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-items: center;
  height: 80px;
}
#bloc header div.max-container .other > a,
#bloc header div.max-container .other > div {
  font-size: 32px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  position: relative;
}


a.search,.search {
  font-size: 24px; 
   color: #1154a3;
   margin-bottom: 50px;
}

 
a.search > div,.search > div {
  width: 4.5rem;
  padding: 10px;
  border-radius: 8px;
  position:relative;  
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #fff;
   box-shadow: 2px 2px 10px #ddd;
}

a.search > div form,.search > div form {
  font-size: 0;
  line-height: 20px;

}
 a.search > div form input,.search > div form input {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: calc(100% - 40px);
  height: 30px;
  border: none;
  outline: none;
}
a.search > div form button,.search > div form button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  width: 40px;
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: none;
}
a.search > div form button:hover,.search > div form button:hover {
  color: #1154a3;
}
#bloc header div.max-container .other > a .sha_weixin,
#bloc header div.max-container .other > div .sha_weixin {
  background-color: #fff;
  width: 1.6rem;
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header div.max-container .other > a .sha_weixin::before,
#bloc header div.max-container .other > div .sha_weixin::before {
  content: '';
  position: absolute;
  width: 100%;
  height: .5rem;
  left: 0;
  bottom: 100%;
  display: none;
}
#bloc header div.max-container .other > a .sha_weixin div,
#bloc header div.max-container .other > div .sha_weixin div {
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#bloc header div.max-container .other > a:hover .sha_weixin,
#bloc header div.max-container .other > div:hover .sha_weixin {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
#bloc header div.max-container .other > a:hover .sha_weixin::before,
#bloc header div.max-container .other > div:hover .sha_weixin::before {
  display: block;
}
#bloc header div.max-container .other > a:hover.search > div,
#bloc header div.max-container .other > div:hover.search > div {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: auto;
}
#bloc header div.max-container .other > a:hover.search > div::before,
#bloc header div.max-container .other > div:hover.search > div::before {
  display: block;
}
#bloc header div.max-container .other #menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 50px;
  width: 60px;
  margin-left: 0;
  z-index: 13;
  pointer-events: auto;
}
#bloc header div.max-container .other #menu .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#bloc header div.max-container .other #menu .ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header div.max-container .other #menu .ham.ham8 .top {
  stroke-dasharray: 40px 160px;
}
#bloc header div.max-container .other #menu .ham.ham8 .middle {
  stroke-dasharray: 40px 142px;
  transform-origin: 50%;
  transition: transform 400ms;
}
#bloc header div.max-container .other #menu .ham.ham8 .bottom {
  stroke-dasharray: 40px 85px;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
#bloc header div.max-container .other #menu span {
  background-color: #fff;
  height: 2px;
  border-radius: 50px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}
#bloc header div.max-container .other #menu span:nth-of-type(1) {
  width: 25px;
}
#bloc header div.max-container .other #menu span:nth-of-type(2) {
  width: 25px;
}
#bloc header div.max-container .other #menu span:nth-of-type(3) {
  width: 25px;
}
#bloc header div.max-container .other #menu.menuActive .ham8 {
  transform: rotate(45deg);
}
#bloc header div.max-container .other #menu.menuActive .ham8 .top {
  stroke-dashoffset: -64px;
}
#bloc header div.max-container .other #menu.menuActive .ham8 .middle {
  transform: rotate(90deg);
}
#bloc header div.max-container .other #menu.menuActive .ham8 .bottom {
  stroke-dashoffset: -64px;
}
#bloc header div.max-container .other ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100vw;
  right: -5px;
  height: calc(100vh - 60px);
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
#bloc header div.max-container .other ul li {
  width: 100%;
  text-align: center;
  background-color: #f0f5f9;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  line-height: 50px;
}
#bloc header div.max-container .other ul li > a {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  height: 50px;
  line-height: 50px;
}
#bloc header div.max-container .other ul li.child-Down .sub-menu {
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#bloc header div.max-container .other ul li.child-Down .sub-menu > li {
  width: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  height: 0;
}
#bloc header div.max-container .other ul li.child-Down .sub-menu > li > a {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
#bloc header div.max-container .other ul li.child-Down .sub-menu.on > li {
  height: 50px;
}

#bloc header.active1 {
  background-color: transparent;
}
#bloc header.active1 div.max-container .m-logo {
  opacity: 0;
}
#bloc header.active1 div.max-container .m-logo-1 {
  opacity: 1;
}
#bloc header.active1 div.max-container nav.pc-nav > ul > li:hover {
  visibility: visible;
}
#bloc header.active1 div.max-container nav.pc-nav > ul > li:hover > a {
  color: #1154a3 !important;
}
#bloc header.active1 div.max-container nav.pc-nav > ul > li:hover > a:after {
  opacity: 1;
}
#bloc header.active1 div.max-container nav.pc-nav > ul > li > a {
  color: #333;
}
#bloc header.active1 div.max-container nav.pc-nav > ul > li.on > a {
  color: #1154a3;
}
#bloc header.active1 div.max-container .other > a {
  color: #1154a3;
}
#bloc header.active1 div.max-container .other > a.search {
  background-color: transparent;
  color: #1154a3;
}
#bloc header.active1 div.max-container .other #menu .ham .line {
  stroke: #1154a3;
}



#bloc header.active {
  background-color: #fff;
  box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.1);
}
#bloc header.active div.max-container .m-logo {
  opacity: 0;
}
#bloc header.active div.max-container .m-logo-1 {
  opacity: 1;
}
#bloc header.active div.max-container nav.pc-nav > ul > li:hover {
  visibility: visible;
}
#bloc header.active div.max-container nav.pc-nav > ul > li:hover > a {
  color: #1154a3 !important;
}
#bloc header.active div.max-container nav.pc-nav > ul > li:hover > a:after {
  opacity: 1;
}
#bloc header.active div.max-container nav.pc-nav > ul > li > a {
  color: #333;
}
#bloc header.active div.max-container nav.pc-nav > ul > li.on > a {
  color: #1154a3;
}
#bloc header.active div.max-container .other > a {
  color: #1154a3;
}
#bloc header.active div.max-container .other > a.search {
  background-color: #1154a3;
  color: #fff;
}
#bloc header.active div.max-container .other #menu .ham .line {
  stroke: #1154a3;
}

#bloc header.active div.max-container nav.pc-nav > ul > li > .out-nav .items .right{
  padding:0 5px 16px 5px;
}

#bloc #loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fffcf7;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
@media screen and (max-width: 800px) {
  #bloc #loading {
    align-items: flex-start;
  }
}
#bloc #loading .con {
  padding-bottom: 120px;
}
@media screen and (max-width: 800px) {
  #bloc #loading .con {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-bottom: 120px;
    padding-top: 0;
  }
}
#bloc #loading .con .load {
  position: relative;
}
#bloc #loading .con .load .svg-box {
  position: relative;
  width: 20vw;
  height: 20vw;
  opacity: 0;
  border-radius: 50%;
}
#bloc #loading .con .load .svg-box .b1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.125vw;
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
}
#bloc #loading .con .load .svg-box .b2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.125vw;
}
@keyframes roll {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}
#bloc #loading .con .load .box {
  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%);
  z-index: 10;
}
#bloc #loading .con .load .box .load_mask {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(../fonts/417b81458b7a4e74a3fb6b5fa298a473.svg);
  -webkit-mask-size: 100% 100%;
  background-position-y: -6px;
  background-position-x: -51vw;
  background-size: auto 105%;
  animation: load-mask-go 3.2s ease-in-out;
}
@keyframes load-mask-go {
  0% {
    background-position-y: 7vw;
    background-position-x: 0px;
  }
  100% {
    background-position-y: -6px;
    background-position-x: -51vw;
  }
}
@keyframes load-mask-go-1 {
  0% {
    background-position-y: 20vw;
    background-position-x: 0px;
  }
  100% {
    background-position-y: -6px;
    background-position-x: -70vw;
  }
}
#bloc #loading .con .load .box > img {
  width: 16vw;
  opacity: 1;
}
#bloc #loading .con .load .load_num {
  position: absolute;
  top: calc(80%);
  left: 0;
  line-height: 100px;
  width: 100%;
  text-align: center;
  z-index: 12;
  letter-spacing: 4px;
}
#bloc #loading.on {
  display: none;
}
#bloc #video-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 40;
}
@media screen and (max-width: 800px) {
  #bloc #video-box {
    align-items: flex-start;
  }
}
#bloc #video-box #bg_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#bloc #video-box .video-parent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-size: cover;
  background-position: center;
  background-image: url("../images/zh4.png");
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#bloc #video-box .video-parent .zh-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  height: 60.8vw;
  width: 100%;
}
#bloc #video-box .video-parent .zh-1 .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#bloc #video-box .video-parent .zh-1 > img {
  position: relative;
  height: 100%;
  max-height: 60.8vw;
}
#bloc #video-box .video-parent .zh-2 {
  position: relative;
  width: 100%;
  z-index: 10;
  height: 60.8vw;
}
#bloc #video-box .video-parent .v2-box {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  height: -webkit-calc(100vh - 60.8vw - 60.8vw);
  height: -moz-calc(100vh - 60.8vw - 60.8vw);
  height: calc(100vh - 60.8vw - 60.8vw);
  min-height: 56.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bloc #video-box .video-parent .v2-box .v2-mask {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50%;
  left: 0;
  background-size: 100%;
  background-repeat: repeat-y;
  z-index: 2;
}
#bloc #video-box .video-parent .v2-box #ios-video {
  background-color: transparent!important;
  position: absolute;
  height: 56.25vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100vw;
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
  z-index: 8;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc #video-box .video-parent .v2-box #ios-video.on {
  opacity: 1;
}
#bloc #video-box .video-parent .v2-box .ios-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border: 1px solid #fff;
}
#bloc #video-box .video-parent .v2-box canvas {
  background-color: transparent!important;
  position: relative;
  width: 100vw;
  opacity: 1;
  overflow: hidden;
  z-index: 5;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc #video-box .video-parent .v2-box canvas.on {
  opacity: 1;
}
#bloc #video-box .wrap {
  position: relative;
  z-index: 12;
  pointer-events: none;
  width: 32vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  flex-wrap: wrap;
}
#bloc #video-box .wrap > img {
  display: block;
  width: 100%;
}
#bloc #video-box .wrap > a.go-out {
  color: #fff;
  display: inline-block;
  width: 8vw;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  letter-spacing: 4px;
  text-indent: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 2px 0;
}
#bloc #video-box .wrap > a.go-out:hover {
  letter-spacing: 12px;
  text-indent: 12px;
}
#bloc #video-box .other {
  position: absolute;
  bottom: 4.8vw;
  z-index: 13;
  width: 42.5vw;
  left: 0;
  right: 0;
  margin: auto;
}
#bloc #video-box .other .line {
  width: 100%;
  height: 1px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
}
#bloc #video-box .other .line > em {
  position: absolute;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #fff;
}
#bloc #video-box .other > a.go-out {
  color: #fff;
  display: inline-block;
  width: 8vw;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  letter-spacing: 4px;
  text-indent: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 2px 0;
  position: absolute;
  left: 105%;
  bottom: -12px;
}
#bloc #video-box .other > a.go-out:hover {
  letter-spacing: 12px;
  text-indent: 12px;
}
#bloc #video-box .other .music_set {
  position: absolute;
  bottom: -20px;
  opacity: 0.5;
  display: inline-block;
  height: 48px;
  width: 8vw;
  color: #fff;
  z-index: 10;
  left: calc(108% + 9vw);
  transition: opacity 0.5s ease-in-out;
}
#bloc #video-box .other .music_set > i {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 32px;
}
#bloc #video-box .other .music_set > i.open {
  opacity: 0;
  pointer-events: none;
}
#bloc #video-box .other .music_set > i.off {
  opacity: 1;
}
#bloc #video-box .other .music_set.on {
  opacity: 1;
}
#bloc #video-box .other .music_set.on .open {
  opacity: 1;
}
#bloc #video-box .other .music_set.on .off {
  opacity: 0;
  pointer-events: none;
}
#bloc footer .f-top {
  background-color: #332c2b;
  padding: 4vw 0;
}
#bloc footer .f-top .con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#bloc footer .f-top .con .col.c1 {
  width: 54%;
}
#bloc footer .f-top .con .col.c1 .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#bloc footer .f-top .con .col.c1 .items .list {
  display: inline-block;
}
#bloc footer .f-top .con .col.c1 .items .list > span {
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
#bloc footer .f-top .con .col.c1 .items .list > a {
  color: #c8c8c8;
  display: block;
  padding: 5px 0;
}
#bloc footer .f-top .con .col.c2 {
  width: 23%;
}
#bloc footer .f-top .con .col.c2 .ma-box {
  width: 100%;
  justify-content: center;
  height: 100%;
  display: flex;
  align-items:flex-start;
}

#bloc footer .f-top .con .col.c2 .ma-box > img {
  width: 35%;
  max-width: 150px;
}
#bloc footer .f-top .con .col.c3 {
  width: 23%;
}
#bloc footer .f-top .con .col.c3 p {
  color:#c8c8c8;
}
#bloc footer .f-btm {
  background-color: #000;
  padding: 1vw 0;
}
#bloc footer .f-btm p {
  width: 100%;
  display: block;
  text-align: center;
}
#bloc footer .f-btm p > a {
  display: inline-block;
  color: inherit;
  font-size: inherit;
}
#bloc footer.home-foot {
  position: fixed;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 38;
  transition: transform 0.5s ease-in-out;
}
#bloc footer.home-foot.on {
  transform: translateY(-100%);
}
 
#bloc .chain {
  position: fixed;
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 39;
  bottom: 3vw;
  right: 3vw;
  background-color: #1154a3;
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  #bloc .chain {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    bottom: 14vw;
    font-size: 22px;
  }
}
#bloc .btm-chain {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#bloc .btm-chain > img {
  width: 100%;
  position: relative;
  z-index: 10;
}
#bloc .btm-chain > a {
  width: 50%;
  text-align: center;
  position: absolute;
  height: 100%;
  z-index: 11;
}
#bloc .btm-chain > a:nth-of-type(1) {
  left: 0;
}
#bloc .btm-chain > a:nth-of-type(2) {
  right: 0;
}
#bloc .btm-chain > a > img {
  max-width: 100%;
  height: 48px;
  display: inline-block;
  opacity: 0;
}
#home {
  position: relative;
  z-index: 30;
  background-color: #fffcf7;
}
#home .max-container {
  width: 84%;
  max-width: 1600px;
  margin: auto;
}
#home .page {
  opacity: 0;
  pointer-events: none;
}
#home .page.on {
  opacity: 1;
  pointer-events: auto;
}
#home .page.navInPrev {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideInHalfFromTop 0.7s forwards ease-in-out;
  animation: slideInHalfFromTop 0.7s forwards ease-in-out;
}
#home .page.navOutPrev {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideOutBottom 0.7s forwards ease-in-out;
  animation: slideOutBottom 0.7s forwards ease-in-out;
}
#home .page.navInNext {
  pointer-events: none;
  opacity: 1;
  z-index: 100;
  -webkit-animation: slideInFromBottom 0.7s forwards ease-in-out;
  animation: slideInFromBottom 0.7s forwards ease-in-out;
}
#home .page.navOutNext {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideOutHalfTop 0.7s forwards ease-in-out;
  animation: slideOutHalfTop 0.7s forwards ease-in-out;
}
#home #top {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #032854;
  z-index: 5;
}
#home #top #component {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#home #top #component .T-container {
  width: 91%;
  height: 86%;
}
#home #top #component .T-container > small {
  position: absolute;
  bottom: 0;
  width: 48px;
  left: 0;
  right: auto;
  top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#home #top #component .T-container > small > b {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
#home #top #component .T-container > small > em {
  width: 100%;
  text-align: center;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(26deg);
  -webkit-transform: rotate(26deg);
  -moz-transform: rotate(26deg);
  -o-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  font-size: 20px;
}
#home #top #component .T-container > small > span {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
#home #top #component .T-container .Text-New {
  width: 91%;
  margin: auto;
}
#home #top #component .T-container .Text-New > [data-txt] {
  width: 100%;
}
#home #top #component .T-container .Text-New > [data-txt].type_1 {
  display: flex;
  opacity: 0;
  justify-content: space-between;
  align-items: flex-start;
  height: 10vw;
}
#home #top #component .T-container .Text-New > [data-txt].type_1 .col {
  text-align: left;
}
#home #top #component .T-container .Text-New > [data-txt].type_1 .col h2 {
  white-space: nowrap;
  letter-spacing: 6px;
}
#home #top #component .T-container .Text-New > [data-txt].type_1 .col p {
  padding-left: 6px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.8);
}
#home #top #component .T-container .Text-New > [data-txt].type_1 .col:nth-of-type(1) {
  padding-left: 3vw;
}
#home #top #component .T-container .Text-New > [data-txt].type_1 .col:nth-of-type(2) {
  padding-right: 3vw;
}
#home #top #component .T-container .Text-New > [data-txt].type_1.on {
  opacity: 1;
}
#home #top #component .T-container .Text-New > [data-txt].type_2 {
  height: 210px;
  opacity: 0;
  display: block;
}
#home #top #component .T-container .Text-New > [data-txt].type_2 .col {
  width: 48%;
  text-align: left;
}
#home #top #component .T-container .Text-New > [data-txt].type_2 .col h2 {
  line-height: 1.2;
  margin-bottom: 15px;
}
#home #top #component .T-container .Text-New > [data-txt].type_2 .col h2 > b {
  font-family: font-b;
  font-size: inherit;
  font-weight: 100;
}
#home #top #component .T-container .Text-New > [data-txt].type_2 .col p {
  padding-left: 6px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}
#home #top #component .T-container .Text-New > [data-txt].type_2.on {
  opacity: 1;
}
#home #top #component .T-container .pageChange {
  flex-wrap: wrap;
  align-content: center;
  pointer-events: auto;
  position: absolute;
  width: 100%;
  text-align: center;
  right: 0;
  bottom: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: auto;
}
#home #top #component .T-container .pageChange > li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin: 6px 0;
  position: relative;
  background: transparent;
  cursor: pointer;
}
#home #top #component .T-container .pageChange > li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  line-height: 7px;
  text-align: center;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#home #top #component .T-container .pageChange > li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  opacity: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home #top #component .T-container .pageChange > li svg {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home #top #component .T-container .pageChange > li svg circle {
  stroke-dashoffset: 203px;
  stroke-dasharray: 203px;
  transition: all 1.6s ease-in-out;
  -webkit-transition: all 1.6s ease-in-out;
  -moz-transition: all 1.6s ease-in-out;
  -o-transition: all 1.6s ease-in-out;
  -ms-transition: all 1.6s ease-in-out;
}
#home #top #component .T-container .pageChange > li.on:before {
  opacity: 1;
}
#home #top #component .T-container .pageChange > li.on:after {
  opacity: 0;
}
#home #top #component .T-container .pageChange > li.on svg circle {
  transition: all 7s ease-in-out;
  -webkit-transition: all 7s ease-in-out;
  -moz-transition: all 7s ease-in-out;
  -o-transition: all 7s ease-in-out;
  -ms-transition: all 7s ease-in-out;
  stroke-dashoffset: 100px;
}
#home #top #component nav {
  position: absolute;
  bottom: 7%;
  width: 91%;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.52rem;
}
#home #top #component nav a.moveNext {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  line-height: 0.52rem;
  text-align: center;
  background-color: #fff;
  color: #1154a3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home #top #component nav a.moveNext:hover {
  background-color: #1154a3;
  color: #fff;
}
#home #top #component nav a.movePrev {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  line-height: 0.52rem;
  text-align: center;
  background-color: #fff;
  color: #1154a3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  left: auto;
  right: 0.64rem;
}
#home #top #component nav a.movePrev:hover {
  background-color: #1154a3;
  color: #fff;
}
#home #main {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10;
  /*background-color: #fffcf7;*/
  
  background: url(../images/bg.jpg);
  background-size: 100% 100%;
  display: none;
  overflow: hidden;
}
#home #main .row {
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#home #main .row div.max-container {
  height: 100%;
  position: relative;
}
#home #main .row.on {
  display: block;
}
#home #main #r1 {
  position: relative;
 
}
#home #main #r1 div.max-container .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#home #main #r1 div.max-container .wrap .col {
  width: 46%;
}
#home #main #r1 div.max-container .wrap .col.c1 > ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#home #main #r1 div.max-container .wrap .col.c1 > ul > li {
  width: 33%;
}
#home #main #r1 div.max-container .wrap .col.c1 > ul > li > i {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 30%;
  line-height: 0.84rem;
  text-align: center;
  background-color: #1154a3;
  font-size: 0.3rem;
  display: inline-block;
  color: #fff;
  box-shadow: 0 11px 24px -5px rgba(238, 119, 15, 0.2);
}
#home #main #r1 div.max-container .wrap .col.c2 {
  width: 50%;
  position: relative;
}
#home #main #r1 div.max-container .wrap .col.c2 .photo-box {
  position: relative;
  z-index: 4;
  width: 38vw;
  height: 38vw;
  margin: auto;
}
#home #main #r1 div.max-container .wrap .col.c2 .photo-box .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  display: none;
  animation-duration: 1.2s;
}
#home #main #r1 div.max-container .wrap .col.c2 .photo-box .pic > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64%;
  z-index: 10;
  max-width: 480px;
}
#home #main #r1 div.max-container .wrap .col.c2 .photo-box .pic .shadow-1 {
  position: absolute;
  left: 10%;
  top: -18%;
  z-index: 5;
  width: 82%;
}
#home #main #r1 div.max-container .wrap .col.c2 .photo-box .pic .shadow-2 {
  position: absolute;
  left: 10%;
  top: 56%;
  z-index: 5;
  width: 56%;
}
#home #main #r1 div.max-container .wrap .col.c2 .photo-box .pic:nth-of-type(3) > img {
  width: 70%;
  position: relative;
  z-index: 10;
  left: 15%;
  top: 15%;
}
#home #main #r1 div.max-container .wrap .col.c2 .photo-box .pic.on {
  display: block;
  opacity: 1;
  z-index: 12;
  pointer-events: auto;
}
#home #main #r1 div.max-container .wrap .col.c2 .line-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home #main #r1 div.max-container .wrap .col.c2 .line-box .svg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r1 div.max-container .wrap .col.c2 .line-box .svg-box svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r1 div.max-container .wrap .col.c2 .line-box .svg-box svg#cir_1 {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition-delay: 1s;
  width: 100%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
#home #main #r1 div.max-container .wrap .col.c2 .line-box .svg-box svg#cir_1 path {
  fill: transparent;
  stroke: rgba(238, 119, 15, 0.3);
}
#home #main #r1 div.max-container .wrap .col.c2 .line-box .svg-box svg#cir_2 {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition-delay: 0.8s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 0.2;
}
#home #main #r1 div.max-container .wrap .col.c2 .line-box .svg-box svg#cir_2 path {
  stroke-dasharray: 4px;
  fill: transparent;
  stroke: #1154a3;
  transition-delay: 0.8s;
}
#home #main #r1 div.max-container .wrap .col.c2 .line-box .svg-box svg#cir_3 {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition-delay: 0.6s;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  opacity: 0.2;
}
#home #main #r1 div.max-container .wrap .col.c2 .line-box .svg-box svg#cir_3 path {
  stroke-dasharray: 4px;
  fill: transparent;
  stroke: #1154a3;
  transition-delay: 0.8s;
}
#home #main #r1 div.max-container .wrap .col.c2 .time-move {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 38vw;
  height: 38vw;
  z-index: 5;
  transform: translate(-2px, -3px);
}
#home #main #r1 div.max-container .wrap .col.c2 .time-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 38vw;
  z-index: 6;
}
#home #main #r1 div.max-container .wrap .col.c2 .time-box .time-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r1 div.max-container .wrap .col.c2 .time-box .time-dot > li {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  line-height: 0.1rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#home #main #r1 div.max-container .wrap .col.c2 .time-box .time-dot > li > em {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50%;
  background-color: #1154a3;
}
#home #main #r1 div.max-container .wrap .col.c2 .time-box .time-dot > li > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  transform: scale(3);
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  background-color: #1154a3;
  opacity: 0.3;
  border-radius: 50%;
}
#home #main #r2 {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transform: translateY(2vw);
}
#home #main #r2 .m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#home #main #r2 .m-bg #p3-move {
  width: 42%;
  padding: 0 4%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home #main #r2 .m-bg #p3-move .box {
  position: relative;
}
#home #main #r2 .m-bg #p3-move .box .cir-bg {
  position: relative;
  width: 100%;
  opacity: 0;
}
#home #main #r2 .m-bg #p3-move .box .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r2 .m-bg #p3-move .box .con .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  overflow: visible;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic .pic_c {
  position: relative;
  opacity: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition-delay: 1.4s;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic .pic_c > img.img {
  width: 70%;
  position: relative;
  z-index: 10;
  left: 3%;
  top: 4%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic .pic_c > img.img_1 {
  width: 70%;
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 8%;
  top: 9%;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic .pic-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic .pic-box .pic_other {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic .pic-box .pic_other > img.img {
  width: 70%;
  position: relative;
  z-index: 10;
  left: 3%;
  top: 4%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic .pic-box .pic_other:nth-of-type(1) {
  animation: go_2 1s ease-in-out;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic .pic-box .pic_other:nth-of-type(2) {
  animation: go_3 1s ease-in-out;
  animation-delay: 1.8s;
  animation-fill-mode: both;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic .pic-box .pic_other:nth-of-type(3) {
  animation: go_4 1s ease-in-out;
  animation-delay: 2s;
  animation-fill-mode: both;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic .pic-box .pic_other:nth-of-type(4) {
  animation: go_5 1s ease-in-out;
  animation-delay: 2.2s;
  animation-fill-mode: both;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic .pic-box .pic_other:nth-of-type(5) {
  animation: go_6 1s ease-in-out;
  animation-delay: 2.4s;
  animation-fill-mode: both;
}
#home #main #r2 .m-bg #p3-move .box .con .photo .pic.on {
  opacity: 1;
  display: block;
}
#home #main #r2 .m-bg #p3-move .box .con .line-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home #main #r2 .m-bg #p3-move .box .con .line-box .svg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r2 .m-bg #p3-move .box .con .line-box .svg-box svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r2 .m-bg #p3-move .box .con .line-box .svg-box svg#cir_1 {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition-delay: 1s;
  width: 100%;
}
#home #main #r2 .m-bg #p3-move .box .con .line-box .svg-box svg#cir_1 path {
  fill: transparent;
  stroke: #1154a3;
}
#home #main #r2 .m-bg #p3-move .box .con .line-box .svg-box svg#cir_2 {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition-delay: 0.8s;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  opacity: 0.2;
}
#home #main #r2 .m-bg #p3-move .box .con .line-box .svg-box svg#cir_2 path {
  stroke-dasharray: 4px;
  fill: transparent;
  stroke: #1154a3;
  transition-delay: 0.8s;
}
#home #main #r2 .m-bg #p3-move .box .con .line-box .svg-box svg#cir_3 {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition-delay: 0.6s;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  opacity: 0.1;
}
#home #main #r2 .m-bg #p3-move .box .con .line-box .svg-box svg#cir_3 path {
  stroke-dasharray: 4px;
  fill: transparent;
  stroke: #1154a3;
  transition-delay: 0.8s;
}
#home #main #r2 .m-bg #p3-move.on {
  transform: translateX(-48%);
  -webkit-transform: translateX(-48%);
  -moz-transform: translateX(-48%);
  -o-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
}
#home #main #r2 .m-bg #p3-move.on .box .con .photo .pic .pic_c {
  opacity: 1;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition-delay: 0s;
}
#home #main #r2 .m-bg #p3-move.on .box .con .photo .pic .pic_c .img {
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
}
#home #main #r2 .m-bg #p3-move.on .box .con .line-box .svg-box #cir_1 {
  transform: translateX(15%) scale(0.8);
  opacity: 0.3;
}
#home #main #r2 .m-bg #p3-move.on .box .con .line-box .svg-box #cir_2 {
  transform-origin: 0 50%;
  opacity: 0.2;
  transform: translateX(26%) scale(1);
}
#home #main #r2 .m-bg #p3-move.on .box .con .line-box .svg-box #cir_2 path {
  stroke-dasharray: 0;
}
#home #main #r2 .m-bg #p3-move.on .box .con .line-box .svg-box #cir_3 {
  transform-origin: 0 50%;
  opacity: 0.2;
  transform: translateX(26%) scale(1.2);
}
#home #main #r2 .m-bg #p3-move.on .box .con .line-box .svg-box #cir_3 path {
  stroke-dasharray: 0;
}
#home #main #r2 .m-bg #p3-move.go {
  animation: go_1 1.6s linear;
  animation-fill-mode: both;
}
#home #main #r2 .m-bg #p3-move.go .box .con .photo .pic .pic_c {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition-delay: 1.4s;
}
#home #main #r2 .m-bg #p3-move.go .box .con .photo .pic .pic_c .img {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
}
#home #main #r2 .m-bg #p3-move.go .box .con .photo .pic .pic-box {
  display: block;
}
#home #main #r2 .m-bg #p3-move.go .box .con .line-box {
  opacity: 0;
}
#home #main #r2 div.max-container {
  position: relative;
  z-index: 10;
}
#home #main #r2 div.max-container .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#home #main #r2 div.max-container .wrap .con {
  width: 50%;
  padding: 0 4%;
  transform: translateX(-48%);
}
#home #main #r2 div.max-container .wrap .con .cir-bg {
  position: relative;
  width: 100%;
  opacity: 0;
}
#home #main #r2 div.max-container .wrap .con > .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 8%;
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translateX(26%);
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  line-height: 0.7rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.8s ease-in-out;
  top: 0rem;
  left: -0.3rem;
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note > em {
  display: inline-block;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  background-color: rgba(238, 119, 15, 0.21);
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note > em > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  line-height: 0.45rem;
  text-align: center;
  color: #fff;
  background-color: #1154a3;
  font-size: 36px;
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note > em > span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  line-height: 0.45rem;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  z-index: 6;
  opacity: 0;
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note > em > span > img {
  width: 100%;
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note > em > small {
  height: 30px;
  line-height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% + 20px);
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  font-size: 22px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform-origin: 0 50%;
  color: #6d472b;
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(238, 119, 15, 0.16);
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note .bg3 {
  position: absolute;
  width: 100%;
  top: -0.1rem;
  left: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note.on > em {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note.on > em > span {
  opacity: 1;
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note.on > em > small {
  opacity: 1;
  pointer-events: none;
  transform: scale(0.6);
  color: #1154a3;
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note.on > span {
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  background-color: rgba(238, 119, 15, 0.21);
}
#home #main #r2 div.max-container .wrap .con > .box .dot-con .note.on .bg3 {
  opacity: 1;
  transform: scale(3);
}
#home #main #r2 div.max-container .wrap .msg-box {
  position: absolute;
  right: 0;
  height: 100%;
  width: 30%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
#home #main #r2 div.max-container .wrap .msg-box .note {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 18px;
  transition: opacity 0.8s ease-in-out;
}
#home #main #r2 div.max-container .wrap .msg-box .note > em {
  display: inline-block;
  z-index: 5;
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  background-color: rgba(238, 119, 15, 0.21);
}
#home #main #r2 div.max-container .wrap .msg-box .note > em > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  background-color: #1154a3;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #main #r2 div.max-container .wrap .msg-box .note > em > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(238, 119, 15, 0.16);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home #main #r2 div.max-container .wrap .msg-box .note > small {
  height: 30px;
  line-height: 30px;
  margin-left: 16px;
  display: inline-block;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform-origin: 0 50%;
  color: #6d472b;
}
#home #main #r2 div.max-container .wrap .msg-box .note.on > em {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
}
#home #main #r2 div.max-container .wrap .msg-box .note.on > em > span {
  opacity: 1;
}
#home #main #r2 div.max-container .wrap .msg-box .note.on > em > small {
  opacity: 1;
  pointer-events: none;
  transform: scale(0.6);
  color: #1154a3;
}
#home #main #r2 div.max-container .wrap .msg-box .note.on > span {
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  background-color: rgba(238, 119, 15, 0.21);
}
#home #main #r2 div.max-container .wrap .msg-box .note.on .bg3 {
  opacity: 1;
  transform: scale(3);
}
#home #main #r2.go {
  opacity: 0;
}
#home #main #r3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
#home #main #r3 div.max-container .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(1) {
  width: 30%;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(1) .c-top {
  margin-bottom: 3vw;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(1) .c-top small {
  display: inline-block;
  line-height: 22px;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(1) .c-top h2 {
  line-height: 80px;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(1) .c-btm p {
  color: #1154a3;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(1) .c-btm div > i {
  font-size: 38px;
  margin-right: 10px;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) {
  width: 56%;
  position: absolute;
  top: 7vw;
  left: -8%;
  right: 0;
  margin: auto;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box {
  position: relative;
  transform: translateX(10%) scale(0.9);
}
@media screen and (max-width: 1600px) {
  #home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box {
    transform: translateX(0%) scale(0.9);
  }
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box > img {
  margin-bottom: 14%;
  margin-left: 10%;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot em {
  display: inline-block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(3);
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.2);
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first em {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background-color: #1154a3;
  position: relative;
  z-index: 5;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first em > img {
  width: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first span.ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first span.ripple.ripple1 {
  -webkit-animation: ripple_1 3500ms ease-out 625ms infinite;
  -moz-animation: ripple_1 3500ms ease-out 625ms infinite;
  -o-animation: ripple_1 3500ms ease-out 625ms infinite;
  animation: ripple_1 3500ms ease-out 625ms infinite;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first span.ripple.ripple2 {
  -webkit-animation: ripple_1 3500ms ease-out 1400ms infinite;
  -moz-animation: ripple_1 3500ms ease-out 1400ms infinite;
  -o-animation: ripple_1 3500ms ease-out 1400ms infinite;
  animation: ripple_1 3500ms ease-out 1400ms infinite;
  background-color: rgba(255, 255, 255, 0.3);
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first span.ripple.ripple3 {
  -webkit-animation: ripple_1 3500ms ease-out 2400ms infinite;
  -moz-animation: ripple_1 3500ms ease-out 2400ms infinite;
  -o-animation: ripple_1 3500ms ease-out 2400ms infinite;
  animation: ripple_1 3500ms ease-out 2400ms infinite;
  background-color: rgba(255, 255, 255, 0.2);
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(3) {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10%;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(3) .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(3) .list .icon_ {
  position: relative;
  z-index: 4;
  margin-right: 15px;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(3) .list .icon_ > i {
  width: 4.8vw;
  height: 4.8vw;
  border-radius: 50%;
  line-height: 4.8vw;
  text-align: center;
  background-color: #1154a3;
  color: #fff;
  font-size: 52px;
  display: inline-block;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(3) .list .icon_ .cir2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -3px;
  top: 0;
  opacity: 1;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  -ms-transform: scale(1.8);
  pointer-events: none;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(3) .list .txt {
  position: relative;
  z-index: 5;
}
#home #main #r3 div.max-container .wrap .col:nth-of-type(3) .list .txt h3 {
  line-height: 1;
  margin-bottom: 0;
}
#home #main #r3.go {
  opacity: 0;
}
#home #main #other {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#home #main #other div.max-container {
  height: 100%;
}
#home #main #other div.max-container .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  position: relative;
}
#home #main #other div.max-container .wrap .o-mid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}
#home #main #other div.max-container .wrap .o-mid .col {
  width: 50%;
  padding: 0 4%;
}
#home #main #other div.max-container .wrap .o-mid .col .box {
  position: relative;
}
#home #main #other div.max-container .wrap .o-mid .col .box .cir-bg {
  position: relative;
  width: 100%;
  opacity: 0;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  overflow: visible;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic_c {
  position: relative;
  opacity: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition-delay: 1.4s;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic_c > img.img {
  width: 70%;
  position: relative;
  z-index: 10;
  left: 3%;
  top: 4%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic_c > img.img_1 {
  width: 70%;
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 8%;
  top: 9%;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other > img.img {
  width: 70%;
  position: relative;
  z-index: 10;
  left: 3%;
  top: 4%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other:nth-of-type(1) {
  animation: go_2 1s ease-in-out;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other:nth-of-type(2) {
  animation: go_3 1s ease-in-out;
  animation-delay: 1.8s;
  animation-fill-mode: both;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other:nth-of-type(3) {
  animation: go_4 1s ease-in-out;
  animation-delay: 2s;
  animation-fill-mode: both;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other:nth-of-type(4) {
  animation: go_5 1s ease-in-out;
  animation-delay: 2.2s;
  animation-fill-mode: both;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other:nth-of-type(5) {
  animation: go_6 1s ease-in-out;
  animation-delay: 2.4s;
  animation-fill-mode: both;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic.on {
  opacity: 1;
  display: block;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .line-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_1 {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition-delay: 1s;
  width: 100%;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_1 path {
  fill: transparent;
  stroke: #1154a3;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_2 {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition-delay: 0.8s;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  opacity: 0.2;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_2 path {
  stroke-dasharray: 4px;
  fill: transparent;
  stroke: #1154a3;
  transition-delay: 0.8s;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_3 {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition-delay: 0.6s;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  opacity: 0.1;
}
#home #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_3 path {
  stroke-dasharray: 4px;
  fill: transparent;
  stroke: #1154a3;
  transition-delay: 0.8s;
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition-delay: 0.6s;
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.on {
  transform: translateX(-48%);
  -webkit-transform: translateX(-48%);
  -moz-transform: translateX(-48%);
  -o-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .photo .pic .pic_c {
  opacity: 1;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition-delay: 0s;
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .photo .pic .pic_c .img {
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .line-box .svg-box #cir_1 {
  transform: translateX(15%) scale(0.8);
  opacity: 0.3;
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .line-box .svg-box #cir_2 {
  transform-origin: 0 50%;
  opacity: 0.2;
  transform: translateX(26%) scale(1);
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .line-box .svg-box #cir_2 path {
  stroke-dasharray: 0;
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .line-box .svg-box #cir_3 {
  transform-origin: 0 50%;
  opacity: 0.2;
  transform: translateX(26%) scale(1.2);
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .line-box .svg-box #cir_3 path {
  stroke-dasharray: 0;
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.go {
  animation: go_1 1.6s linear;
  animation-fill-mode: both;
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.go .box .con .photo .pic .pic_c {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition-delay: 1.4s;
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.go .box .con .photo .pic .pic_c .img {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.go .box .con .photo .pic .pic-box {
  display: block;
}
#home #main #other div.max-container .wrap .o-mid .col#p3-move.go .box .con .line-box {
  opacity: 0;
}
#home #main #other div.max-container .wrap .o-btm {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  top: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home #main #other div.max-container .wrap .o-btm .col:nth-of-type(1) {
  width: 10%;
  text-align: left;
}
#home #main #other div.max-container .wrap .o-btm .col:nth-of-type(1).tree > span {
  display: none;
}
#home #main #other div.max-container .wrap .o-btm .col:nth-of-type(1).tree > span.on {
  display: block;
}
#home #main #other div.max-container .wrap .o-btm .col:nth-of-type(2) {
  width: 75%;
  position: relative;
}
#home #main #other div.max-container .wrap .o-btm .col:nth-of-type(2) .p-line {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home #main #other div.max-container .wrap .o-btm .col:nth-of-type(2) .p-line > li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 6px;
  text-align: center;
  background-color: #1154a3;
}
#home #main #other div.max-container .wrap .o-btm .col:nth-of-type(2):after {
  content: "";
  width: 100%;
  z-index: 2;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#home #main #other div.max-container .wrap .o-btm .col:nth-of-type(2) > span {
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1154a3;
  height: 1px;
  left: 0;
  z-index: 3;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#home #main #other div.max-container .wrap .o-btm .col:nth-of-type(3) {
  width: 10%;
  text-align: center;
}
#home #main #other div.max-container .wrap .o-btm .col:nth-of-type(3) .page-num {
  display: none;
}
#home #main #other div.max-container .wrap .o-btm .col:nth-of-type(3) .page-num.on {
  display: block;
}
#home #main #other.go-hide {
  display: none;
}
#home #main.on {
  display: block;
}
#home #btm {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
#home #btm .scr-box {
  position: absolute;
  width: 58px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home #btm .scr-box .scr-top {
  position: relative;
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  line-height: 3.2vw;
  text-align: center;
  margin-bottom: 40px;
}
#home #btm .scr-box .scr-top > img {
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#home #btm .scr-box .scr-mid {
  position: absolute;
  width: 24px;
  height: 24px;
}
#home #btm .scr-box .scr-mid .chevron {
  position: absolute;
  width: 20px;
  right: 0;
  left: 0;
  font-weight: bold;
  margin: auto;
  height: 1px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
#home #btm .scr-box .scr-mid .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
#home #btm .scr-box .scr-mid .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
#home #btm .scr-box .scr-mid .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
#home #btm .scr-box .scr-mid .chevron:before {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
  left: 0;
  transform: skew(0deg, 30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(24px);
  }
  67% {
    opacity: 1;
    transform: translateY(30px);
  }
  100% {
    opacity: 0;
    transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
  }
}
#home #btm .scr-box .scr-mid .text {
  display: block;
  margin-top: 42px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
}
#home #btm .scr-box.on {
  opacity: 0;
}
#home_1 {
  position: relative;
  z-index: 30;
}
#home_1 .page {
  opacity: 0;
  pointer-events: none;
}
#home_1 .page.on {
  opacity: 1;
  pointer-events: auto;
}
#home_1 .page.navInPrev {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideInHalfFromTop 0.7s forwards ease-in-out;
  animation: slideInHalfFromTop 0.7s forwards ease-in-out;
}
#home_1 .page.navOutPrev {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideOutBottom 0.7s forwards ease-in-out;
  animation: slideOutBottom 0.7s forwards ease-in-out;
}
#home_1 .page.navInNext {
  pointer-events: none;
  opacity: 1;
  z-index: 100;
  -webkit-animation: slideInFromBottom 0.7s forwards ease-in-out;
  animation: slideInFromBottom 0.7s forwards ease-in-out;
}
#home_1 .page.navOutNext {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideOutHalfTop 0.7s forwards ease-in-out;
  animation: slideOutHalfTop 0.7s forwards ease-in-out;
}
#home_1 #top {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #ee760e;
  z-index: 5;
}
#home_1 #top #component {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#home_1 #top #component .T-container {
  width: 91%;
  height: 86%;
}
#home_1 #top #component .T-container > small {
  position: absolute;
  bottom: 0;
  width: 48px;
  left: 0;
  right: auto;
  top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#home_1 #top #component .T-container > small > b {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
#home_1 #top #component .T-container > small > em {
  width: 100%;
  text-align: center;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(26deg);
  -webkit-transform: rotate(26deg);
  -moz-transform: rotate(26deg);
  -o-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  font-size: 20px;
}
#home_1 #top #component .T-container > small > span {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
#home_1 #top #component .T-container .Text-New {
  width: 91%;
  margin: auto;
}
#home_1 #top #component .T-container .Text-New > [data-txt] {
  width: 100%;
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_1 {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  height: 10vw;
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_1 .col {
  text-align: left;
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_1 .col h2 {
  white-space: nowrap;
  letter-spacing: 6px;
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_1 .col p {
  padding-left: 6px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.8);
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_1 .col:nth-of-type(1) {
  padding-left: 3vw;
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_1 .col:nth-of-type(2) {
  padding-right: 3vw;
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_1.on {
  display: flex;
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_2 {
  height: 210px;
  display: none;
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_2 .col {
  width: 48%;
  text-align: left;
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_2 .col h2 {
  line-height: 1.2;
  margin-bottom: 15px;
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_2 .col h2 > b {
  font-family: font-b;
  font-size: inherit;
  font-weight: 100;
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_2 .col p {
  padding-left: 6px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}
#home_1 #top #component .T-container .Text-New > [data-txt].type_2.on {
  display: block;
}
#home_1 #top #component .T-container .pageChange {
  flex-wrap: wrap;
  align-content: center;
  pointer-events: auto;
  position: absolute;
  width: 30px;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: auto;
}
#home_1 #top #component .T-container .pageChange > li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin: 6px 0;
  position: relative;
  background: transparent;
  cursor: pointer;
}
#home_1 #top #component .T-container .pageChange > li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  line-height: 5px;
  text-align: center;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#home_1 #top #component .T-container .pageChange > li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  opacity: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home_1 #top #component .T-container .pageChange > li svg {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home_1 #top #component .T-container .pageChange > li svg circle {
  stroke-dashoffset: 203px;
  stroke-dasharray: 203px;
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
}
#home_1 #top #component .T-container .pageChange > li.on:before {
  opacity: 1;
}
#home_1 #top #component .T-container .pageChange > li.on:after {
  opacity: 0;
}
#home_1 #top #component .T-container .pageChange > li.on svg circle {
  transition: all 9s ease-in-out;
  -webkit-transition: all 9s ease-in-out;
  -moz-transition: all 9s ease-in-out;
  -o-transition: all 9s ease-in-out;
  -ms-transition: all 9s ease-in-out;
  stroke-dashoffset: 100px;
}
#home_1 #top #component nav {
  position: absolute;
  bottom: 7%;
  width: 91%;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.52rem;
}
#home_1 #top #component nav a.moveNext {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  line-height: 0.52rem;
  text-align: center;
  background-color: #fff;
  color: #1154a3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home_1 #top #component nav a.moveNext:hover {
  background-color: #1154a3;
  color: #fff;
}
#home_1 #top #component nav a.movePrev {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  line-height: 0.52rem;
  text-align: center;
  background-color: #fff;
  color: #1154a3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  left: auto;
  right: 0.64rem;
}
#home_1 #top #component nav a.movePrev:hover {
  background-color: #1154a3;
  color: #fff;
}
#home_1 #main {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fffcf7;
  display: none;
}
#home_1 #main .row {
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#home_1 #main .row div.max-container {
  height: 100%;
  position: relative;
}
#home_1 #main .row.on {
  display: block;
}
#home_1 #main #r1 {
  position: relative;
}
#home_1 #main #r1 div.max-container .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(1) {
  width: 25%;
  position: relative;
  padding-left: 3%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(1) .num-box {
  position: absolute;
  top: 22px;
  right: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(1) .num-box .num_ {
  width: 5vw;
  display: none;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(1) .num-box .num_ > span {
  text-align: right;
  display: inline-block;
  width: 100%;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(1) .num-box .num_.on {
  display: block;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(1) .num-box > small {
  height: 1px;
  width: 10vw;
  background-color: #6d472b;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(1) .msg-box .msg {
  display: none;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(1) .msg-box .msg small {
  color: #7f5638;
  display: inline-block;
  line-height: 22px;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(1) .msg-box .msg h2 {
  line-height: 80px;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(1) .msg-box .msg.on {
  display: block;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(1).on {
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  opacity: 0;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4%;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box {
  position: relative;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .cir-bg {
  position: relative;
  width: 100%;
  opacity: 0;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .photo .pic .pic_c {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .photo .pic .pic_c > img.img {
  width: 65%;
  position: relative;
  z-index: 10;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .photo .pic .pic_c .shadow1 {
  position: absolute;
  left: 15%;
  top: -25%;
  z-index: 5;
  width: 82%;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .photo .pic .pic_c .shadow2 {
  position: absolute;
  left: 15%;
  top: 64%;
  z-index: 5;
  width: 69%;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .photo .pic:nth-of-type(3) .pic_c > img.img {
  width: 70%;
  position: relative;
  z-index: 10;
  left: 3%;
  top: 4%;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .photo .pic.on {
  opacity: 1;
  display: block;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .photo.on {
  display: none;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .pager {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .pager > li {
  background-color: #fffcf7;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  line-height: 8vw;
  text-align: center;
  position: absolute;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 1s ease-in-out 0.5s;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .pager > li > div {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .pager > li > div > i {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  color: #fff;
  z-index: 5;
  background-color: #1154a3;
  border-radius: 50%;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .pager > li > div > span {
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 3;
  border-radius: 50%;
  width: 80%;
  height: 80%;
  background-color: rgba(240, 120, 15, 0.3);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .pager > li.on > div,
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .pager > li:hover > div {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .pager > li.on > div > span,
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(2) .box .con .pager > li:hover > div > span {
  opacity: 1;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(3) {
  width: 25%;
  padding: 0 3%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(3) .note-box .note {
  display: none;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(3) .note-box .note > em {
  color: #d3c7bf;
  line-height: 38px;
  display: inline-block;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(3) .note-box .note h3 {
  color: #d3c7bf;
  line-height: 58px;
  margin: 5px 0;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(3) .note-box .note.on {
  display: block;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(3) .set-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(3) .set-box .prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  color: #1154a3;
  margin-right: 20px;
  box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(3) .set-box .prev:hover {
  background-color: #1154a3;
  color: #fff;
  box-shadow: 0 3px 15px -3px rgba(50, 41, 120, 0.12);
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(3) .set-box .next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  color: #1154a3;
  margin-right: 20px;
  box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(3) .set-box .next:hover {
  background-color: #1154a3;
  color: #fff;
  box-shadow: 0 3px 15px -3px rgba(50, 41, 120, 0.12);
}
#home_1 #main #r1 div.max-container .wrap .col:nth-of-type(3).on {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  opacity: 0;
}
#home_1 #main #r1.go div.max-container .wrap .col.c1 {
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  opacity: 0;
}
#home_1 #main #r1.go div.max-container .wrap .col.c2 .box .con .pager {
  opacity: 0;
}
#home_1 #main #r1.go div.max-container .wrap .col.c3 {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  opacity: 0;
}
#home_1 #main #r2 {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#home_1 #main #r2 div.max-container .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#home_1 #main #r2 div.max-container .wrap .con {
  width: 50%;
  padding: 0 4%;
  transform: translateX(-48%);
}
#home_1 #main #r2 div.max-container .wrap .con .cir-bg {
  position: relative;
  width: 100%;
  opacity: 0;
}
#home_1 #main #r2 div.max-container .wrap .con .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 8%;
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translateX(26%);
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con .note {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  line-height: 0.7rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  cursor: pointer;
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con .note > em {
  display: inline-block;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  background-color: rgba(238, 119, 15, 0.21);
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con .note > em > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  line-height: 0.45rem;
  text-align: center;
  color: #fff;
  background-color: #1154a3;
  font-size: 32px;
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con .note > em > span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  line-height: 0.45rem;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  z-index: 6;
  opacity: 0;
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con .note > em > span > img {
  width: 100%;
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con .note > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(238, 119, 15, 0.16);
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con .note .bg3 {
  position: absolute;
  width: 100%;
  top: -0.1rem;
  left: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con .note.on > em {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con .note.on > em > span {
  opacity: 1;
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con .note.on > span {
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  background-color: rgba(238, 119, 15, 0.21);
}
#home_1 #main #r2 div.max-container .wrap .con .box .dot-con .note.on .bg3 {
  opacity: 1;
  transform: scale(3);
}
#home_1 #main #r2 div.max-container .wrap .msg-box {
  position: absolute;
  right: 0;
  height: 100%;
  width: 30%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#home_1 #main #r2 div.max-container .wrap .msg-box .msg {
  display: none;
}
#home_1 #main #r2 div.max-container .wrap .msg-box .msg p {
  line-height: 1.5;
}
#home_1 #main #r2 div.max-container .wrap .msg-box .msg p > b {
  margin-right: 15px;
}
#home_1 #main #r2 div.max-container .wrap .msg-box .msg.on {
  display: block;
}
#home_1 #main #r2.go {
  opacity: 0;
}
#home_1 #main #r3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#home_1 #main #r3 div.max-container .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(1) {
  width: 30%;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(1) .c-top {
  margin-bottom: 3vw;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(1) .c-top small {
  display: inline-block;
  line-height: 22px;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(1) .c-top h2 {
  line-height: 80px;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(1) .c-btm p {
  color: #1154a3;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(1) .c-btm div > i {
  font-size: 38px;
  margin-right: 10px;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(2) {
  width: 56%;
  position: absolute;
  top: 3vw;
  left: -8%;
  right: 0;
  margin: auto;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box {
  position: relative;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot em {
  display: inline-block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(3);
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.2);
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  line-height: 1rem;
  text-align: center;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first em {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  line-height: 1rem;
  text-align: center;
  background-color: #1154a3;
  position: relative;
  z-index: 5;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first em > img {
  width: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first span.ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(2) .map-box .dot-box .dot.first span.ripple.ripple2 {
  transform: scale(2.3);
  -webkit-transform: scale(2.3);
  -moz-transform: scale(2.3);
  -o-transform: scale(2.3);
  -ms-transform: scale(2.3);
  background-color: rgba(255, 255, 255, 0.2);
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(3) {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10%;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(3) .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(3) .list .icon {
  position: relative;
  z-index: 4;
  margin-right: 15px;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(3) .list .icon > i {
  width: 4.8vw;
  height: 4.8vw;
  border-radius: 50%;
  line-height: 4.8vw;
  text-align: center;
  background-color: #1154a3;
  color: #fff;
  font-size: 52px;
  display: inline-block;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(3) .list .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  border: 1px dashed #1154a3;
  border-radius: 50%;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  -ms-transform: scale(1.8);
  pointer-events: none;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(3) .list .txt {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
#home_1 #main #r3 div.max-container .wrap .col:nth-of-type(3) .list .txt h3 {
  line-height: 1;
}
#home_1 #main #r3.go {
  opacity: 0;
}
#home_1 #main #other {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#home_1 #main #other div.max-container {
  height: 100%;
}
#home_1 #main #other div.max-container .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  position: relative;
}
#home_1 #main #other div.max-container .wrap .o-mid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home_1 #main #other div.max-container .wrap .o-mid .col {
  width: 50%;
  padding: 0 4%;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box {
  position: relative;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .cir-bg {
  position: relative;
  width: 100%;
  opacity: 0;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  overflow: visible;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic_c {
  position: relative;
  opacity: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition-delay: 1.4s;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic_c > img.img {
  width: 70%;
  position: relative;
  z-index: 10;
  left: 3%;
  top: 4%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic_c > img.img_1 {
  width: 70%;
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 8%;
  top: 9%;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other > img.img {
  width: 70%;
  position: relative;
  z-index: 10;
  left: 3%;
  top: 4%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other:nth-of-type(1) {
  animation: go_2 1s ease-in-out;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other:nth-of-type(2) {
  animation: go_3 1s ease-in-out;
  animation-delay: 1.8s;
  animation-fill-mode: both;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other:nth-of-type(3) {
  animation: go_4 1s ease-in-out;
  animation-delay: 2s;
  animation-fill-mode: both;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other:nth-of-type(4) {
  animation: go_5 1s ease-in-out;
  animation-delay: 2.2s;
  animation-fill-mode: both;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic .pic-box .pic_other:nth-of-type(5) {
  animation: go_6 1s ease-in-out;
  animation-delay: 2.4s;
  animation-fill-mode: both;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .photo .pic.on {
  opacity: 1;
  display: block;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .line-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_1 {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition-delay: 1s;
  width: 100%;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_1 path {
  fill: transparent;
  stroke: #1154a3;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_2 {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition-delay: 0.8s;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  opacity: 0.2;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_2 path {
  stroke-dasharray: 4px;
  fill: transparent;
  stroke: #1154a3;
  transition-delay: 0.8s;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_3 {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition-delay: 0.6s;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  opacity: 0.1;
}
#home_1 #main #other div.max-container .wrap .o-mid .col .box .con .line-box .svg-box svg#cir_3 path {
  stroke-dasharray: 4px;
  fill: transparent;
  stroke: #1154a3;
  transition-delay: 0.8s;
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition-delay: 0.6s;
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.on {
  transform: translateX(-48%);
  -webkit-transform: translateX(-48%);
  -moz-transform: translateX(-48%);
  -o-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .photo .pic .pic_c {
  opacity: 1;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition-delay: 0s;
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .photo .pic .pic_c .img {
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .line-box .svg-box #cir_1 {
  transform: translateX(15%) scale(0.8);
  opacity: 0.3;
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .line-box .svg-box #cir_2 {
  transform-origin: 0 50%;
  opacity: 0.2;
  transform: translateX(26%) scale(1);
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .line-box .svg-box #cir_2 path {
  stroke-dasharray: 0;
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .line-box .svg-box #cir_3 {
  transform-origin: 0 50%;
  opacity: 0.2;
  transform: translateX(26%) scale(1.2);
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.on .box .con .line-box .svg-box #cir_3 path {
  stroke-dasharray: 0;
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.go {
  animation: go_1 1.6s linear;
  animation-fill-mode: both;
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.go .box .con .photo .pic .pic_c {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition-delay: 1.4s;
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.go .box .con .photo .pic .pic_c .img {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.go .box .con .photo .pic .pic-box {
  display: block;
}
#home_1 #main #other div.max-container .wrap .o-mid .col#p3-move.go .box .con .line-box {
  opacity: 0;
}
#home_1 #main #other div.max-container .wrap .o-btm {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home_1 #main #other div.max-container .wrap .o-btm .col:nth-of-type(1) {
  width: 10%;
  text-align: left;
}
#home_1 #main #other div.max-container .wrap .o-btm .col:nth-of-type(1).tree > span {
  display: none;
}
#home_1 #main #other div.max-container .wrap .o-btm .col:nth-of-type(1).tree > span.on {
  display: block;
}
#home_1 #main #other div.max-container .wrap .o-btm .col:nth-of-type(2) {
  width: 75%;
  position: relative;
}
#home_1 #main #other div.max-container .wrap .o-btm .col:nth-of-type(2) .p-line {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home_1 #main #other div.max-container .wrap .o-btm .col:nth-of-type(2) .p-line > li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 6px;
  text-align: center;
  background-color: #1154a3;
}
#home_1 #main #other div.max-container .wrap .o-btm .col:nth-of-type(2):after {
  content: "";
  width: 100%;
  z-index: 2;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#home_1 #main #other div.max-container .wrap .o-btm .col:nth-of-type(2) > span {
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1154a3;
  height: 1px;
  left: 0;
  z-index: 3;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#home_1 #main #other div.max-container .wrap .o-btm .col:nth-of-type(3) {
  width: 10%;
  text-align: center;
}
#home_1 #main #other div.max-container .wrap .o-btm .col:nth-of-type(3) .page-num {
  display: none;
}
#home_1 #main #other div.max-container .wrap .o-btm .col:nth-of-type(3) .page-num.on {
  display: block;
}
#home_1 #main #other.go-hide {
  display: none;
}
#home_1 #main.on {
  display: block;
}
#home_1 #btm {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
#home_1 #btm .scr-box {
  position: absolute;
  width: 58px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home_1 #btm .scr-box .scr-top {
  border: 1px dashed #fff;
  position: relative;
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  line-height: 3.2vw;
  text-align: center;
}
#home_1 #btm .scr-box .scr-top > img {
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#home_1 #btm .scr-box .scr-mid {
  width: 100%;
  height: 4vw;
  position: relative;
}
#home_1 #btm .scr-box .scr-mid:after {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px dashed #fff;
  width: 1px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
#home_1 #btm .scr-box .scr-btm {
  width: 2.2vw;
  height: 2.2vw;
  border-radius: 50%;
  line-height: 2.2vw;
  text-align: center;
  border: 1px dashed #fff;
  position: relative;
}
#home_1 #btm .scr-box .scr-btm:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 50%;
  line-height: 1.2vw;
  text-align: center;
  border: 1px solid #fff;
}
#home_1 #btm .scr-box:after {
  content: attr(data-note);
  font-size: 12px;
  left: 100%;
  position: absolute;
  font-family: word-l;
  line-height: 1.2;
  width: 22px;
  text-align: center;
  color: #fff;
  padding-top: 1vw;
}
#home_1 #btm .scr-box.on {
  opacity: 0;
}
#new #main .row .wrap .items .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3vw;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
   box-shadow: 0 10px 30px -3px rgba(0, 0, 0, 0.12);
   margin-bottom: 30px;
}
#new #main .row .wrap .items .list .photo {
  width: 56%;
   padding-left: 4%;
}
#new #main .row .wrap .items .list .photo .pic {
  position: relative;
  padding-bottom: 56.25%;
}
#new #main .row .wrap .items .list .msg {
 
  width: 100%;
}
#new #main .row .wrap .items .list .msg > small {
  margin-bottom: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 800px) {
  #new #main .row .wrap .items .list:hover {
    box-shadow: 0 10px 30px -3px rgba(0, 0, 0, 0.3);
  }
  #new #main .row .wrap .items .list:hover .msg > small {
    color: #1154a3;
  }
}
#new #main .row .wrap .set-box {
  text-align: center;
  padding: 2.5vw 0 1vw 0;
}
#new_detail #main .row .max-container {
  max-width: 1200px;
}
#new_detail #main .row .max-container #new-box {
  max-width: 1160px;
  margin: auto;
}
#new_detail #main .row .max-container #new-box .topic {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
  text-align: center;
}
#new_detail #main .row .max-container #new-box .new-parent {
  padding: 0.6rem 0;
}
#new_detail #main .row .max-container #new-box .new-parent span,
#new_detail #main .row .max-container #new-box .new-parent p,
#new_detail #main .row .max-container #new-box .new-parent div,
#new_detail #main .row .max-container #new-box .new-parent font {
  word-wrap: break-word;
  font-break: break-all;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
#new_detail #main .row .max-container #new-box .new-parent img {
  max-width: 99%;
  margin: 20px auto;
  height: auto !important;
  display: block;
}
#new_detail #main .row .max-container #new-box .new-btm {
  padding-top: 0.5rem;
  border-top: 1px solid #eee;
}
#new_detail #main .row .max-container #new-box .new-btm > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#new_detail #main .row .max-container #new-box .new-btm > div:nth-of-type(1) > a {
  margin: 0 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#new_detail #main .row .max-container #new-box .new-btm > div:nth-of-type(1) > a:hover {
  color: #1154a3;
}
#new_detail #main .row .max-container #new-box .new-btm > div:nth-of-type(2) > a:hover {
  color: #fff;
}
#new_detail #main .row .max-container #new-box .return {
  display: inline-block;
  width: 1.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #1154a3;
  text-align: center;
  color: #fff;
  box-shadow: 0px 11px 50px -6px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
#honor #main {
  position: relative;
}
#honor #main .m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#honor #main .con #roll {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#honor #main .con #roll .left {
  width: 30%;
  padding: 1rem 0;
}
#honor #main .con #roll .left h3 {
  position: relative;
  display: inline-block;
}
#honor #main .con #roll .left h3:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 50px;
  background-color: #333;
  left: calc(100% + 28px);
}
#honor #main .con #roll .left .msg {
  display: none;
}
#honor #main .con #roll .left .msg h2 small {
  color: #adadad;
  margin-left: 3px;
}
#honor #main .con #roll .left .msg.on {
  display: block;
}
#honor #main .con #roll .left .roll-set {
  margin-top: 0.3rem;
}
#honor #main .con #roll .left .roll-set > a {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  font-size: 24px;
  color: #1154a3;
  box-shadow: 0 5px 30px -2px rgba(0, 0, 0, 0.1);
  margin-right: 0.2rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#honor #main .con #roll .left .roll-set > a:hover {
  background-color: #1154a3;
  color: #fff;
  box-shadow: 0 5px 30px -2px rgba(238, 119, 15, 0.2);
}
#honor #main .con #roll .right {
  width: 70vw;
  position: absolute;
  left: calc(50% - 3.25rem + 10px);
}
#honor #main .con #roll .right .roll-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}
#honor #main .con #roll .right .roll-box .swiper-item {
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 3000%;
}
#honor #main .con #roll .right .roll-box .swiper-item > li {
  float: left;
  padding-right: 32px;
  cursor: pointer;
  perspective: 500px;
}
#honor #main .con #roll .right .roll-box .swiper-item > li .pic {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.5rem;
  transform: scale(0.6) translateZ(18px);
  filter: blur(5px);
  position: relative;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
}
#honor #main .con #roll .right .roll-box .swiper-item > li.on .pic {
  transform-origin: 50% 50%;
  transform: none;
  filter: blur(0px);
}
#honor #main .con #roll .right .roll-box .show-box {
  position: absolute;
  pointer-events: none;
  width: 100%;
  top: 54%;
  left: 0;
  z-index: 8;
}
#honor #main .con #roll .right .roll-box .show-box > img {
  width: 6.5rem;
}
#honor #main .con #roll .right .roll-box .show-box .shadow {
  position: absolute;
  display: none;
  bottom: 66%;
  left: 1.3rem;
  width: 3.9rem;
  height: 1px;
  background-color: #babbbb;
  box-shadow: 0 0px 9px 9px rgba(0, 0, 0, 0.26);
  border-radius: 50%;
}
#roots #main .row {
  padding: 2.5vw 0;
}
#roots #main #r1 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#roots #main #r1 .wrap .col {
  width: 45%;
}
#roots #main #r1 .wrap .col.c1 .other {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#roots #main #r1 .wrap .col.c1 .other .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#roots #main #r1 .wrap .col.c1 .other .list div:nth-of-type(1) {
  margin-right: 0.1rem;
}
#roots #main #r1 .wrap .col.c1 .other .list div:nth-of-type(1) > span {
  line-height: 1.2;
  text-shadow: 0 3px 12px rgba(246, 139, 41, 0.13);
}
#roots #main #r1 .wrap .col.c1 .other .list div:nth-of-type(1) > small {
  text-shadow: 0 3px 12px rgba(246, 139, 41, 0.13);
}
#roots #main #r1 .wrap .col.c1 .other .list div:nth-of-type(2) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3px;
}
#roots #main #r1 .wrap .col.c1 .other .list div:nth-of-type(2) > span {
  border-radius: 3px;
  position: relative;
  width: 0.3rem;
  height: 0.72rem;
  overflow: hidden;
  background-color: #eee;
  box-shadow: 0 5px 20px -2px rgba(246, 139, 41, 0.13);
}
#roots #main #r1 .wrap .col.c1 .other .list div:nth-of-type(2) > span > em {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#roots #main #r1 .wrap .col.c2 .pic {
  position: relative;
  width: 100%;
  padding-bottom: 72%;
}
#roots #main #r2 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#roots #main #r2 .wrap .col {
  width: 45%;
}
#roots #main #r2 .wrap .col.c2 {
  width: 43%;
}
#roots #main #r2 .wrap .col.c2 .other {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#roots #main #r2 .wrap .col.c2 .other .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#roots #main #r2 .wrap .col.c2 .other .list div:nth-of-type(1) {
  margin-right: 0.1rem;
}
#roots #main #r2 .wrap .col.c2 .other .list div:nth-of-type(1) > span {
  line-height: 1.2;
  text-shadow: 0 3px 12px rgba(246, 139, 41, 0.13);
}
#roots #main #r2 .wrap .col.c2 .other .list div:nth-of-type(1) > small {
  text-shadow: 0 3px 12px rgba(246, 139, 41, 0.13);
}
#roots #main #r2 .wrap .col.c2 .other .list div:nth-of-type(2) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3px;
}
#roots #main #r2 .wrap .col.c2 .other .list div:nth-of-type(2) > span {
  border-radius: 3px;
  position: relative;
  width: 0.3rem;
  height: 0.72rem;
  overflow: hidden;
  box-shadow: 0 5px 20px -2px rgba(246, 139, 41, 0.13);
}
#roots #main #r2 .wrap .col.c2 .other .list div:nth-of-type(2) > span > em {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#roots #main #r2 .wrap .col.c1 .pic {
  position: relative;
  width: 100%;
  padding-bottom: 72%;
}
#roots #main #r3 .wrap .topic {
  text-align: center;
}
#roots #main #r3 .wrap .r-mid {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4vw 0;
}
#roots #main #r3 .wrap .r-mid div.col.c1 {
  position: relative;
}
#roots #main #r3 .wrap .r-mid div.col.c1 > span:nth-of-type(2) {
  padding: 12px;
  position: relative;
  margin: 0 0.3rem;
  display: block;
}
#roots #main #r3 .wrap .r-mid div.col.c1 > span:nth-of-type(2) > span {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  line-height: 1rem;
  display: block;
  text-align: center;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 5px 30px -2px rgba(246, 139, 41, 0.12);
}
#roots #main #r3 .wrap .r-mid div.col.c1 > span:nth-of-type(2) .img_ {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#roots #main #r3 .wrap .r-mid div.col.c1 > span.font-b {
  position: absolute;
  right: 100%;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#roots #main #r3 .wrap .r-mid div.col.c2 {
  margin: 0 0.3rem;
}
#roots #main #r3 .wrap .r-mid div.col.c3 {
  position: relative;
}
#roots #main #r3 .wrap .r-mid div.col.c3 > span:nth-of-type(1) {
  padding: 12px;
  position: relative;
  margin: 0 0.3rem;
  display: block;
}
#roots #main #r3 .wrap .r-mid div.col.c3 > span:nth-of-type(1) > span {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  line-height: 1rem;
  display: block;
  text-align: center;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 5px 30px -2px rgba(246, 139, 41, 0.12);
}
#roots #main #r3 .wrap .r-mid div.col.c3 > span:nth-of-type(1) .img_ {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#roots #main #r3 .wrap .r-mid div.col.c3 > span.font-b {
  position: absolute;
  left: 100%;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#roots #main #r3 .wrap .r-btm .r-tab {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
#roots #main #r3 .wrap .r-btm .r-tab > ol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 0.8rem;
  background-color: #1154a3;
}
#roots #main #r3 .wrap .r-btm .r-tab > ol > li {
  text-align: center;
  color: #fff;
  width: calc(100%/9);
}
#roots #main #r3 .wrap .r-btm .r-tab ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2vw 0;
  position: relative;
}
#roots #main #r3 .wrap .r-btm .r-tab ul li {
  width: calc(100%/9);
  text-align: left;
  color: #6d472b;
  padding: 0 10px;
}
#roots #main #r3 .wrap .r-btm .r-tab ul li:first-child {
  text-align: center;
}
#roots #main #r3 .wrap .r-btm .r-tab ul:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 94%;
  height: 1px;
  background-color: #eee;
}
#roots #main #r4 .wrap .topic {
  margin-bottom: 2vw;
}
#roots #main #r4 .wrap .r-mid {
  position: relative;
}
#roots #main #r4 .wrap .r-mid .r-tab {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
#roots #main #r4 .wrap .r-mid .r-tab > ol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 0.8rem;
  background-color: #1154a3;
}
#roots #main #r4 .wrap .r-mid .r-tab > ol > li {
  text-align: center;
  color: #fff;
  width: calc(100%/5);
}
#roots #main #r4 .wrap .r-mid .r-tab ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2vw 0;
  position: relative;
}
#roots #main #r4 .wrap .r-mid .r-tab ul li {
  width: calc(100%/5);
  text-align: center;
  color: #6d472b;
  padding: 0 18px;
}
#roots #main #r4 .wrap .r-mid .r-tab ul li:first-child {
  text-align: center;
}
#roots #main #r4 .wrap .r-mid .r-tab ul li:first-child > img {
  width: 80%;
  display: inline-block;
  max-width: 90px;
}
#roots #main #r4 .wrap .r-mid .r-tab ul:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 94%;
  height: 1px;
  background-color: #eee;
}
#roots #main #r5 {
  padding-top: 2vw;
  padding-bottom: 8vw;
}
#roots #main #r5 .wrap .topic {
  margin-bottom: 5vw;
}
#roots #main #r5 .wrap .topic p {
  width: 70%;
  margin: auto;
}
#roots #main #r5 .wrap .r-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10vw;
}
#roots #main #r5 .wrap .r-mid .col.c1 > span,
#roots #main #r5 .wrap .r-mid .col.c3 > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0.9rem;
}
#roots #main #r5 .wrap .r-mid .col.c1 > span > i,
#roots #main #r5 .wrap .r-mid .col.c3 > span > i {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  line-height: 0.8rem;
  text-align: center;
  display: inline-block;
  background-color: #1154a3;
  color: #fff;
  font-size: 26px;
  margin-right: 15px;
  box-shadow: 0 12px 16px -4px rgba(238, 119, 15, 0.12);
}
#roots #main #r5 .wrap .r-mid .col.c2 {
  width: 25vw;
  position: relative;
  max-width: 434px;
}
#roots #main #r5 .wrap .r-mid .col.c2 .ma-1 {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 434px;
}
#roots #main #r5 .wrap .r-mid .col.c2 .line_1 {
  z-index: 8;
  position: absolute;
  width: calc(100% + 1.8rem);
  left: -0.9rem;
  top: 0;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
}
#roots #main #r5 .wrap .r-mid .col.c2 .line_1.go {
  top: 50%;
}
#roots #main #r5 .wrap .r-mid .col.c2 .pic {
  position: absolute;
  z-index: 6;
  width: 100%;
  left: 0;
  top: 0;
  height: 0;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
}
#roots #main #r5 .wrap .r-mid .col.c2 .pic.go {
  height: 50%;
}
#roots #main #r5 .wrap .r-mid .col.c2 .phone {
  position: absolute;
  z-index: 10;
  width: 76%;
  top: 24%;
  left: 0;
  right: 0;
  margin: auto;
}
#culture #main {
  padding-bottom: 0;
}
#culture #main .img-box {
  position: relative;
  width: 100%;
}
#culture #main .img-box > img {
  width: 100%;
  display: block;
}
#culture #main .row {
  padding: 5vw 0;
}
#culture #main .row .topic {
  text-align: center;
  margin-bottom: 3vw;
}
#culture #main .row .topic small {
  display: none;
}
#culture #main #r1 {
  padding-top: 0;
}
#culture #main #r1 .wrap .r-mid {
  padding-top: 0.4rem;
  padding-bottom: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#culture #main #r1 .wrap .r-mid .list {
  width: 2.1rem;
  text-align: center;
  position: relative;
}
#culture #main #r1 .wrap .r-mid .list > span {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  line-height: 2.1rem;
  text-align: center;
  position: relative;
  border: 1px solid rgba(238, 119, 15, 0.2);
}
#culture #main #r1 .wrap .r-mid .list > span > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 76%;
  border-radius: 50%;
  height: 76%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.1);
}
#culture #main #r1 .wrap .r-mid .list > span > a > span {
  position: relative;
  line-height: 1;
}
#culture #main #r1 .wrap .r-mid .list > span > a > span .icon_1 {
  width: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#culture #main #r1 .wrap .r-mid .list > span > a > span .icon_1.on {
  opacity: 0;
}
#culture #main #r1 .wrap .r-mid .list > span > a > span .icon_2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#culture #main #r1 .wrap .r-mid .list > span > a > span .icon_2.on {
  opacity: 1;
}
#culture #main #r1 .wrap .r-mid .list > span > a > small {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 1.2;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#culture #main #r1 .wrap .r-mid .list > span > a:hover {
  background-color: #1154a3;
}
#culture #main #r1 .wrap .r-mid .list > span > a:hover > span .icon_1 {
  opacity: 0;
}
#culture #main #r1 .wrap .r-mid .list > span > a:hover > span .icon_2 {
  opacity: 1;
}
#culture #main #r1 .wrap .r-mid .list > span > a:hover > small {
  color: #fff;
}
#culture #main #r1 .wrap .r-mid .list p {
  top: calc(100% + 15px);
  text-align: center;
  z-index: 10;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#culture #main #r1 .wrap .r-mid .line {
  height: 5px;
  position: relative;
  width: 9%;
}
#culture #main #r1 .wrap .r-mid .line:after {
  content: "";
  border-bottom: 1px dashed #1154a3;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#culture #main #r1 .wrap .r-mid .line > em {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  line-height: 5px;
  text-align: center;
  z-index: 10;
  background-color: #1154a3;
  top: 0;
}
#culture #main #r1 .wrap .r-mid .line > em:nth-of-type(1) {
  left: -3px;
}
#culture #main #r1 .wrap .r-mid .line > em:nth-of-type(2) {
  right: -3px;
}
#culture #main #r2 {
  position: relative;
  padding-bottom: 34%;
}
#culture #main #r2 .m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
#culture #main #r2 .m-bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#culture #main #r2 .max-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 10;
}
#culture #main #r2 .max-container .wrap .topic {
  margin-bottom: 0;
  padding: 3vw 0 0;
}
#culture #main #r2 .max-container .wrap .r-mid {
  display: flex;
  justify-content: center;
  align-items: center;
}
#culture #main #r2 .max-container .wrap .r-mid .r-btn {
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 8px 0;
  width: 30%;
  margin: 0 2.6vw;
}
#culture #main #r3 {
  padding: 0;
  position: relative;
}
#culture #main #r3 .m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
#culture #main #r3 .m-bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#culture #main #r3 .max-container {
  position: relative;
  z-index: 10;
}
#culture #main #r3 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46.875vw;
}
#culture #main #r3 .wrap .con {
  width: 22vw;
  max-width: 400px;
  position: relative;
}
#culture #main #r3 .wrap .con > img {
  width: 100%;
}
#culture #main #r3 .wrap .con .cir {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  line-height: 1.3rem;
  text-align: center;
  opacity: 0;
}
#culture #main #r3 .wrap .con .cir .dot {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  line-height: 1.3rem;
  text-align: center;
  background-color: #1154a3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
#culture #main #r3 .wrap .con .cir .dot > i {
  line-height: 1;
  font-size: 46px;
}
#culture #main #r3 .wrap .con .cir .dot > small {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2;
}
#culture #main #r3 .wrap .con .cir .note {
  position: absolute;
  white-space: nowrap;
  line-height: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #6d472b;
}
#culture #main #r3 .wrap .con .cir .note:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  line-height: 5px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#culture #main #r3 .wrap .con .cir.l-o .dot {
  background-color: #1154a3;
  color: #fff;
}
#culture #main #r3 .wrap .con .cir.l-o .note {
  left: calc(100% + 50px);
}
#culture #main #r3 .wrap .con .cir.l-o .note:after {
  background-color: #1154a3;
  right: calc(100% + 10px);
}
#culture #main #r3 .wrap .con .cir.l-f .dot {
  background-color: #1154a3;
  color: #fff;
}
#culture #main #r3 .wrap .con .cir.l-f .note {
  left: calc(100% + 50px);
}
#culture #main #r3 .wrap .con .cir.l-f .note:after {
  background-color: #1154a3;
  right: calc(100% + 10px);
}
#culture #main #r3 .wrap .con .cir.r-o .dot {
  background-color: #1154a3;
  color: #fff;
}
#culture #main #r3 .wrap .con .cir.r-o .note {
  right: calc(100% + 50px);
}
#culture #main #r3 .wrap .con .cir.r-o .note:after {
  background-color: #1154a3;
  left: calc(100% + 10px);
}
#culture #main #r3 .wrap .con .cir.r-f .dot {
  background-color: #1154a3;
  color: #fff;
}
#culture #main #r3 .wrap .con .cir.r-f .note {
  right: calc(100% + 50px);
}
#culture #main #r3 .wrap .con .cir.r-f .note:after {
  background-color: #1154a3;
  left: calc(100% + 10px);
}
#pro #main {
  overflow: hidden;
  padding-bottom: 0;
}
#pro #main .row .topic {
  position: relative;
}
#pro #main .row .topic h3 {
  position: relative;
  z-index: 10;
  font-weight: bold;
}
#pro #main .row .topic p {
  position: relative;
  z-index: 10;
}
#pro #main .row .topic .mask {
  position: absolute;
  z-index: 5;
  top: -0.8rem;
  left: -0.5rem;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
#pro #main .row .topic .mask > span {
  font-size: 1.6rem;
  opacity: 0.15;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
}
#pro #main .row .topic .mask .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: auto;
  bottom: 0;
  height: 200%;
}
#pro #main .bg-row {
  position: relative;
  padding-bottom: 41.66%;
}
#pro #main .bg-row .m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#pro #main .bg-row .m-bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pro #main .bg-row .max-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
#pro #main .bg-row .max-container .wrap {
  width: 100%;
}
#pro #main #r1 {
  padding-bottom: 1vw;
  padding-top: 1vw;
}
#pro #main #r1 .wrap {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
#pro #main #r1 .wrap .col.c1 {
  position: relative;
  width: 50%;
}
#pro #main #r1 .wrap .col.c1 .model {
  width: 50%;
  position: relative;
  display: block;
  pointer-events: none;
  margin: auto;
  z-index: 10;
}
#pro #main #r1 .wrap .col.c1 .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
}
#pro #main #r1 .wrap .col.c1 .con .mask {
  position: absolute;
  width: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  height: 50%;
  background-color: #fff;
}
#pro #main #r1 .wrap .col.c1 .con .cir {
  position: absolute;
  border-radius: 50%;
  z-index: 4;
  border: 1px dashed rgba(109, 71, 42, 0.2);
}
#pro #main #r1 .wrap .col.c1 .con .cir.cir1 {
  width: 56%;
  left: 22%;
  bottom: 22%;
}
#pro #main #r1 .wrap .col.c1 .con .cir.cir2 {
  width: 74%;
  left: 13%;
  bottom: 13%;
}
#pro #main #r1 .wrap .col.c1 .con .cir.cir3 {
  bottom: 4%;
  left: 4%;
  width: 92%;
}
#pro #main #r1 .wrap .col.c1 .cir-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  overflow: hidden;
}
#pro #main #r1 .wrap .col.c1 .cir-box #fn1 {
  position: absolute;
  border-radius: 50%;
  z-index: 4;
  width: 74%;
  left: 13%;
  bottom: 13%;
}
#pro #main #r1 .wrap .col.c1 .cir-box #fn1 .box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  line-height: 0.68rem;
  text-align: center;
}
#pro #main #r1 .wrap .col.c1 .cir-box #fn1 .box > span {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  line-height: 0.68rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
  color: #1154a3;
  font-size: 40px;
}
#pro #main #r1 .wrap .col.c1 .cir-box #fn1 .box > small {
  white-space: nowrap;
  line-height: 1.2;
  top: calc(100% + 12px);
  color: #1154a3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#pro #main #r1 .wrap .col.c2 {
  width:100%;
  padding: 0 4%;
}

 

#pro #main #r1 .wrap .col.c2 .c-mid {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 3vw 0;

}
#pro #main #r1 .wrap .col.c2 .c-mid .box {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 45%;
  padding: 6% 3%;
  min-height: 200px;
  max-width: 240px;
  border-radius: 5px;
  box-shadow: 0 10px 30px -2px rgba(0, 0, 0, 0.1);
}




#pro #main #r1 .wrap .col.c2 .wid-max1 {
  display: inline-block;   
  padding: 3vw 0;
  width: 100%;
}
#pro #main #r1 .wrap .col.c2 .wid-max1 .box1 {
  display: block;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 32.3%;
  padding:3% 2%;
  padding-bottom:0;
  height: 150px;  
  float: left;
  margin-bottom: 15px;
  margin-right: 0.5%;
  margin-left: 0.5%;
 cursor: pointer;
 position: relative;
 background:url(../img/SS.png)no-repeat;
 background-size: 100% 100%;
 color:#fff;
}
#pro #main #r1 .wrap .col.c2 .wid-max1 .box1:hover,
#pro #main #r1 .wrap .col.c2 .wid-max1 .box1:hover h4{
   background:url(../img/SS2.png)no-repeat;
 background-size: 100% 100%;
   color:#fff!important;
}
 
#pro #main #r1 .wrap .col.c2 .wid-max1 .box1 .txt{
  position: absolute;
  top:40px;
  left:20px;
  z-index: 9;
  text-align: left;
}

#pro #main #r1 .wrap .col.c2 .wid-max1 .box1 span{
   position: absolute;    
   right:10px;
   bottom:-20px;
   z-index: 1;
   font-size: 60px;
   color:rgba(83,161,255,0.5);
   font-weight: bold;
   text-align: center;
 
}
#pro #main #r1 .wrap .col.c2 .wid-max1 .box1:hover span{
  color:#2A78D4;
  z-index:2;
 }


#pro #main #r1 .wrap .col.c2 .c-mid .box .icon-box {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  line-height: 0.68rem;
  text-align: center;
  background-color: rgba(238, 119, 15, 0.2);
  position: relative;
}
#pro #main #r1 .wrap .col.c2 .c-mid .box .icon-box > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #1154a3;
  width: 70%;
  height: 70%;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pro #main #r1 .wrap .col.c2 .c-mid .box h4 {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
#pro #main #r1 .wrap .col.c2 .c-mid .box p {
  width: 100%;
  text-align: center;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#pro #main #r2 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pro #main #r2 .wrap .topic h3 {
  padding-top: 0.4rem;
}
#pro #main #r2 .wrap .topic .mask {
  top: -0.5rem;
}
#pro #main #r2 .wrap .topic .mask > span {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#pro #main #r2 .wrap .col.c1 {
  width: 45%;
}
#pro #main #r2 .wrap .col.c1 .c-mid {
  padding: 3vw 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#pro #main #r2 .wrap .col.c1 .c-mid .icon-box {
  text-align: center;
}
#pro #main #r2 .wrap .col.c1 .c-mid .icon-box > span {
  display: inline-block;
  line-height: 1.2;
}
#pro #main #r2 .wrap .col.c1 .c-mid .icon-box > small {
  line-height: 1.4;
  display: block;
  text-align: center;
}
#pro #main #r2 .wrap .col.c2 {
  width: 55%;
  text-align: center;
}
#pro #main #r2 .wrap .col.c2 .con {
  display: inline-block;
  position: relative;
  margin-top: 30px;
}
#pro #main #r2 .wrap .col.c2 .con .map {
  display: inline-block;
  width: 36vw;
  position: relative;
  z-index: 2;
}
#pro #main #r2 .wrap .col.c2 .con .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
#pro #main #r2 .wrap .col.c2 .con .box .dot {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  line-height: 0.7rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}
#pro #main #r2 .wrap .col.c2 .con .box .dot > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  border-radius: 50%;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.4);
}
#pro #main #r2 .wrap .col.c2 .con .box .dot > span > em {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  background-color: #1154a3;
}
#pro #main #r2 .wrap .col.c2 .con .box .dot > small {
  position: absolute;
  border-radius: 100px;
  height: 76%;
  left: 12%;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  white-space: nowrap;
  background-color: #1154a3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
#pro #main #r2 .wrap .col.c2 .con .box .dot.on > small {
  opacity: 1;
  pointer-events: auto;
}
#pro #main #r2 .wrap .col.c2 .con .box .dot:nth-of-type(1) {
  left: 25%;
  top: 15%;
}
#pro #main #r2 .wrap .col.c2 .con .box .dot:nth-of-type(2) {
  left: 20%;
  top: 40%;
}
#pro #main #r2 .wrap .col.c2 .con .box .dot:nth-of-type(3) {
  left: 64%;
  top: 42%;
}
#pro #main #r2 .wrap .col.c2 .con .box .dot:nth-of-type(4) {
  left: 70%;
  top: 72%;
}
#pro #main #r3 {
  padding: 7vw 0 14vw 0;
}
#pro #main #r3 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pro #main #r3 .wrap .col {
  width: 50%;
}
#pro #main #r3 .wrap .col.c1 {
  position: relative;
  text-align: center;
  padding-bottom: 6vw;
}
#pro #main #r3 .wrap .col.c1 .con {
  position: relative;
  display: inline-block;
  width: 25vw;
  max-width: 434px;
}
#pro #main #r3 .wrap .col.c1 .con .ma-1 {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 434px;
}
#pro #main #r3 .wrap .col.c1 .con .line_1 {
  z-index: 8;
  position: absolute;
  width: calc(100% + 1.8rem);
  left: -0.9rem;
  top: 0;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
}
#pro #main #r3 .wrap .col.c1 .con .line_1.go {
  top: 50%;
}
#pro #main #r3 .wrap .col.c1 .con .pic {
  position: absolute;
  z-index: 6;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  height: 0;
  max-width: 434px;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
}
#pro #main #r3 .wrap .col.c1 .con .pic.go {
  height: 50%;
}
#pro #main #r3 .wrap .col.c1 .con .phone {
  position: absolute;
  z-index: 10;
  width: 76%;
  top: 24%;
  left: 0;
  right: 0;
  margin: auto;
}
#pro #main #r3 .wrap .col.c2 {
  width: 45%;
}
#pro #main #r3 .wrap .col.c2 .c-mid {
  position: relative;
}
#pro #main #r3 .wrap .col.c2 .c-mid .con {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#pro #main #r3 .wrap .col.c2 .c-mid .con .dot {
  text-align: center;
}
#pro #main #r3 .wrap .col.c2 .c-mid .con .dot > a {
  display: inline-block;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  line-height: 0.68rem;
  text-align: center;
  background-color: #1154a3;
  color: #fff;
  font-size: 0.4rem;
  cursor: auto;
}
#pro #main #r3 .wrap .col.c2 .c-mid .con .dot > span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#pro #main #r3 .wrap .col.c2 .c-mid .con .dot:nth-of-type(1) {
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
}
#pro #main #r3 .wrap .col.c2 .c-mid .con .dot:nth-of-type(2) {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
}
#pro #main #r3 .wrap .col.c2 .c-mid .con .dot:nth-of-type(3) {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
}
#pro #main #r3 .wrap .col.c2 .c-mid .con .dot:nth-of-type(4) {
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
}
#pro #main #r4 .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#pro #main #r4 .wrap .topic h3 {
  padding-top: 0.4rem;
}
#pro #main #r4 .wrap .topic .mask > span {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#pro #main #r4 .wrap .col {
  width: 45.2%;
}
#pro #main #r4 .wrap .col .c-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
}
#pro #main #r4 .wrap .col .c-mid .list:nth-of-type(1) > em {
  vertical-align: text-bottom;
}
#pro #main #r4 .wrap .col .c-mid .list > small {
  margin-left: 10px;
}
#pro #main #r5 {
  padding: 4vw 0 3vw 0;
  position: relative;
}
#pro #main #r5 .m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: bottom right;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: auto 108%;
  z-index: 5;
}
#pro #main #r5 .max-container {
  position: relative;
  z-index: 10;
}
#pro #main #r5 .max-container .topic {
  text-align: center;
}
#pro #main #r5 .max-container .topic p {
  width: 70%;
  margin: auto;
}
#pro #main #r5 .max-container .topic .mask {
  top: -0.5rem;
  left: 0;
  justify-content: center;
  width: 100%;
}
#pro #main #r5 .max-container .topic .mask > span {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, rgba(13, 4, 95, 0.48) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#pro #main #r5 .max-container .wrap {
  margin-top: 5vw;
}
#pro #main #r5 .max-container .wrap .con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#pro #main #r5 .max-container .wrap .con .list {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  width: 100%;
  justify-content: space-around;
}
#pro #main #r5 .max-container .wrap .con .list > div.box {
  padding: 6px;
  text-align: center;
  border-radius: 150px;
  display: inline-block;
  background-color: #f6f6f6;
  margin: 22px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: calc(1.6rem + 12px);
  border: 1px solid #f0f0f0;
  cursor: pointer;
  box-shadow: 0 10px 30px -3px rgba(109, 71, 43, 0.08);
}
#pro #main #r5 .max-container .wrap .con .list > div.box .pic {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  line-height: 1.6rem;
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro #main #r5 .max-container .wrap .con .list > div.box .pic > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro #main #r5 .max-container .wrap .con .list > div.box > span {
  text-align: center;
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  justify-content: center;
  display: flex;
  align-items: flex-start;
}
#pro #main #r5 .max-container .wrap .con .list > div.box > em {
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro #main #r5 .max-container .wrap .con .list > div.box.on {
  background-color: #1154a3;
  box-shadow: 0 30px 60px -3px rgba(238, 119, 15, 0.2);
}
#pro #main #r5 .max-container .wrap .con .list > div.box.on .pic {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
}
#pro #main #r5 .max-container .wrap .con .list > div.box.on .pic > img {
  opacity: 1;
}
#pro #main #r5 .max-container .wrap .con .list > div.box.on > span {
  color: #fff;
}
#pro #main #r5 .max-container .wrap .con .list > div.box.on > em {
  color: #fff;
}
#pro #main #r5 .max-container .wrap .con .list > img {
  margin: 0 0.32rem;
}
#pro #main #r6 {
  background-color: #eee;
  padding: 2vw 0 3vw 0;
  position: relative;
}
#pro #main #r6 .m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: bottom center;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 100%;
}
#pro #main #r6 .max-container {
  position: relative;
  z-index: 12;
}
#pro #main #r6 .max-container .topic {
  text-align: center;
  margin-bottom: 4vw;
}
#pro #main #r6 .max-container .topic p {
  width: 70%;
  margin: auto;
}
#pro #main #r6 .max-container .topic .mask {
  top: -0.6rem;
  min-height: 100px;
  left: 0;
  justify-content: center;
  width: 100%;
}
#pro #main #r6 .max-container .topic .mask > span {
  opacity: 1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#pro #main #r6 .wrap .w-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pro #main #r6 .wrap .w-top .box {
  width: 23%;
  position: relative;
}
#pro #main #r6 .wrap .w-top .box > img {
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro #main #r6 .wrap .w-top .box .note {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 14%;
}
#pro #main #r6 .wrap .w-top .box .note > span {
  display: block;
  text-align: center;
  width: 100%;
}
#pro #main #r6 .wrap .w-top .box .note .line {
  width: 8%;
  height: 2px;
  background-color: #1154a3;
  margin: 12px 0;
}
#pro #main #r6 .wrap .w-top .box .note > small {
  display: block;
  text-align: center;
  width: 100%;
}
#pro #main #r6 .wrap .w-top .box:after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 76%;
  top: 8%;
  left: 12%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  height: 4px;
  background-color: #1154a3;
}
#pro #main #r6 .wrap .w-top .box.on > img {
  opacity: 1;
}
#pro #main #r6 .wrap .w-top .box.on:after {
  opacity: 1;
}
#pro #main #r6 .wrap .w-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#pro #main #r6 .wrap .w-mid .box {
  position: relative;
  width: 31%;
  margin: 4% 0 0;
  border: 1px solid #f1f1f1;
  box-shadow:0px 20px 36px -4px rgba(0, 0, 0, 0.1);
}
#pro #main #r6 .wrap .w-mid .box .con {
  position: relative;
  padding-bottom: 76%;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro #main #r6 .wrap .w-mid .box .con .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pro #main #r6 .wrap .w-mid .box .con .photo .pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 100%;
  background-size: contain;
}
#pro #main #r6 .wrap .w-mid .box .con .note {
  position: absolute;
  right: 4%;
  top: 0;
  width: 18%;
  opacity: 0;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#pro #main #r6 .wrap .w-mid .box .con .note > img {
  width: 100%;
}
#pro #main #r6 .wrap .w-mid .box .con .note .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 10%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
#pro #main #r6 .wrap .w-mid .box .con .note .msg > small {
  text-align: center;
  width: 100%;
  display: block;
}
#pro #main #r6 .wrap .w-mid .box .con .note .msg h5 {
  text-align: center;
  width: 100%;
  font-size: 20px;
}
#pro #main #r6 .wrap .w-mid .box.on .con {
  box-shadow: 0 20px 36px -4px rgba(0, 0, 0, 0.1);
}
#pro #main #r6 .wrap .w-mid .box.on .con .note {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#pro #main #r6 .wrap .w-btm {
  text-align: center;
  padding: 2vw 0;
}
#invest #top .max-container {
  padding-top: 36px;
  position: relative;
}
#invest #top .max-container .topic {
  position: absolute;
  width: 100%;
  top: 12%;
  text-align: center;
}
#invest #top .max-container .topic h3 {
  text-shadow: 0 8px 10px rgba(13, 4, 95, 0.18);
}
#invest #top .max-container .topic h4 {
  letter-spacing: 8px;
  text-shadow: 0 8px 10px rgba(13, 4, 95, 0.18);
}
#invest #main {
  padding-top: 0;
  padding-bottom: 0;
}
#invest #main .bg-row {
  position: relative;
  padding-bottom: 40.323%;
}
#invest #main .bg-row .m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#invest #main .bg-row .m-bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#invest #main .bg-row .max-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  z-index: 9;
  top: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
#invest #main .bg-row .max-container .wrap {
  width: 100%;
}
#invest #main #r1 {
  margin-top: -3vw;
  padding-bottom: 4vw;
}
#invest #main #r1 .m-bg {
  margin-bottom: 3.5vw;
}
#invest #main #r1 .wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#invest #main #r1 .wrap .col {
  width: 50%;
  text-align: left;
  padding: 0 6%;
}
#invest #main #r1 .wrap .col > b {
  display: block;
}
#invest #main #r1 .other {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4vw 0;
}
#invest #main #r1 .other .col {
  width: 50%;
}
#invest #main #r1 .other .col.c1 {
  padding-right: 8%;
  padding-left: 3%;
}
#invest #main #r1 .other .col.c1 p {
  color: #9f9f9f;
  line-height: 1;
}
#invest #main #r1 .other .col.c2 {
  position: relative;
}
#invest #main #r1 .other .col.c2 .con {
  border-radius: 200px;
  background-color: #1154a3;
  line-height: 1.6;
  padding: 15px 55px;
  position: relative;
  box-shadow: 0 10px 30px -4px rgba(238, 121, 18, 0.2);
  z-index: 1;
}
#invest #main #r1 .other .col.c2 .con:after {
  content: "";
  width: 0;
  height: 0;
  left: .88rem;
  top: -29px;
  position: absolute;
  border-style: solid;
  border-width: 15px;
  border-color: transparent transparent #1154a3 transparent;
}
#invest #main #r1 .other .col.c2 .note {
  position: absolute;
  z-index: 0;
  bottom: calc(100% + 8px);
  border-radius: 100px;
  padding: 6px 20px;
  background-color: #1154a3;
  color: #fff;
  left: 4%;
}
#invest #main #r2 {
  position: relative;
  z-index: 1;
}
#invest #main #r2 .wrap .col {
  width: 58%;
  padding-left: 3%;
}
#invest #main #r2 .wrap .col .topic h2 {
  line-height: 1.2;
}
#invest #main #r2 .wrap .col .topic small {
  color: #fff;
}
#invest #main #r2 .wrap .col .con {
  padding: 1vw 0 0 0;
}
#invest #main #r2 .wrap .col .con p {
  margin: 15px 0;
}
#invest #main #r2 .wrap .col .con p > i {
  margin-right: 16px;
}
#invest #main #r3 {
  position: relative;
  z-index: 2;
}
#invest #main #r3 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 0 27px 55px -4px rgba(0, 0, 0, 0.23);
  border-radius: 8px;
  overflow: hidden;
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
}
#invest #main #r3 .wrap .col {
  width: 50%;
  padding: 8% 5%;
}
#invest #main #r3 .wrap .col.c1 {
  overflow: hidden;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#invest #main #r3 .wrap .col.c2 {
  background-color: #1154a3;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
#invest #main #r3 .wrap .col.c2 > small {
  display: inline-block;
  width: 100%;
  text-align: right;
}
#invest #main #r4 {
  padding: 5vw 0 0 0;
}
#invest #main #r4 .topic {
  text-align: center;
}
#invest #main #r4 .topic p {
  color: #9f9f9f;
  width: 32%;
  margin: auto;
  line-height: 1.2;
}
#invest #main #r4 .c-img {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  margin-top: 0.5vw;
  display: block;
}
#invest #main #r5 {
  z-index: 4;
}
#invest #main #r5 .wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#invest #main #r5 .wrap > img {
  max-width: 842px;
  width: 60%;
  margin-top: 9vw;
}
#invest #main #r6 {
  padding-bottom: 34%;
  z-index: 10;
}
#invest #main #r6 .m-bg > div {
  display: none;
}
#invest #main #r6 .m-bg > div:first-child {
  display: block;
}
#invest #main #r6 .wrap {
  height: 60%;
}
#invest #main #r6 .wrap .topic {
  text-align: center;
  margin-bottom: 16vw;
  display: none;
}
#invest #main #r6 .wrap .topic:first-child {
  display: block;
}
#invest #main #r6 .wrap .topic:nth-child(odd) {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#invest #main #r6 .items {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -3.2vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-shadow: 0 27px 55px -4px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  overflow: hidden;
}
#invest #main #r6 .items .list {
  width: 25%;
  height: 6.4vw;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#invest #main #r6 .items .list > a {
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#invest #main #r6 .items .list > em {
  position: absolute;
  height: 80px;
  line-height: 80px;
  pointer-events: none;
  font-size: 0.9rem;
  width: 100%;
  text-align: center;
  bottom: -30px;
  color: rgba(255, 255, 255, 0.1);
}
#invest #main #r6 .items .list:hover,
#invest #main #r6 .items .list.on {
  background-color: #1154a3;
}
#invest #main #r6 .items .list:hover > a,
#invest #main #r6 .items .list.on > a {
  color: #fff;
}
#invest #main #r7 {
  padding: 6vw 0;
}
#invest #main #r7 .wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#invest #main #r7 .wrap .col {
  width: 50%;
}
#invest #main #r7 .wrap .col.c1 {
  padding-right: 8%;
}
#invest #main #r7 .wrap .col.c1 .con {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#invest #main #r7 .wrap .col.c1 .con .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#invest #main #r7 .wrap .col.c1 .con .list div:nth-of-type(1) {
  margin-right: 0.1rem;
}
#invest #main #r7 .wrap .col.c1 .con .list div:nth-of-type(1) > span {
  line-height: 1.2;
  text-shadow: 0 3px 12px rgba(246, 139, 41, 0.13);
}
#invest #main #r7 .wrap .col.c1 .con .list div:nth-of-type(1) > small {
  text-shadow: 0 3px 12px rgba(246, 139, 41, 0.13);
}
#invest #main #r7 .wrap .col.c1 .con .list div:nth-of-type(2) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3px;
}
#invest #main #r7 .wrap .col.c1 .con .list div:nth-of-type(2) > span {
  border-radius: 3px;
  position: relative;
  width: 0.3rem;
  height: 0.72rem;
  overflow: hidden;
  box-shadow: 0 5px 20px -2px rgba(246, 139, 41, 0.13);
}
#invest #main #r7 .wrap .col.c1 .con .list div:nth-of-type(2) > span > em {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#invest #main #r7 .wrap .col.c2 {
  padding-left: 3%;
}
#invest #main #r7 .wrap .col.c2 .con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
}
#invest #main #r7 .wrap .col.c2 .con > a {
  padding: 10px 20px;
  margin: 10px;
  cursor: auto;
}
#invest #main #r7 .wrap .col.c2 .con > a > i {
  margin-right: 14px;
  vertical-align: middle;
}
#invest #main #r8 {
  padding-bottom: 37.5%;
}
#invest #main #r8 .wrap .topic {
  text-align: center;
  padding-bottom: 15px;
}
#invest #main #r8 .wrap .topic p {
  color: #9f9f9f;
  width: 36%;
  margin: auto;
  line-height: 1.2;
}
#invest #main #r8 .wrap .con {
  width: 80%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5vw;
}
#invest #main #r8 .wrap .con .dot {
  text-align: center;
  position: relative;
  z-index: 10;
}
#invest #main #r8 .wrap .con .dot > a {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  line-height: 0.9rem;
  text-align: center;
  background-color: #1154a3;
  color: #fff;
  display: inline-block;
}
#invest #main #r8 .wrap .con .dot span {
  line-height: 1.6;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  margin-top: 20px;
}
#invest #main #r8 .wrap .con:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 90%;
  top: 0.45rem;
  height: 8px;
  background-color: #1154a3;
}
#invest #main #r9 {
  padding-bottom: 0%!important;
}
#invest #main #r9 .m-bg {
  position: absolute;
  background-color: #1154a3;
}
#invest #main #r9 .max-container {
  position: relative;
}
#invest #main #r9 .wrap {
  position: relative;
  height: 80%;
  padding: 6vw 0;
}
#invest #main #r9 .wrap .topic {
  text-align: center;
}
#invest #main #r9 .wrap .topic p {
  line-height: 1.5;
}
.after-inner {
  padding-top: 80px;
}
.after-inner .max-container {
  width: 83%;
}
.after-inner #top .banner {
  position: relative;
  padding-bottom: 21.4%;
  overflow: hidden;
}
.after-inner #top .banner > .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.after-inner #top .banner .max-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  top: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.after-inner #top .banner .max-container .msg {
  width: 100%;
  text-align: left;
}
.after-inner #top .banner .max-container .msg > small {
  color: rgba(255, 255, 255, 0.5);
  display: none;
}
.after-inner #top .banner .max-container .msg > span {
  position: relative;
 
}
 
.after-inner #main {
  padding: 2.5vw 0;
}
.after-inner .title small {
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  display: none;
}
.after-inner .title small:after {
  content: "";
  position: absolute;
  right: calc(100% + 0.3rem);
  height: 1px;
  width: 0.8rem;
  background-color: #6d472b;
  top: 0;
  bottom: 0;
  margin: auto;
}
.after-inner .title small:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  line-height: 5px;
  text-align: center;
  border: 1px solid #6d472b;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(100% + 0.3rem - 5px);
}
.a-btn {
  display: inline-block;
  border-radius: 100px;
  background-color: #1154a3;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.a-btn:hover {
  color: #fff;
  box-shadow: 0 8px 20px -2px rgba(238, 119, 15, 0.25);
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.fx {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@keyframes roll_music {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fn3 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fn3 {
  animation: fn3 1.8s cubic-bezier(0.49, 0.54, 0.16, 1);
  animation-fill-mode: both;
  transform-origin: 0 50%;
}
@keyframes go_1 {
  0% {
    transform: translateX(-48%);
    -webkit-transform: translateX(-48%);
    -moz-transform: translateX(-48%);
    -o-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(0) translateY(-50%) scale(0.5);
  }
}
@keyframes go_2 {
  from {
    opacity: 0.4;
  }
  to {
    transform: translateX(-20vw) translateY(80vh) scale(0.4);
    opacity: 0;
  }
}
@keyframes go_3 {
  from {
    opacity: 0.4;
  }
  to {
    transform: translateX(-10vw) translateY(60vh) scale(0.5);
    opacity: 0;
  }
}
@keyframes go_4 {
  from {
    opacity: 0.4;
  }
  to {
    transform: translateX(0vw) translateY(40vh) scale(0.6);
    opacity: 0;
  }
}
@keyframes go_5 {
  from {
    opacity: 0.4;
  }
  to {
    transform: translateX(10vw) translateY(60vh) scale(0.5);
    opacity: 0;
  }
}
@keyframes go_6 {
  from {
    opacity: 0.4;
  }
  to {
    transform: translateX(20vw) translateY(80vh) scale(0.4);
    opacity: 0;
  }
}
@keyframes scale_1 {
  from {
    transform: scale(0.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
  }
}
@keyframes ripple_1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.4);
    -moz-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
  }
}
#contact_us #con_map {
  height: 36.45vw;
}
#contact_us .BMap_bubble_title {
  font-size: 0;
}
#contact_us .BMap_bubble_title .map_name {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 161px;
}
#contact_us .BMap_bubble_title .map_more {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #3c6bcb;
}
#contact_us .BMap_bubble_content {
  font-size: 0;
}
#contact_us .BMap_bubble_content span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
#contact_us .BMap_bubble_content span.map_add {
  width: calc(100% - 40px);
}
#contact_us .BMap_cpyCtrl,
#contact_us .anchorBL {
  display: none;
}
#contact_us .wrap {
  text-align: center;
  color: #1154a3;
}
#contact_us .wrap .con_neme_en {
  color: #6d472b;
  line-height: 1;
  text-transform: uppercase;
}
#contact_us .wrap .con_neme_cn {
  line-height: 1.7;
}
#contact_us .wrap .con_add {
  margin-top: 2.08vw;
  line-height: 1.5;
}
#contact_us .wrap .set-box {
  margin-top: 1.5625vw;
}
#contact_us .wrap .set-box .a-btn {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
#answer .items .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3vw;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  color: #6d472b;
}
#answer .items .list:first-child {
  border-top: 1px solid #eeeeee;
}
#answer .items .list .ans_time {
  border: 1px solid #eeeeee;
  width: 97px;
  height: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  flex-wrap: wrap;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#answer .items .list .ans_time span {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#answer .items .list .list_more_btn {
  line-height: 50px;
  height: 50px;
  width: 150px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 25px;
  font-family: mycssfont;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#answer .items .list .list_mess {
  width: calc(100% - 97px - 150px);
  padding: 0 11.458vw 0 2.1875vw;
  line-height: 1.5;
}
#answer .items .list .list_mess h3 {
  color: #1154a3;
}
#answer .items .list .list_mess p {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  #answer .items .list:hover {
    box-shadow: 0 10px 30px -3px rgba(0, 0, 0, 0.12);
    border-color: transparent;
  }
  #answer .items .list:hover .ans_time,
  #answer .items .list:hover .list_more_btn {
    background-color: #1154a3;
    color: #fff;
    border-color: #1154a3;
  }
  #answer .items .list:hover .ans_time small,
  #answer .items .list:hover .list_more_btn small {
    color: #fff;
  }
}
#answer .set-box {
  text-align: center;
  padding: 2.5vw 0 1vw 0;
}
.title_s {
  margin-top: 4.42vw;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  color: #6d472b;
}
.title_s span {
  position: absolute;
  right: calc(100% + 1.04vw);
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #6d472b;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}
.title_s span::before {
  content: '';
  display: block;
  width: 4.0625vw;
  height: 1px;
  background-color: #6d472b;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.bra_nam {
  line-height: 1.5;
  color: #1154a3;
  margin-top: 1.5625vw;
}
.bra_con_box {
  margin-top: 2.6vw;
  line-height: 1.77;
  color: #6d472b;
}
#brand #main {
  padding: 5vw 0;
}
#brand .bra_con_case {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
#brand .bra_con {
  width: 95%;
  margin: 0 auto;
  display: flex;
}
#brand .bra_con .bra_text {
  display: flex;
}
#brand .bra_con .bra_text .bra_nam {
  width: 38%;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#brand .bra_con .bra_text .bra_con_box {
  width: 52%;
  margin-top: 0;
}
#brand .bra_con .bra_img_box {
  width: 39.8%;
  padding-right: 2.8%;
}
#brand .bra_con .bra_img_box img {
  display: block;
  width: 100%;
}
#network #main .max-container {
  width: 72.3%;
}
#network .net_sel_box {
  margin-top: -5vw;
  padding: 5.208vw 0 5.46875vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9;
}
#network .net_sel_box .net_num_box {
  font-size: 0;
}
#network .net_sel_box .net_num_box > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.6875vw;
  font-size: 0;
}
#network .net_sel_box .net_num_box > div:last-child {
  margin-right: 0;
}
#network .net_sel_box .net_num_box > div > div {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
#network .net_sel_box .net_num_box > div > div.net_icon_box {
  position: relative;
  width: 4.79vw;
  height: 4.79vw;
  border-radius: 100%;
  text-align: center;
  line-height: 4.79vw;
  background-color: #fff;
  margin-right: 16px;
}
#network .net_sel_box .net_num_box > div > div.net_icon_box::before {
  content: "";
  display: block;
  width: 163%;
  padding-bottom: 163%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: inherit;
}
#network .net_sel_box .net_num_box > div > div.net_icon_box i {
  color: #1154a3;
}
#network .net_sel_box .net_sel_case {
  margin-top: 3.125vw;
  display: flex;
  align-items: center;
  color: #ffff;
}
#network .net_sel_box .net_sel_case > span {
  font-weight: 700;
  width: 120px;
}
#network .net_sel_box .net_sel_case > div {
  width: calc(100% - 120px);
  display: flex;
}
#network .net_sel_box .net_sel_case > div .net_sel {
  width: calc(100% - 185px);
  font-size: 0;
}
#network .net_sel_box .net_sel_case > div .net_sel > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.7%;
  line-height: 50px;
  height: 50px;
  position: relative;
  padding: 0 .25rem;
  border-radius: 30px;
  border: 1px solid #fff;
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_province,
#network .net_sel_box .net_sel_case > div .net_sel > div.net_city {
  width: 27.9%;
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_province .net_show,
#network .net_sel_box .net_sel_case > div .net_sel > div.net_city .net_show {
  position: relative;
  cursor: pointer;
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_province .net_show i,
#network .net_sel_box .net_sel_case > div .net_sel > div.net_city .net_show i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_province .net_h_sel_con_box,
#network .net_sel_box .net_sel_case > div .net_sel > div.net_city .net_h_sel_con_box {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 25px;
  display: none;
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_province .net_h_sel_con_box ul,
#network .net_sel_box .net_sel_case > div .net_sel > div.net_city .net_h_sel_con_box ul {
  display: block;
  line-height: 2.5;
  padding: 10px 0;
  max-height: 500px;
  overflow-y: auto;
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_province .net_h_sel_con_box ul li,
#network .net_sel_box .net_sel_case > div .net_sel > div.net_city .net_h_sel_con_box ul li {
  display: block;
  padding: 0 .25rem;
  cursor: pointer;
  color: #1154a3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_province .net_h_sel_con_box ul li:hover,
#network .net_sel_box .net_sel_case > div .net_sel > div.net_city .net_h_sel_con_box ul li:hover {
  color: #fff;
  background-color: #1154a3;
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_inp_box {
  width: 36%;
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_inp_box input {
  display: block;
  width: 100%;
  line-height: 30px;
  padding: 10px 0;
  background-color: transparent;
  outline: none;
  border: none;
  color: #fff;
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_inp_box input::-webkit-input-placeholder {
  color: #fff;
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_inp_box input::-moz-input-placeholder {
  color: #ccc;
}
#network .net_sel_box .net_sel_case > div .net_sel > div.net_inp_box input::-ms-input-placeholder {
  color: #fff;
}
#network .net_sel_box .net_sel_case > div .btn_search {
  display: block;
  width: 180px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  color: rgba(238, 119, 15, 0.8);
  background-color: #fff;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#network .net_sel_box .net_sel_case > div .btn_search:hover {
  color: #1154a3;
}
#network .net_map_con {
  margin-bottom: -5vw;
  padding: 5vw 0 5.7vw;
  display: flex;
  align-items: center;
}
#network .net_map_con .net_map_box {
  width: 56%;
  margin-left: -3%;
  position: relative;
}
#network .net_map_con .net_map_box .map-box {
  transform: translateX(0%) scale(0.9);
}
@media screen and (max-width: 1600px) {
  #network .net_map_con .net_map_box .map-box {
    transform: translateX(0%) scale(0.9);
  }
}
#network .net_map_con .net_map_box img {
  width: 100%;
  margin-bottom: 19%;
  margin-left: 10%;
}
#network .net_map_con .net_con_box {
  width: 47%;
  padding-left: 2.6vw;
}
#network .net_map_con .net_con_box ul {
  display: block;
  max-height: 65vh;
  overflow-y: auto;
}
#network .net_map_con .net_con_box ul li {
  display: block;
}
#network .net_map_con .net_con_box ul li:last-child a {
  border-bottom: none;
}
#network .net_map_con .net_con_box ul li a {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  padding: 2.6vw 2.08vw 2.6vw 0;
}
#network .net_map_con .net_con_box ul li a > div {
  padding-left: 2.08vw;
}
#network .net_map_con .net_con_box ul li a .net_con_name {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  color: #6d472b;
}
#network .net_map_con .net_con_box ul li a .net_con_name i {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
#network .net_map_con .net_con_box ul li a .net_add_box {
  line-height: 1.857;
  margin-top: .2rem;
  color: #6d472b;
}
#network .net_map_con .net_con_box ul li a:hover .net_con_name {
  color: #1154a3;
}
#network .map-box {
  position: relative;
}
#network .map-box .dot-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
#network .map-box .dot-box .dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
}
#network .map-box .dot-box .dot em {
  display: inline-block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}
#network .map-box .dot-box .dot span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(3);
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.2);
}
#network .map-box .dot-box .dot.first {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}
#network .map-box .dot-box .dot.first em {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background-color: #1154a3;
  position: relative;
  z-index: 5;
}
#network .map-box .dot-box .dot.first em > img {
  width: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#network .map-box .dot-box .dot.first span.ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
#network .map-box .dot-box .dot.first span.ripple.ripple1 {
  -webkit-animation: ripple_1 3500ms ease-out 625ms infinite;
  -moz-animation: ripple_1 3500ms ease-out 625ms infinite;
  -o-animation: ripple_1 3500ms ease-out 625ms infinite;
  animation: ripple_1 3500ms ease-out 625ms infinite;
}
#network .map-box .dot-box .dot.first span.ripple.ripple2 {
  -webkit-animation: ripple_1 3500ms ease-out 1400ms infinite;
  -moz-animation: ripple_1 3500ms ease-out 1400ms infinite;
  -o-animation: ripple_1 3500ms ease-out 1400ms infinite;
  animation: ripple_1 3500ms ease-out 1400ms infinite;
  background-color: rgba(255, 255, 255, 0.3);
}
#network .map-box .dot-box .dot.first span.ripple.ripple3 {
  -webkit-animation: ripple_1 3500ms ease-out 2400ms infinite;
  -moz-animation: ripple_1 3500ms ease-out 2400ms infinite;
  -o-animation: ripple_1 3500ms ease-out 2400ms infinite;
  animation: ripple_1 3500ms ease-out 2400ms infinite;
  background-color: rgba(255, 255, 255, 0.2);
}
#company #main .max-container {
  width: 65.625%;
}
#company .com_imfo_box {
  display: flex;
  align-items: center;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}
#company .com_imfo_box .com_img_box {
  width: 48%;
  position: relative;
}
#company .com_imfo_box .com_img_box img {
  max-width: 100%;
}
#company .com_imfo_box .com_img_box .dot_box > div {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
}
#company .com_imfo_box .com_img_box .dot_box > div::before,
#company .com_imfo_box .com_img_box .dot_box > div::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
#company .com_imfo_box .com_img_box .dot_box > div::before {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  -webkit-animation: dot_1 1500ms ease-out 750ms infinite;
  -moz-animation: dot_1 1500ms ease-out 750ms infinite;
  -o-animation: dot_1 1500ms ease-out 750ms infinite;
  animation: dot_1 1500ms ease-out 750ms infinite;
}
#company .com_imfo_box .com_img_box .dot_box > div::after {
  opacity: .2;
  width: 100%;
  height: 100%;
  -webkit-animation: dot_1 1500ms ease-out infinite;
  -moz-animation: dot_1 1500ms ease-out infinite;
  -o-animation: dot_1 1500ms ease-out infinite;
  animation: dot_1 1500ms ease-out infinite;
}
#company .com_imfo_box .com_img_box .dot_box > div.dot_1 {
  top: 21%;
  left: 28%;
}
#company .com_imfo_box .com_img_box .dot_box > div.dot_2 {
  top: 55%;
  left: 25%;
}
#company .com_imfo_box .com_img_box .dot_box > div.dot_3 {
  top: 44.7%;
  left: 70%;
}
#company .com_imfo_box .com_img_box .dot_box > div.dot_4 {
  top: 86%;
  left: 66%;
}
#company .com_imfo_box .com_img_box .dot_box > div > span {
  opacity: 0;
  position: absolute;
  display: block;
  left: -100%;
  border-radius: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1154a3;
  color: #fff;
  text-align: center;
  line-height: 2.125;
  padding: 0 .26rem;
  z-index: 3;
  max-width: 0;
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  transition-delay: 0s;
  overflow: hidden;
  transition: all 2s ease;
}
#company .com_imfo_box .com_img_box .dot_box > div > span span {
  display: block;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .5s ease .3s;
}
#company .com_imfo_box .com_img_box .dot_box > div.on > span {
  opacity: 1;
  max-width: 9999px;
}
#company .com_imfo_box .com_img_box .dot_box > div.on > span span {
  opacity: 1;
}
#company .com_imfo_box .com_text_box {
  width: 52%;
  padding-left: 9.11vw;
}
#company .com_imfo_box .com_text_box .title_s {
  margin-top: 0;
}
#company .com_imfo_box:nth-child(even) {
  flex-direction: row-reverse;
}
#company .com_imfo_box:nth-child(even) .com_text_box {
  padding-left: 0;
  padding-right: 9.11vw;
}
#company .com_num_box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.25vw 0;
  text-align: center;
}
#company .com_num_box .bra_nam {
  margin-top: 0;
}
#company .com_num_box .com_num_case {
  margin-top: 4.16vw;
  display: flex;
}
#company .com_num_box .com_num_case .net_num_case {
  font-size: .2rem;
  color: #1154a3;
  line-height: 1.5;
  width: 33.33333%;
  position: relative;
}

#company .com_num_box .com_num_case .net_num_case::before {
  content: '';
  display: block;
  right: 0;
  bottom: 0;
  height: 90%;
  position: absolute;
  width: 1px;
  background-color: #d6d6d6;
}
#company .com_num_box .com_num_case .net_num_case:last-child::before {
  display: none;
}
#company .com_num_box .com_num_case .net_num_case span {
  font-size: .8rem;
 
}
#company .com_num_box .com_num_case .net_num_case div {
  color: #6d472b;
}
@keyframes dot_1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4.4);
    -moz-transform: translate(-50%, -50%) scale(4.4);
    -ms-transform: translate(-50%, -50%) scale(4.4);
    transform: translate(-50%, -50%) scale(4.4);
  }
}
#culture #r1 {
  background-position: -23vw bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
#culture #r1 .topic {
  font-size: 0;
}
#culture #r1 .topic .cul_r1_l {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5%;
  width: 50%;
  text-align: left;
  margin-top: 3.125vw;
}
#culture #r1 .topic .cul_r1_l .cul_info {
  margin-top: .3rem;
  color: #1154a3;
}
#culture #r1 .topic h4 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3.125vw;
  text-align: justify;
  width: 50%;
}
#culture #r3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#culture #r3 .max-container {
  padding-top: 6.5vw;
  padding-bottom: 8.8vw;
}
#culture #r3 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#search .sen_text_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: .4rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  width: 100%;
}
#search .sen_text_box > div {
  font-size: .15rem;
  color: rgba(255, 255, 255, 0.4);
}
#search .sea_search_box {
  border-radius: 10px;
  background-color: #fff;
  padding: .2rem 0;
  padding-left: 5.3846%;
  line-height: .8rem;
  margin-top: -2.5vw;
  position: relative;
  z-index: 11;
  box-shadow: 0 23px 90px -5px rgba(29, 56, 72, 0.17);
}
#search .sea_search_box input {
  border: none;
  height: .86rem;
  width: calc(100% - 1.2rem);
  float: left;
  display: block;
  background-color: transparent;
  outline: none;
  color: #000000;
  font-size: .18rem;
  font-weight: 700;
  padding-right: .1rem;
  box-shadow: 0 0 100px 46px #fff inset;
}
#search .sea_search_box input:focus::-webkit-input-placeholder {
  color: #e5e5e5;
}
#search .sea_search_box input:focus::-moz-input-placeholder {
  color: #e5e5e5;
}
#search .sea_search_box input:focus::-ms-input-placeholder {
  color: #e5e5e5;
}
#search .sea_search_box span {
  display: block;
  float: left;
  cursor: pointer;
  width: 1.2rem;
  color: #7f7f7f;
  border-left: 1px solid #dfe5e8;
  text-align: center;
}
#search .sea_search_box span i {
  font-size: .3rem;
}
#search .sea_search_box span button {
  border: none;
  background-color: transparent;
  display: block;
  cursor: pointer;
  width: 100%;
  line-height: .8rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#search .sea_search_box span button:hover {
  color: #1154a3;
}
#search .statistical_result {
  position: relative;
  text-align: center;
}
#search .sea_res_bg {
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  display: none;
}
#search .sea_res_text {
  font-size: .25rem;
  color: #1a1a1a;
  padding: 2.5vw 0;
}
#search .sea_res_text span {
  color: #1154a3;
  font-size: .25rem;
}
#search .sea_nav_box {
  margin-bottom: .45rem;
}
#search .sea_nav_box a {
  border-radius: 18px;
  background-color: #e6e9ec;
  font-size: .16rem;
  font-weight: 700;
  line-height: 2.1875;
  text-align: center;
  padding: 0 .25rem;
  color: #1154a3;
  transition: all .5s ease;
  cursor: pointer;
  display: inline-block;
}
#search .sea_nav_box a.on {
  background-color: #1154a3;
  color: #fff;
  cursor: auto;
}
#search .sea_nav_box .swiper-button-prev,
#search .sea_nav_box .swiper-button-next {
  display: none;
}
#search .sea_nav_box .swiper-slide {
  width: auto;
}
#search .sea_hint {
  font-size: .14rem;
  line-height: 1;
  color: #767676;
  text-align: center;
  margin-top: .9rem;
  padding-bottom: 1rem;
}
#search .sea_hint::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: .3rem;
  margin-left: .5rem;
  background-color: #767676;
}
#search .sea_hint::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: .3rem;
  margin-right: .5rem;
  background-color: #767676;
}
#search .sea_con.mar_con {
  background: #f6f9fb;
}
#search .sea_res_con_box > div {
  display: none;
}
#search .sea_res_con_box > div:first-child {
  display: block;
}
#search .sea_res_con_list > a {
  display: block;
  border-bottom: 1px solid #c1cbd1;
  padding: 3.846% 20% 3.0769% 5.3846%;
  position: relative;
  transition: all .5s ease;
}
#search .sea_title {
  font-size: .2rem;
  line-height: 1.5;
  padding: .05rem 0;
  color: #000;
  font-weight: 700;
  transition: all .5s ease;
}
#search .sea_info {
  font-size: .14rem;
  line-height: 1.8;
  color: #84898c;
  transition: all .5s ease;
  text-align: justify;
}
#search .sea_list_sty {
  position: absolute;
  right: 3.46%;
  top: 50%;
  transform: translateY(-50%);
  height: .35rem;
  text-align: center;
  line-height: .35rem;
  overflow: hidden;
  min-width: .88rem;
}
#search .sea_list_sty i {
  display: block;
  font-size: .4rem;
  color: #1154a3;
  transition: all .3s ease;
  position: absolute;
  top: 100%;
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  right: 0;
}
#search .sea_list_sty div {
  font-size: .16rem;
  text-align: center;
  border-radius: 18px;
  background-color: #e6e9ec;
  color: #1154a3;
  padding: 0 .25rem;
  font-weight: 700;
  transition: all .3s ease .2s;
}
#search .sea_center.sea_nav_box a {
  margin: 0 15px;
}
#search .sea_center.sea_nav_box .swiper-wrapper {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #search .sea_res_con_list > a:hover {
    border-bottom: 1px solid #1154a3;
  }
  #search .sea_res_con_list > a:hover .sea_title {
    color: #1154a3;
  }
  #search .sea_res_con_list > a:hover .sea_info {
    color: #000;
  }
  #search .sea_res_con_list > a:hover .sea_list_sty > div {
    margin-top: .35rem;
    transition: all .3s ease;
  }
  #search .sea_res_con_list > a:hover .sea_list_sty > i {
    top: 0;
    transition: all .3s ease .2s;
  }
}
@media screen and (max-width: 800px) {
   
  .component > ul > li > img{
    opacity: 1;
  }
}
