
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
    margin: 0;
    padding: 0;
}

body {
    font: 12px SimHei, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    line-height: 1.5;
    overflow-x: hidden;
}
ol,
ul,
li {
    list-style-type: none;
    vertical-align: middle;
}

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;
}
* {
    font-family: "PingFang SC", "Microsoft YaHei";
}
/* a_link */
a {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a[href] {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    background-color: transparent;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
    font-weight: normal;
}

span {
    display: inline-block;
}
p {
    line-height: 2;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
    opacity: 0;
}
font {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    display: inline-block;
}
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: #175789;
}
::-webkit-scrollbar-corner {
    background-color: #000;
}
::-webkit-scrollbar:horizontal {
    height: 9px;
}
::-webkit-selection {
    background: #175789;
    color: #fff;
}
::-moz-selection {
    background: #175789;
    color: #fff;
}
::selection {
    background: #175789;
    color: #fff;
}
/*滚动动画的样式*/
.disable-hover {
    pointer-events: none;
}
.scroll-animate.animated {
    visibility: hidden;
}
.font-fadeIn font {
    display: inline-block;
}
.scrolly {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
/* 浮动与清浮动 */
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl::after {
    content: '\20';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.text_overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-ahref] {
    cursor: pointer;
}
.over-2 {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.over-3 {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
html {
    font-size: 100px;
}
/* 初始定义 */
.word {
    font-family: "PingFang SC", "Microsoft YaHei";
}
.word_b {
    font-family: "PingFang SC", "Microsoft YaHei";
}
.word_l {
    font-family: "PingFang SC", "Microsoft YaHei";
}

.bannerEn {
    font-family: bannerEn;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "PingFang SC", "Microsoft YaHei";
}
small {
    font-family: "PingFang SC", "Microsoft YaHei";
}
/* 定义网站色值 */
.mc {
    color: #ac0d14;
}
.fc {
    color: #175789;
}
.wc {
    color: #ffffff;
}
.grc {
    color: #eeeeee;
}
.d-gc {
    color: #8e8e8e;
}
.rc {
    color: #ff231c;
}
.oc {
    color: #ffb11e;
}
.yc {
    color: #fff714;
}
.gc {
    color: #8aff3c;
}
.bc {
    color: #4060ff;
}
.transi {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.linear-bg {
    background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
.linear-txt {
    background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.max-wid {
    width: 70%;
    max-width: 1200px;
    margin: auto;
}
.full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*图片容器*/
.pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.pic .img-w {
    position: absolute !important;
    width: 100% !important;
    min-height: 100% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    display: block;
}
.pic .img-h {
    position: absolute !important;
    height: 100% !important;
    min-width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    display: block;
}
.pic img.w-h {
    width: 100%;
    max-width: 100%;
    opacity: 0;
}
.pic img.lazy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
}
/* 按钮 */
.layout-btn {
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.layout-btn:hover {
    background: rgba(0, 0, 0, 0.6);
}
.layout-btn-1 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 260px;
    height: 52px;
    background: #fff;
    transform: translate3d(0px, 0%, 0px);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    transition-delay: 0.6s;
    overflow: hidden;
}
.layout-btn-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ac0d14;
    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: #ac0d14;
    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: #ac0d14;
    transform: translate3d(-66.6%, 0, 0);
}
.layout-btn-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 130px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    position: relative;
    border: 1px solid #000000;
    overflow: hidden;
    text-align: center;
}
.layout-btn-4 > span {
    position: relative;
    z-index: 10;
    display: inline-block;
    color: #000;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(1, 0.49, 0.16, 0.96);
}
.layout-btn-4:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(23, 87, 137, 0.25);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #175789;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:hover:after {
    transform: translate(0, 0);
}
.layout-btn-4:hover:before {
    transform: translate(0, 0);
}
.layout-btn-4:hover > span {
    color: #fff;
}
/*输入框*/
.layout-inputBox {
    display: inline-block;
}
.layout-inputBox > h5 {
    height: 0.32rem;
    line-height: 0.32rem;
}
.layout-inputBox .input-text {
    height: 40px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.layout-inputBox .input-text > input {
    width: 100%;
    height: 100%;
    background-color: white;
    border: solid 1px #d4d4d4;
    font-weight: 400;
    padding: 0 10px;
    position: relative;
    z-index: 10;
}
.layout-inputBox .input-text > input:focus {
    background-color: transparent;
    border-color: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border {
    background-color: white;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:before {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:after {
    height: 100%;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type {
    background: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:before {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:after {
    height: 100%;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    top: 0;
}
.layout-inputBox .input-text .input-border {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    background-color: #5b4c5c;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}
.layout-inputBox .input-text .input-border:first-of-type:before {
    height: 2px;
    left: 0;
    top: 0;
    width: 0;
}
.layout-inputBox .input-text .input-border:first-of-type:after {
    height: 0;
    right: 0;
    top: 0;
    width: 2px;
}
.layout-inputBox .input-text .input-border:last-of-type:before {
    background-color: #01afd1;
    height: 2px;
    top: calc(100% - 2px);
    right: 0;
    width: 0;
}
.layout-inputBox .input-text .input-border:last-of-type:after {
    background-color: #01afd1;
    height: 0;
    top: calc(100% - 2px);
    left: 0;
    width: 2px;
}
/*省市区三级联动*/
.layout-adr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.layout-adr .parent {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin: 0 15px;
    text-decoration: none;
    cursor: default;
    padding-bottom: 10px;
}
.layout-adr .parent .con {
    position: relative;
    min-width: 120px;
    padding: 0 26px 0 8px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
}
.layout-adr .parent .con span {
    display: inline;
    padding: 5px 12px;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.layout-adr .parent .adr-down {
    position: absolute;
    display: none;
    width: 100%;
    top: 100%;
}
.layout-adr .parent .adr-down > ul {
    line-height: 36px;
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 999999999;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #dedede;
    border-top: 0;
    max-height: 220px;
}
.layout-adr .parent .adr-down > ul > li {
    padding-left: 8px;
    background: #ffffff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    margin: 0;
    list-style: none;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.layout-adr .parent .adr-down > ul > li:hover {
    background-color: #ac0d14;
    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: #ac0d14;
    color: #fff;
}
.component {
    margin: 0 auto;
    position: relative;
    margin-bottom: 0.4rem;
    max-width: 100%;
}
.component > ul {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.component > ul > li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.component > ul > li > img {
    display: block;
    max-width: 100%;
    opacity: 0;
    max-height: 100%;
}
.component > ul .current {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
}
.component nav > a {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #5b4c5c;
    outline: none;
    overflow: visible;
    text-align: center;
    top: 50%;
    z-index: 1100;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.component nav .moveNext {
    right: 0;
}
.component .Tcon {
    position: absolute;
    width: 80%;
    height: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 11;
}
.component .Tcon > small {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: max-content;
}
.component .Tcon > small > .Tpage {
    color: #fff;
    font-size: 0.2rem;
}
.component .Tcon .txtChange {
    position: relative;
    height: 100%;
    width: 100%;
}
.component .Tcon .txtChange > [data-txt] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: max-content;
    color: #fff;
    text-align: center;
    font-size: 0.24rem;
    pointer-events: none;
    transition: all 0.4s;
    -webkit-perspective: 1600px;
    perspective: 1600px;
}
.component .Tcon .txtChange > [data-txt].on {
    opacity: 1;
    pointer-events: auto;
}
.component .Tcon .txtChange > [data-txt].txtHide {
    -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .txtChange > [data-txt].txtShow {
    -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .pageChange {
    position: absolute;
    width: max-content;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.component .Tcon .pageChange > li {
    background-color: #fff;
    display: inline-block;
    float: left;
    width: 0.3rem;
    height: 0.1rem;
    line-height: 0.1rem;
    margin: 0.2rem 0.2rem;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.component .Tcon .pageChange > li.on {
    background-color: #000;
}
.component-small {
    width: 650px;
    height: 290px;
}
.component-small > ul {
    width: 450px;
}
.component-fullwidth {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background: transparent;
}
.component-fullwidth > ul {
    overflow: hidden;
}
.component-fullwidth > ul > li {
    overflow: hidden;
}
.component-fullwidth > ul > li > img {
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.component-transparent {
    width: 900px;
    height: 500px;
}
.component-transparent > ul {
    width: 112px;
}
.webGL-slider {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 5;
}
.webGL-slider > img {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}
.webGL-slider canvas {
    position: absolute;
    z-index: 2;
}
.webGL-slider .pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5vw;
    z-index: 6;
}
.webGL-slider .pagination > [data-slide] {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    border-radius: 100%;
    padding: 0;
    margin: 30px 0;
    cursor: pointer;
    position: relative;
    opacity: 0.2;
    transition: opacity 0.2s ease-in-out;
    outline: none;
}
.webGL-slider .pagination > [data-slide].on {
    opacity: 1;
}
.webGL-slider a.move-prev {
    position: absolute;
    bottom: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0;
    color: #fff;
    background-color: transparent;
    font-size: 24px;
    opacity: 0.6;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.webGL-slider a.move-prev:hover {
    opacity: 1;
}
.webGL-slider a.move-next {
    position: absolute;
    top: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0;
    color: #fff;
    background-color: transparent;
    font-size: 24px;
    opacity: 0.6;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.webGL-slider a.move-next:hover {
    opacity: 1;
}
.webGL-slider .txt-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.webGL-slider .txt-item > li {
    position: absolute;
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.webGL-slider .txt-item > li > a {
    position: absolute;
    display: inline-block;
    top: 30vh;
    left: 0;
}
.webGL-slider .txt-item > li > a > i {
    font-size: 32px;
    opacity: 0;
    vertical-align: middle;
    display: inline-block;
    animation: fadeInLeftSmall 1.5s ease forwards;
    animation-delay: 1s;
}
/*弹窗*/
.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.dialog .dialog_mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1001;
    background: rgba(55, 58, 71, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}
.dialog .dialog_content {
    width: 50%;
    max-width: 560px;
    min-width: 290px;
    background: #fff;
    padding: 4em;
    text-align: center;
    position: relative;
    z-index: 1005;
    opacity: 0;
}
.dialog.dialog--open,
.dialog.dialog--close {
    visibility: visible;
}
.dialog.dialog--open .dialog_mask,
.dialog.dialog--close .dialog_mask {
    opacity: 1;
    pointer-events: auto;
}
.dialog.dialog--open .dialog_content,
.dialog.dialog--close .dialog_content {
    opacity: 1;
    pointer-events: auto;
}
.dialog.dialog--close .dialog_mask {
    opacity: 0;
}
.inter {
    position: relative;
    display: inline-block;
}
.inter > span {
    padding: 6px 20px;
    background-color: #fff;
    border-radius: 50px;
}
.inter .items {
    position: absolute;
    visibility: hidden;
    bottom: 99%;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    left: -25px;
}
.inter .items > img {
    border: 4px solid #ac0d14;
}
.inter .items > ul {
    border-radius: 5px;
    overflow: hidden;
}
.inter .items > ul > li {
    background-color: #fff;
}
.inter .items > ul > li > a {
    display: inline-block;
    line-height: 45px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    white-space: nowrap;
    padding: 0 0.2rem;
}
.inter .items > ul > li > a:hover {
    color: #ac0d14;
    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: #ac0d14 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-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-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: 1600px) {
    html {
        font-size: 80px;
    }
    .f-60 {
        font-size: 58px;
    }
    .f-50 {
        font-size: 42px;
    }
    .f-48 {
        font-size: 46px;
    }
    .f-46 {
        font-size: 44px;
    }
    .f-44 {
        font-size: 42px;
    }
    .f-42 {
        font-size: 40px;
    }
    .f-40 {
        font-size: 38px;
    }
    .f-38 {
        font-size: 36px;
    }
    .f-36 {
        font-size: 34px;
    }
    .f-34 {
        font-size: 32px;
    }
    .f-32 {
        font-size: 30px;
    }
    .f-30 {
        font-size: 28px;
    }
    .f-28 {
        font-size: 24px;
    }
    .f-26 {
        font-size: 24px;
    }
    .f-24 {
        font-size: 22px;
    }
    .f-22 {
        font-size: 20px;
    }
    .f-20 {
        font-size: 18px;
    }
    .f-18 {
        font-size: 16px;
    }
    .f-16 {
        font-size: 14px;
    }
    .f-14 {
        font-size: 12px;
    }
    .f-12 {
        font-size: 12px;
    }
}
@media screen and (max-width: 1440px) {
    html {
        font-size: 70px;
    }
    .f-60 {
        font-size: 58px;
    }
    .f-50 {
        font-size: 48px;
    }
    .f-48 {
        font-size: 46px;
    }
    .f-46 {
        font-size: 44px;
    }
    .f-44 {
        font-size: 42px;
    }
    .f-42 {
        font-size: 40px;
    }
    .f-40 {
        font-size: 30px;
    }
    .f-38 {
        font-size: 36px;
    }
    .f-36 {
        font-size: 34px;
    }
    .f-34 {
        font-size: 32px;
    }
    .f-32 {
        font-size: 30px;
    }
    .f-30 {
        font-size: 28px;
    }
    .f-28 {
        font-size: 24px;
    }
    .f-26 {
        font-size: 24px;
    }
    .f-24 {
        font-size: 22px;
    }
    .f-22 {
        font-size: 20px;
    }
    .f-20 {
        font-size: 18px;
    }
    .f-18 {
        font-size: 16px;
    }
    .f-16 {
        font-size: 14px;
    }
    .f-14 {
        font-size: 12px;
    }
    .f-12 {
        font-size: 12px;
    }
    p {
        font-size: 14px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 1280px) {
    html {
        font-size: 70px;
    }
    .f-60 {
        font-size: 40px;
    }
    .f-50 {
        font-size: 30px;
    }
    .f-48 {
        font-size: 28px;
    }
    .f-46 {
        font-size: 28px;
    }
    .f-44 {
        font-size: 28px;
    }
    .f-42 {
        font-size: 26px;
    }
    .f-40 {
        font-size: 24px;
    }
    .f-38 {
        font-size: 22px;
    }
    .f-36 {
        font-size: 20px;
    }
    .f-34 {
        font-size: 20px;
    }
    .f-32 {
        font-size: 18px;
    }
    .f-30 {
        font-size: 18px;
    }
    .f-28 {
        font-size: 16px;
    }
    .f-26 {
        font-size: 16px;
    }
    .f-24 {
        font-size: 16px;
    }
    .f-22 {
        font-size: 14px;
    }
    .f-20 {
        font-size: 14px;
    }
    .f-18 {
        font-size: 14px;
    }
    .f-16 {
        font-size: 12px;
    }
    .f-14 {
        font-size: 12px;
    }
    .f-12 {
        font-size: 12px;
    }
    p {
        font-size: 14px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 700px) {
    html {
        font-size: 50px;
    }
    p {
        font-size: 13px;
        line-height: 180%;
    }
    small,
    span {
        font-size: 13px;
    }
    .f-80 {
        font-size: 28px;
    }
    .f-72 {
        font-size: 26px;
    }
    .f-60 {
        font-size: 24px;
    }
    .f-50 {
        font-size: 24px;
    }
    .f-48 {
        font-size: 24px;
    }
    .f-46 {
        font-size: 22px;
    }
    .f-44 {
        font-size: 22px;
    }
    .f-42 {
        font-size: 20px;
    }
    .f-40 {
        font-size: 20px;
    }
    .f-38 {
        font-size: 18px;
    }
    .f-36 {
        font-size: 18px;
    }
    .f-34 {
        font-size: 18px;
    }
    .f-32 {
        font-size: 16px;
    }
    .f-30 {
        font-size: 16px;
    }
    .f-28 {
        font-size: 16px;
    }
    .f-26 {
        font-size: 16px;
    }
    .f-24 {
        font-size: 16px;
    }
    .f-22 {
        font-size: 16px;
    }
    .f-20 {
        font-size: 16px;
    }
    .f-18 {
        font-size: 14px;
    }
    .f-16 {
        font-size: 14px;
    }
    .f-14 {
        font-size: 12px;
    }
    .f-12 {
        font-size: 12px;
    }
    .mt-1 {
        margin-top: 1px;
    }
    .mt-3 {
        margin-top: 3px;
    }
    .mt-4 {
        margin-top: 4px;
    }
    .mt-5 {
        margin-top: 4px;
    }
    .mt-6 {
        margin-top: 4px;
    }
    .mt-7 {
        margin-top: 4px;
    }
    .mt-8 {
        margin-top: 4px;
    }
    .mt-9 {
        margin-top: 4px;
    }
    .mt-10 {
        margin-top: 6px;
    }
    .mt-12 {
        margin-top: 6px;
    }
    .mt-14 {
        margin-top: 6px;
    }
    .mt-16 {
        margin-top: 6px;
    }
    .mt-18 {
        margin-top: 6px;
    }
    .mt-20 {
        margin-top: 8px;
    }
    .mt-22 {
        margin-top: 8px;
    }
    .mt-24 {
        margin-top: 8px;
    }
    .mt-26 {
        margin-top: 8px;
    }
    .mt-28 {
        margin-top: 10px;
    }
    .mt-30 {
        margin-top: 10px;
    }
    .mt-32 {
        margin-top: 10px;
    }
    .mt-34 {
        margin-top: 10px;
    }
    .mt-36 {
        margin-top: 12px;
    }
    .mt-38 {
        margin-top: 12px;
    }
    .mt-40 {
        margin-top: 12px;
    }
    .mt-42 {
        margin-top: 14px;
    }
    .mt-44 {
        margin-top: 14px;
    }
    .mt-46 {
        margin-top: 16px;
    }
    .mt-48 {
        margin-top: 16px;
    }
    .mt-50 {
        margin-top: 18px;
    }
    .mt-60 {
        margin-top: 18px;
    }
    .mt-70 {
        margin-top: 20px;
    }
    .mt-80 {
        margin-top: 22px;
    }
    .mt-90 {
        margin-top: 26px;
    }
    .mt-100 {
        margin-top: 30px;
    }
    .mb-1 {
        margin-bottom: 1px;
    }
    .mb-3 {
        margin-bottom: 3px;
    }
    .mb-4 {
        margin-bottom: 4px;
    }
    .mb-5 {
        margin-bottom: 4px;
    }
    .mb-6 {
        margin-bottom: 4px;
    }
    .mb-7 {
        margin-bottom: 4px;
    }
    .mb-8 {
        margin-bottom: 4px;
    }
    .mb-9 {
        margin-bottom: 4px;
    }
    .mb-10 {
        margin-bottom: 6px;
    }
    .mb-12 {
        margin-bottom: 6px;
    }
    .mb-14 {
        margin-bottom: 6px;
    }
    .mb-16 {
        margin-bottom: 6px;
    }
    .mb-18 {
        margin-bottom: 6px;
    }
    .mb-20 {
        margin-bottom: 8px;
    }
    .mb-22 {
        margin-bottom: 8px;
    }
    .mb-24 {
        margin-bottom: 8px;
    }
    .mb-26 {
        margin-bottom: 8px;
    }
    .mb-28 {
        margin-bottom: 10px;
    }
    .mb-30 {
        margin-bottom: 10px;
    }
    .mb-32 {
        margin-bottom: 10px;
    }
    .mb-34 {
        margin-bottom: 10px;
    }
    .mb-36 {
        margin-bottom: 12px;
    }
    .mb-38 {
        margin-bottom: 12px;
    }
    .mb-40 {
        margin-bottom: 12px;
    }
    .mb-42 {
        margin-bottom: 14px;
    }
    .mb-44 {
        margin-bottom: 14px;
    }
    .mb-46 {
        margin-bottom: 16px;
    }
    .mb-48 {
        margin-bottom: 16px;
    }
    .mb-50 {
        margin-bottom: 18px;
    }
    .mb-60 {
        margin-bottom: 18px;
    }
    .mb-70 {
        margin-bottom: 20px;
    }
    .mb-80 {
        margin-bottom: 22px;
    }
    .mb-90 {
        margin-bottom: 26px;
    }
    .mb-100 {
        margin-bottom: 30px;
    }
    .ml-1 {
        margin-left: 1px;
    }
    .ml-3 {
        margin-left: 3px;
    }
    .ml-4 {
        margin-left: 4px;
    }
    .ml-5 {
        margin-left: 4px;
    }
    .ml-6 {
        margin-left: 4px;
    }
    .ml-7 {
        margin-left: 4px;
    }
    .ml-8 {
        margin-left: 4px;
    }
    .ml-9 {
        margin-left: 4px;
    }
    .ml-10 {
        margin-left: 6px;
    }
    .ml-12 {
        margin-left: 6px;
    }
    .ml-14 {
        margin-left: 6px;
    }
    .ml-16 {
        margin-left: 6px;
    }
    .ml-18 {
        margin-left: 6px;
    }
    .ml-20 {
        margin-left: 8px;
    }
    .ml-22 {
        margin-left: 8px;
    }
    .ml-24 {
        margin-left: 8px;
    }
    .ml-26 {
        margin-left: 8px;
    }
    .ml-28 {
        margin-left: 10px;
    }
    .ml-30 {
        margin-left: 10px;
    }
    .ml-32 {
        margin-left: 10px;
    }
    .ml-34 {
        margin-left: 10px;
    }
    .ml-36 {
        margin-left: 12px;
    }
    .ml-38 {
        margin-left: 12px;
    }
    .ml-40 {
        margin-left: 12px;
    }
    .ml-42 {
        margin-left: 14px;
    }
    .ml-44 {
        margin-left: 14px;
    }
    .ml-46 {
        margin-left: 16px;
    }
    .ml-48 {
        margin-left: 16px;
    }
    .ml-50 {
        margin-left: 18px;
    }
    .ml-60 {
        margin-left: 18px;
    }
    .ml-70 {
        margin-left: 20px;
    }
    .ml-80 {
        margin-left: 22px;
    }
    .ml-90 {
        margin-left: 26px;
    }
    .ml-100 {
        margin-left: 30px;
    }
    .mr-1 {
        margin-right: 1px;
    }
    .mr-3 {
        margin-right: 3px;
    }
    .mr-4 {
        margin-right: 4px;
    }
    .mr-5 {
        margin-right: 4px;
    }
    .mr-6 {
        margin-right: 4px;
    }
    .mr-7 {
        margin-right: 4px;
    }
    .mr-8 {
        margin-right: 4px;
    }
    .mr-9 {
        margin-right: 4px;
    }
    .mr-10 {
        margin-right: 6px;
    }
    .mr-12 {
        margin-right: 6px;
    }
    .mr-14 {
        margin-right: 6px;
    }
    .mr-16 {
        margin-right: 6px;
    }
    .mr-18 {
        margin-right: 6px;
    }
    .mr-20 {
        margin-right: 8px;
    }
    .mr-22 {
        margin-right: 8px;
    }
    .mr-24 {
        margin-right: 8px;
    }
    .mr-26 {
        margin-right: 8px;
    }
    .mr-28 {
        margin-right: 10px;
    }
    .mr-30 {
        margin-right: 10px;
    }
    .mr-32 {
        margin-right: 10px;
    }
    .mr-34 {
        margin-right: 10px;
    }
    .mr-36 {
        margin-right: 12px;
    }
    .mr-38 {
        margin-right: 12px;
    }
    .mr-40 {
        margin-right: 12px;
    }
    .mr-42 {
        margin-right: 14px;
    }
    .mr-44 {
        margin-right: 14px;
    }
    .mr-46 {
        margin-right: 16px;
    }
    .mr-48 {
        margin-right: 16px;
    }
    .mr-50 {
        margin-right: 18px;
    }
    .mr-60 {
        margin-right: 18px;
    }
    .mr-70 {
        margin-right: 20px;
    }
    .mr-80 {
        margin-right: 22px;
    }
    .mr-90 {
        margin-right: 26px;
    }
    .mr-100 {
        margin-right: 30px;
    }
    .pt-1 {
        padding-top: 1px;
    }
    .pt-3 {
        padding-top: 3px;
    }
    .pt-4 {
        padding-top: 4px;
    }
    .pt-5 {
        padding-top: 4px;
    }
    .pt-6 {
        padding-top: 4px;
    }
    .pt-7 {
        padding-top: 4px;
    }
    .pt-8 {
        padding-top: 4px;
    }
    .pt-9 {
        padding-top: 4px;
    }
    .pt-10 {
        padding-top: 6px;
    }
    .pt-12 {
        padding-top: 6px;
    }
    .pt-14 {
        padding-top: 6px;
    }
    .pt-16 {
        padding-top: 6px;
    }
    .pt-18 {
        padding-top: 6px;
    }
    .pt-20 {
        padding-top: 8px;
    }
    .pt-22 {
        padding-top: 8px;
    }
    .pt-24 {
        padding-top: 8px;
    }
    .pt-26 {
        padding-top: 8px;
    }
    .pt-28 {
        padding-top: 10px;
    }
    .pt-30 {
        padding-top: 10px;
    }
    .pt-32 {
        padding-top: 10px;
    }
    .pt-34 {
        padding-top: 10px;
    }
    .pt-36 {
        padding-top: 12px;
    }
    .pt-38 {
        padding-top: 12px;
    }
    .pt-40 {
        padding-top: 12px;
    }
    .pt-42 {
        padding-top: 14px;
    }
    .pt-44 {
        padding-top: 14px;
    }
    .pt-46 {
        padding-top: 16px;
    }
    .pt-48 {
        padding-top: 16px;
    }
    .pt-50 {
        padding-top: 18px;
    }
    .pt-60 {
        padding-top: 18px;
    }
    .pt-70 {
        padding-top: 20px;
    }
    .pt-80 {
        padding-top: 22px;
    }
    .pt-90 {
        padding-top: 26px;
    }
    .pt-100 {
        padding-top: 30px;
    }
    .pb-1 {
        padding-bottom: 1px;
    }
    .pb-3 {
        padding-bottom: 3px;
    }
    .pb-4 {
        padding-bottom: 4px;
    }
    .pb-5 {
        padding-bottom: 4px;
    }
    .pb-6 {
        padding-bottom: 4px;
    }
    .pb-7 {
        padding-bottom: 4px;
    }
    .pb-8 {
        padding-bottom: 4px;
    }
    .pb-9 {
        padding-bottom: 4px;
    }
    .pb-10 {
        padding-bottom: 6px;
    }
    .pb-12 {
        padding-bottom: 6px;
    }
    .pb-14 {
        padding-bottom: 6px;
    }
    .pb-16 {
        padding-bottom: 6px;
    }
    .pb-18 {
        padding-bottom: 6px;
    }
    .pb-20 {
        padding-bottom: 8px;
    }
    .pb-22 {
        padding-bottom: 8px;
    }
    .pb-24 {
        padding-bottom: 8px;
    }
    .pb-26 {
        padding-bottom: 8px;
    }
    .pb-28 {
        padding-bottom: 10px;
    }
    .pb-30 {
        padding-bottom: 10px;
    }
    .pb-32 {
        padding-bottom: 10px;
    }
    .pb-34 {
        padding-bottom: 10px;
    }
    .pb-36 {
        padding-bottom: 12px;
    }
    .pb-38 {
        padding-bottom: 12px;
    }
    .pb-40 {
        padding-bottom: 12px;
    }
    .pb-42 {
        padding-bottom: 14px;
    }
    .pb-44 {
        padding-bottom: 14px;
    }
    .pb-46 {
        padding-bottom: 16px;
    }
    .pb-48 {
        padding-bottom: 16px;
    }
    .pb-50 {
        padding-bottom: 18px;
    }
    .pb-60 {
        padding-bottom: 18px;
    }
    .pb-70 {
        padding-bottom: 20px;
    }
    .pb-80 {
        padding-bottom: 22px;
    }
    .pb-90 {
        padding-bottom: 26px;
    }
    .pb-100 {
        padding-bottom: 30px;
    }
    .pl-1 {
        padding-left: 1px;
    }
    .pl-3 {
        padding-left: 3px;
    }
    .pl-4 {
        padding-left: 4px;
    }
    .pl-5 {
        padding-left: 4px;
    }
    .pl-6 {
        padding-left: 4px;
    }
    .pl-7 {
        padding-left: 4px;
    }
    .pl-8 {
        padding-left: 4px;
    }
    .pl-9 {
        padding-left: 4px;
    }
    .pl-10 {
        padding-left: 6px;
    }
    .pl-12 {
        padding-left: 6px;
    }
    .pl-14 {
        padding-left: 6px;
    }
    .pl-16 {
        padding-left: 6px;
    }
    .pl-18 {
        padding-left: 6px;
    }
    .pl-20 {
        padding-left: 8px;
    }
    .pl-22 {
        padding-left: 8px;
    }
    .pl-24 {
        padding-left: 8px;
    }
    .pl-26 {
        padding-left: 8px;
    }
    .pl-28 {
        padding-left: 10px;
    }
    .pl-30 {
        padding-left: 10px;
    }
    .pl-32 {
        padding-left: 10px;
    }
    .pl-34 {
        padding-left: 10px;
    }
    .pl-36 {
        padding-left: 12px;
    }
    .pl-38 {
        padding-left: 12px;
    }
    .pl-40 {
        padding-left: 12px;
    }
    .pl-42 {
        padding-left: 14px;
    }
    .pl-44 {
        padding-left: 14px;
    }
    .pl-46 {
        padding-left: 16px;
    }
    .pl-48 {
        padding-left: 16px;
    }
    .pl-50 {
        padding-left: 18px;
    }
    .pl-60 {
        padding-left: 18px;
    }
    .pl-70 {
        padding-left: 20px;
    }
    .pl-80 {
        padding-left: 22px;
    }
    .pl-90 {
        padding-left: 26px;
    }
    .pl-100 {
        padding-left: 30px;
    }
    .pr-1 {
        padding-right: 1px;
    }
    .pr-3 {
        padding-right: 3px;
    }
    .pr-4 {
        padding-right: 4px;
    }
    .pr-5 {
        padding-right: 4px;
    }
    .pr-6 {
        padding-right: 4px;
    }
    .pr-7 {
        padding-right: 4px;
    }
    .pr-8 {
        padding-right: 4px;
    }
    .pr-9 {
        padding-right: 4px;
    }
    .pr-10 {
        padding-right: 6px;
    }
    .pr-12 {
        padding-right: 6px;
    }
    .pr-14 {
        padding-right: 6px;
    }
    .pr-16 {
        padding-right: 6px;
    }
    .pr-18 {
        padding-right: 6px;
    }
    .pr-20 {
        padding-right: 8px;
    }
    .pr-22 {
        padding-right: 8px;
    }
    .pr-24 {
        padding-right: 8px;
    }
    .pr-26 {
        padding-right: 8px;
    }
    .pr-28 {
        padding-right: 10px;
    }
    .pr-30 {
        padding-right: 10px;
    }
    .pr-32 {
        padding-right: 10px;
    }
    .pr-34 {
        padding-right: 10px;
    }
    .pr-36 {
        padding-right: 12px;
    }
    .pr-38 {
        padding-right: 12px;
    }
    .pr-40 {
        padding-right: 12px;
    }
    .pr-42 {
        padding-right: 14px;
    }
    .pr-44 {
        padding-right: 14px;
    }
    .pr-46 {
        padding-right: 16px;
    }
    .pr-48 {
        padding-right: 16px;
    }
    .pr-50 {
        padding-right: 18px;
    }
    .pr-60 {
        padding-right: 18px;
    }
    .pr-70 {
        padding-right: 20px;
    }
    .pr-80 {
        padding-right: 22px;
    }
    .pr-90 {
        padding-right: 26px;
    }
    .pr-100 {
        padding-right: 30px;
    }
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
}
@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightSmall {
    animation-name: fadeInRightSmall;
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
}
@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownSmall {
    animation-name: fadeInDownSmall;
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
}
@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        transform: none;
    }
    to {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }
}
.fadeOutDownSmall {
    animation-name: fadeOutDownSmall;
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
}
@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}
.scaleIn {
    animation-name: scaleIn;
}
/*页面结构*/
.iconfont::selection {
    background: transparent;
}
/*消文字的选中状态*/
#bloc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#bloc header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 102;
}
#bloc header .pc-nav {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.1rem;
    transition: height 0.5s ease-out;
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    -ms-transition: height 0.5s ease-out;
}
#bloc header .pc-nav .col {
    position: relative;
    z-index: 10;
}
#bloc header .pc-nav .col .logoBox {
    display: block;
    width: 1rem;
    position: relative;
}
#bloc header .pc-nav .col .logoBox > img {
    width: 100%;
}
#bloc header .pc-nav .col .logoBox .img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -ms-transition: opacity 0.6s ease-out;
}
#bloc header .pc-nav .col:nth-of-type(1) {
    padding: 0 0.6rem;
}
#bloc header .pc-nav .col:nth-of-type(2) {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#bloc header .pc-nav .col:nth-of-type(2) > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li {
    padding: 0 0.6rem;
    position: relative;
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li > a {
    position: relative;
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    height: 2px;
    width: 100%;
    background-color: #175789;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > a:hover:after {
        transform: scaleX(1);
    }
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: flex-start;
    height: 2.4rem;
    flex-direction: column;
    padding: 20px 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > div {
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li {
    display: flex;
    width: 100%;
    padding: 8px 0 8px 0.6rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > a {
    font-size: 14px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-color: #175789;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > a:hover {
        letter-spacing: 2px;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > a:hover:after {
        transform: scaleX(1);
    }
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > div {
    padding-top: 8px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > div > a {
    display: block;
    line-height: 30px;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > div > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-color: #175789;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > div > a:hover {
        letter-spacing: 2px;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > div > a:hover:after {
        transform: scaleX(1);
    }
}
#bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li:hover > div {
    height: 69px;
}
@media screen and (min-width: 1025px) {
    #bloc header .pc-nav .col:nth-of-type(2) > ul:hover > li > ol {
        display: flex;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul:hover + .mask {
        height: 4rem;
    }
}
#bloc header .pc-nav .col:nth-of-type(2) .mask {
    top: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 0;
    transform-origin: 50% 0%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#bloc header .pc-nav .col:nth-of-type(3) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#bloc header .pc-nav .col:nth-of-type(3) .box {
    width: 6.8vw;
    height: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(1) {
    padding-top: 6px;
}
#bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(2) {
    background-color: #fff;
    transition: background-color 0.6s ease-out;
    -webkit-transition: background-color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out;
    -ms-transition: background-color 0.6s ease-out;
}
#bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(3) {
    background-color: #175789;
}
#bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(3) i {
    color: #fff;
}
#bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(3) span {
    color: #fff;
}
#bloc header .pc-nav .wc {
    transition: color 0.6s ease-out;
    -webkit-transition: color 0.6s ease-out;
    -moz-transition: color 0.6s ease-out;
    -o-transition: color 0.6s ease-out;
    -ms-transition: color 0.6s ease-out;
}
#bloc header .pc-nav.bc .col .logoBox .img {
    opacity: 1;
}
#bloc header .pc-nav.bc .col:nth-of-type(2) .mask {
    background-color: rgba(255, 255, 255, 0.9);
}
#bloc header .pc-nav.bc .col:nth-of-type(3) .box:nth-of-type(2) {
    background-color: #edf2f6;
}
#bloc header .pc-nav.bc .wc {
    color: #333;
}
#bloc header .pc-nav.down .col .logoBox .img {
    opacity: 1;
}
#bloc header .pc-nav.down .col:nth-of-type(2) .mask {
    background-color: rgba(255, 255, 255, 0.9);
    height: 1.1rem;
}
#bloc header .pc-nav.down .col:nth-of-type(3) .box:nth-of-type(2) {
    background-color: #edf2f6;
}
#bloc header .pc-nav.down .wc {
    color: #333;
}
#bloc footer {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 100%;
    left: 0;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
}
#bloc footer .fBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
#bloc footer .fBg .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#bloc footer .fMain {
    position: relative;
    z-index: 10;
    padding: 0.6rem 1.3rem 0 1.3rem;
    width: 100%;
    height: 4.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
#bloc footer .fMain .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#bloc footer .fMain .top .col {
    position: relative;
}
#bloc footer .fMain .top .col:nth-of-type(1) {
    width: 7rem;
}
#bloc footer .fMain .top .col:nth-of-type(2) {
    width: calc(100% - 8rem);
}
#bloc footer .fMain .top .col > img {
    height: 1.46rem;
}
#bloc footer .fMain .top .col .line {
    display: inline-block;
    width: 1px;
    height: 1.46rem;
    margin: 0 0.9rem;
    background-color: rgba(255, 255, 255, 0.3);
}
#bloc footer .fMain .top .col > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bloc footer .fMain .top .col > ul > li {
    position: relative;
}
#bloc footer .fMain .top .col > ul > li > a {
    color: #fff;
}
#bloc footer .fMain .top .col > ul > li > ol {
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#bloc footer .fMain .top .col > ul > li > ol > div {
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}
#bloc footer .fMain .top .col > ul > li > ol > li {
    display: flex;
    width: 100%;
    padding: 8px 0 8px 0rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
#bloc footer .fMain .top .col > ul > li > ol > li > a {
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#bloc footer .fMain .top .col > ul > li > ol > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-color: #175789;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
}
#bloc footer .fMain .top .col > ul > li > ol > li > a:hover {
    letter-spacing: 2px;
}
#bloc footer .fMain .top .col > ul > li > ol > li > a:hover:after {
    transform: scaleX(1);
}
#bloc footer .fMain .top .col > ul > li > ol > li > div {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
}
#bloc footer .fMain .top .col > ul > li > ol > li > div > a {
    display: block;
    line-height: 30px;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#bloc footer .fMain .top .col > ul > li > ol > li > div > a:nth-of-type(1) {
    padding-top: 8px;
}
#bloc footer .fMain .top .col > ul > li > ol > li > div > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-color: #175789;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
}
#bloc footer .fMain .top .col > ul > li > ol > li > div > a:hover {
    letter-spacing: 2px;
}
#bloc footer .fMain .top .col > ul > li > ol > li > div > a:hover:after {
    transform: scaleX(1);
}
#bloc footer .fMain .top .col > ul > li > ol > li:hover > div {
    height: 69px;
}
#bloc footer .fMain .top .col-100 {
    width: 100%;
    margin-top: 0.5rem;
}
#bloc footer .fMain .top .col-100 > ul > li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 30px;
}
#bloc footer .fMain .btm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#bloc footer .fMain .btm .col {
    height: 0.7rem;
    display: flex;
    align-items: center;
}
#bloc footer .fMain .btm .col > p {
    color: rgba(255, 255, 255, 0.5);
}
#bloc footer .fMain .btm .col > a {
    color: rgba(255, 255, 255, 0.5);
}
#bloc footer .fMain .btm .col > ul {
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bloc footer .fMain .btm .col > ul > li > a {
    width: 90px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}
#bloc footer .fMain .btm .col > ul span {
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
}
@media screen and (orientation: landscape) {
    #bloc footer .fMain .btm .col:last-child ul {
        width: 200px;
    }
}
#bloc.on #home {
    transform: translate3d(0, -4rem, 0);
    -webkit-transform: translate3d(0, -4rem, 0);
    -moz-transform: translate3d(0, -4rem, 0);
    -o-transform: translate3d(0, -4rem, 0);
    -ms-transform: translate3d(0, -4rem, 0);
}
#bloc.on footer {
    transform: translate3d(0, -4.8rem, 0);
    -webkit-transform: translate3d(0, -4.8rem, 0);
    -moz-transform: translate3d(0, -4.8rem, 0);
    -o-transform: translate3d(0, -4.8rem, 0);
    -ms-transform: translate3d(0, -4.8rem, 0);
}
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 160;
}
.loading .mask {
    position: absolute;
    width: 200vw;
    height: 200vw;
    left: -50vw;
    top: calc(50vh - 100vw);
    background: #fff;
    border: 81vw solid #fff;
    border-radius: 50%;
    transition: background 1s ease-in-out, transform 1s ease-in-out 1s;
}
.loading .mask.on {
    background: transparent;
    transform: scale(4);
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
}
.loading .box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 38vw;
    height: 38vw;
    animation: fadeIn 0.5s ease-in-out;
    overflow: hidden;
    animation-fill-mode: both;
    opacity: 0;
}
.loading .box svg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.loading .box svg path {
    fill: none;
    stroke: #175789;
    stroke-width: 1px;
    transition: stroke 1s ease-in-out, opacity 0.3s ease-in-out 1s;
}
.loading .box svg path.on {
    stroke: rgba(255, 255, 255, 0.2);
    opacity: 0;
}
.loading .box svg#cls1 {
    height: 100%;
    width: 100%;
}
.loading .box svg#cls2 {
    width: 1px;
    height: 73.65%;
    left: 18.4%;
    top: 11.6%;
}
.loading .box svg#cls3 {
    width: 1px;
    height: 48%;
    left: 58%;
    top: 49.5%;
}
.loading .box svg#cls4 {
    height: 1px;
    width: 10.22%;
    top: 24.1%;
    left: 7.7%;
}
.loading .box svg#cls5 {
    width: 55.7%;
    top: 1%;
    left: 3%;
}
.loading .box svg#cls6 {
    width: 81%;
    top: 1%;
    left: 18.4%;
}
.loading .dot {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 38vw;
    height: 38vw;
    animation: fadeIn 0.5s ease-in-out;
    animation-fill-mode: both;
    opacity: 0;
}
.loading .dot > li {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #175789;
    background-color: #fff;
    opacity: 0;
}
.loading .dot > li:nth-of-type(1) {
    left: calc(0% - 6px);
    top: calc(0% - 6px);
}
.loading .dot > li:nth-of-type(2) {
    left: calc(18.4% - 6px);
    top: calc(11.6% - 6px);
}
.loading .dot > li:nth-of-type(3) {
    left: calc(58% - 6px);
    top: calc(49.5% - 6px);
}
.loading .dot > li:nth-of-type(4) {
    top: calc(24.1% - 6px);
    left: calc(7.7% - 6px);
}
.loading .dot > li:nth-of-type(5) {
    top: calc(1% - 6px);
    left: calc(3% - 6px);
}
.loading .dot > li:nth-of-type(6) {
    top: calc(1% - 6px);
    left: calc(18.4% - 6px);
}
.loading .dot .txt {
    position: absolute;
    width: 2.07rem;
    top: calc(100% + 0.4rem);
    left: 0;
    right: 0;
    margin: 0 auto;
}
#home {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
}
#home #main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home #main #roll {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}
#home #main #roll .row {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
    z-index: 5;
}
#home #main #roll .row .alan {
    opacity: 0;
}
#home #main #roll .row .alanLeft,
#home #main #roll .row .alanIn {
    opacity: 0;
}
#home #main #roll .row.del {
    opacity: 1;
    pointer-events: auto;
}
#home #main #roll .row.on {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
}
#home #main #roll .row.on .alan {
    animation-name: fadeInUpSmall;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #main #roll .row.on .alanLeft {
    animation-name: fadeInLeftSmall;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #main #roll .row.on .alanIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #main #roll .row .delay1 {
    animation-delay: 0.1s;
}
#home #main #roll .row .delay2 {
    animation-delay: 0.2s;
}
#home #main #roll .row .delay3 {
    animation-delay: 0.3s;
}
#home #main #roll .row .delay4 {
    animation-delay: 0.4s;
}
#home #main #roll .row .delay5 {
    animation-delay: 0.5s;
}
#home #main #roll .row .delay6 {
    animation-delay: 0.6s;
}
#home #main #roll .row .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#home #main #roll .row .bg .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home #main #roll .row .rowMain {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#home #main #roll .row .rowMain .con {
    position: relative;
    padding-bottom: calc(4.1vw - 20px);
    height: 100%;
    padding-top: 1.3rem;
    width: 100%;
    padding-right: 6.8vw;
    padding-left: 12vw;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
#home #main #roll #r1 {
    background-color: #000;
    overflow: hidden;
}
#home #main #roll #r1 #fn1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home #main #roll #r1 #fn1 .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
#home #main #roll #r1 #fn1 .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
#home #main #roll #r1 #fn1 .photo .pic.on {
    opacity: 1;
}
#home #main #roll #r1 #fn1 .other {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
#home #main #roll #r1 #fn1 .other svg path {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 500%;
    stroke-dashoffset: 500%;
    fill: none;
    transition: stroke-dashoffset 3s ease-out;
    -webkit-transition: stroke-dashoffset 3s ease-out;
    -moz-transition: stroke-dashoffset 3s ease-out;
    -o-transition: stroke-dashoffset 3s ease-out;
    -ms-transition: stroke-dashoffset 3s ease-out;
}
#home #main #roll #r1 #fn1 .other .l1 {
    position: absolute;
    top: -0.06rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 44.4vw;
    height: calc(100vh - 0.98rem - 24px);
}
#home #main #roll #r1 #fn1 .other .l2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
}
#home #main #roll #r1 #fn1 .other .l3 {
    position: absolute;
    bottom: calc(0.4rem + 24px);
}
#home #main #roll #r1 #fn1 .other .l4 {
    position: absolute;
    top: 0.58rem;
}
#home #main #roll #r1 #fn1 .other.on svg path {
    stroke-dashoffset: 180%;
}
#home #main #roll #r1 #fn1 .con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#home #main #roll #r1 #fn1 .con .msg {
    width: 100%;
    height: 100%;
    position: relative;
}
#home #main #roll #r1 #fn1 .con .msg .msgList {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}
#home #main #roll #r1 #fn1 .con .msg .msgList h2 {
    line-height: 1;
    margin-bottom: 0.4rem;
    text-align: center;
}
#home #main #roll #r1 #fn1 .con .msg .msgList p {
    text-align: center;
    line-height: 1.2;
}
#home #main #roll #r1 #fn1 .con .msg .msgList.on,
#home #main #roll #r1 #fn1 .con .msg .msgList.next {
    opacity: 1;
    pointer-events: auto;
}
#home #main #roll #r1 #fn1 .con .msg .msgList.first {
    display: none;
}
#home #main #roll #r1 #fn1 .con .dotBox {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#home #main #roll #r1 #fn1 .con .dotBox > li {
    position: relative;
    margin: 0 0.15rem;
    cursor: pointer;
}
#home #main #roll #r1 #fn1 .con .dotBox > li svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 5;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
#home #main #roll #r1 #fn1 .con .dotBox > li svg circle {
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 0.6s ease-out;
    -webkit-transition: stroke-dashoffset 0.6s ease-out;
    -moz-transition: stroke-dashoffset 0.6s ease-out;
    -o-transition: stroke-dashoffset 0.6s ease-out;
    -ms-transition: stroke-dashoffset 0.6s ease-out;
}
#home #main #roll #r1 #fn1 .con .dotBox > li span {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color 0.3s ease-out;
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    -ms-transition: border-color 0.3s ease-out;
}
#home #main #roll #r1 #fn1 .con .dotBox > li span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#home #main #roll #r1 #fn1 .con .dotBox > li.on svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 6s ease-out;
    -webkit-transition: stroke-dashoffset 6s ease-out;
    -moz-transition: stroke-dashoffset 6s ease-out;
    -o-transition: stroke-dashoffset 6s ease-out;
    -ms-transition: stroke-dashoffset 6s ease-out;
}
#home #main #roll #r1 #fn1 .con .dotBox > li.on span {
    border-color: rgba(255, 255, 255, 0.3);
}
#home #main #roll #r1 .ad {
    position: absolute;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0.6rem;
    bottom: 0;
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
}
#home #main #roll #r1.over {
    z-index: 16;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_in_1;
    transform-origin: 50% 50%;
}
#home #main #roll #r1.del .ad {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
#home #main #roll #r2 {
    background-color: #fff;
    overflow: hidden;
}
#home #main #roll #r2 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home #main #roll #r2 .bg svg.all {
    position: absolute;
    width: 130vw;
    height: 55.78vw;
    left: -15vw;
    bottom: -20px;
}
#home #main #roll #r2 .bg svg.all path {
    fill: none;
    stroke-width: 1px;
    stroke: rgba(0, 0, 0, 0.2);
    stroke-dasharray: 500%;
    stroke-dashoffset: -120%;
    transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
}
#home #main #roll #r2 .bg .line {
    position: absolute;
    height: 1px;
    width: 11.8vw;
    top: 1.3rem;
    left: 0;
}
#home #main #roll #r2 .bg .line path {
    fill: none;
    stroke-width: 1px;
    stroke: rgba(0, 0, 0, 0.2);
    stroke-dasharray: 500%;
    stroke-dashoffset: -120%;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition-delay: 0.4s;
}
#home #main #roll #r2 .rowMain .con {
    padding-left: 12vw;
}
#home #main #roll #r2 .rowMain .con .top {
    width: 100%;
    height: 1.8rem;
}
#home #main #roll #r2 .rowMain .con .top .dateBox {
    width: 100%;
    height: 100%;
    padding-bottom: 0.2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#home #main #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(1) > span {
    font-size: 0.7rem;
}
#home #main #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(1) > span sup {
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
}
#home #main #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(1) > small {
    margin-left: 0.2rem;
    font-size: 0.2rem;
}
#home #main #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(2) {
    color: #666;
}
#home #main #roll #r2 .rowMain .con .mid {
    width: 100%;
    height: calc(100% - 1.8rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid transparent;
    transition: border-color 2s ease-out;
    -webkit-transition: border-color 2s ease-out;
    -moz-transition: border-color 2s ease-out;
    -o-transition: border-color 2s ease-out;
    -ms-transition: border-color 2s ease-out;
}
#home #main #roll #r2 .rowMain .con .mid .col-1 {
    width: 49.5%;
    height: 100%;
    margin-left: -2px;
}
#home #main #roll #r2 .rowMain .con .mid .col-1 .photo {
    width: 100%;
    height: 100%;
    position: relative;
}
#home #main #roll #r2 .rowMain .con .mid .col-1 .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home #main #roll #r2 .rowMain .con .mid .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    padding: 0 4.5%;
}
#home #main #roll #r2 .rowMain .con .mid .col-2 h2 {
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
#home #main #roll #r2 .rowMain .con .mid .col-2 p {
    margin-bottom: 0.6rem;
    line-height: 32px;
    display: block;
    text-align: justify;
}
#home #main #roll #r2 .rowMain .con .ad {
    text-transform: uppercase;
    position: absolute;
    left: -0.5rem;
    top: 1.8rem;
    width: 40px;
    line-height: 1.2;
    transform-origin: 0 50%;
}
#home #main #roll #r2.in {
    z-index: 15;
    opacity: 1;
    animation-name: fadeIn;
    transform-origin: 50% 50%;
}
#home #main #roll #r2.in {
    z-index: 15;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_in;
    transform-origin: 50% 50%;
}
#home #main #roll #r2.out {
    z-index: 10;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_out;
    transform-origin: 50% 50%;
}
#home #main #roll #r2.on .bg svg path {
    stroke-dashoffset: 0%;
    stroke: rgba(0, 0, 0, 0.12);
}
#home #main #roll #r2.on .rowMain .con .mid {
    border-color: rgba(0, 0, 0, 0.12);
}
#home #main #roll #r3 {
    background-color: #000;
    overflow: hidden;
}
#home #main #roll #r3 .bg .pic {
    opacity: 0;
    z-index: 2;
    transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#home #main #roll #r3 .bg .pic.on {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    z-index: 10;
}
#home #main #roll #r3 .rowMain {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    height: calc(100% - 1.3rem);
    top: 1.3rem;
    transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    pointer-events: none;
}
#home #main #roll #r3 .rowMain .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    top: auto;
    height: calc(100% + 1.3rem);
    bottom: 0;
}
#home #main #roll #r3 .rowMain .mask:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
}
#home #main #roll #r3 .rowMain .con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#home #main #roll #r3 .rowMain .con > div {
    position: relative;
    margin-top: -0.65rem;
}
#home #main #roll #r3 .rowMain .con > div h2 {
    line-height: 1;
    margin-bottom: 0.4rem;
    opacity: 0;
}
#home #main #roll #r3 .rowMain .con > div p {
    line-height: 1;
    opacity: 0;
}
#home #main #roll #r3 .rowMain .con > div .ad {
    position: absolute;
    top: 0;
    opacity: 0;
    right: calc(100% + 30px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
    color: #fff;
}
#home #main #roll #r3 .rowMain .con .cirBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 24vw;
    height: 24vw;
    transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
}
#home #main #roll #r3 .rowMain .con .cirBox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home #main #roll #r3 .rowMain .con .cirBox svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
#home #main #roll #r3 .rowMain .con .cirBox svg circle {
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 400%;
    transition: stroke-dashoffset 0.6s ease-out;
    -webkit-transition: stroke-dashoffset 0.6s ease-out;
    -moz-transition: stroke-dashoffset 0.6s ease-out;
    -o-transition: stroke-dashoffset 0.6s ease-out;
    -ms-transition: stroke-dashoffset 0.6s ease-out;
}
#home #main #roll #r3 .rowMain .con .cirBox svg#cirBg circle {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-dashoffset: 85%;
}
#home #main #roll #r3 .rowMain .con .cirBox svg#cirCon {
    display: none;
}
#home #main #roll #r3 .rowMain .con .cirBox svg#cirCon circle {
    stroke-dashoffset: 198%;
}
#home #main #roll #r3 .other {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: calc(100% - 1.3rem);
    top: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15vw;
    z-index: 13;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
}
#home #main #roll #r3 .other #clock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 30;
    width: 531px;
    height: 531px;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
#home #main #roll #r3 .other #clock > img {
    height: 100%;
    position: absolute;
    z-index: 3;
}
#home #main #roll #r3 .other #clock .time-box {
    pointer-events: none;
    z-index: 5;
    position: absolute;
    width: calc(100% + 44px);
    height: calc(100% + 44px);
    top: -22px;
    left: -22px;
}
#home #main #roll #r3 .other #clock .time-box > ul {
    width: 0;
    position: absolute;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-num {
    transform: scale(1.2);
    bottom: 55%;
    left: 50%;
    height: 50%;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-num > li > i {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-num > li.on > i {
    opacity: 1;
}
#home #main #roll #r3 .other #clock .time-box > ul > li {
    height: calc(100% + 7.5px);
    position: absolute;
    top: -8px;
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
#home #main #roll #r3 .other #clock .time-box > ul > li:nth-child(2) img:nth-child(2){
    left: 4px!important;
}
#home #main #roll #r3 .other #clock .time-box > ul > li i {
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(1) i {
        transform: translateX(-50%) rotate(-45deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(2) {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(2) i {
        transform: translateX(-50%) rotate(-135deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(3) {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(3) i {
        transform: translateX(-50%) rotate(-225deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(4) {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(4) i {
        transform: translateX(-50%) rotate(-315deg);
    }
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir {
    transform-origin: 50% 50%;
    bottom: 50%;
    left: 50%;
    height: 50%;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    border: 2px solid;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    border-color: transparent;
}
@media screen and (max-width: 600px) {
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        line-height: 6px;
        text-align: center;
    }
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
}
@media screen and (max-width: 600px) {
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        line-height: 8px;
        text-align: center;
    }
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a {
    position: absolute;
    opacity: 0;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a small {
    font-size: 0.5rem;
    line-height: 1;
    display: inline-block;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a em {
    white-space: nowrap;
    line-height: 1;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #EFEFEF;
    display: block;
    margin: 16px 0 0 0;
}

#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a img:nth-child(2){
    position: absolute;
    left: 0;
    opacity: 0;
}

#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on {
    pointer-events: none;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a img{
    transition: 0.8s;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i > a img:nth-child(1){
    opacity: 0;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i > a img:nth-child(2){
    opacity: 1;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li .f-24{
    transition: 0.6s;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:first-child.on .f-24{
    color: #5287ff;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(2).on .f-24{
    color: #ffac52;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(3).on .f-24{
    color: #ff5353;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(4).on .f-24{
    color: #ffdc3a;
}
#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0;
    transition: 0.6s;
}

#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i:after{
    opacity: 1;
}

#home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i {
    opacity: 1;
    pointer-events: none;
    /*border-color: #fff;*/
}
@media screen and (min-width: 1025px) {
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
        left: calc(100% + 40px);
        bottom: 15px;
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transition-delay: 4s;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(2) > i > a {
        left: calc(100% + 40px);
        top: 20px;
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transition-delay: 4.1s;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
        right: calc(100% + 40px);
        top: 20px;
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transition-delay: 4.2s;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
        right: calc(100% + 40px);
        bottom: 15px;
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transition-delay: 4.3s;
    }
}
#home #main #roll #r3 .other #clock .time-move {
    z-index: 4;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
}
@media screen and (min-width: 600px) {
    #home #main #roll #r3 .other #clock .time-move canvas {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        top: -1px;
    }
}
@media screen and (max-width: 600px) {
    #home #main #roll #r3 .other #clock .time-move canvas {
        width: 100%;
    }
}
#home #main #roll #r3 .other #clock .msg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 78%;
    height: 72%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    min-height: 168px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li i {
    font-size: 0.8rem;
    color: #fff;
    line-height: 0.8rem;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li h3 {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #EFEFEF;
    margin: 6px 0 71px 0;
    display: block;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li > small {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 {
    display: inline-block;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 > span {
    width: 155px;
    height: 46px;
    line-height: 46px;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
    background-position: 1% 50%;
    background-size: 400% 300%;
    border: 1px solid #fff;
    -webkit-transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 > span:hover {
    color: #000;
    background-position: 99% 50%;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.on,
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.next {
    display: flex;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.on .layout-btn-5,
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.next .layout-btn-5 {
    pointer-events: auto;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn {
    display: flex;
    border-radius: 6px;
    margin-top: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 0.58rem;
    background-color: #fff;
    color: #808080;
    max-width: 160px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn > i {
    color: #ac0d14;
    font-size: 26px;
    margin-left: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn:hover {
    background-color: #ac0d14;
    color: #fff;
    box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.12);
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn:hover > i {
    color: #fff;
}
#home #main #roll #r3 .other .dotBox {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#home #main #roll #r3 .other .dotBox > li {
    position: relative;
    margin: 0.2rem 0;
    cursor: pointer;
}
#home #main #roll #r3 .other .dotBox > li svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 5;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
#home #main #roll #r3 .other .dotBox > li svg circle {
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 0.01s ease-out;
    -webkit-transition: stroke-dashoffset 0.01s ease-out;
    -moz-transition: stroke-dashoffset 0.01s ease-out;
    -o-transition: stroke-dashoffset 0.01s ease-out;
    -ms-transition: stroke-dashoffset 0.01s ease-out;
}
#home #main #roll #r3 .other .dotBox > li span {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color 0.6s ease-out;
    -webkit-transition: border-color 0.6s ease-out;
    -moz-transition: border-color 0.6s ease-out;
    -o-transition: border-color 0.6s ease-out;
    -ms-transition: border-color 0.6s ease-out;
}
#home #main #roll #r3 .other .dotBox > li span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#home #main #roll #r3 .other .dotBox > li.on svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 5s ease-out;
    -webkit-transition: stroke-dashoffset 5s ease-out;
    -moz-transition: stroke-dashoffset 5s ease-out;
    -o-transition: stroke-dashoffset 5s ease-out;
    -ms-transition: stroke-dashoffset 5s ease-out;
}
#home #main #roll #r3 .other .dotBox > li.on span {
    border-color: rgba(255, 255, 255, 0.3);
}
#home #main #roll #r3 .other.on {
    opacity: 1;
    pointer-events: auto;
}
#home #main #roll #r3.over {
    z-index: 16;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_in_1;
    transform-origin: 50% 50%;
}
#home #main #roll #r3.in {
    z-index: 15;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_in;
    transform-origin: 50% 50%;
}
#home #main #roll #r3.out {
    z-index: 10;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_in_1;
    transform-origin: 50% 50%;
}
#home #main #roll #r3.on .rowMain {
    opacity: 0;
    transition-delay: 2s;
}
#home #main #roll #r3.on .rowMain .con .cirBox {
    width: 38vw;
    height: 38vw;
    transition-delay: 0.5s;
}
#home #main #roll #r3.on .rowMain .con .cirBox img {
    animation: loopCir 10s linear infinite;
    animation-fill-mode: both;
    backface-visibility: hidden;
}
#home #main #roll #r3.on .rowMain .con > div h2 {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
}
#home #main #roll #r3.on .rowMain .con > div p {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.1s;
}
#home #main #roll #r3.on .rowMain .con > div .ad {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}
#home #main #roll #r3.on .other #clock .time-box .time-cir > li i > a {
    transform: none !important;
    opacity: 1;
}
#home #main #roll #r4 {
    background-color: #fff;
    overflow: hidden;
}
#home #main #roll #r4 > .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
#home #main #roll #r4 > .mask svg.all {
    position: absolute;
    width: 130vw;
    height: 55.78vw;
    left: -15vw;
    bottom: -22px;
}
#home #main #roll #r4 > .mask svg.all path {
    fill: none;
    stroke-width: 1px;
    stroke: rgba(0, 0, 0, 0.2);
    stroke-dasharray: 500%;
    stroke-dashoffset: -120%;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition-delay: 0.4s;
}
#home #main #roll #r4 > .mask .line {
    position: absolute;
    height: 1px;
    width: 11.8vw;
    top: 1.3rem;
    left: 0;
}
#home #main #roll #r4 > .mask .line path {
    fill: none;
    stroke-width: 1px;
    stroke: rgba(0, 0, 0, 0.2);
    stroke-dasharray: 500%;
    stroke-dashoffset: -120%;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition-delay: 0.4s;
}
#home #main #roll #r4 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.3rem;
}
#home #main #roll #r4 .bg .group {
    position: relative;
}
#home #main #roll #r4 .bg .group > img {
    max-width: 1300px;
    width: 13rem;
}
#home #main #roll #r4 .bg .group > ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home #main #roll #r4 .bg .group > ul > li {
    position: absolute;
    transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    cursor: pointer;
}
#home #main #roll #r4 .bg .group > ul > li .img {
    position: relative;
}
#home #main #roll #r4 .bg .group > ul > li .icon {
    position: absolute;
}
#home #main #roll #r4 .bg .group > ul > li .msg {
    position: absolute;
}
#home #main #roll #r4 .bg .group > ul > li .msg h4 {
    white-space: nowrap;
    line-height: 1;
}
#home #main #roll #r4 .bg .group > ul > li .msg p {
    white-space: nowrap;
}
@media screen and (min-width: 1025px) {
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(4) {
        top: 27%;
        left: 7%;
        opacity: 0;
        transform: translate3D(-10px, 0, 0);
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(4) .img {
        width: 2.84rem;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(4) .icon {
        right: 12.1%;
        top: 28%;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(4) .msg {
        text-align: right;
        right: 60%;
        bottom: calc(100% + 0.15rem);
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(2) {
        top: 37%;
        left: 30%;
        opacity: 0;
        transform: translate3D(10px, 0, 0);
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(2) .img {
        width: 3.08rem;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(2) .icon {
        right: 7.2%;
        top: 18%;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(2) .msg {
        right: 80%;
        top: calc(100% + 0.2rem);
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(3) {
        top: 64%;
        left: 57%;
        opacity: 0;
        transform: translate3D(0px, -10px, 0);
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(3) .img {
        width: 2.45rem;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(3) .icon {
        right: 67.5%;
        top: 24%;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(3) .msg {
        left: calc(100% + 0.25rem);
        top: calc(100% - 0.15rem);
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(1) {
        top: 7%;
        left: 48%;
        opacity: 0;
        transform: translate3D(0px, 10px, 0);
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(1) .img {
        width: 2.61rem;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(1) .icon {
        right: 67.6%;
        top: 32%;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(1) .msg {
        left: calc(100% + 0.25rem);
        bottom: calc(100% - 0.6rem);
    }
}
@media screen and (min-width: 1025px) {
    #home #main #roll #r4 .bg.on .group > ul > li:nth-of-type(1) {
        opacity: 0;
        transform: translate3D(-10px, 0, 0);
        -webkit-transform: translate3D(-10px, 0, 0);
        -moz-transform: translate3D(-10px, 0, 0);
        -o-transform: translate3D(-10px, 0, 0);
        -ms-transform: translate3D(-10px, 0, 0);
    }
    #home #main #roll #r4 .bg.on .group > ul > li:nth-of-type(2) {
        opacity: 0;
        transform: translate3D(10px, 0, 0);
        -webkit-transform: translate3D(10px, 0, 0);
        -moz-transform: translate3D(10px, 0, 0);
        -o-transform: translate3D(10px, 0, 0);
        -ms-transform: translate3D(10px, 0, 0);
    }
    #home #main #roll #r4 .bg.on .group > ul > li:nth-of-type(3) {
        opacity: 0;
        transform: translate3D(0px, 10px, 0);
        -webkit-transform: translate3D(0px, 10px, 0);
        -moz-transform: translate3D(0px, 10px, 0);
        -o-transform: translate3D(0px, 10px, 0);
        -ms-transform: translate3D(0px, 10px, 0);
    }
    #home #main #roll #r4 .bg.on .group > ul > li:nth-of-type(4) {
        opacity: 0;
        transform: translate3D(0px, -10px, 0);
        -webkit-transform: translate3D(0px, -10px, 0);
        -moz-transform: translate3D(0px, -10px, 0);
        -o-transform: translate3D(0px, -10px, 0);
        -ms-transform: translate3D(0px, -10px, 0);
    }
}
#home #main #roll #r4 .bg.on + .rowMain {
    pointer-events: auto;
}
#home #main #roll #r4 .bg.on + .rowMain .con .top .col-1 {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transition-delay: 1s;
}
#home #main #roll #r4 .bg.on + .rowMain .con .top .col-2 > ul > li {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
#home #main #roll #r4 .bg.on + .rowMain .con .top .col-2 > ul > li:nth-of-type(1) {
    transition-delay: 1.1s;
}
#home #main #roll #r4 .bg.on + .rowMain .con .top .col-2 > ul > li:nth-of-type(2) {
    transition-delay: 1.2s;
}
#home #main #roll #r4 .bg.on + .rowMain .con .top .col-2 > ul > li:nth-of-type(3) {
    transition-delay: 1.3s;
}
#home #main #roll #r4 .bg.on + .rowMain .con .top .col-2 > ul > li:nth-of-type(4) {
    transition-delay: 1.4s;
}
#home #main #roll #r4 .bg.on + .rowMain .con .btm {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transition-delay: 1.5s;
}
#home #main #roll #r4 .bg.on + .rowMain .con .mask {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transition-delay: 0.2s;
}
#home #main #roll #r4 .bg.mask_0 + .rowMain .con .mask {
    left: 5%;
    top: -14%;
}
#home #main #roll #r4 .bg.mask_2 + .rowMain .con .mask {
    left: 7%;
    top: 14%;
}
#home #main #roll #r4 .bg.mask_3 + .rowMain .con .mask {
    left: -18%;
    top: -4%;
}
#home #main #roll #r4 .rowMain {
    pointer-events: none;
}
#home #main #roll #r4 .rowMain .con {
    padding-left: 12vw;
}
#home #main #roll #r4 .rowMain .con .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    position: relative;
    z-index: 10;
}
#home #main #roll #r4 .rowMain .con .top .col-1 {
    height: 1.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
#home #main #roll #r4 .rowMain .con .top .col-1 .return {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    text-indent: 3px;
    background-color: #f8f8f9;
    color: #000;
    display: inline-block;
    font-size: 18px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r4 .rowMain .con .top .col-1 .return:hover {
    color: #fff;
    background-color: #175789;
}
#home #main #roll #r4 .rowMain .con .top .col-2 {
    position: absolute;
    width: 100%;
    height: 1.8rem;
    left: 0;
    top: 0;
}
#home #main #roll #r4 .rowMain .con .top .col-2 > ul {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 16%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#home #main #roll #r4 .rowMain .con .top .col-2 > ul > li {
    opacity: 0;
    transform: translate3d(0px, -10px, 0);
    -webkit-transform: translate3d(0px, -10px, 0);
    -moz-transform: translate3d(0px, -10px, 0);
    -o-transform: translate3d(0px, -10px, 0);
    -ms-transform: translate3d(0px, -10px, 0);
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
#home #main #roll #r4 .rowMain .con .top .col-2 > ul > li > a {
    padding: 14px 50px;
    border-radius: 100px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r4 .rowMain .con .top .col-2 > ul > li.on > a {
    background-color: #175789;
    color: #fff;
}
#home #main #roll #r4 .rowMain .con .top .col-2 > ul > li:hover > a {
    background-color: #175789;
    color: #fff;
}
#home #main #roll #r4 .rowMain .con .btm {
    width: 100%;
    position: relative;
    z-index: 11;
    opacity: 0;
    transform: translate3d(0px, 10px, 0);
    -webkit-transform: translate3d(0px, 10px, 0);
    -moz-transform: translate3d(0px, 10px, 0);
    -o-transform: translate3d(0px, 10px, 0);
    -ms-transform: translate3d(0px, 10px, 0);
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
#home #main #roll #r4 .rowMain .con .btm .box {
    position: absolute;
    bottom: 0;
    width: 72%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 1.8rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r4 .rowMain .con .btm .box .swiper {
    height: 100%;
    overflow: hidden;
}
#home #main #roll #r4 .rowMain .con .btm .box .swiper > ul > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: initial;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r4 .rowMain .con .btm .box .swiper > ul > a > div {
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.1rem;
}
#home #main #roll #r4 .rowMain .con .btm .box .swiper > ul > a > div > img {
    max-height: 80px;
}
#home #main #roll #r4 .rowMain .con .btm .box .swiper > ul > a > span {
    width: 100%;
}
#home #main #roll #r4 .rowMain .con .btm .box .swiper > ul > a:hover {
    background-color: #edf1f5;
}
#home #main #roll #r4 .rowMain .con .btm .box.on {
    opacity: 1;
    visibility: visible;
}
#home #main #roll #r4 .rowMain .con .btm .pager {
    position: absolute;
    pointer-events: none;
    left: -100px;
    top: 0;
    width: calc(100% + 200px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#home #main #roll #r4 .rowMain .con .btm .pager .next_ {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    text-indent: 3px;
    background-color: #f8f8f9;
    color: #000;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: inline-block;
    pointer-events: auto;
}
@media screen and (min-width: 1025px) {
    #home #main #roll #r4 .rowMain .con .btm .pager .next_:hover {
        color: #fff;
        background-color: #175789;
    }
}
#home #main #roll #r4 .rowMain .con .btm .pager .prev_ {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    text-indent: -4px;
    background-color: #f8f8f9;
    color: #000;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: inline-block;
    pointer-events: auto;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -o-transform: scale(-1);
    -ms-transform: scale(-1);
}
@media screen and (min-width: 1025px) {
    #home #main #roll #r4 .rowMain .con .btm .pager .prev_:hover {
        color: #fff;
        background-color: #175789;
    }
}
#home #main #roll #r4 .rowMain .con .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
}
#home #main #roll #r4 .rowMain .con .mask > img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100vw;
}
#home #main #roll #r4 .rowMain .con .mask:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 20vw;
    background-color: rgba(255, 255, 255, 0.7);
}
#home #main #roll #r4 .rowMain .con .mask:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20vw;
    background-color: rgba(255, 255, 255, 0.7);
}
#home #main #roll #r4 .rowMain .con .ad {
    text-transform: uppercase;
    position: absolute;
    left: -0.5rem;
    top: 1.8rem;
    width: 40px;
    line-height: 1.2;
    transform-origin: 0 50%;
    z-index: 15;
    pointer-events: none;
}
#home #main #roll #r4.in {
    z-index: 15;
    opacity: 1;
    border-radius: 20px;
    animation-name: fadeIn;
    transform-origin: 50% 50%;
}
#home #main #roll #r4.out {
    z-index: 10;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_out;
    transform-origin: 50% 50%;
}
#home #main #roll #r4.on .mask svg path {
    stroke-dashoffset: 0%;
    stroke: rgba(0, 0, 0, 0.12);
}
#home #main #roll #r4.on .bg .group > ul > li {
    opacity: 1;
    transform: none;
}
#home #main #roll #r5 {
    background-color: #01040b;
}
#home #main #roll #r5 > .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
#home #main #roll #r5 > .mask svg.all {
    position: absolute;
    width: 130vw;
    height: 55.78vw;
    left: -15vw;
    bottom: -22px;
}
#home #main #roll #r5 > .mask svg.all path {
    fill: none;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.2);
    stroke-dasharray: 500%;
    stroke-dashoffset: -120%;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition-delay: 0.4s;
}
#home #main #roll #r5 > .mask .line {
    position: absolute;
    height: 1px;
    width: 11.8vw;
    top: 1.3rem;
    left: 0;
}
#home #main #roll #r5 > .mask .line path {
    fill: none;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.2);
    stroke-dasharray: 500%;
    stroke-dashoffset: -120%;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition-delay: 0.4s;
}
#home #main #roll #r5 .bg {
    opacity: 0.15;
}
#home #main #roll #r5 .bg .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(7px);
    background-size: 100%;
    background-position: center top;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
}
#home #main #roll #r5 .bg .pic.on {
    opacity: 1;
}
#home #main #roll #r5 .rowMain .con {
    padding-left: 12vw;
}
#home #main #roll #r5 .rowMain .con .top {
    width: 100%;
    height: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#home #main #roll #r5 .rowMain .con .top > ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home #main #roll #r5 .rowMain .con .top > ul > li {
    width: 25%;
    text-align: center;
    cursor: pointer;
}
#home #main #roll #r5 .rowMain .con .top > ul > li span {
    display: none;
}
#home #main #roll #r5 .rowMain .con .top > ul > li i {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
}
#home #main #roll #r5 .rowMain .con .top > ul > li em {
    display: block;
    margin-top: 0.15rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
}
#home #main #roll #r5 .rowMain .con .top > ul > li.on i {
    color: #20669c;
}
#home #main #roll #r5 .rowMain .con .top > ul > li.on em {
    color: #20669c;
}
#home #main #roll #r5 .rowMain .con .mid {
    width: 100%;
    height: calc(100% - 2.1rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#home #main #roll #r5 .rowMain .con .mid .col-1 {
    width: 50%;
    height: 100%;
    overflow: hidden;
    margin-left: -2px;
}
#home #main #roll #r5 .rowMain .con .mid .col-1 .photo {
    width: 100%;
    height: 100%;
    position: relative;
}
#home #main #roll #r5 .rowMain .con .mid .col-1 .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
#home #main #roll #r5 .rowMain .con .mid .col-1 .photo .pic.on {
    opacity: 1;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    position: relative;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .msg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 12% 1.05rem 10%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList.on,
#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList.next {
    opacity: 1;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList h2 font {
    display: block;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p {
    margin-top: 0.3rem;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p font {
    line-height: 0.32rem;
    height: 1.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .other {
    display: flex;
    width: 100%;
    padding: 0 12% 0 10%;
    position: absolute;
    bottom: 0.6rem;
    height: 0.45rem;
    justify-content: space-between;
    align-items: center;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c1 em:nth-of-type(1) {
    color: #ffffff;
    font-size: 0.45rem;
    line-height: 1;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c1 em:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 0.24rem;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c2 .set {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    line-height: 0.45rem;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c2 .set.prev_ {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -o-transform: scale(-1);
    -ms-transform: scale(-1);
}
#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c2 .set:hover {
    background-color: #175789;
    border-color: #175789;
}
#home #main #roll #r5 .rowMain .con .ad {
    text-transform: uppercase;
    position: absolute;
    left: -0.5rem;
    top: 1.8rem;
    width: 40px;
    line-height: 1.2;
    transform-origin: 0 50%;
}
#home #main #roll #r5.in {
    z-index: 15;
    opacity: 1;
    border-radius: 20px;
    animation-name: bannerIn;
    transform-origin: 50% 50%;
}
#home #main #roll #r5.out {
    z-index: 10;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_out;
    transform-origin: 50% 50%;
}
#home #main #roll #r5.on .mask svg path {
    stroke-dashoffset: 0%;
}
#home #main #roll #r6 {
    overflow: hidden;
}
#home #main #roll #r6 .rowMain .con {
    padding-left: 12vw;
    justify-content: center;
}
#home #main #roll #r6 .rowMain .con .title {
    width: 100%;
    margin-top: 0.1rem;
}
#home #main #roll #r6 .rowMain .con .title .tab {
    display: inline-block;
    width: 1rem;
    height: 0.56rem;
    line-height: 0.56rem;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-align: center;
    border-radius: 28px;
    margin-right: 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home #main #roll #r6 .rowMain .con .title .tab:hover,
#home #main #roll #r6 .rowMain .con .title .tab.on {
    background-color: #175789;
    border-color: #175789;
    color: #fff;
}
#home #main #roll #r6 .rowMain .con .mid {
    position: relative;
    height: calc(100% - 1.5rem);
    max-height: 5.8rem;
    width: 100%;
    margin-top: 4vw;
}
#home #main #roll #r6 .rowMain .con .mid .loop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#home #main #roll #r6 .rowMain .con .mid .loop .box {
    height: 100%;
    overflow: visible;
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li {
    width: 4.4rem;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic {
    display: inline-block;
    z-index: 4;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    height: 100%;
    background-color: #f8f8f9;
    width: 100%;
    position: relative;
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node {
    position: absolute;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    width: 100%;
    left: 0;
    z-index: 10;
    bottom: 0;
    top: 0;
    margin: auto;
    padding: 12% 10% 0 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.2);
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .top h3 {
    margin-top: 0.3rem;
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .btm {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.38rem 0;
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .btm .c1 {
    font-size: 0.9rem;
    line-height: 0.8;
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .btm .c2 {
    line-height: 1.4;
    text-align: right;
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node.bc {
    background-color: rgba(0, 0, 0, 0);
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node.bc .wc {
    color: #333;
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node.bc .btm {
    border-top: 1px solid rgba(153, 153, 153, 0.3);
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node.bc .btm .c1 {
    color: #ac0d14;
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    box-shadow: 0px 34px 51px 0px rgba(23, 31, 50, 0.15);
}
#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li.swiper-slide-prev {
    pointer-events: none;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    opacity: 0;
}
#home #main #roll #r6 .rowMain .con .mid .loop .pager {
    position: absolute;
    right: 1.3rem;
    z-index: 2;
    bottom: -0.4rem;
}
#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next {
    position: absolute;
    z-index: 10;
    top: 110%;
    left: 56px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    text-indent: 3px;
    background-color: #f8f8f9;
    color: #000;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: inline-block;
}
@media screen and (min-width: 1025px) {
    #home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next:hover {
        color: #fff;
        background-color: #175789;
    }
}
#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next.swiper-button-disabled,
#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev {
    z-index: 10;
    position: absolute;
    top: 110%;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    text-indent: -4px;
    background-color: #f8f8f9;
    color: #000;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: inline-block;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -o-transform: scale(-1);
    -ms-transform: scale(-1);
}
@media screen and (min-width: 1025px) {
    #home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev:hover {
        color: #fff;
        background-color: #175789;
    }
}
#home #main #roll #r6 .rowMain .con .ad {
    text-transform: uppercase;
    position: absolute;
    left: -0.5rem;
    top: 1.8rem;
    width: 40px;
    line-height: 1.2;
    transform-origin: 0 50%;
}
#home #main #roll #r6.in {
    z-index: 15;
    opacity: 1;
    border-radius: 20px;
    animation-name: bannerIn;
    transform-origin: 50% 50%;
}
#home #main #roll #r6.out {
    z-index: 10;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_out;
    transform-origin: 50% 50%;
}
#home #main > .other {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100%);
    width: 1.3rem;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: screen;
}
#home #main > .other > i {
    font-size: 0.6rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#home #main > .other .img {
    position: absolute;
    bottom: 1.2rem;
    display: none;
}
#home #main > .other .img2 {
    position: absolute;
    display: none;
    bottom: 1.2rem;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home #main > .other.bc {
    mix-blend-mode: unset;
}
#home #main > .other.bc > i {
    color: #333;
}
#home #main > .other.bc .img {
    opacity: 0;
}
#home #main > .other.bc .img2 {
    opacity: 1;
}
#home .roll-items {
    position: fixed;
    left: 0.7rem;
    height: 100%;
    width: 60px;
    top: 0;
    z-index: 101;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home .roll-items > ol {
    width: 23px;
}
#home .roll-items > ol > li {
    width: 22px;
    height: 22px;
    margin: 0.3rem 0;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    cursor: pointer;
}
#home .roll-items > ol > li svg {
    width: 24px;
    height: 24px;
    transform: translate(-2px, -4px) rotate(-90deg);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home .roll-items > ol > li svg circle {
    stroke-dashoffset: 189px;
    stroke-dasharray: 63px;
    stroke: #175789;
    stroke-width: 2px;
}
#home .roll-items > ol > li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
}
#home .roll-items > ol > li:before {
    content: attr(data-node);
    position: absolute;
    white-space: nowrap;
    font-size: 0.16rem;
    left: calc(100% + 15px);
    height: 20px;
    line-height: 20px;
    top: 0;
    color: #666666;
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#home .roll-items > ol > li.on {
    border-color: rgba(0, 0, 0, 0.1);
}
#home .roll-items > ol > li.on:after {
    opacity: 0;
}
#home .roll-items > ol > li.on:before {
    opacity: 1;
}
#home .roll-items > ol > li.on svg circle {
    stroke-dashoffset: 126px;
    transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
}
#home .roll-items.on {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
}
#home .roll-items.wc .dot_num > em {
    color: rgba(255, 255, 255, 0.2);
}
#home .roll-items.wc .dot_num > em.num_ {
    color: #fff;
}
#home .roll-items.wc > ol > li svg circle {
    stroke: #fff;
}
#home .roll-items.wc > ol > li.on {
    border-color: rgba(255, 255, 255, 0.2);
}
#home .roll-items.wc > ol > li:after {
    background-color: rgba(255, 255, 255, 0.4);
}
#home .roll-items.wc > ol > li:before {
    color: #fff;
}
#jue #top {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
}
#jue #top #fn1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#jue #top #fn1 .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: #000;
}
#jue #top #fn1 .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
#jue #top #fn1 .photo .pic.on {
    opacity: 0.7;
}
#jue #top #fn1 .other {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
#jue #top #fn1 .other svg path {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 500%;
    stroke-dashoffset: 500%;
    fill: none;
    transition: stroke-dashoffset 3s ease-out;
    -webkit-transition: stroke-dashoffset 3s ease-out;
    -moz-transition: stroke-dashoffset 3s ease-out;
    -o-transition: stroke-dashoffset 3s ease-out;
    -ms-transition: stroke-dashoffset 3s ease-out;
}
#jue #top #fn1 .other .l1 {
    position: absolute;
    top: -0.06rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 44.4vw;
    height: calc(100vh - 0.98rem - 24px);
}
#jue #top #fn1 .other .l2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
}
#jue #top #fn1 .other .l3 {
    position: absolute;
    bottom: calc(0.4rem + 24px);
}
#jue #top #fn1 .other .l4 {
    position: absolute;
    top: 0.58rem;
}
#jue #top #fn1 .other.on svg path {
    stroke-dashoffset: 180%;
}
#jue #top #fn1 .con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#jue #top #fn1 .con .ad {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100%);
    width: 1.3rem;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}
#jue #top #fn1 .con .ad > a {
    font-size: 0.6rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#jue #top #fn1 .con .msg {
    width: 100%;
    height: 100%;
    position: relative;
}
#jue #top #fn1 .con .msg .msgList {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}
#jue #top #fn1 .con .msg .msgList i {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-bottom: .6rem;
    font-size: .82rem;
    font-style: normal;
}
#jue #top #fn1 .con .msg .msgList h2 {
    line-height: 1;
    margin-bottom: 0.4rem;
    text-align: center;
}
#jue #top #fn1 .con .msg .msgList p {
    text-align: center;
    line-height: 1.2;
}
#jue #top #fn1 .con .msg .msgList.on,
#jue #top #fn1 .con .msg .msgList.next {
    opacity: 1;
    pointer-events: auto;
}
#jue #top #fn1 .con .msg .msgList.first {
    display: none;
}
#jue #top #fn1 .con .dotBox {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 5.36%;
}
#jue #top #fn1 .con .dotBox > div {
    position: relative;
    margin: 0 0.15rem;
    cursor: pointer;
}
#jue #top #fn1 .con .dotBox > div svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 5;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    opacity: 0;
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -ms-transition: opacity 0.6s ease-out;
}
#jue #top #fn1 .con .dotBox > div svg circle {
    stroke-width: 2px;
    stroke: #ac0d14;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 1s ease;
}
#jue #top #fn1 .con .dotBox > div i {
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -ms-transition: opacity 0.6s ease-out;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
#jue #top #fn1 .con .dotBox > div a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
}
#jue #top #fn1 .con .dotBox > div span {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    opacity: 0;
}
#jue #top #fn1 .con .dotBox > div span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#jue #top #fn1 .con .dotBox > div.on svg {
    opacity: 1;
}
#jue #top #fn1 .con .dotBox > div.on svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 6s ease-out;
    -webkit-transition: stroke-dashoffset 6s ease-out;
    -moz-transition: stroke-dashoffset 6s ease-out;
    -o-transition: stroke-dashoffset 6s ease-out;
    -ms-transition: stroke-dashoffset 6s ease-out;
}
#jue #top #fn1 .con .dotBox > div.on i {
    opacity: 0;
}
#jue #top #fn1 .con .dotBox > div.on span {
    border-color: #ac0d14;
    opacity: 1;
}
@media screen and (orientation: landscape) {
    #jue #top #fn1 .con .dotBox > div:hover svg {
        opacity: 1;
    }
    #jue #top #fn1 .con .dotBox > div:hover svg circle {
        stroke-dashoffset: 0;
    }
    #jue #top #fn1 .con .dotBox > div:hover i {
        opacity: 0;
    }
    #jue #top #fn1 .con .dotBox > div:hover span {
        opacity: 1;
    }
}
#jue #top #fn1 .line_Progress {
    height: .05rem;
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: -1px;
    z-index: 5;
    background-color: #fff;
}
#jue #top #fn1 .line_Progress span {
    transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    -ms-transition: width 0.5s ease-out;
    width: 0;
    height: 100%;
    display: block;
    background-color: #ac0d14;
}
#jue #top.over {
    z-index: 16;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_in_1;
    transform-origin: 50% 50%;
}
#jue #main #r1 {
    position: relative;
}
#jue #main #r1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#jue #main #r1 .bg .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100%;
    background-position: center top;
    background-repeat: repeat-y;
}
#jue #main #r1 .bg .img {
    position: absolute;
    left: 0;
    top: 0;
}
#jue #main #r1 .rowMain {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    width: calc(100% - 3.2rem);
    margin: 0 auto;
}
#jue #main #r1 .rowMain .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 3.5rem;
}
#jue #main #r1 .rowMain .top .col-1 {
    white-space: nowrap;
    padding-right: 9%;
    padding-left: 0.6rem;
}
#jue #main #r1 .rowMain .top .col-1 h1 small {
    font-size: inherit;
    display: block;
}
#jue #main #r1 .rowMain .top .line {
    width: 1px;
    height: 1.6rem;
    background-color: rgba(0, 0, 0, 0.2);
}
#jue #main #r1 .rowMain .top .col-2 {
    flex: 1;
    padding-left: 9%;
}
#jue #main #r1 .rowMain .top .col-2 p {
    line-height: 2.25;
}
#jue #main #r1 .rowMain .mid {
    width: 100%;
}
#jue #main #r1 .rowMain .mid .title {
    text-align: center;
    padding: 1rem 0 0 0;
}
#jue #main #r1 .rowMain .mid .title h2 small {
    font-size: inherit;
}
#jue #main #r1 .rowMain .mid .title P {
    color: rgba(0, 0, 0, 0.6);
}
#jue #main #r1 .rowMain .mid .box {
    text-align: center;
}
#jue #main #r1 .rowMain .mid .box img {
    display: inline-block;
    max-width: 100%;
}
#jue #main #r2 {
    position: relative;
}
#jue #main #r2 .photo.animated {
    overflow: hidden;
}
#jue #main #r2 .photo.animated .pic {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: transform 1.6s ease-out;
    -webkit-transition: transform 1.6s ease-out;
    -moz-transition: transform 1.6s ease-out;
    -o-transition: transform 1.6s ease-out;
    -ms-transition: transform 1.6s ease-out;
}
#jue #main #r2 .photo.animated.fn1 .pic {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
#jue #main #r2 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    overflow: hidden;
}
#jue #main #r2 .bg .pic {
    filter: blur(7px);
    background-size: cover;
    position: absolute;
    left: -8px;
    top: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    opacity: 0.2;
}
#jue #main #r2 .rowMain {
    position: relative;
    width: calc(100% - 2.6rem);
    margin: 0 auto;
}
#jue #main #r2 .rowMain .title {
    text-align: center;
    padding: 1rem 0;
}
#jue #main #r2 .rowMain .title h2 {
    margin-bottom: 0.1rem;
}
#jue #main #r2 .rowMain .title small {
    display: block;
}
#jue #main #r2 .rowMain .con .mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#jue #main #r2 .rowMain .con .mid .col-1 {
    width: 48%;
}
#jue #main #r2 .rowMain .con .mid .col-1 .pic {
    width: 100%;
    padding-bottom: 67.7%;
}
#jue #main #r2 .rowMain .con .mid .col-2 {
    width: 44%;
}
#jue #main #r2 .rowMain .con .mid .col-2 h3 {
    margin-bottom: 0.4rem;
}
#jue #main #r2 .rowMain .con .btm {
    width: 100%;
    margin-top: 1.2rem;
    padding-bottom: 1.45rem;
}
#jue #main #r2 .rowMain .con .btm > ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
#jue #main #r2 .rowMain .con .btm > ul > li {
    width: 17.5%;
}
#jue #main #r2 .rowMain .con .btm > ul > li .photo {
    width: 100%;
    padding-bottom: 58%;
    position: relative;
    overflow: hidden;
}
#jue #main #r2 .rowMain .con .btm > ul > li .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 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);
    transition: transform 1.6s ease-out;
    -webkit-transition: transform 1.6s ease-out;
    -moz-transition: transform 1.6s ease-out;
    -o-transition: transform 1.6s ease-out;
    -ms-transition: transform 1.6s ease-out;
    top: 1px;
}
#jue #main #r2 .rowMain .con .btm > ul > li p {
    text-align: center;
    margin-top: 0.1rem;
    height: 48px;
    overflow: hidden;
}
#jue #main #r2 .rowMain .con .btm > ul > li.fn1 .photo .pic {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
#jue + footer {
    position: relative;
    top: 0;
}
#pro #top {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
}
#pro #top #fn1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#pro #top #fn1 .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: #000;
}
#pro #top #fn1 .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
#pro #top #fn1 .photo .pic.on {
    opacity: 0.7;
}
#pro #top #fn1 .other {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
#pro #top #fn1 .other svg path {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 500%;
    stroke-dashoffset: 500%;
    fill: none;
    transition: stroke-dashoffset 3s ease-out;
    -webkit-transition: stroke-dashoffset 3s ease-out;
    -moz-transition: stroke-dashoffset 3s ease-out;
    -o-transition: stroke-dashoffset 3s ease-out;
    -ms-transition: stroke-dashoffset 3s ease-out;
}
#pro #top #fn1 .other .l1 {
    position: absolute;
    top: -0.06rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 44.4vw;
    height: calc(100vh - 0.98rem - 24px);
}
#pro #top #fn1 .other .l2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
}
#pro #top #fn1 .other .l3 {
    position: absolute;
    bottom: calc(0.4rem + 24px);
}
#pro #top #fn1 .other .l4 {
    position: absolute;
    top: 0.58rem;
}
#pro #top #fn1 .other.on svg path {
    stroke-dashoffset: 180%;
}
#pro #top #fn1 .con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#pro #top #fn1 .con .msg {
    width: 100%;
    height: 100%;
    position: relative;
}
#pro #top #fn1 .con .msg .msgList {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}
#pro #top #fn1 .con .msg .msgList i {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-bottom: .6rem;
    font-size: .82rem;
    font-style: normal;
}
#pro #top #fn1 .con .msg .msgList h2 {
    line-height: 1;
    margin-bottom: 0.4rem;
    text-align: center;
}
#pro #top #fn1 .con .msg .msgList p {
    text-align: center;
    line-height: 1.2;
}
#pro #top #fn1 .con .msg .msgList.on,
#pro #top #fn1 .con .msg .msgList.next {
    opacity: 1;
    pointer-events: auto;
}
#pro #top #fn1 .con .msg .msgList.first {
    display: none;
}
#pro #top #fn1 .con .ad {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100%);
    width: 1.3rem;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pro #top #fn1 .con .ad > a {
    font-size: 0.6rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#pro #top #fn1 .con .dotBox {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 5.36%;
}
#pro #top #fn1 .con .dotBox > div {
    position: relative;
    margin: 0 0.15rem;
    cursor: pointer;
}
#pro #top #fn1 .con .dotBox > div svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 5;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    opacity: 0;
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -ms-transition: opacity 0.6s ease-out;
}
#pro #top #fn1 .con .dotBox > div svg circle {
    stroke-width: 2px;
    stroke: #ac0d14;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 1s ease;
}
#pro #top #fn1 .con .dotBox > div i {
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -ms-transition: opacity 0.6s ease-out;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
#pro #top #fn1 .con .dotBox > div a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
}
#pro #top #fn1 .con .dotBox > div span {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    opacity: 0;
}
#pro #top #fn1 .con .dotBox > div span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#pro #top #fn1 .con .dotBox > div.on svg {
    opacity: 1;
}
#pro #top #fn1 .con .dotBox > div.on svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 6s ease-out;
    -webkit-transition: stroke-dashoffset 6s ease-out;
    -moz-transition: stroke-dashoffset 6s ease-out;
    -o-transition: stroke-dashoffset 6s ease-out;
    -ms-transition: stroke-dashoffset 6s ease-out;
}
#pro #top #fn1 .con .dotBox > div.on i {
    opacity: 0;
}
#pro #top #fn1 .con .dotBox > div.on span {
    border-color: #ac0d14;
    opacity: 1;
}
@media screen and (orientation: landscape) {
    #pro #top #fn1 .con .dotBox > div:hover svg {
        opacity: 1;
    }
    #pro #top #fn1 .con .dotBox > div:hover svg circle {
        stroke-dashoffset: 0;
    }
    #pro #top #fn1 .con .dotBox > div:hover i {
        opacity: 0;
    }
    #pro #top #fn1 .con .dotBox > div:hover span {
        opacity: 1;
    }
}
#pro #top #fn1 .line_Progress {
    height: .05rem;
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: -1px;
    z-index: 5;
    background-color: #fff;
}
#pro #top #fn1 .line_Progress span {
    transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    -ms-transition: width 0.5s ease-out;
    width: 0;
    height: 100%;
    display: block;
    background-color: #ac0d14;
}
#pro #main #r1 {
    position: relative;
}
#pro #main #r1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#pro #main #r1 .bg .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#pro #main #r1 .rowMain {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: calc(100% - 3.2rem);
    margin: 0 auto;
}
#pro #main #r1 .rowMain .title {
    text-align: center;
    padding: 0.4rem 0 0.8rem 0;
}
#pro #main #r1 .rowMain .con {
    width: 100%;
}
#pro #main #r1 .rowMain .con .box {
    width: 100%;
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#pro #main #r1 .rowMain .con .box .col-1 {
    width: 2rem;
    background: #175789;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#pro #main #r1 .rowMain .con .box .col-1 > img {
    margin-bottom: 0.15rem;
    max-width: 0.55rem;
}
#pro #main #r1 .rowMain .con .box .col-2 {
    background: rgba(255, 255, 255, 0.6);
    width: calc(100% - 2rem);
    border-top: 1px dashed rgba(23, 87, 137, 0.3);
    border-right: 1px dashed rgba(23, 87, 137, 0.3);
    border-bottom: 1px dashed rgba(23, 87, 137, 0.3);
}
#pro #main #r1 .rowMain .con .box .col-2 > ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
#pro #main #r1 .rowMain .con .box .col-2 > ul > li {
    width: calc(100% / 8);
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#pro #main #r1 .rowMain .con .box .col-2 > ul > li.goPop {
    cursor: pointer;
}
#pro #main #r1 .rowMain .con .box .col-2 > ul > li:after {
    content: "";
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
}
#pro #main #r1 .rowMain .con .box .col-2 > ul > li .pic {
    width: 100%;
    height: 1rem;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.15rem;
}
#pro #main #r1 .rowMain .con .box .col-2 > ul > li .pic > img {
    max-height: 100%;
    max-width: 70%;
}
#pro #main #r1 .rowMain .con .box .col-2 > ul > li > span {
    position: relative;
    z-index: 10;
    text-align: center;
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
}
#pro #main #r1 .rowMain .con .box .col-2 > ul > li:hover:after {
    opacity: 1;
}
#pro #main #r1 .rowMain .con .box .col-2 > ul > li:hover > span {
    color: #175789;
}
#pro + footer {
    position: relative;
    top: 0;
}
#about #top {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
}
#about #top #fn1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#about #top #fn1 .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: #000;
}
#about #top #fn1 .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
#about #top #fn1 .photo .pic.on {
    opacity: 1;
}
#about #top #fn1 .other {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
#about #top #fn1 .other svg path {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 500%;
    stroke-dashoffset: 500%;
    fill: none;
    transition: stroke-dashoffset 3s ease-out;
    -webkit-transition: stroke-dashoffset 3s ease-out;
    -moz-transition: stroke-dashoffset 3s ease-out;
    -o-transition: stroke-dashoffset 3s ease-out;
    -ms-transition: stroke-dashoffset 3s ease-out;
}
#about #top #fn1 .other .l1 {
    position: absolute;
    top: -0.06rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 44.4vw;
    height: calc(100vh - 0.98rem - 24px);
}
#about #top #fn1 .other .l2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
}
#about #top #fn1 .other .l3 {
    position: absolute;
    bottom: calc(0.4rem + 24px);
}
#about #top #fn1 .other .l4 {
    position: absolute;
    top: 0.58rem;
}
#about #top #fn1 .other.on svg path {
    stroke-dashoffset: 180%;
}
#about #top #fn1 .con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#about #top #fn1 .con .msg {
    width: 100%;
    height: 100%;
    position: relative;
}
#about #top #fn1 .con .msg .msgList {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}
#about #top #fn1 .con .msg .msgList i {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-bottom: .6rem;
    font-size: .82rem;
    font-style: normal;
}
#about #top #fn1 .con .msg .msgList h1 {
    line-height: 1;
    margin-bottom: 0.4rem;
    text-align: center;
}
#about #top #fn1 .con .msg .msgList p {
    text-align: center;
    line-height: 1.2;
}
#about #top #fn1 .con .msg .msgList.on,
#about #top #fn1 .con .msg .msgList.next {
    opacity: 1;
    pointer-events: auto;
}
#about #top #fn1 .con .msg .msgList.first {
    display: none;
}
#about #top #fn1 .con .ad {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100%);
    width: 1.3rem;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about #top #fn1 .con .ad > a {
    font-size: 0.6rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#about #top #fn1 .con .dotBox {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 5.36%;
}
#about #top #fn1 .con .dotBox > div {
    position: relative;
    margin: 0 0.15rem;
    cursor: pointer;
}
#about #top #fn1 .con .dotBox > div svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 5;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    opacity: 0;
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -ms-transition: opacity 0.6s ease-out;
}
#about #top #fn1 .con .dotBox > div svg circle {
    stroke-width: 2px;
    stroke: #ac0d14;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 1s ease;
}
#about #top #fn1 .con .dotBox > div i {
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -ms-transition: opacity 0.6s ease-out;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
#about #top #fn1 .con .dotBox > div a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
}
#about #top #fn1 .con .dotBox > div span {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    opacity: 0;
}
#about #top #fn1 .con .dotBox > div span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#about #top #fn1 .con .dotBox > div.on svg {
    opacity: 1;
}
#about #top #fn1 .con .dotBox > div.on svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 6s ease-out;
    -webkit-transition: stroke-dashoffset 6s ease-out;
    -moz-transition: stroke-dashoffset 6s ease-out;
    -o-transition: stroke-dashoffset 6s ease-out;
    -ms-transition: stroke-dashoffset 6s ease-out;
}
#about #top #fn1 .con .dotBox > div.on i {
    opacity: 0;
}
#about #top #fn1 .con .dotBox > div.on span {
    border-color: #ac0d14;
    opacity: 1;
}
@media screen and (orientation: landscape) {
    #about #top #fn1 .con .dotBox > div:hover svg {
        opacity: 1;
    }
    #about #top #fn1 .con .dotBox > div:hover svg circle {
        stroke-dashoffset: 0;
    }
    #about #top #fn1 .con .dotBox > div:hover i {
        opacity: 0;
    }
    #about #top #fn1 .con .dotBox > div:hover span {
        opacity: 1;
    }
}
#about #top #fn1 .line_Progress {
    height: .05rem;
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: -1px;
    z-index: 5;
    background-color: #fff;
}
#about #top #fn1 .line_Progress span {
    transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    -ms-transition: width 0.5s ease-out;
    width: 0;
    height: 100%;
    display: block;
    background-color: #ac0d14;
}
#about #main {
    position: relative;
    z-index: 10;
    width: 100vw;
    overflow: hidden;
}
#about #main .aniTxt span {
    font-size: inherit;
    color: transparent;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    font-weight: inherit;
}
#about #main .aniTxt span:after {
    content: attr(title);
    position: absolute;
    color: #040404;
    font-size: inherit;
    font-family: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    justify-content: flex-start;
    align-items: center;
    transition: transform 1.2s cubic-bezier(0, 0, 0, 1);
    transition-delay: 0.3s;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
}
#about #main .aniTxt span:nth-of-type(2):after {
    transition-delay: 0.4s;
}
#about #main .aniTxt span.go:after {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
#about #main .r1 {
    position: relative;
    padding-bottom: 0.2rem;
}
#about #main .r1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 15;
}
#about #main .r1 .bg .a1 {
    position: absolute;
    width: 53.7vw;
    top: -10%;
    left: 70%;
}
#about #main .r1 .bg .a2 {
    position: absolute;
    width: 43.8vw;
    bottom: -8%;
    right: 70%;
}
#about #main .r1 .bg .a3 {
    position: absolute;
    width: 43.8vw;
    bottom: -12%;
    left: 80%;
}
#about #main .r1 .bg .a4 {
    position: absolute;
    width: 2.2rem;
    top: -1.8rem;
    right: 0;
}
#about #main .r1 .inner {
    padding: 2.7rem 10% 0 10%;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#about #main .r1 .inner .mask {
    width: 50%;
    position: absolute;
    height: calc(100% - 3.2rem);
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(96, 130, 156, 0.05);
}
#about #main .r1 .inner .col {
    width: 50%;
    position: relative;
    z-index: 10;
}
#about #main .r1 .inner .col .title {
    margin-bottom: 1.3rem;
}
#about #main .r1 .inner .col .title h2 {
    font-size: 1rem;
    font-weight: 400;
}
#about #main .r1 .inner .col .box {
    width: 100%;
    position: relative;
}
#about #main .r1 .inner .col .box .hoverPic {
    width: 100%;
}
#about #main .r1 .inner .col .box .hoverPic .photo {
    padding-bottom: 100%;
}
#about #main .r1 .inner .col .box .ad {
    position: absolute;
    height: 100%;
    width: 0.8rem;
    left: 98%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #19507b;
}
#about #main .r1 .inner .col .box .ad > a {
    font-size: 0.6rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#about #main .r1 .inner .col .items > li {
    height: 3.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#about #main .r1 .inner .col .items > li > i {
    color: #98070D;
    font-size: 0.8rem;
    margin-right: 0.6rem;
}
#about #main .r1 .inner .col .items > li > div h3 {
    line-height: 1;
    margin-bottom: 0.5rem;
}
#about #main .r1 .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
    height: 6.2rem;
}
#about #main .r1 .group .col {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#about #main .r1 .group .col h3 {
    text-align: left;
}
#about #main .r1 .group .col p {
    width: 100%;
    padding: 0 0.6rem;
    text-align: left;
}
#about #main .r2 .inner .wrap {
    position: relative;
    width: 100vw;
}
#about #main .r2 .inner .wrap .photo {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    background-color: #000;
}
#about #main .r2 .inner .wrap .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0, 0, 0, 1);
}
#about #main .r2 .inner .wrap .photo .pic.on {
    opacity: 1;
}
#about #main .r2 .inner .wrap .group {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#about #main .r2 .inner .wrap .group .box {
    width: 25%;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#about #main .r2 .inner .wrap .group .box .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#about #main .r2 .inner .wrap .group .box .mid {
    position: relative;
    z-index: 7;
    text-align: center;
    padding-bottom: 0.4rem;
}
#about #main .r2 .inner .wrap .group .box .mid small {
    line-height: 2;
    display: block;
}
#about #main .r2 .inner .wrap .group .box .bm {
    position: absolute;
    z-index: 8;
    bottom: 1.2rem;
    left: 0;
    width: 100%;
    padding: 0 0.5rem;
}
#about #main .r2 .inner .wrap .group .box .bm p {
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.5s cubic-bezier(0, 0, 0, 1);
}
#about #main .r2 .inner .wrap .group .box:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    right: 0;
}
#about #main .r2 .inner .wrap .group .box:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #98070D;
    right: 0;
    z-index: 2;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1);
}
#about #main .r2 .inner .wrap .group .box:hover .bm p {
    color: #fff;
}
#about #main .r2 .inner .wrap .group .box:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}
#about #main .r3 {
    position: relative;
}
#about #main .r3 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
#about #main .r3 .bg .a1 {
    position: absolute;
    width: 100%;
    bottom: -10%;
    left: 0;
    pointer-events: none;
}
#about #main .r3 .inner {
    padding: 1rem 0;
}
#about #main .r3 .inner .topic {
    position: relative;
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#about #main .r3 .inner .topic .tree {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#about #main .r3 .inner .topic .tree > li {
    margin-left: 1rem;
}
#about #main .r3 .inner .topic .tree > li span {
    color: #AC0D14;
    font-size: 0.54rem;
}
#about #main .r3 .inner .topic .tree > li span em {
    color: inherit;
    font-size: 0.54rem;
    display: inline-block;
    min-width: 0.7rem;
}
#about #main .r3 .inner .topic .tree > li span small {
    color: #666;
    margin-left: 0.4rem;
    display: inline-block;
}
#about #main .r3 .inner .topic .tree > li p {
    color: #666;
}
#about #main .r3 .inner .mid {
    padding-top: 1.3rem;
}
#about #main .r3 .inner .mid #sw1 {
    padding: 0 10%;
}
#about #main .r3 .inner .mid #sw1 .swiper-wrapper {
    flex-wrap: wrap;
    transform-origin: 50% 0;
}
#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide {
    height: auto;
    width: 20vw;
    padding: 0 1.5%;
}
#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide .photo {
    width: 100%;
    position: relative;
    padding-bottom: 68.75%;
    overflow: hidden;
    box-shadow: 0 0.6rem 1rem -0.4rem rgba(78, 92, 102, 0.3);
}
#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide h5 {
    text-align: center;
    width: 100%;
    padding: 0.5rem 0;
}
#about #main .r3 .inner .mid .set {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 0.3rem 0;
}
#about #main .r3 .inner .mid .set > a {
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    line-height: 0.64rem;
    text-align: center;
    font-size: 18px;
    background-color: rgba(25, 80, 123, 0.05);
    color: #394854;
    margin: 0 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#about #main .r3 .inner .mid .set > a:hover {
    background-color: #175789;
    color: #fff;
}
#about #main .r3 .inner .mid #getMore {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 200px;
    margin: 0.4rem auto 0 auto;
    cursor: pointer;
}
#about #main .r3 .inner .mid #getMore > i {
    margin-left: 10px;
}
#about #main .r4 {
    position: relative;
    overflow: hidden;
    width: 100vw;
}
#about #main .r4 .bg {
    position: relative;
    pointer-events: none;
}
#about #main .r4 .bg > img.pic {
    width: 100%;
}
#about #main .r4 .bg .classGo path {
    stroke-dasharray: 315%;
    stroke-dashoffset: 315%;
    transition: all 4s cubic-bezier(0, 0, 0, 1);
}
#about #main .r4 .bg .classGo.go path {
    stroke-dashoffset: 0;
}
#about #main .r4 .bg .a1 {
    position: absolute;
    left: 20%;
    width: 8.48rem;
    bottom: 7.8%;
}
#about #main .r4 .bg .a2 {
    position: absolute;
    left: 50%;
    width: 9.6rem;
    bottom: 14.6%;
}
#about #main .r4 .bg .a3 {
    position: absolute;
    width: 28.6vw;
    left: 10%;
    top: 10%;
}
#about #main .r4 .bg .a4 {
    position: absolute;
    width: 52vw;
    left: 24%;
    top: 18%;
}
#about #main .r4 .bg .a4 path {
    transition-delay: 1s;
}
#about #main .r4 .bg .a5 {
    position: absolute;
    width: 78vw;
    left: 45%;
    top: -46%;
}
#about #main .r4 .bg .a5 path {
    transition-delay: 2s;
}
#about #main .r4 .inner {
    padding: 1.4rem 10%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
}
#about #main .r4 .inner .topic {
    margin-bottom: 1.3rem;
}
#about #main .r4 .inner .topic h2 span:after {
    color: #fff;
}
#about #main .r4 .inner .loop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#about #main .r4 .inner .loop .col {
    width: 50%;
}
#about #main .r4 .inner .loop .col .dotBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
#about #main .r4 .inner .loop .col .dotBox .dot {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 0.3rem;
    margin: 0.2rem 0;
    cursor: pointer;
}
#about #main .r4 .inner .loop .col .dotBox .dot > i {
    font-size: 0.8rem;
    color: #fff;
    margin-right: 0.8rem;
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transition: opacity 1.2s cubic-bezier(0, 0, 0, 1), transform 1.2s cubic-bezier(0, 0, 0, 1);
}
#about #main .r4 .inner .loop .col .dotBox .dot span {
    color: rgba(255, 255, 255, 0.5);
    transition: color 1.2s cubic-bezier(0, 0, 0, 1);
}
#about #main .r4 .inner .loop .col .dotBox .dot.on > i,
#about #main .r4 .inner .loop .col .dotBox .dot:hover > i {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
#about #main .r4 .inner .loop .col .dotBox .dot.on span,
#about #main .r4 .inner .loop .col .dotBox .dot:hover span {
    color: #ffffff;
}
#about #main .r4 .inner .loop .col .items .list {
    display: none;
}
#about #main .r4 .inner .loop .col .items .list .pic {
    width: 2.8rem;
    position: relative;
    padding-bottom: 3.7rem;
    overflow: visible;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-name: fadeInRightSmall;
}
#about #main .r4 .inner .loop .col .items .list .pic .ad {
    position: absolute;
    bottom: 0;
    left: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding: 0.2rem 0.34rem;
    min-width: 100%;
    border-radius: 0.2rem 0px 0.2rem 0px;
    background: linear-gradient(0deg, rgba(25, 80, 123, 0.5) 0%, #19507b 100%);
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-delay: .1s;
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-name: fadeInRightSmall;
}
#about #main .r4 .inner .loop .col .items .list .pic .ad span {
    white-space: nowrap;
}
#about #main .r4 .inner .loop .col .items .list .pic .ad small {
    white-space: nowrap;
}
#about #main .r4 .inner .loop .col .items .list .pic .ad .line {
    height: 0.2rem;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 0.2rem;
}
#about #main .r4 .inner .loop .col .items .list .msg {
    max-width: 4.5rem;
}
#about #main .r4 .inner .loop .col .items .list .msg h5 {
    line-height: 2;
    margin-bottom: 0.4rem;
    margin-top: 0.7rem;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-delay: .1s;
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-name: fadeInRightSmall;
}
#about #main .r4 .inner .loop .col .items .list .msg p {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-delay: .2s;
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-name: fadeInRightSmall;
}
#about #main .r4 .inner .loop .col .items .list.on {
    display: block;
}
#about #main .r4 .inner .loop .col .set {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.8rem 0 0 0;
}
#about #main .r4 .inner .loop .col .set > a {
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    line-height: 0.64rem;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    color: #394854;
    margin-right: 0.3rem;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#about #main .r4 .inner .loop .col .set > a:hover {
    background-color: #175789;
    color: #fff;
}
#about #main .r4 .inner .wrap #sw2 .swiper-wrapper {
    padding-bottom: 1.2rem;
}
#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide {
    width: 80vw;
}
#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic {
    width: 2.8rem;
    position: relative;
    backface-visibility: hidden;
    padding-bottom: 3.7rem;
    overflow: visible;
}
#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic .ad {
    position: absolute;
    bottom: 0;
    left: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding: 0.2rem 0.34rem;
    min-width: 100%;
    border-radius: 0.2rem 0px 0.2rem 0px;
    background: linear-gradient(0deg, rgba(25, 80, 123, 0.5) 0%, #19507b 100%);
}
#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic .ad .line {
    height: 0.2rem;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 0.2rem;
}
#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg {
    max-width: 4.5rem;
    backface-visibility: hidden;
}
#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg h5 {
    line-height: 2;
    margin-bottom: 0.4rem;
    margin-top: 0.7rem;
}
#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg p {
    animation-duration: 1.5s;
}
#about #main .r4 .inner .wrap #sw2 .swiper-pagination {
    padding: 0 10%;
    text-align: right;
    bottom: 0;
}
#about #main .r4 .inner .wrap #sw2 .swiper-pagination-bullet {
    background-color: #8f989e;
}
#about #main .r4 .inner .wrap #sw2 .swiper-pagination-bullet-active {
    background-color: #fff;
}
#about #main .r4 .inner .wrap .set {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: -0.6rem;
    position: relative;
    z-index: 10;
}
#about #main .r4 .inner .wrap .set > a {
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    line-height: 0.64rem;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    color: #394854;
    margin-right: 0.3rem;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#about #main .r4 .inner .wrap .set > a:hover {
    background-color: #175789;
    color: #fff;
}
#about footer {
    position: relative;
    margin-top: -2px;
}
#join #top {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
}
#join #top #fn1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#join #top #fn1 .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: #000;
}
#join #top #fn1 .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
#join #top #fn1 .photo .pic.on {
    opacity: 0.7;
}
#join #top #fn1 .other {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
#join #top #fn1 .other svg path {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 500%;
    stroke-dashoffset: 500%;
    fill: none;
    transition: stroke-dashoffset 3s ease-out;
    -webkit-transition: stroke-dashoffset 3s ease-out;
    -moz-transition: stroke-dashoffset 3s ease-out;
    -o-transition: stroke-dashoffset 3s ease-out;
    -ms-transition: stroke-dashoffset 3s ease-out;
}
#join #top #fn1 .other .l1 {
    position: absolute;
    top: -0.06rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 44.4vw;
    height: calc(100vh - 0.98rem - 24px);
}
#join #top #fn1 .other .l2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
}
#join #top #fn1 .other .l3 {
    position: absolute;
    bottom: calc(0.4rem + 24px);
}
#join #top #fn1 .other .l4 {
    position: absolute;
    top: 0.58rem;
}
#join #top #fn1 .other.on svg path {
    stroke-dashoffset: 180%;
}
#join #top #fn1 .con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#join #top #fn1 .con .msg {
    width: 100%;
    height: 100%;
    position: relative;
}
#join #top #fn1 .con .msg .msgList {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}
#join #top #fn1 .con .msg .msgList i {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-bottom: .6rem;
    font-size: .82rem;
    font-style: normal;
}
#join #top #fn1 .con .msg .msgList h1 {
    line-height: 1;
    margin-bottom: 0.4rem;
    text-align: center;
}
#join #top #fn1 .con .msg .msgList p {
    text-align: center;
    line-height: 1.2;
}
#join #top #fn1 .con .msg .msgList.on,
#join #top #fn1 .con .msg .msgList.next {
    opacity: 1;
    pointer-events: auto;
}
#join #top #fn1 .con .msg .msgList.first {
    display: none;
}
#join #top #fn1 .con .ad {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100%);
    width: 1.3rem;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}
#join #top #fn1 .con .ad > a {
    font-size: 0.6rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#join #top #fn1 .con .dotBox {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 5.36%;
}
#join #top #fn1 .con .dotBox > div {
    position: relative;
    margin: 0 0.15rem;
    cursor: pointer;
}
#join #top #fn1 .con .dotBox > div svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 5;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    opacity: 0;
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -ms-transition: opacity 0.6s ease-out;
}
#join #top #fn1 .con .dotBox > div svg circle {
    stroke-width: 2px;
    stroke: #ac0d14;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 1s ease;
}
#join #top #fn1 .con .dotBox > div i {
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -ms-transition: opacity 0.6s ease-out;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
#join #top #fn1 .con .dotBox > div a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
}
#join #top #fn1 .con .dotBox > div span {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    opacity: 0;
}
#join #top #fn1 .con .dotBox > div span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#join #top #fn1 .con .dotBox > div.on svg {
    opacity: 1;
}
#join #top #fn1 .con .dotBox > div.on svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 6s ease-out;
    -webkit-transition: stroke-dashoffset 6s ease-out;
    -moz-transition: stroke-dashoffset 6s ease-out;
    -o-transition: stroke-dashoffset 6s ease-out;
    -ms-transition: stroke-dashoffset 6s ease-out;
}
#join #top #fn1 .con .dotBox > div.on i {
    opacity: 0;
}
#join #top #fn1 .con .dotBox > div.on span {
    border-color: #ac0d14;
    opacity: 1;
}
@media screen and (orientation: landscape) {
    #join #top #fn1 .con .dotBox > div:hover svg {
        opacity: 1;
    }
    #join #top #fn1 .con .dotBox > div:hover svg circle {
        stroke-dashoffset: 0;
    }
    #join #top #fn1 .con .dotBox > div:hover i {
        opacity: 0;
    }
    #join #top #fn1 .con .dotBox > div:hover span {
        opacity: 1;
    }
}
#join #top #fn1 .line_Progress {
    height: .05rem;
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: -1px;
    z-index: 5;
    background-color: #fff;
}
#join #top #fn1 .line_Progress span {
    transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    -ms-transition: width 0.5s ease-out;
    width: 0;
    height: 100%;
    display: block;
    background-color: #ac0d14;
}
#join #main {
    position: relative;
    z-index: 10;
}
#join #main .aniTxt span {
    font-size: inherit;
    color: transparent;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    font-weight: inherit;
}
#join #main .aniTxt span:after {
    content: attr(title);
    position: absolute;
    color: #040404;
    font-size: inherit;
    font-family: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    justify-content: flex-start;
    align-items: center;
    transition: transform 1.2s cubic-bezier(0, 0, 0, 1);
    transition-delay: 0.3s;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
}
#join #main .aniTxt span:nth-of-type(2):after {
    transition-delay: 0.4s;
}
#join #main .aniTxt span.go:after {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
#join #main .r1 .inner {
    height: 100vh;
    padding: 0 10%;
}
#join #main .r1 .inner .items {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#join #main .r1 .inner .items .list {
    width: calc(100%/3);
    padding: 0 4%;
    height: 100%;
    transition: background-color 1.2s cubic-bezier(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#join #main .r1 .inner .items .list .box {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
#join #main .r1 .inner .items .list .box .img {
    width: 100%;
    padding-top: 110.42%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: no-repeat center center;
    background-size: cover;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#join #main .r1 .inner .items .list .box .main_company_morph {
    position: absolute;
    top: -36px;
    left: -33px;
    width: -webkit-calc(100% + 60px * 1);
    width: calc(100% + 60px * 1);
    height: -webkit-calc(100% + 60px * 1);
    height: calc(100% + 60px * 1);
}
#join #main .r1 .inner .items .list .box .main_company_morph .main_company_morph_init {
    transition: fill 1.2s cubic-bezier(0, 0, 0, 1);
}
#join #main .r1 .inner .items .list .box .main_company_morph .main_company_morph_hover {
    visibility: hidden;
}
#join #main .r1 .inner .items .list .msg {
    margin-top: 0.7rem;
    text-align: center;
}
#join #main .r1 .inner .items .list .msg h3 {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
#join #main .r1 .inner .items .list.on {
    background-color: #f6f8fa;
}
#join #main .r1 .inner .items .list.on .main_company_morph_init {
    fill: #f6f8fa;
}
#join footer {
    position: relative;
    top: 0;
}
#contact #top {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
}
#contact #top #fn1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#contact #top #fn1 .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: #000;
}
#contact #top #fn1 .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
#contact #top #fn1 .photo .pic.on {
    opacity: 0.7;
}
#contact #top #fn1 .other {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
#contact #top #fn1 .other svg path {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 500%;
    stroke-dashoffset: 500%;
    fill: none;
    transition: stroke-dashoffset 3s ease-out;
    -webkit-transition: stroke-dashoffset 3s ease-out;
    -moz-transition: stroke-dashoffset 3s ease-out;
    -o-transition: stroke-dashoffset 3s ease-out;
    -ms-transition: stroke-dashoffset 3s ease-out;
}
#contact #top #fn1 .other .l1 {
    position: absolute;
    top: -0.06rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 44.4vw;
    height: calc(100vh - 0.98rem - 24px);
}
#contact #top #fn1 .other .l2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
}
#contact #top #fn1 .other .l3 {
    position: absolute;
    bottom: calc(0.4rem + 24px);
}
#contact #top #fn1 .other .l4 {
    position: absolute;
    top: 0.58rem;
}
#contact #top #fn1 .other.on svg path {
    stroke-dashoffset: 180%;
}
#contact #top #fn1 .con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#contact #top #fn1 .con .msg {
    width: 100%;
    height: 100%;
    position: relative;
}
#contact #top #fn1 .con .msg .msgList {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}
#contact #top #fn1 .con .msg .msgList i {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-bottom: .6rem;
    font-size: .82rem;
    font-style: normal;
}
#contact #top #fn1 .con .msg .msgList h1 {
    line-height: 1;
    margin-bottom: 0.4rem;
    text-align: center;
}
#contact #top #fn1 .con .msg .msgList p {
    text-align: center;
    line-height: 1.2;
}
#contact #top #fn1 .con .msg .msgList.on,
#contact #top #fn1 .con .msg .msgList.next {
    opacity: 1;
    pointer-events: auto;
}
#contact #top #fn1 .con .msg .msgList.first {
    display: none;
}
#contact #top #fn1 .con .ad {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100%);
    width: 1.3rem;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contact #top #fn1 .con .ad > a {
    font-size: 0.6rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#contact #top #fn1 .con .dotBox {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 5.36%;
}
#contact #top #fn1 .con .dotBox > div {
    position: relative;
    margin: 0 0.15rem;
    cursor: pointer;
}
#contact #top #fn1 .con .dotBox > div svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 5;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    opacity: 0;
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -ms-transition: opacity 0.6s ease-out;
}
#contact #top #fn1 .con .dotBox > div svg circle {
    stroke-width: 2px;
    stroke: #ac0d14;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 1s ease;
}
#contact #top #fn1 .con .dotBox > div i {
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -ms-transition: opacity 0.6s ease-out;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
#contact #top #fn1 .con .dotBox > div a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
}
#contact #top #fn1 .con .dotBox > div span {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    opacity: 0;
}
#contact #top #fn1 .con .dotBox > div span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#contact #top #fn1 .con .dotBox > div.on svg {
    opacity: 1;
}
#contact #top #fn1 .con .dotBox > div.on svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 6s ease-out;
    -webkit-transition: stroke-dashoffset 6s ease-out;
    -moz-transition: stroke-dashoffset 6s ease-out;
    -o-transition: stroke-dashoffset 6s ease-out;
    -ms-transition: stroke-dashoffset 6s ease-out;
}
#contact #top #fn1 .con .dotBox > div.on i {
    opacity: 0;
}
#contact #top #fn1 .con .dotBox > div.on span {
    border-color: #ac0d14;
    opacity: 1;
}
@media screen and (orientation: landscape) {
    #contact #top #fn1 .con .dotBox > div:hover svg {
        opacity: 1;
    }
    #contact #top #fn1 .con .dotBox > div:hover svg circle {
        stroke-dashoffset: 0;
    }
    #contact #top #fn1 .con .dotBox > div:hover i {
        opacity: 0;
    }
    #contact #top #fn1 .con .dotBox > div:hover span {
        opacity: 1;
    }
}
#contact #top #fn1 .line_Progress {
    height: .05rem;
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: -1px;
    z-index: 5;
    background-color: #fff;
}
#contact #top #fn1 .line_Progress span {
    transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    -ms-transition: width 0.5s ease-out;
    width: 0;
    height: 100%;
    display: block;
    background-color: #ac0d14;
}
#contact #main {
    position: relative;
    z-index: 10;
}
#contact #main .aniTxt span {
    font-size: inherit;
    color: transparent;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    font-weight: inherit;
}
#contact #main .aniTxt span:after {
    content: attr(title);
    position: absolute;
    color: #040404;
    font-size: inherit;
    font-family: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    justify-content: flex-start;
    align-items: center;
    transition: transform 1.2s cubic-bezier(0, 0, 0, 1);
    transition-delay: 0.1s;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
}
#contact #main .aniTxt span:nth-of-type(2):after {
    transition-delay: 0.2s;
}
#contact #main .aniTxt span.go:after {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
#contact #main .r1 .inner {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#contact #main .r1 .inner .mid {
    width: 100%;
    position: relative;
    height: calc(100% - 2.3rem);
}
#contact #main .r1 .inner .mid .title {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
    padding: 5% 0 5% 10%;
}
#contact #main .r1 .inner .mid .title h2 {
    font-size: 1rem;
    font-weight: 400;
}
#contact #main .r1 .inner .mid #map {
    width: 80%;
    margin-left: 20%;
    height: 100%;
    background-color: #edf0f3;
}
#contact #main .r1 .inner .mid #map .anchorBL {
    display: none;
}
#contact #main .r1 .inner .bm {
    width: 100%;
}
#contact #main .r1 .inner .bm > ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 2.3rem;
    padding: 0 8% 0 3%;
    width: 80%;
    margin-left: 20%;
}
#contact #main .r1 .inner .bm > ul > li i {
    font-size: 0.25rem;
    color: #ac0d14;
    margin-bottom: 0.1rem;
    display: block;
}
#contact footer {
    position: relative;
    top: 0;
}
.pop {
    position: fixed;
    z-index: 500;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
.pop .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.4);
}
.pop .con {
    position: relative;
    z-index: 100;
}
.pop .con .box {
    padding: 0.7rem;
    background-color: #fff;
    width: 62.5vw;
    height: 84vh;
    overflow: auto;
    text-align: center;
}
.pop .con .box > img {
    display: inline-block;
    max-width: 100%;
}
.pop .con .close {
    position: absolute;
    color: #fff;
    left: calc(100% + 0.7rem);
    top: 0;
    font-size: 0.5rem;
    line-height: 0.5rem;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.pop .con .close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.pop.on {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
.btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 130px;
    height: 50px;
    text-align: center;
    border: 1px solid #000000;
    transition: all 0.3s ease;
}
.btn1 span {
    position: absolute;
    width: 100%;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: all 0.4s cubic-bezier(1, 0.49, 0.16, 0.96);
    z-index: 100;
}
.btn1:hover {
    background-color: #000;
}
.btn1:hover span {
    color: #fff;
}
#error {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f1f3fb;
}
#error video {
    height: 50vh;
}
#error .topic {
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
    font-size: 0.3rem;
    color: #175789;
    margin-top: 0.35rem;
}
.tip {
    background-color: #000;
    border-radius: 6px;
    position: fixed;
    color: #fff;
    bottom: 1rem;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.tip.on {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
}
.solution_body .sol_case {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 3.2rem);
}
.solution_body .sol_title {
    line-height: 1.6;
    color: #000;
    text-align: center;
}
.solution_body .sol_title span {
    font-weight: 700;
    font-size: inherit;
}
.solution_body .sol_title_en {
    text-align: center;
    line-height: 1.5;
    margin-top: .05rem;
    color: rgba(0, 0, 0, 0.6);
}
.solution_body .sol_info {
    line-height: 2.25;
    color: #000;
    text-align: justify;
}
.solution_body .sol_img_case {
    position: relative;
    overflow: hidden;
}
.solution_body .sol_img_case::before {
    content: '';
    display: block;
    margin-top: 57.757%;
}
.solution_body .sol_img_case .sol_img_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.solution_body .sol_top_box {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 1.86rem;
    padding-bottom: 1.8rem;
    overflow: hidden;
    position: relative;
}
.solution_body .sol_top_box .sol_s_img {
    position: absolute;
    left: 0;
    width: 39.79%;
    top: 0;
    display: block;
    pointer-events: none;
}
.solution_body .sol_top_box .sol_z_info_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solution_body .sol_top_box .sol_z_info_box .sol_title {
    text-align: left;
    padding-left: 4%;
}
.solution_body .sol_top_box .sol_z_info_box .sol_title span {
    display: block;
}
.solution_body .sol_top_box .sol_z_info_box .sol_info {
    width: 54.59%;
    position: relative;
    padding-left: 9.375%;
}
.solution_body .sol_top_box .sol_z_info_box .sol_info::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 1px;
}
.solution_body .sol_top_box .sol_src1_case {
    margin-top: 1.9rem;
    position: relative;
}
.solution_body .sol_top_box .sol_src1_case .sol_f_img {
    position: absolute;
    width: 31.75%;
    display: block;
    left: 87%;
    top: -6vw;
}
.solution_body .sol_top_box .sol_src1_case .btn_x_img {
    position: absolute;
    width: 62.125%;
    display: block;
    left: 50%;
    top: 32.2vw;
}
.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .65rem;
    padding: 0 4.0625%;
}
.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div {
    width: 29.55%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    padding-top: .65rem;
    padding-bottom: .65rem;
}
.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_mes_box {
    width: 69.124%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_mes_box::before {
    content: '';
    display: block;
    margin-top: 100%;
}
.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_mes_box .dot_img {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_mes_box > img {
    position: absolute;
    width: 17%;
    left: 41.5%;
    display: block;
    top: 41.5%;
}
.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_n {
    text-align: center;
    line-height: 1.6;
    margin-top: .5rem;
}
.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_n span {
    font-weight: 700;
    display: block;
    font-size: inherit;
}
.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_n_en {
    text-align: center;
    margin-top: .5rem;
    color: rgba(0, 0, 0, 0.6);
}
@media screen and (orientation: landscape) {
    .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div:hover .sol_mes_box .dot_img {
        transform: rotate(90deg);
    }
}
.solution_body .sol_bottom_box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: .85rem;
    padding-bottom: 1rem;
}
.solution_body .sol_bottom_box .sol_case_mess_box .sol_title {
    color: #fff;
}
.solution_body .sol_bottom_box .sol_case_mess_box .sol_title_en {
    color: rgba(255, 255, 255, 0.6);
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box {
    margin-top: 1.05rem;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div {
    margin-bottom: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div:last-child {
    margin-bottom: 1.25rem;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_img_case {
    width: 48.3125%;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_img_case::before {
    margin-top: 64.683%;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_img_case .sol_img_box {
    background-size: 100%;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_img_case .sol_num {
    line-height: 1;
    color: #fff;
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 2;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text {
    width: 45.625%;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_case_n {
    color: #fff;
    line-height: 1.3;
    margin-bottom: .27rem;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_info {
    color: #fff;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box {
    margin-top: .48rem;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_tit {
    color: #fff;
    line-height: 1;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_nav {
    display: flex;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_nav > div {
    padding: .17rem .33rem 0.17rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-left: .36rem;
    border-radius: .5rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    position: relative;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_nav > div::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: none;
    border-radius: .5rem;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_nav > div:first-child {
    margin-left: 0;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_nav > div.on {
    color: #fff;
    background-color: #175789;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_nav > div.on::before {
    display: none;
}
@media screen and (orientation: landscape) {
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_nav > div:hover {
        color: #fff;
        background-color: #175789;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_nav > div:hover::before {
        display: none;
    }
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box {
    margin-top: .23rem;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box > div {
    display: none;
    height: .9rem;
    overflow-y: auto;
    color: #fff;
    line-height: .3rem;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box > div .sol_zz_n {
    padding-left: .25rem;
    position: relative;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box > div .sol_zz_n::before {
    content: '';
    display: block;
    width: .06rem;
    height: .06rem;
    background-color: #175789;
    left: 0;
    top: .12rem;
    border-radius: 0;
    position: absolute;
}
.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box > div.on {
    display: block;
}
@media screen and (orientation: landscape) {
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div:nth-child(even) {
        flex-direction: row-reverse;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div:nth-child(even) .sol_img_case .sol_num {
        right: auto;
        left: .5rem;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div:nth-child(even) .sol_case_text .sol_zz_box .sol_zz_con_box > div {
        height: 1.2rem;
    }
}
.solution_body .sol_img_case.animated {
    overflow: hidden;
}
.solution_body .sol_img_case.animated .sol_img_box {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: transform 1.6s ease-out;
    -webkit-transition: transform 1.6s ease-out;
    -moz-transition: transform 1.6s ease-out;
    -o-transition: transform 1.6s ease-out;
    -ms-transition: transform 1.6s ease-out;
}
.solution_body .sol_img_case.animated.fn1 .pic {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
.solution_body .sol_case_box {
    position: relative;
    margin-top: 1.25rem;
}
.solution_body .sol_case_box .sol_case_n {
    line-height: 1.5;
    margin-top: .2rem;
    text-align: center;
    color: #fff;
}
.solution_body .sol_case_box .swiper-button-prev {
    left: 0;
    transform: translateX(-120%);
}
.solution_body .sol_case_box .swiper-button-next {
    right: 0;
    transform: translateX(120%);
}
.solution_body .sol_case_box .swiper-button-prev,
.solution_body .sol_case_box .swiper-button-next {
    background-image: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #f8f8f9;
    color: #000;
    line-height: 50px;
    transition: all 0.3s ease-out;
    top: calc((100% - .47rem) / 2);
}
@media screen and (orientation: landscape) {
    .solution_body .sol_case_box .swiper-button-prev:hover,
    .solution_body .sol_case_box .swiper-button-next:hover {
        background-color: #175789;
        color: #fff;
    }
}
.solution_body .sol_case_box .swiper-button-prev.swiper-button-disabled,
.solution_body .sol_case_box .swiper-button-next.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}
.solution_body .sol_case_box .swiper-pagination {
    bottom: -0.5rem;
    width: 100%;
    text-align: center;
    left: 0;
}
.solution_body .sol_case_box .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    margin: 0 .05rem;
}
.solution_body .sol_case_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #175789;
}
@media screen and (orientation: landscape) {
    .eff_body .sol_top_box {
        padding-bottom: .6rem;
    }
    .eff_body .sol_top_box .sol_z_info_box .sol_info {
        width: 48.8%;
        padding-left: 8%;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 1.58rem;
    }
    .eff_body .sol_top_box .sol_src1_case .btn_x_img {
        width: 52.125%;
        display: block;
        left: 79%;
        top: 40.2vw;
    }
    .eff_body .sol_bottom_box {
        padding-bottom: .7rem;
    }
    .eff_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box {
        margin-top: .58rem;
    }
    .eff_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box {
        margin-top: .15rem;
    }
    .eff_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box > div {
        height: auto;
        overflow-y: initial;
        display: flex;
        flex-wrap: wrap;
    }
    .eff_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box > div .sol_zz_n {
        width: 37%;
    }
}
.eff_body .cef_src1_con_box {
    margin-top: .16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eff_body .cef_src1_con_box .sol_img_case {
    width: 53.875%;
    margin-left: -10.75%;
}
.eff_body .cef_src1_con_box .sol_img_case::before {
    margin-top: 104.408%;
}
.eff_body .cef_src1_con_box .sol_img_case .sol_img_box {
    background-size: 100%;
    transform: none;
}
.eff_body .cef_src1_con_box .cef_text_box {
    width: 49.8125%;
}
@media screen and (max-width: 1444px) {
    .eff_body .cef_src1_con_box .cef_text_box {
        width: 57.8125%;
    }
}
.eff_body .cef_src1_con_box .cef_text_box > div {
    display: flex;
    align-items: baseline;
    line-height: 1.5;
    margin: .42rem 0;
}
.eff_body .cef_src1_con_box .cef_text_box > div:nth-child(1),
.eff_body .cef_src1_con_box .cef_text_box > div:nth-child(5) {
    margin-left: 3em;
}
.eff_body .cef_src1_con_box .cef_text_box > div:nth-child(2),
.eff_body .cef_src1_con_box .cef_text_box > div:nth-child(4) {
    margin-left: 6em;
}
.eff_body .cef_src1_con_box .cef_text_box > div:nth-child(3) {
    margin-left: 9em;
}
.eff_body .cef_src1_con_box .cef_text_box > div span:first-child {
    color: #175789;
    margin-right: .56rem;
}
.eff_body .cef_src1_con_box .cef_text_box > div span:nth-child(2) {
    margin-right: 1em;
}
@keyframes bannerIn {
    0% {
        transform: translate3d(100%, 0%, 0) scale3d(0.7, 0.7, 0.7);
    }
    50% {
        transform: translate3d(0, 0%, 0) scale3d(0.7, 0.7, 0.7);
    }
    100% {
        transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    }
}
@keyframes banner_in {
    0% {
        transform: translate3d(100%, 0%, 0);
        clip-path: inset(10vw 10vw 10vw 10vw round 10px);
    }
    50% {
        transform: translate3d(0, 0%, 0);
        clip-path: inset(10vw 10vw 10vw 10vw round 10px);
    }
    100% {
        transform: translate3d(0, 0%, 0);
        clip-path: inset(0 0 0 0 round 10px);
    }
}
@keyframes banner_out {
    0% {
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1);
    }
    50% {
        transform: translate3d(0, 0%, 0) scale3d(0.7, 0.7, 0.7);
    }
    100% {
        transform: translate3d(-100%, 0, 0) scale3d(0.7, 0.7, 0.7);
    }
}
@keyframes banner_in_1 {
    0% {
        transform: translate3d(0, 0%, 0);
        clip-path: inset(0 0 0 0 round 10px);
    }
    50% {
        transform: translate3d(0, 0%, 0);
        clip-path: inset(10vw 10vw 10vw 10vw round 10px);
    }
    100% {
        transform: translate3d(-100%, 0%, 0);
        clip-path: inset(10vw 10vw 10vw 10vw round 10px);
    }
}
@keyframes banner_out_1 {
    0% {
        transform: translate3d(0, 0%, 0);
        clip-path: inset(0 0 0 0 round 10px);
    }
    50% {
        transform: translate3d(0, 0%, 0);
        clip-path: inset(10vw 10vw 10vw 10vw round 10px);
    }
    100% {
        transform: translate3d(-100%, 0%, 0);
        clip-path: inset(10vw 10vw 10vw 10vw round 10px);
    }
}
@keyframes loopCir {
    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);
    }
}
@keyframes ani1 {
    0% {
        opacity: 0;
        transform: translateY(8px);
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -o-transform: translateY(8px);
        -ms-transform: translateY(8px);
    }
    30% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    70% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
    }
}
@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes fn1 {
    0% {
        opacity: 0;
        clip-path: inset(100% 0 0 0);
        transform: translate3d(0%, 20px, 0);
    }
    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: none;
    }
}
.fn1 {
    animation-name: fn1;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}
#bloc #jue + footer {
    position: relative;
    top: 0;
}
#bloc header {
    position: fixed !important;
}
.new_body .news_case {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 4.6rem);
}
.new_body .new_list_box .new_timer {
    padding-top: 1rem;
    display: block;
    position: relative;
}
.new_body .new_list_box .new_timer .swiper-button-next,
.new_body .new_list_box .new_timer .swiper-button-prev {
    display: none;
}
@media screen and (min-width: 1025px) {
    .new_body .new_list_box .new_timer {
        margin-left: -0.65rem;
    }
}
.new_body .new_list_box .new_timer .swiper-slide {
    width: auto;
    position: initial;
}
.new_body .new_list_box .new_timer a {
    padding: .3rem .65rem;
    line-height: 1;
    cursor: pointer;
    color: rgba(153, 153, 153, 0.6);
    transition: all 0.5s ease-out;
    display: block;
}
.new_body .new_list_box .new_timer a.on {
    color: #ac0d14;
    font-family: en_b;
}
@media screen and (orientation: landscape) {
    .new_body .new_list_box .new_timer a:hover {
        color: #ac0d14;
    }
}
.new_body .new_list_box .new_timer .time_plan {
    left: -1.6rem;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 0.3s ease-out;
    background-color: #175789;
}
.new_body .new_list_box .new_timer .time_plan::before {
    content: '';
    border-radius: 100%;
    border: 1px solid #175789;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    background-color: #fff;
    width: .11rem;
    height: .11rem;
}
.new_body .new_list_box .new_list {
    position: relative;
    margin-top: 1rem;
    opacity: 0;
}
.new_body .new_list_box .new_list .loop .box {
    overflow: visible;
}
.new_body .new_list_box .new_list .loop .box .swiper-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a {
    margin-bottom: .65rem;
    margin-right: .65rem;
    width: calc((100% - 1.3rem) / 3);
    display: block;
    cursor: pointer;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    position: relative;
}
@media screen and (orientation: landscape) {
    .new_body .new_list_box .new_list .loop .box .swiper-item > a:nth-child(3n) {
        margin-right: 0;
    }
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a::before {
    content: '';
    display: block;
    margin-top: 131.221719%;
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic {
    z-index: 4;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f8f8f9;
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node {
    position: absolute;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    width: 100%;
    left: 0;
    z-index: 10;
    bottom: 0;
    top: 0;
    margin: auto;
    padding: 12% 10% 0 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.2);
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .top h3 {
    margin-top: 0.3rem;
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .btm {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.4rem 0 .48rem;
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .btm .c1 {
    font-size: 0.9rem;
    line-height: 0.8;
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .btm .c2 {
    line-height: 1.4;
    text-align: right;
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node.bc {
    background-color: rgba(0, 0, 0, 0);
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node.bc .wc {
    color: #333;
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node.bc .btm {
    border-top: 1px solid rgba(153, 153, 153, 0.3);
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node.bc .btm .c1 {
    color: #ac0d14;
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    box-shadow: 0px 34px 51px 0px rgba(23, 31, 50, 0.15);
}
.new_body .new_list_box .new_list .loop .box .swiper-item > a.swiper-slide-prev {
    pointer-events: none;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    opacity: 0;
}
.new_body .new_list_box .new_list .loop .page_bot_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .2rem;
    padding-bottom: 1.5rem;
    color: #000000;
}
.new_body .new_list_box .new_list .loop .page_bot_box .page_num {
    display: flex;
    align-items: flex-start;
    font-size: .18rem;
    line-height: .9;
}
.new_body .new_list_box .new_list .loop .page_bot_box .page_num span {
    font-size: .6rem;
    color: #ac0d14;
    line-height: .75;
}
.new_body .new_list_box .new_list .loop .pager {
    display: flex;
    align-items: center;
}
.new_body .new_list_box .new_list .loop .pager .f-next {
    margin-left: .1rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    text-indent: 3px;
    background-color: #f8f8f9;
    color: #000;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: inline-block;
}
@media screen and (min-width: 1025px) {
    .new_body .new_list_box .new_list .loop .pager .f-next:hover {
        color: #fff;
        background-color: #175789;
    }
}
.new_body .new_list_box .new_list .loop .pager .f-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    text-indent: -4px;
    background-color: #f8f8f9;
    color: #000;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: inline-block;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -o-transform: scale(-1);
    -ms-transform: scale(-1);
}
@media screen and (min-width: 1025px) {
    .new_body .new_list_box .new_list .loop .pager .f-prev:hover {
        color: #fff;
        background-color: #175789;
    }
}
@media screen and (max-width: 1500px) {
    .ie .layout-rowMain {
        width: 1200px;
    }
}
@media screen and (max-width: 1366px) {
    .loading .mask {
        border-width: 85vw;
    }
    .loading .dot,
    .loading .box {
        width: 30vw;
        height: 30vw;
    }
    .layout-btn-4,
    #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 > span {
        width: 112px;
        height: 40px;
        line-height: 40px;
    }
    #home #main #roll #r3 .other #clock,
    #home #main #roll #r3.on .rowMain .con .cirBox {
        width: 30vw;
        height: 30vw;
    }
    #home #main #roll #r2 .rowMain .con .mid .col-2 p {
        line-height: 24px;
        /*height: 72px;*/
    }
    #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li > small {
        line-height: 20px;
        height: 48px;
        -webkit-line-clamp: 2;
    }
    #home #main #roll #r4 .bg .group > img {
        width: 12rem;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic {
        padding-bottom: 110%;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li {
        width: 4rem;
    }
    #home #main #roll #r6 .rowMain .con .mid {
        margin-top: 2vw;
    }
}
.m_sty,
.nav__trigger {
    display: none;
}
#home #main #roll #r2 .rowMain .con .top a {
    display: none;
}
#jue #main #r2 .rowMain {
    padding-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
    #jue #top #fn1 .con .ad {
        pointer-events: none;
    }
    .loading .mask {
        width: 300vw;
        height: 300vw;
        left: -100vw;
        top: calc(50vh - 150vw);
        border: 105vw solid #fff !important;
    }
    .loading .mask.on {
        transform: scale(9);
        -webkit-transform: scale(9);
        -moz-transform: scale(9);
        -o-transform: scale(9);
        -ms-transform: scale(9);
    }
    .loading .box {
        width: 90vw !important;
        height: 90vw !important;
    }
    .loading .dot {
        width: 90vw !important;
        height: 90vw !important;
    }
    #jue #main #r1 .rowMain {
        padding-bottom: .5rem;
    }
    #bloc header .pc-nav {
        height: 1.2rem;
        display: flex !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    #bloc header .pc-nav.on .col .logoBox .img {
        opacity: 1;
    }
    #bloc header .pc-nav .col:nth-of-type(1) {
        padding: 0 .4rem;
    }
    #bloc header .pc-nav .col .logoBox {
        width: .9rem;
    }
    #bloc header .pc-nav .col:nth-of-type(2) {
        position: fixed;
        background-color: rgba(255, 255, 255, 0);
        display: block;
        padding-top: 1.5rem;
        opacity: 0;
        pointer-events: none;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul {
        display: block;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li {
        padding: 0;
        text-align: center;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .1rem .4rem;
        font-size: .32rem;
        line-height: 2;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > a span {
        width: 4em;
        font: inherit;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > a i {
        font-size: 12px;
        margin-left: .5rem;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > a::after {
        top: 100%;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li.m_on ol {
        display: block;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li.m_on > a:after {
        transform: scaleX(1);
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol {
        position: relative;
        height: auto;
        padding-top: 0;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li {
        padding: 0;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > a {
        padding: .1rem .4rem;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 2;
        padding-right: calc(12px + .9rem);
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li:nth-child(2) > a {
        padding-top: .3rem;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > div {
        display: none;
    }
    #bloc header .pc-nav .col:nth-of-type(2) .mask {
        background-color: rgba(255, 255, 255, 0.9);
        height: 1.1rem;
        display: none;
    }
    #bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(2) {
        background-color: #edf2f6;
    }
    #bloc header .pc-nav .wc {
        color: #333;
    }
    #bloc header .pc-nav.bc {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    #bloc header .pc-nav.bc.alonav {
        border-bottom: none;
    }
    #bloc header .pc-nav.down {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    #bloc header.on .pc-nav .col .logoBox .img {
        opacity: 1;
    }
    #bloc header.on .pc-nav .col:nth-of-type(2) {
        opacity: 1;
        pointer-events: all;
        transform: none;
        background-color: #ffffff;
    }
    #bloc .nav__trigger {
        display: block;
        background-color: #175789;
        position: absolute;
        width: 1.2rem;
        height: 1.2rem;
        right: 0;
        top: 0;
        z-index: 200;
        padding: .475rem .45rem;
        text-align: center;
        display: flex;
        align-items: center;
    }
    #bloc .nav__trigger .nav__icon {
        display: block;
        margin-left: 25%;
        position: relative;
        width: 75%;
        height: .03rem;
        background-color: #FFFFFF;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        border-radius: .03rem;
    }
    #bloc .nav__trigger .nav__icon::before,
    #bloc .nav__trigger .nav__icon::after {
        content: '';
        display: block;
        height: .03rem;
        position: absolute;
        background: #FFFFFF;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        transition-property: margin, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        border-radius: .03rem;
        right: 0;
    }
    #bloc .nav__trigger .nav__icon::before {
        margin-top: -0.1rem;
        width: 133.33%;
    }
    #bloc .nav__trigger .nav__icon::after {
        margin-top: .1rem;
        width: 75%;
    }
    #bloc .nav__trigger.on .nav__icon {
        background: rgba(0, 0, 0, 0);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        width: 100%;
    }
    #bloc .nav__trigger.on .nav__icon::before {
        margin-top: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 100%;
    }
    #bloc .nav__trigger.on .nav__icon::after {
        margin-top: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 100%;
    }
    #home #main #roll #r1 #fn1 .con .msg .msgList {
        padding-left: .4rem;
        padding-right: .4rem;
    }
    #home #main #roll #r1 #fn1 .con .msg .msgList h2 {
        font-size: .7rem;
        line-height: 1.14286;
    }
    #home #main #roll #r1 #fn1 .con .msg .msgList p {
        font-size: .6rem;
        line-height: 1;
        margin-top: .7rem;
    }
    #home #main #roll #r1 #fn1 .con .msg .msgList p br {
        display: none;
    }
    #home #main #roll #r1 #fn1 .con .dotBox {
        bottom: 1.2rem;
        transform: translateY(50%) scale(0.6);
    }
    #home #main #roll #r1 #fn1 .con .dotBox > li {
        margin: 0 .1rem;
    }
    #home #main #roll #r1 #fn1 .con .dotBox > li svg circle {
        stroke: #0059fb;
    }
    #home #main #roll #r1 #fn1 .other .l1 {
        width: 100vw;
        height: 100vw;
    }
    #home #main #roll #r1 #fn1 .other {
        position: relative;
    }
    #home #main #roll #r1 #fn1 .other::after,
    #home #main #roll #r1 #fn1 .other::before {
        content: '';
        display: block;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 1px;
        position: absolute;
        left: 0;
    }
    #home #main #roll #r1 #fn1 .other::after {
        bottom: 1.2rem;
    }
    #home #main #roll #r1 #fn1 .other::before {
        top: 1.2rem;
    }
    #home #main #roll #r2 .rowMain .con {
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    #home .roll-items {
        display: none;
    }
    #home #main > .other {
        display: none !important;
    }
    #home #main #roll #r2 .bg {
        display: none;
    }
    #home #main #roll #r2 .rowMain {
        display: block;
    }
    #home #main #roll #r2 .rowMain .con {
        height: auto;
    }
    #home #main #roll #r2 .rowMain .con .mid {
        display: block;
        height: auto;
    }
    #home #main #roll #r2 .rowMain .con .mid .col-1 {
        width: 100%;
        height: 73.33vw;
        margin: 0;
    }
    #home #main #roll #r2 .rowMain .con .mid .col-2 {
        width: 100%;
        padding: 5vh .4rem .6rem;
        display: block;
    }
    #home #main #roll #r2 .rowMain .con .mid .col-2 a {
        display: none;
    }
    #home #main #roll #r2 .rowMain .con .mid .col-2 h2 {
        font-size: .48rem;
        line-height: 1.25;
    }
    #home #main #roll #r2 .rowMain .con .mid .col-2 h2 span {
        color: #175789;
        font: inherit;
    }
    #home #main #roll #r2 .rowMain .con .mid .col-2 p {
        font-size: .24rem;
        line-height: 1.833;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
    }
    #home #main #roll #r2 .rowMain .con .top {
        height: auto;
        padding-left: .4rem;
        padding-right: .4rem;
        padding-bottom: .8rem;
    }
    #home #main #roll #r2 .rowMain .con .top .dateBox {
        height: auto;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: 0;
    }
    #home #main #roll #r2 .rowMain .con .top .dateBox > li {
        margin-top: 3.6vh;
    }
    #home #main #roll #r2 .rowMain .con .top .dateBox > li:first-child,
    #home #main #roll #r2 .rowMain .con .top .dateBox > li:nth-child(2) {
        margin-top: 0;
    }
    #home #main #roll #r2 .rowMain .con .top .dateBox > li:nth-child(odd) {
        width: 50%;
    }
    #home #main #roll #r2 .rowMain .con .top .dateBox > li:nth-child(even) {
        width: 35%;
    }
    #home #main #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(1) > span {
        line-height: 1;
        color: #dd000a;
    }
    #home #main #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(1) > span sup {
        vertical-align: baseline;
    }
    #home #main #roll #r2 .rowMain .con .top .dateBox > li > div:nth-child(2) {
        font-size: .2rem;
        line-height: 1;
        margin-top: .16rem;
    }
    #home #main #roll #r2 .rowMain .con .top a {
        display: block;
        margin: 6.15vh auto 0;
        font-size: 0;
    }
    #home #main #roll #r3 > .other #clock,
    #home #main #roll #r3.on > .rowMain .con .cirBox {
        width: 66.66vw !important;
        height: 66.66vw !important;
    }
    #home #main #roll #r3 .rowMain .con {
        position: absolute;
        width: 66.66vw;
        padding: 0;
    }
    #home #main #roll #r3 .rowMain .con > div {
        margin: 0 0 0 39.4%;
    }
    #home #main #roll #r3 .rowMain .con > div h2 {
        margin-bottom: .3rem;
    }
    #home #main #roll #r3 .rowMain .con > div p {
        font-size: .54rem;
        line-height: 1.11;
    }
    #home #main #roll #r3 .rowMain .con > div .ad {
        right: calc(100% + .15rem);
    }
    #home #main #roll #r3 .other #clock > img {
        display: none;
    }
    #home #main #roll #r3 .other #clock .time-move canvas {
        display: none;
    }
    #home #main #roll #r3 .other #clock .time-box {
        left: -16.67vw;
        top: auto;
        bottom: calc(50% - 50vh + 1.4rem + .6rem);
        width: 100vw;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir {
        position: relative;
        display: flex;
        justify-content: space-around;
        height: auto;
        width: 100%;
        left: 0;
        margin-top: calc(-.35rem + 2px);
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li {
        width: .7rem;
        height: .7rem;
        position: relative;
        left: auto;
        top: auto;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i {
        border-color: #ac0d14;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i span {
        opacity: 1;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i > a {
        opacity: 0;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i {
        width: 100%;
        height: 100%;
        border: .04rem solid transparent;
        opacity: 1;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i span {
        opacity: 0;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a {
        display: block;
        text-align: center;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a small {
        font-size: .6rem;
        line-height: 1;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a em {
        position: absolute;
        top: 100%;
        margin-top: .25rem;
        color: rgba(255, 255, 255, 0.6);
        font-size: .18rem;
        width: 200%;
        left: 50%;
        transform: translateX(-50%);
    }
    #home #main #roll #r3 .other #clock .msg-box .msg_1 {
        width: 100vw;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li {
        padding-right: .4rem;
        padding-left: .4rem;
    }
    #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 span {
        font-weight: 500;
    }
    #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li h3 {
        margin-top: .7rem;
    }
    #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li > small {
        height: auto !important;
        font-size: .24rem;
        line-height: 1.833 !important;
        display: block;
        overflow: initial;
        color: #fff;
    }
    #home #main #roll #r4 > .mask {
        display: none;
    }
    #home #main #roll #r4 .rowMain {
        height: auto;
        display: block;
        padding-left: .4rem;
        margin-top: -4vh;
    }
    #home #main #roll #r4 .rowMain .con {
        padding: 0;
    }
    #home #main #roll #r4 .rowMain .con .top {
        padding: 0;
    }
    #home #main #roll #r4 .rowMain .con .top .col-2 {
        position: relative;
        height: auto;
    }
    #home #main #roll #r4 .rowMain .con .top .col-2 > ul {
        padding: 0;
    }
    #home #main #roll #r4 .rowMain .con .top .col-2 > ul > li > a {
        padding: .23rem .4rem;
        text-align: center;
        border-radius: .5rem;
        font-size: .24rem;
        line-height: 1.2;
        display: block;
    }
    #home #main #roll #r4 .rowMain .con .btm {
        position: relative;
    }
    #home #main #roll #r4 .rowMain .con .btm .box {
        width: calc(100% - .4rem);
        margin-top: 5.5vh;
        margin-left: 0;
        left: 0;
        top: 0;
        bottom: auto;
        height: auto;
        min-height: 2.7rem;
    }
    #home #main #roll #r4 .rowMain .con .btm .box:first-child {
        position: relative;
    }
    #home #main #roll #r4 .rowMain .con .btm .box .swiper > ul > a {
        padding: .23rem 0;
        display: block;
    }
    #home #main #roll #r4 .rowMain .con .btm .box .swiper > ul > a > div {
        width: 59.33%;
        position: relative;
        overflow: hidden;
        display: block;
        height: auto;
        margin: 0 auto;
    }
    #home #main #roll #r4 .rowMain .con .btm .box .swiper > ul > a > div::before {
        content: '';
        margin-top: 100%;
        display: block;
    }
    #home #main #roll #r4 .rowMain .con .btm .box .swiper > ul > a > div > img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        min-width: 50%;
    }
    #home #main #roll #r4 .rowMain .con .btm .box .swiper > ul > a span {
        margin-top: .18rem;
        font-size: .2rem;
        line-height: 1;
        display: block;
    }
    #home #main #roll #r4 .rowMain .con .btm .box .pager {
        width: 100vw;
        left: -0.4rem;
        z-index: 3;
        display: flex;
        justify-content: center;
        height: auto;
        margin-top: -0.3rem;
        top: 100%;
    }
    #home #main #roll #r4 .rowMain .con .btm .pager .next_,
    #home #main #roll #r4 .rowMain .con .btm .pager .prev_ {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 .24rem;
        background-color: #175789;
        color: #fff;
        display: block;
    }
    #home #main #roll #r4 .rowMain .con .btm .pager .next_.swiper-button-disabled,
    #home #main #roll #r4 .rowMain .con .btm .pager .prev_.swiper-button-disabled {
        background-color: #f8f8f9;
        color: #000;
        opacity: 1;
        pointer-events: none;
    }
    #home #main #roll #r4 .rowMain .con .mask {
        display: none;
    }
    #home #main #roll #r4 .bg.on + .rowMain .con .top .col-1 {
        display: none;
    }
    #home #main #roll #r4 .bg {
        display: block;
        text-align: center;
        line-height: 1;
        height: auto;
        position: relative;
    }
    #home #main #roll #r4 .bg .ind_title {
        margin-top: 5vh;
        font-weight: 600;
        line-height: 1.5;
    }
    #home #main #roll #r4 .bg .ind_title_en {
        color: rgba(0, 0, 0, 0.6);
    }
    #home #main #roll #r4 .bg .group {
        margin-top: 9.23vh;
    }
    #home #main #roll #r4 .bg .group > img {
        width: 100% !important;
    }
    #home #main #roll #r4 .bg .group > ul > li {
        width: 14.133%;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(1) {
        left: 51%;
        top: 0;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(2) {
        left: 39%;
        top: 28%;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(3) {
        left: 68.5%;
        top: 40%;
    }
    #home #main #roll #r4 .bg .group > ul > li:nth-of-type(4) {
        left: 10%;
        top: 18%;
    }
    #home #main #roll #r4 .bg .group > ul > li.on {
        transform: scale(1.5);
    }
    #home #main #roll #r4 .bg .group > ul > li > .img {
        width: 100%;
    }
    #home #main #roll #r5 .rowMain .con {
        flex-direction: column-reverse;
        padding-right: .4rem;
        padding-left: .4rem;
    }
    #home #main #roll #r5 .rowMain .con .mid {
        height: auto;
        display: block;
        margin-top: 4.3vh;
    }
    #home #main #roll #r5 .rowMain .con .mid .col-1 {
        width: 100%;
        height: 85.089vw;
        margin-left: 0;
    }
    #home #main #roll #r5 .rowMain .con .mid .col-2 {
        display: block;
        width: 100%;
        margin-top: 6vh;
        height: auto;
    }
    #home #main #roll #r5 .rowMain .con .mid .col-2 .msg {
        position: relative;
    }
    #home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList {
        padding: 0;
        height: auto;
    }
    #home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList h2 {
        font-size: .48rem;
        line-height: 1.25;
    }
    #home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p {
        line-height: 1.833;
        font-size: .24rem;
        margin-top: 3.1vh;
        height: auto;
        display: block;
    }
    #home #main #roll #r5 .rowMain .con .mid .col-2 .other {
        display: none;
    }
    #home #main #roll #r5 .rowMain .con .top {
        padding-bottom: .6rem;
    }
    #home #main #roll #r5 .rowMain .con .top > ul {
        display: flex;
        justify-content: space-around;
        width: 100vw;
        margin-left: -0.4rem;
        position: relative;
    }
    #home #main #roll #r5 .rowMain .con .top > ul::before {
        content: '';
        display: block;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.1);
        height: 1px;
        margin-top: -0.5px;
        top: 50%;
        left: 0;
        position: absolute;
        pointer-events: none;
    }
    #home #main #roll #r5 .rowMain .con .top > ul > li {
        position: relative;
        width: .7rem;
        height: .7rem;
    }
    #home #main #roll #r5 .rowMain .con .top > ul > li i {
        font-size: .6rem;
        line-height: 1;
        color: #fff;
    }
    #home #main #roll #r5 .rowMain .con .top > ul > li::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border: 0.04rem solid #ac0d14;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 100%;
        opacity: 0;
        transition: all 0.3s ease-out;
    }
    #home #main #roll #r5 .rowMain .con .top > ul > li::after {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 100%;
        background-color: #ffffff;
        transition: all 0.3s ease-out;
    }
    #home #main #roll #r5 .rowMain .con .top > ul > li span {
        display: block;
        position: absolute;
        top: 100%;
        margin-top: 0.25rem;
        color: rgba(255, 255, 255, 0.6);
        font-size: .18rem;
        width: 200%;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s ease-out;
    }
    #home #main #roll #r5 .rowMain .con .top > ul > li em {
        display: none;
    }
    #home #main #roll #r5 .rowMain .con .top > ul > li.on::before {
        opacity: 1;
    }
    #home #main #roll #r5 .rowMain .con .top > ul > li.on::after {
        opacity: 1;
    }
    #home #main #roll #r5 .rowMain .con .top > ul > li.on i {
        opacity: 0;
    }
    #home #main #roll #r5 .rowMain .con .top > ul > li.on span {
        opacity: 0;
    }
    #home #main #roll #r6 .ind_title {
        font-weight: 600;
        line-height: 1.5;
    }
    #home #main #roll #r6 .ind_title_en {
        line-height: 1;
    }
    #home #main #roll #r6 .ind_title_en,
    #home #main #roll #r6 .ind_title {
        text-align: center;
        color: #000;
    }
    #home #main #roll #r6 .ind_title_en {
        margin-bottom: 7vh;
    }
    #home #main #roll #r6 .rowMain .con {
        display: flex;
        align-items: center;
        padding-left: .975rem;
        padding-right: .975rem;
    }
    #home #main #roll #r6 .rowMain .con .title {
        display: none;
    }
    #home #main #roll #r6 .rowMain .con .mid {
        margin-top: 0;
        display: block;
        max-height: none;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop {
        position: relative;
        height: auto;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li {
        width: 100%;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li.swiper-slide-prev {
        opacity: 1;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic {
        width: calc(100% - .45rem);
        margin: 0 auto;
        padding-bottom: 0;
        display: block;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic::before {
        content: '';
        display: block;
        margin-top: 131.1377%;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node {
        padding: 13.4% 13% 0 11.2%;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .top em {
        font-size: .27rem;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .top h3 {
        font-size: .28rem;
        line-height: 1.5185;
        text-shadow: 0 0 81px rgba(19, 21, 15, 0.57);
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .btm .c1 {
        font-size: 1.02rem;
        line-height: .76;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li > .pic .node .btm .c2 {
        font-size: .24rem;
        line-height: 1.125;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item > li.swiper-slide-active > .pic {
        transform: translateY(-0.3rem);
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .pager {
        position: relative;
        right: auto;
        display: flex;
        justify-content: center;
        bottom: auto;
        margin-top: 0.5rem;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev,
    #home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next {
        position: relative;
        margin: 0 .24rem;
        left: auto;
        right: auto;
        top: auto;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #175789;
        color: #fff;
        display: block;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev.swiper-button-disabled,
    #home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next.swiper-button-disabled {
        background-color: #f8f8f9;
        color: #000;
        opacity: 1;
    }
    #home #main #roll #r6 .rowMain .con .mid .loop .layout-btn-5 {
        margin: 4vh auto 5vh;
        width: 112px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #000;
        font-size: .24rem;
        display: block;
        font-weight: 500;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > div {
        width: 100%;
    }
    #bloc header .pc-nav .col:nth-of-type(2) > ul > li > ol > li > div a {
        padding-right: calc(12px + .5rem);
    }
    #jue #top {
        height: 65vh;
    }
    .solution_body .sol_info {
        line-height: 1.833;
    }
    .solution_body .sol_case {
        width: 100%;
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .solution_body .sol_top_box {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .solution_body .sol_top_box .sol_s_img {
        width: 60%;
    }
    .solution_body .sol_top_box .sol_z_info_box {
        display: block;
    }
    .solution_body .sol_top_box .sol_z_info_box .sol_title {
        text-align: center;
        padding-left: 0;
    }
    .solution_body .sol_top_box .sol_z_info_box .sol_info {
        width: 100%;
        padding-left: 0;
        text-align: justify;
        margin-top: .5rem;
    }
    .solution_body .sol_top_box .sol_z_info_box .sol_info::before {
        display: none;
    }
    .solution_body .sol_top_box .sol_src1_case {
        margin-top: 1rem;
    }
    .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box {
        padding: 0;
    }
    .solution_body .sol_bottom_box {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box {
        margin-top: .5rem;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div {
        margin-bottom: .5rem;
        display: block;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div:last-child {
        margin-bottom: .35rem;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_img_case {
        width: 100%;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text {
        width: 100%;
        margin-top: .3rem;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box {
        margin-top: .4rem;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_nav {
        display: flex;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_nav > div {
        font-size: 12px;
        line-height: 1.3;
        padding: .2rem .4rem;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box > div {
        height: auto;
        line-height: 1.5;
        overflow-y: initial;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box > div .sol_zz_n::before {
        top: 12.831px;
    }
    .solution_body .sol_case_box {
        margin-top: .35rem;
    }
    .solution_body .sol_case_box .swiper-button-prev,
    .solution_body .sol_case_box .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 100%;
        margin-top: -20px;
    }
    .solution_body .sol_case_box .swiper-button-prev {
        left: .4rem;
        transform: translateX(-50%);
    }
    .solution_body .sol_case_box .swiper-button-next {
        right: .4rem;
        transform: translateX(50%);
    }
    .eff_body .cef_src1_con_box .cef_text_box > div {
        margin: .2rem 0;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box > div .sol_zz_n {
        line-height: 1.833;
        font-size: 14px;
    }
    .eff_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box > div {
        display: flex;
        flex-wrap: wrap;
    }
    .eff_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_zz_box .sol_zz_con_box > div .sol_zz_n {
        width: 50%;
    }
    #jue #main #r1 .rowMain {
        padding-right: .4rem;
        padding-left: .4rem;
        width: 100%;
    }
    #jue #main #r1 .rowMain .top {
        display: block;
        height: auto;
    }
    #jue #main #r1 .rowMain .top .col-1 {
        padding: 0;
        line-height: 1.6;
        text-align: center;
    }
    #jue #main #r1 .rowMain .top .col-1 small {
        font: inherit;
        font-weight: normal;
    }
    #jue #main #r1 .rowMain .top .col-2 {
        padding: 0;
        margin-top: .5rem;
        line-height: 1.833;
    }
    #jue #main #r1 .rowMain .top .col-2 p {
        font-family: inherit;
        text-align: justify;
    }
    #jue #main #r1 .bg .img {
        width: 60%;
    }
    #jue #main #r1 .bg .pic {
        background-size: cover;
    }
    #jue #main #r1 .rowMain .top .line {
        display: none;
    }
    #jue #main #r2 .rowMain {
        width: 100%;
        padding-left: .4rem;
        padding-right: .4rem;
    }
    #jue #main #r2 .rowMain .title {
        padding-bottom: .5rem;
    }
    #jue #main #r2 .rowMain .con .mid {
        display: block;
    }
    #jue #main #r2 .rowMain .con .mid .col-1 {
        width: 100%;
    }
    #jue #main #r2 .rowMain .con .mid .col-2 {
        width: 100%;
        margin-top: .3rem;
    }
    #jue #main #r2 .rowMain .con .mid .col-2 h3 {
        line-height: 1.3;
        margin-bottom: .27rem;
    }
    #jue #main #r2 .rowMain .con .mid .col-2 p {
        line-height: 1.833;
        text-align: justify;
    }
    #jue #main #r2 .rowMain .sol_case {
        width: 100vw;
        margin-left: -0.4rem;
    }
    .solution_body .sol_bottom_box .sol_case_mess_box .case_list_box > div .sol_case_text .sol_case_n {
        font-weight: 700;
    }
    #pro #top {
        height: 65vh;
    }
    #pro #main #r1 .rowMain {
        width: calc(100% - .8rem);
    }
    #join #top {
        height: 100vw;
    }
    #join #top #fn1 .other .l1 {
        width: 100vw;
        height: calc(100vw - 60px);
        top: 60px;
    }
    #join #main .r1 .inner {
        height: auto;
        padding: 20% 5% 10% 5%;
    }
    #join #main .r1 .inner .items {
        flex-direction: column;
    }
    #join #main .r1 .inner .items .list {
        width: 100%;
        pointer-events: none;
        margin-bottom: 60px;
    }
    #join #main .r1 .inner .items .list .msg {
        margin-top: 0.3rem;
    }
    #contact #top {
        height: 100vw;
    }
    #contact #top #fn1 .other .l1 {
        width: 100vw;
        height: calc(100vw - 60px);
        top: 60px;
    }
    #contact #main .r1 .inner {
        height: auto;
        padding: 10% 5% 10% 5%;
    }
    #contact #main .r1 .inner .mid .title {
        padding: 5% 0 5% 3%;
        bottom: -1.4rem;
    }
    #contact #main .r1 .inner .mid #map {
        height: 80vw;
        width: 100%;
        margin-left: 0;
    }
    #contact #main .r1 .inner .mid #map .BMap_Marker {
        pointer-events: none;
    }
    #contact #main .r1 .inner .bm > ul {
        width: 100%;
        margin-top: 1.5rem;
        flex-direction: column;
        margin-left: 0;
        height: auto;
        align-items: flex-start;
    }
    #contact #main .r1 .inner .bm > ul li {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 0.3rem;
    }
    #contact #main .r1 .inner .bm > ul > li i {
        font-size: 16px;
        line-height: 0.5rem;
        width: 50px;
        text-align: left;
    }
    #contact #main .r1 .inner .bm > ul > li p {
        width: calc(100% - 50px);
    }
    #about #top {
        height: 100vw;
    }
    #about #main .r1 .bg .a4 {
        display: none;
    }
    #about #top #fn1 .other .l1 {
        width: 100vw;
        height: calc(100vw - 60px);
        top: 60px;
    }
    #about #main .r1 .inner .col:nth-of-type(2) {
        width: 100%;
        padding-top: 102vw;
    }
    #about #main .r1 .inner .col .title {
        margin-top: 0.7rem;
        margin-bottom: 0.5rem;
    }
    #about #main .r1 .inner .col:nth-of-type(3) {
        position: absolute;
        top: 0;
        left: 8%;
        width: 84%;
    }
    #about #main .r1 .inner .col .items > li {
        height: auto;
        position: relative;
        margin-bottom: 0.6rem;
    }
    #about #main .r1 .inner .col .items > li > div h3 {
        margin-bottom: 0.3rem;
    }
    #about #main .r1 .inner .col .items > li > div p br {
        display: none;
    }
    #about #main .r1 .inner {
        padding: 2.7rem 9% 0 8%;
    }
    #about #main .r1 .group {
        flex-direction: column;
        height: auto;
        padding: 0 8% 8% 8%;
    }
    #about #main .r1 .group .col {
        width: 100%;
    }
    #about #main .r1 .group .col h3 {
        margin-bottom: 0.3rem;
    }
    #about #main .r1 .group .col p {
        padding: 0;
    }
    #about #main .r2 .inner .wrap .group {
        flex-direction: column;
        position: relative;
    }
    #about #main .r2 .inner .wrap .group .box .mask {
        opacity: 0.8;
    }
    #about #main .r2 .inner .wrap .group .box {
        pointer-events: none;
        background-color: #000000;
        width: 100%;
        height: 5.4rem;
        flex-direction: column;
    }
    #about #main .r2 .inner .wrap .group .box .bm {
        position: relative;
        bottom: auto;
        left: auto;
    }
    #about #main .r2 .inner .wrap .group .box .bm p {
        color: rgba(255, 255, 255, 0.9);
    }
    #about #main .r2 .inner .wrap .group .box .mid .f-30 {
        font-size: 18px;
    }
    #about #main .r2 .inner .wrap .photo {
        display: none;
    }
    #about #main .r3 .inner {
        padding-top: 0.7rem;
    }
    #about #main .r1 .inner .mask {
        height: calc(93.7vw);
    }
    #about #main .r3 .inner .topic {
        flex-direction: column;
        align-items: flex-start;
    }
    #about #main .r3 .inner .topic .tree {
        flex-wrap: wrap;
    }
    #about #main .r3 .inner .topic .tree > li {
        margin-left: 0;
        width: 33.3%;
        margin-top: 0.3rem;
    }
    #about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide {
        width: 80vw;
    }
    #about #main .r3 .inner .mid .set > a {
        font-size: 14px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    #about #main .r4 .inner {
        position: relative;
    }
    #about #main .r4 .bg {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
    }
    #about #main .r4 .bg > img.pic {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #about #main .r4 .inner .topic {
        margin-bottom: 0.6rem;
        padding: 0 10%;
    }
    #about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg {
        max-width: 100%;
    }
    #about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic {
        width: 84%;
        padding-bottom: 106%;
    }
    #about #main .r4 .inner .wrap .set > a {
        font-size: 14px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    #about #main .r4 .inner .wrap .set {
        padding: 0 10%;
    }
    #about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg h5 {
        margin-top: 0.4rem;
    }
    #about #main .r4 .bg .a2 {
        display: none;
    }
    #about #main .r4 .bg .a1 {
        width: 75%;
        bottom: 0;
        left: 28%;
    }
    #about #main .r4 .inner {
        padding: 1.4rem 0;
    }
    .new_body .news_case {
        width: 100%;
    }
    .new_body .new_list_box .new_list {
        margin-top: .5rem;
    }
    .new_body .new_list_box .new_list .loop .box .swiper-item {
        justify-content: space-between;
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .new_body .new_list_box .new_list .loop .box .swiper-item > a {
        width: 48%;
        margin-right: 0;
    }
    .new_body .new_list_box .new_timer {
        padding-top: .65rem;
        width: calc(100% - 100px);
        margin: 0 auto;
    }
    .new_body .new_list_box .new_timer .time_plan {
        left: -50px;
    }
    .new_body .new_list_box .new_timer a {
        padding: .35rem .35rem .45rem;
    }
    .new_body .new_list_box .new_timer .swiper-button-next,
    .new_body .new_list_box .new_timer .swiper-button-prev {
        display: block;
        background-image: none;
        background-color: #f8f8f9;
        font-size: 14px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        cursor: pointer;
        top: calc(50% + .325rem);
        margin-top: -25px;
    }
    .new_body .new_list_box .new_timer .swiper-button-next.swiper-button-disabled,
    .new_body .new_list_box .new_timer .swiper-button-prev.swiper-button-disabled {
        opacity: .5;
        pointer-events: none;
    }
    .new_body .new_list_box .new_timer .swiper-button-next {
        right: -50px;
    }
    .new_body .new_list_box .new_timer .swiper-button-prev {
        left: -50px;
    }
    .new_body .new_list_box .new_list .loop .page_bot_box {
        padding-top: .4rem;
        padding-left: .4rem;
    }
    .new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node {
        padding: 13.4% 13% 0 11.2%;
    }
    #jue #top #fn1 .con .dotBox::before {
        content: '';
        display: block;
        width: 100vw;
        height: 1px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        background-color: rgba(255, 255, 255, 0.2);
    }
    .solution_body .sol_case_box .sol_case_n {
        width: calc(100% - 80px + .6rem);
        margin-left: auto;
        margin-right: auto;
    }
    #jue #main #r1 .rowMain .top .col-2 p {
        line-height: 1.833;
    }
    #jue #main #r1 .rowMain .mid .box {
        margin-top: .5rem;
    }
    .solution_body .goPop {
        position: relative;
    }
    .solution_body .goPop .iconfont {
        font-size: .4rem;
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        color: #175789;
        cursor: pointer;
        z-index: 5;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .solution_body .goPop .iconfont > div {
        font-size: .2rem;
    }
    :focus-visible {
        outline: none;
    }
    #home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p font {
        padding-bottom: .06rem;
    }
}
@media screen and (max-width: 768px) {
    .eff_body .cef_src1_con_box {
        margin-top: .5rem;
        display: block;
    }
    .eff_body .cef_src1_con_box .sol_img_case {
        margin-left: auto;
        margin-right: auto;
    }
    .eff_body .cef_src1_con_box .sol_img_case .sol_img_box {
        transform: translateX(-10.75%);
    }
    .eff_body .cef_src1_con_box .cef_text_box {
        width: 100%;
        display: grid;
        justify-content: center;
        align-content: center;
    }
    .eff_body .cef_src1_con_box .cef_text_box > div {
        justify-content: flex-start;
        margin-bottom: 0;
    }
    .eff_body .cef_src1_con_box .cef_text_box > div:nth-child(1),
    .eff_body .cef_src1_con_box .cef_text_box > div:nth-child(5) {
        margin-left: 0;
    }
    .eff_body .cef_src1_con_box .cef_text_box > div:nth-child(2),
    .eff_body .cef_src1_con_box .cef_text_box > div:nth-child(4) {
        margin-left: 0;
    }
    .eff_body .cef_src1_con_box .cef_text_box > div:nth-child(3) {
        margin-left: 0;
    }
    .eff_body .cef_src1_con_box .cef_text_box > div span:first-child {
        color: #175789;
        margin-right: .56rem;
    }
    .eff_body .cef_src1_con_box .cef_text_box > div span:nth-child(2) {
        margin-right: 1em;
    }
}
@media screen and (max-width: 600px) {
    .m_sty {
        display: flex;
        padding-top: .56rem;
        width: 100%;
    }
    .m_sty > div {
        width: 1.3rem;
        margin-right: .4rem;
        display: none;
    }
    .m_sty > div img {
        width: 100%;
    }
    .m_sty > div.btm {
        display: block;
        margin-right: 0;
        text-align: center;
    }
    .m_sty > div.btm li {
        display: block;
    }
    #bloc footer .fMain > .btm {
        display: none;
    }
    #bloc footer .fMain .top .col .line {
        margin-left: .7rem;
        margin-right: .7rem;
        height: 1.25rem;
    }
    #bloc footer .fMain {
        height: auto;
        padding: 1rem .3rem .56rem;
    }
    #bloc footer .fMain .top {
        display: block;
    }
    #bloc footer .fMain .top > .col-100 {
        display: none;
    }
    #bloc footer .fMain .top .col:nth-of-type(1) {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    #bloc footer .fMain .top .col:nth-of-type(1) img {
        display: block;
    }
    #bloc footer .fMain .top .col:nth-of-type(1) > img:first-child {
        width: 1.7rem;
        height: auto;
    }
    #bloc footer .fMain .top .col:nth-of-type(1) > img:last-child {
        width: 1.25rem;
        height: auto;
    }
    #bloc footer .fMain .top .col:nth-of-type(2) {
        width: 100%;
        padding-top: .65rem;
        padding-bottom: .6rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    #bloc footer .fMain .top .col:nth-of-type(2) > ul > li:last-child > a::before {
        display: none;
    }
    #bloc footer .fMain .top .col:nth-of-type(2) > ul > li > a {
        padding: .3rem .29rem;
        font-size: .24rem;
        line-height: 1;
        display: block;
        position: relative;
    }
    #bloc footer .fMain .top .col:nth-of-type(2) > ul > li > a:first-child {
        padding-left: 0;
    }
    #bloc footer .fMain .top .col:nth-of-type(2) > ul > li > a:last-child {
        padding-right: 0;
    }
    #bloc footer .fMain .top .col:nth-of-type(2) > ul > li > a::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.5);
        width: 1px;
        height: 1em;
    }
    #bloc footer .fMain .top .col:nth-of-type(2) > ul > li > a + ol {
        display: none;
    }
    #bloc footer .fMain .m_sty .btm {
        display: block;
        border-top: none;
    }
    #bloc footer .fMain .m_sty .btm .col-100 i {
        display: none;
    }
    #bloc footer .fMain .m_sty .btm .col-100 span {
        font-size: .2rem;
        line-height: 1.5;
        display: block;
    }
    #bloc footer .fMain .m_sty .btm .col {
        height: auto;
    }
    #bloc footer .fMain .m_sty .btm .col:nth-child(2) {
        margin-top: .5rem;
    }
    #bloc footer .fMain .m_sty .btm .col p,
    #bloc footer .fMain .m_sty .btm .col a {
        font-size: .2rem;
        line-height: 1;
        width: 100%;
    }
    #bloc footer .fMain .m_sty .btm .col:nth-child(3) {
        margin-top: .09rem;
    }
    #bloc.on #home {
        transform: translate3d(0, -6.95rem, 0);
        -webkit-transform: translate3d(0, -6.95rem, 0);
        -moz-transform: translate3d(0, -6.95rem, 0);
        -o-transform: translate3d(0, -6.95rem, 0);
        -ms-transform: translate3d(0, -6.95rem, 0);
    }
    #bloc.on footer {
        transform: translate3d(0, -7rem, 0);
        -webkit-transform: translate3d(0, -7rem, 0);
        -moz-transform: translate3d(0, -7rem, 0);
        -o-transform: translate3d(0, -7rem, 0);
        -ms-transform: translate3d(0, -7rem, 0);
    }
    .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div {
        width: 32%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
        position: relative;
        padding-top: 3%;
    }
    .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_mes_box {
        width: 90%;
        max-width: 130px;
        margin: 0 auto;
    }
    .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_n {
        margin-top: .3rem;
        display: block;
    }
    .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_n span {
        margin-right: 0;
    }
    .solution_body .sol_top_box .sol_src1_case .sol_src1_con_box > div .sol_n_en {
        margin-top: .2rem;
        display: none;
    }
    .eff_body .cef_src1_con_box .sol_img_case {
        width: 80%;
    }
    .eff_body .cef_src1_con_box .cef_text_box > div span:first-child {
        margin-right: .2rem;
    }
    .eff_body .cef_src1_con_box .cef_text_box > div span:nth-child(2) {
        margin-right: .2rem;
        font-size: .28rem;
    }
    .eff_body .cef_src1_con_box .cef_text_box > div span:nth-child(3) {
        font-size: .28rem;
    }
    #pro #main #r1 .rowMain .title {
        padding: 0 0 .5rem 0;
    }
    #pro #main #r1 .rowMain .con .box {
        display: block;
    }
    #pro #main #r1 .rowMain .con .box .col-1 {
        width: 100%;
        flex-direction: row;
        padding: .2rem;
        align-items: center;
        justify-content: flex-start;
    }
    #pro #main #r1 .rowMain .con .box .col-1 img {
        margin: 0 .2rem 0 0;
        width: .4rem;
    }
    #pro #main #r1 .rowMain .con .box .col-1 small {
        transform: scale(0.8);
        transform-origin: 50% 100%;
    }
    #pro #main #r1 .rowMain .con .box .col-2 {
        width: 100%;
        border-top: none;
        border-left: 1px dashed rgba(23, 87, 137, 0.3);
    }
    #pro #main #r1 .rowMain .con .box .col-2 > ul > li {
        width: 33.33%;
        flex: initial;
    }
    #pro #main #r1 .rowMain {
        padding-bottom: 1rem;
    }
    .pop .con {
        width: 90vw;
        padding: .2rem;
        background-color: #fff;
    }
    .pop .con .box {
        width: 100%;
        padding: 0;
        height: auto;
        max-height: 130vw;
        overflow: auto;
    }
    .pop .con .box img {
        min-width: 100%;
        max-width: 230%;
    }
    .pop .con .close {
        left: calc(100% - .5rem);
        top: -0.7rem;
    }
    .new_body .new_list_box .new_list .loop .box .swiper-item > a {
        width: 100%;
        margin-bottom: .4rem;
    }
    .new_body .new_list_box .new_list .loop .box .swiper-item > a::before {
        margin-top: 75%;
    }
    .new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .top em {
        font-size: .27rem;
    }
    .new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .top h3 {
        font-size: .27rem;
        line-height: 1.5185;
        text-shadow: 0 0 81px rgba(19, 21, 15, 0.57);
    }
    .new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .btm {
        padding: .3rem 0 .4rem;
    }
    .new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .btm .c2 {
        font-size: 12px;
    }
    .new_body .new_list_box .new_list .loop .page_bot_box {
        padding-right: 1rem;
    }
    .new_body .new_list_box .new_list .loop .box .swiper-item > a > .pic .node .btm .c1 {
        font-size: .8rem;
    }
}
.text_body h2 {
    font-size: .3rem;
    line-height: 1;
    text-align: center;
    padding-top: 2rem;
}
.text_body .text_con {
    padding-bottom: 1rem;
    width: 900px;
    margin: .6rem  auto 0;
    color: #333;
    font-size: .16rem;
    line-height: 1.81;
    text-align: justify;
    max-width: 90%;
}
.text_body .text_con *:first-child {
    font-size: .24rem;
}
@media screen and (orientation: portrait) {
    .text_body h2 {
        font-size: .52rem;
    }
    .text_body .text_con {
        font-size: .28rem;
        margin-top: .4rem;
    }
    .text_body .text_con *:first-child {
        font-size: .36rem;
    }
}
