@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
    font-family: "Microsoft JhengHei", "PingFang HK", "Microsoft YaHei", "Arial";
}

body {
    font: 12px "PingFang HK", "Microsoft YaHei", "Arial";
    color: #262c35;
    line-height: 1.5;
    overflow-x: hidden;
}

ol,
ul,
li {
    list-style-type: none;
    vertical-align: middle;
}

img {
    vertical-align: top;
    border: 0;
}

input,
select,
textarea,
button {
    vertical-align: middle;
}

textarea,
input {
    text-indent: 10px;
}

/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
    text-indent: 0;
    text-align: center;
    cursor: pointer;
}

label,
button,
a {
    cursor: pointer;
}

ins,
em,
b,
i {
    text-decoration: none;
    font-style: normal;
}

/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
    outline: none;
}

/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
    color: #999;
    transition: color .5s;
}

/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
    color: #c2c2c2;
}

/* table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    font: inherit;
}

/* a_link */
a {
    color: inherit;
    text-decoration: none;
}

a[href] {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
    font-weight: normal;
}

a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    font-size: 14px;
}

span {
    display: inline-block;
}

p {
    line-height: 2;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

/*用来解决在安卓上的点击出现篮框问题*/
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img[src=""],
img:not([src]) {
    opacity: 0;
}

font {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    text-transform: inherit;
}

body,
html {
    height: 100%;
}

/*滚动动画的样式*/
.disable-hover {
    pointer-events: none;
}

.scroll-animate.animated {
    visibility: hidden;
    opacity: 0;
}

.font-fadeIn font {
    display: inline-block;
}

.scrolly {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

/* 浮动与清浮动 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.cl::after {
    content: '\20';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.hide {
    display: none;
}

.show {
    display: block;
}

i.iconfont {
    vertical-align: middle;
}

.text_overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[data-ahref] {
    cursor: pointer;
}

.over-2 {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.over-3 {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

html {
    font-size: 100px;
}

/* 初始定义 */
@font-face {
    font-family: 'word';
    src: url('../css/font/GOTHAM-BOOK_0.otf');
}

@font-face {
    font-family: 'en-b';
    src: url('../css/font/Sofia Pro SemiBold.ttf');
}

@font-face {
    font-family: 'en-m';
    src: url('../css/font/TitilliumWeb-Light.ttf');
}

@font-face {
    font-family: 'en-l';
    src: url('../css/font/TitilliumWeb-ExtraLight.ttf');
}

.word {
    font-family: word;
}

.en-b {
    font-family: en-b;
}

.en-m {
    font-family: en-m;
}

.en-l {
    font-family: en-l;
}

/* 定义网站色值 */
.mc {
    color: #003586;
}

.fc {
    color: #cd3d3d;
}

.wc {
    color: #ffffff;
}

.grc {
    color: rgba(73, 82, 98, 0.7);
}

.d-gc {
    color: #495262;
}

.rc {
    color: #c6181a;
}

.oc {
    color: #ffb11e;
}

.yc {
    color: #c5ab82;
}

.gc {
    color: #8aff3c;
}

.bc {
    color: #2988cc;
}

.transi {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.linear-bg {
    background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}

.linear-txt {
    background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shadow {
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

.sh1 {
    box-shadow: 0 10px 30px -10px rgba(201, 22, 30, 0.33);
}

.sh2 {
    box-shadow: 0 10px 30px -10px rgba(15, 75, 149, 0.33);
}

.txt-shadow {
    text-shadow: 0 8px 14px rgba(21, 39, 39, 0.14);
}

.max-wid {
    width: 84%;
    max-width: 1200px;
    margin: auto;
}

.full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.delay-100 {
    animation-delay: 0.1s;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-300 {
    animation-delay: 0.3s;
}

.delay-400 {
    animation-delay: 0.4s;
}

.delay-500 {
    animation-delay: 0.5s;
}

.delay-600 {
    animation-delay: 0.6s;
}

.delay-700 {
    animation-delay: 0.7s;
}

.delay-800 {
    animation-delay: 0.8s;
}

.delay-900 {
    animation-delay: 0.9s;
}

.delay-1000 {
    animation-delay: 1s;
}

/*图片容器*/
.pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.pic img.w-h {
    width: 100%;
    max-width: 100%;
    opacity: 0;
}

.pic img.lazy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}

.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: 88%;
    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;
}

.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: 100%;
    height: 140px;
    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: fadeOut 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: fadeOut 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.component .Tcon .txtChange > [data-txt].txtShow {
    -webkit-animation: fadeInDownSmall 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: fadeInDownSmall 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.05rem;
    line-height: 0.05rem;
    margin: 0.2rem 0.2rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.component .Tcon .pageChange > li.on {
    background-color: #003586;
}

.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;
}

/*弹窗*/
.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;
}

.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;
}

h2 {
    letter-spacing: 8px;
}

p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
}

.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;
}

.v-show {
    visibility: visible;
}

.v-hide {
    visibility: hidden;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.back-cover {
    background-size: cover;
}

.back-contain {
    background-size: contain;
}

.wid-10 {
    width: 10%;
}

.wid-15 {
    width: 15%;
}

.wid-20 {
    width: 20%;
}

.wid-25 {
    width: 25%;
}

.wid-30 {
    width: 30%;
}

.wid-35 {
    width: 35%;
}

.wid-40 {
    width: 40%;
}

.wid-45 {
    width: 45%;
}

.wid-50 {
    width: 50%;
}

.wid-55 {
    width: 55%;
}

.wid-60 {
    width: 60%;
}

.wid-65 {
    width: 65%;
}

.wid-70 {
    width: 70%;
}

.wid-75 {
    width: 75%;
}

.wid-80 {
    width: 80%;
}

.wid-85 {
    width: 85%;
}

.wid-90 {
    width: 90%;
}

.wid-95 {
    width: 95%;
}

.wid-100 {
    width: 100%;
}

.op-0 {
    opacity: 0;
}

.op-1 {
    opacity: 0.1;
}

.op-2 {
    opacity: 0.2;
}

.op-3 {
    opacity: 0.3;
}

.op-4 {
    opacity: 0.4;
}

.op-5 {
    opacity: 0.5;
}

.op-6 {
    opacity: 0.6;
}

.op-7 {
    opacity: 0.7;
}

.op-8 {
    opacity: 0.8;
}

.op-9 {
    opacity: 0.9;
}

.op-10 {
    opacity: 1;
}

.layout-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.layout-v-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.layout-h-middle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.pa-v {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.pa-h {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.pa-mid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-26 {
    margin-top: 26px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-34 {
    margin-top: 34px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-42 {
    margin-top: 42px;
}

.mt-44 {
    margin-top: 44px;
}

.mt-46 {
    margin-top: 46px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-9 {
    margin-bottom: 9px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-22 {
    margin-bottom: 22px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-26 {
    margin-bottom: 26px;
}

.mb-28 {
    margin-bottom: 28px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-34 {
    margin-bottom: 34px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-38 {
    margin-bottom: 38px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-44 {
    margin-bottom: 44px;
}

.mb-46 {
    margin-bottom: 46px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-1 {
    margin-left: 1px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-14 {
    margin-left: 14px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-22 {
    margin-left: 22px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-26 {
    margin-left: 26px;
}

.ml-28 {
    margin-left: 28px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-32 {
    margin-left: 32px;
}

.ml-34 {
    margin-left: 34px;
}

.ml-36 {
    margin-left: 36px;
}

.ml-38 {
    margin-left: 38px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-42 {
    margin-left: 42px;
}

.ml-44 {
    margin-left: 44px;
}

.ml-46 {
    margin-left: 46px;
}

.ml-48 {
    margin-left: 48px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-1 {
    margin-right: 1px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-7 {
    margin-right: 7px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-9 {
    margin-right: 9px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-14 {
    margin-right: 14px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-22 {
    margin-right: 22px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-26 {
    margin-right: 26px;
}

.mr-28 {
    margin-right: 28px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-32 {
    margin-right: 32px;
}

.mr-34 {
    margin-right: 34px;
}

.mr-36 {
    margin-right: 36px;
}

.mr-38 {
    margin-right: 38px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-42 {
    margin-right: 42px;
}

.mr-44 {
    margin-right: 44px;
}

.mr-46 {
    margin-right: 46px;
}

.mr-48 {
    margin-right: 48px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.pt-1 {
    padding-top: 1px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-7 {
    padding-top: 7px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-9 {
    padding-top: 9px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-14 {
    padding-top: 14px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-18 {
    padding-top: 18px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-22 {
    padding-top: 22px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-26 {
    padding-top: 26px;
}

.pt-28 {
    padding-top: 28px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-34 {
    padding-top: 34px;
}

.pt-36 {
    padding-top: 36px;
}

.pt-38 {
    padding-top: 38px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-42 {
    padding-top: 42px;
}

.pt-44 {
    padding-top: 44px;
}

.pt-46 {
    padding-top: 46px;
}

.pt-48 {
    padding-top: 48px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-1 {
    padding-bottom: 1px;
}

.pb-3 {
    padding-bottom: 3px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-6 {
    padding-bottom: 6px;
}

.pb-7 {
    padding-bottom: 7px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-9 {
    padding-bottom: 9px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-14 {
    padding-bottom: 14px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-18 {
    padding-bottom: 18px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-22 {
    padding-bottom: 22px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-26 {
    padding-bottom: 26px;
}

.pb-28 {
    padding-bottom: 28px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-34 {
    padding-bottom: 34px;
}

.pb-36 {
    padding-bottom: 36px;
}

.pb-38 {
    padding-bottom: 38px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-42 {
    padding-bottom: 42px;
}

.pb-44 {
    padding-bottom: 44px;
}

.pb-46 {
    padding-bottom: 46px;
}

.pb-48 {
    padding-bottom: 48px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-1 {
    padding-left: 1px;
}

.pl-3 {
    padding-left: 3px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-7 {
    padding-left: 7px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-9 {
    padding-left: 9px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-14 {
    padding-left: 14px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-22 {
    padding-left: 22px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-26 {
    padding-left: 26px;
}

.pl-28 {
    padding-left: 28px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-32 {
    padding-left: 32px;
}

.pl-34 {
    padding-left: 34px;
}

.pl-36 {
    padding-left: 36px;
}

.pl-38 {
    padding-left: 38px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-42 {
    padding-left: 42px;
}

.pl-44 {
    padding-left: 44px;
}

.pl-46 {
    padding-left: 46px;
}

.pl-48 {
    padding-left: 48px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-1 {
    padding-right: 1px;
}

.pr-3 {
    padding-right: 3px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-7 {
    padding-right: 7px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-9 {
    padding-right: 9px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-14 {
    padding-right: 14px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-18 {
    padding-right: 18px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-22 {
    padding-right: 22px;
}

.pr-24 {
    padding-right: 24px;
}

.pr-26 {
    padding-right: 26px;
}

.pr-28 {
    padding-right: 28px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-32 {
    padding-right: 32px;
}

.pr-34 {
    padding-right: 34px;
}

.pr-36 {
    padding-right: 36px;
}

.pr-38 {
    padding-right: 38px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-42 {
    padding-right: 42px;
}

.pr-44 {
    padding-right: 44px;
}

.pr-46 {
    padding-right: 46px;
}

.pr-48 {
    padding-right: 48px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

@media screen and (max-width: 1500px) {
    html {
        font-size: 80px;
    }

    .f-60 {
        font-size: 58px;
    }

    .f-50 {
        font-size: 42px;
    }

    .f-48 {
        font-size: 46px;
    }

    .f-46 {
        font-size: 44px;
    }

    .f-44 {
        font-size: 42px;
    }

    .f-42 {
        font-size: 40px;
    }

    .f-40 {
        font-size: 38px;
    }

    .f-38 {
        font-size: 36px;
    }

    .f-36 {
        font-size: 34px;
    }

    .f-34 {
        font-size: 32px;
    }

    .f-32 {
        font-size: 30px;
    }

    .f-30 {
        font-size: 28px;
    }

    .f-28 {
        font-size: 24px;
    }

    .f-26 {
        font-size: 24px;
    }

    .f-24 {
        font-size: 22px;
    }

    .f-22 {
        font-size: 20px;
    }

    .f-20 {
        font-size: 18px;
    }

    .f-18 {
        font-size: 16px;
    }

    .f-16 {
        font-size: 14px;
    }

    .f-14 {
        font-size: 12px;
    }

    .f-12 {
        font-size: 12px;
    }
}

@media screen and (max-width: 1366px) {
    html {
        font-size: 80px;
    }

    a,
    span,
    li,
    b,
    i,
    label,
    p,
    strong,
    div,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    small,
    em,
    li,
    pre,
    form,
    fieldset,
    legend,
    button,
    input,
    textarea,
    th,
    td {
        font-size: 14px;
    }

    .f-60 {
        font-size: 58px;
    }

    .f-50 {
        font-size: 48px;
    }

    .f-48 {
        font-size: 46px;
    }

    .f-46 {
        font-size: 44px;
    }

    .f-44 {
        font-size: 42px;
    }

    .f-42 {
        font-size: 40px;
    }

    .f-40 {
        font-size: 30px;
    }

    .f-38 {
        font-size: 36px;
    }

    .f-36 {
        font-size: 34px;
    }

    .f-34 {
        font-size: 32px;
    }

    .f-32 {
        font-size: 30px;
    }

    .f-30 {
        font-size: 28px;
    }

    .f-28 {
        font-size: 24px;
    }

    .f-26 {
        font-size: 24px;
    }

    .f-24 {
        font-size: 22px;
    }

    .f-22 {
        font-size: 19px;
    }

    .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.6;
    }
}

@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(-10px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(10px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownSmall {
    animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        transform: none;
    }
    to {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }
}

.fadeOutDownSmall {
    animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

.scaleIn {
    animation-name: scaleIn;
}

@keyframes fadeInUpY {
    0% {
        transform: translate3d(0, 100%, 0);
    }
    100% {
        transform: none;
    }
}

.fadeInUpY {
    animation-name: fadeInUpY;
}

/*页面结构*/
header {
    position: fixed;
    height: 1rem;
    width: 100%;
    top: 20px;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

header .nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 10;
    width: 84%;
    height: 100%;
    padding: 0 3%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .logo-box > em {
    margin: 0 20px;
    color: transparent;
    position: relative;
    display: inline-block;
    height: 32px;
    border-left: 1px solid #eee;
}

header .logo-box > img:nth-of-type(1) {
    max-width: 316px;
}

header .logo-box > img:nth-of-type(2) {
    width: 150px;
}

header .pc-nav {
    height: 100%;
    margin-right: 30px;
}

header .pc-nav > ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .pc-nav > ul > li {
    text-align: center;
    height: 100%;
    display: flex;
    align-content: center;
    margin: 0 0.24rem;
}

header .pc-nav > ul > li > a {
    text-align: center;
    line-height: 1rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

header .pc-nav > ul > li:hover > a {
    color: #cd3d3d;
}

header .pc-nav > ul > li.on > a {
    color: #cd3d3d;
    font-weight: bold;
}

header #menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
    z-index: 13;
}

header #menu span {
    background-color: #fff;
    height: 2px;
    border-radius: 50px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

header #menu span:nth-of-type(1) {
    width: 25px;
}

header #menu span:nth-of-type(2) {
    width: 25px;
}

header #menu span:nth-of-type(3) {
    width: 25px;
}

header #menu.on span {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
}

header #menu.on span:nth-of-type(1) {
    width: 27px;
    transform-origin: 100% 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

header #menu.on span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
}

header #menu.on span:nth-of-type(3) {
    width: 27px;
    transform-origin: 100% 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

header .nav-app {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

header .nav-app > .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.15);
}

header .nav-app > .child {
    position: absolute;
    height: 100%;
    width: 60%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    background-color: #003586;
    top: 0;
    right: 0;
    z-index: 5;
}

header .nav-app > .child > ul > li {
    position: relative;
}

header .nav-app > .child > ul > li > i {
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 24px;
    top: 0;
    font-size: 12px;
    width: 44px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

header .nav-app > .child > ul > li > a {
    border-top: 1px rgba(8, 32, 56, 0.3) solid;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: none;
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    font-size: 14px;
    padding: 0 24px;
}

header .nav-app > .child > ul > li.go-child.on > i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

header .nav-app > .child > ul > ol {
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
}

header .nav-app > .child > ul > ol > li > a {
    width: 100%;
    display: inline-block;
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 24px;
    text-indent: 10px;
    opacity: 0.9;
}

header .nav-app > .child > div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}

header .nav-app > .child > div > a {
    width: 60px;
    text-align: center;
    color: #fff;
}

header .nav-app.on {
    opacity: 1;
    pointer-events: auto;
}

header .nav-app.on > .child {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}

header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 84%;
    height: 100%;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
    z-index: 5;
    background-color: #fff;
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

header.on {
    top: 0;
}

header.on:after {
    width: 100%;
}

footer {
    position: relative;
    z-index: 50;
    padding: 0.3rem 0;
}

footer .topic {
    padding: 0.3rem 0;
    width: 80%;
    margin: auto;
    border-bottom: 1px solid rgba(73, 82, 98, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .topic > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .topic > ul > li {
    width: 130px;
    text-align: center;
    position: relative;
}

footer .topic > ul > li:first-of-type {
    text-align: left;
    width: 100px;
}

footer .topic > ul > li:first-of-type:after {
    opacity: 0;
}

footer .topic > ul > li > a {
    font-size: 14px;
    white-space: nowrap;
}

footer .topic > ul > li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 14px;
    background-color: rgba(73, 82, 98, 0.7);
    left: 0;
}

footer .topic > div {
    display: none;
}

footer .fMain {
    padding: 26px 0;
    width: 84%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .fMain .grc {
    font-size: 12px;
    font-weight: lighter;
    letter-spacing: 0.5px;
}

footer .fMain .left p {
    line-height: 2;
}

footer .fMain .right > img {
    max-width: 90px;
    display: block;
}

#bloc {
    background-color: #ecedef;
    overflow: hidden;
}

#bloc.h_on header {
    top: 0;
}

#bloc.h_on header:after {
    width: 100%;
}

#bloc.f-on footer .topic {
    border-bottom: none;
    border-top: 1px solid rgba(73, 82, 98, 0.7);
}

#bloc.f-on footer .topic > div {
    display: inline-block;
    opacity: 0.7;
}

#bloc.f-on footer .fMain {
    display: none;
}

.after-inner {
    background-color: #fff !important;
}

.after-inner .wrapper {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.after-inner .tab li {
    width: calc(100% / 3);
}

.after-inner #top {
    position: relative;
}

.after-inner #top .photo {
    width: 100vw;
    animation-duration: 2s;
    position: relative;
    z-index: 1;
    opacity: 0;
}

@media screen and (min-width: 800px) {
    .after-inner #top .photo {
        height: 110vh;
    }
}

.after-inner #top .msg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    top: -1rem;
    width: 84%;
    margin: auto;
    height: calc(100% - 3.6rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.after-inner #top .msg h1 {
    letter-spacing: 36px;
    text-align: center;
    text-indent: 36px;
    font-size: 68px;
    text-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 800px) {
    .after-inner #top .msg h1 {
        line-height: 72px;
        height: 72px;
    }
}

@media screen and (max-width: 1366px) {
    .after-inner #top .msg h1 {
        line-height: 72px;
        height: 72px;
        font-size: 54px;
    }
}

.after-inner #top .msg h1 > img {
    width: 70%;
    display: inline-block;
}

@media screen and (min-width: 800px) {
    .after-inner #top .msg small {
        font-size: 24px;
        letter-spacing: 1px;
    }
}

.after-inner #top .msg .go-next {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 0.4rem;
    line-height: 0.4rem;
}

.after-inner #top .msg .go-next:after {
    content: attr(data-node);
    position: absolute;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: 180%;
    left: 0;
    top: 70%;
    white-space: nowrap;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    height: 0.4rem;
    line-height: 0.4rem;
    color: #fff;
    font-size: 13px;
    opacity: 0;
}

.after-inner #top .msg .go-next:hover:after {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    opacity: 1;
}

.after-inner #top .msg .go-prev {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 0.5rem;
    line-height: 0.5rem;
}

.after-inner #top .msg .go-prev:after {
    content: attr(data-node);
    position: absolute;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: 180%;
    right: 0;
    top: 70%;
    white-space: nowrap;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    text-align: right;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #fff;
    font-size: 13px;
    opacity: 0;
}

.after-inner #top .msg .go-prev:hover:after {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    opacity: 1;
}

.after-inner #top .msg #down-more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 180%;
    pointer-events: auto;
    z-index: 3;
    cursor: pointer;
}

.after-inner #top .msg #down-more > i {
    display: inline-block;
    text-shadow: 0 2px 5px #000;
    animation: rise .6s linear infinite alternate;
}

.after-inner #top .msg #down-more > a {
    text-shadow: 0 2px 5px #000;
}

@keyframes rise {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translateY(10px);
    }
}

.after-inner #top .blur {
    width: 84%;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -1px;
    height: 2.2rem;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
}

.after-inner #top .blur > img {
    position: absolute;
    width: 100vw;
    left: -8vw;
    bottom: 0;
    filter: blur(6px);
}

.after-inner #top .tree {
    width: 84%;
    margin: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, #ffffff 100%);
    position: absolute;
    bottom: -1px;
    height: 2.2rem;
    left: 0;
    right: 0;
    z-index: 3;
}

.after-inner #top .tree .max-wid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 0.4rem;
}

.after-inner #top .tree .max-wid .node {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.after-inner #top .tree .max-wid .node > li > a {
    color: #595959;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.after-inner #top .tree .max-wid .node > li > a:hover {
    color: #c6181a;
}

.after-inner #top .tree .max-wid .node > li > em {
    color: #bfbfbf;
    font-size: 12px;
    margin: 0 16px;
}

.after-inner #top .tree .max-wid .node > li.first > a {
    font-size: 22px;
    color: #000;
}

.after-inner #top .tree .max-wid .node > li.first > a:hover {
    color: #c6181a;
}

.after-inner #top .tree .max-wid .node > li:last-of-type > em {
    opacity: 0;
}

.after-inner #top .tree .max-wid .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.after-inner #top .tree .max-wid .tab > li {
    position: relative;
}

.after-inner #top .tree .max-wid .tab > li > a {
    padding: 36px 0;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid transparent;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.after-inner #top .tree .max-wid .tab > li.on > a {
    border-color: #c6181a;
    color: #000;
}

.after-inner #top .tree .max-wid .tab > li:hover > a {
    color: #000;
}

.after-inner #top .tree .max-wid .tab > li:after {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.after-inner #top .tree .max-wid .tab > li:last-of-type:after {
    opacity: 0;
}

.after-inner #top.back .msg h1 {
    color: #000;
}

.after-inner #top.back .msg small {
    color: rgba(0, 0, 0, 0.5);
}

.after-inner #top.back .msg .go-next {
    color: #000;
}

.after-inner #top.back .msg .go-next:after {
    color: #000;
}

.after-inner #top.back .msg .go-prev {
    color: #000;
}

.after-inner #top.back .msg .go-prev:after {
    color: #000;
}

.after-inner #top.back:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
}

.after-inner #main .row {
    width: 84%;
    margin: auto;
    padding: 0.5rem 0;
}

.after-inner #main .row .more {
    border: 1px solid #cccccc;
    padding: 4px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
}

.after-inner footer {
    background-color: #272a2e;
}

.after-inner footer .grc {
    color: rgba(255, 255, 255, 0.7);
}

.six {
    opacity: 0;
}

.six #top .tree .max-wid {
    position: relative;
}

.six #top .tree .box {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: calc(33px + 0.5rem);
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.six #top .tree .box > li {
    text-align: center;
    padding: 0.5rem 0;
    width: 20%;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    height: 205px;
}

@media screen and (max-width: 1440px) {
    .six #top .tree .box > li {
        height: 180px;
    }
}

@media screen and (max-width: 1366px) {
    .six #top .tree .box > li {
        height: 170px;
    }
}

.six #top .tree .box > li svg {
    width: 64px;
    height: 60px;
    margin-bottom: 16px;
}

.six #top .tree .box > li svg .st0 {
    fill: none;
    stroke: #4b4240;
    stroke-width: 15;
    stroke-miterlimit: 10;
    transition: stroke 0.3s ease-in-out;
}

.six #top .tree .box > li svg .st1 {
    fill: none;
    stroke: #4b4240;
    stroke-width: 15;
    stroke-miterlimit: 10;
    transition: stroke 0.3s ease-in-out;
}

.six #top .tree .box > li h5 {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    color: #000;
}

@media screen and (min-width: 800px) {
    .six #top .tree .box > li h5 {
        font-weight: bolder;
        -webkit-text-stroke: 0.2px black;
    }
}

.six #top .tree .box > li:after {
    content: "";
    position: absolute;
    margin: auto;
    width: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 2px;
    background-color: #c6181a;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.six #top .tree .box > li:hover,
.six #top .tree .box > li.on {
    background-color: #fafafa;
}

.six #top .tree .box > li:hover h5,
.six #top .tree .box > li.on h5 {
    color: #c6181a;
    -webkit-text-stroke: 0.2px #c6181a;
}

.six #top .tree .box > li:hover:after,
.six #top .tree .box > li.on:after {
    opacity: 1;
    width: 100%;
}

@media screen and (min-width: 800px) {
    .six #main {
        padding-top: 1.6rem !important;
    }
}

#home {
    position: relative;
    background-color: #fff;
}

#home #homeBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

#home #homeBg .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

#home #homeBg .pic.on {
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
}

#home #homeBg .pic.navInPrev {
    pointer-events: none;
    opacity: 1;
    -webkit-animation: slideInHalfFromTop 0.7s forwards ease-in-out;
    animation: slideInHalfFromTop 0.7s forwards ease-in-out;
}

#home #homeBg .pic.navOutPrev {
    pointer-events: none;
    opacity: 1;
    -webkit-animation: slideOutBottom 0.7s forwards ease-in-out;
    animation: slideOutBottom 0.7s forwards ease-in-out;
}

#home #homeBg .pic.navInNext {
    pointer-events: none;
    opacity: 1;
    z-index: 100;
    -webkit-animation: slideInFromBottom 0.7s forwards ease-in-out;
    animation: slideInFromBottom 0.7s forwards ease-in-out;
}

#home #homeBg .pic.navOutNext {
    pointer-events: none;
    z-index: 10;
    opacity: 1;
    -webkit-animation: slideOutHalfTop 0.7s forwards ease-in-out;
    animation: slideOutHalfTop 0.7s forwards ease-in-out;
}

#home #top {
    max-height: 100vh;
    overflow: hidden;
}

#home #top .banner {
    width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

#home #top .banner > img {
    position: relative;
    z-index: 4;
}

#home #top .banner #m1 {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

#home #top .banner .txt {
    position: absolute;
    top: 2.8rem;
    z-index: 7;
    width: 100%;
    text-align: center;
}

#home #top .banner .txt .t1 {
    display: none;
}

#home #top .banner .txt .t1 h3 {
    height: 90px;
    line-height: 90px;
    margin-bottom: 12px;
}

#home #top .banner .txt .t1 h3 font {
    opacity: 0;
    margin: 0 0.12rem;
    text-shadow: 0 14px 9px rgba(21, 39, 39, 0.25);
    height: 90px;
    line-height: 90px;
    display: inline-block;
}

#home #top .banner .txt .t1 small font {
    opacity: 0;
    min-width: 6px;
    text-shadow: 0 14px 9px rgba(21, 39, 39, 0.25);
    display: inline-block;
}

#home #top .banner .txt .t1.on {
    display: inline-block;
    animation: fadeIn 0.5s ease-in-out;
}

#home #top .banner .box {
    position: absolute;
    bottom: 1.7rem;
    left: 0;
    z-index: 6;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home #top .banner .box .scr {
    white-space: nowrap;
    transform-origin: 50% 50%;
    transform: rotate(90deg);
}

#home #top .banner .box .scr > em {
    display: inline-block;
}

#home #top .banner .box .scr > a {
    display: inline-block;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    margin-left: -12px;
    line-height: 40px;
    position: relative;
}

#home #top .banner .box .scr > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/c.png) center no-repeat;
    background-size: 100%;
    animation: roll 2s linear infinite;
}

@keyframes roll {
    to {
        transform: rotate(360deg);
    }
}

#home #main {
    margin-top: -1rem;
    position: relative;
    z-index: 6;
}

#home #main #r1 {
    width: 84%;
    margin: auto;
    box-shadow: 0 24px 50px -10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: stretch;
}

#home #main #r1 .col {
    width: calc(100% / 3);
    position: relative;
}

#home #main #r1 .col .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
    z-index: 4;
    position: relative;
}

#home #main #r1 .col .title small {
    line-height: 1;
    letter-spacing: 1px;
}

#home #main #r1 .col .title .go {
    position: absolute;
    width: 0.4rem;
    text-align: center;
    color: rgba(73, 82, 98, 0.7);
    right: calc(-0.2rem + 12px);
}

#home #main #r1 .col:nth-of-type(1) {
    width: 31%;
    padding: 0.5rem 0.4rem;
    background-color: #953133;
    position: relative;
}

#home #main #r1 .col:nth-of-type(1) .title {
    padding: 0;
}

#home #main #r1 .col:nth-of-type(1) .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80%;
    transform-origin: 100% 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#home #main #r1 .col:nth-of-type(1) p {
    position: relative;
    z-index: 4;
    line-height: 22px;
    opacity: 0.6;
    letter-spacing: 0;
}

#home #main #r1 .col:nth-of-type(1) .go {
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 1rem;
    text-align: center;
    z-index: 4;
}

#home #main #r1 .col:nth-of-type(1):hover .bg {
    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 #r1 .col:nth-of-type(2) {
    background-color: #fff;
    width: 38%;
    padding: 0.5rem 0.3rem;
}

#home #main #r1 .col:nth-of-type(2) .title {
    padding: 0 12px;
}

#home #main #r1 .col:nth-of-type(2) .box {
    display: flex;
    justify-content: center;
}

#home #main #r1 .col:nth-of-type(2) .box > li {
    text-align: center;
    width: 20%;
}

#home #main #r1 .col:nth-of-type(2) .box > li svg {
    width: 32px;
    height: 40px;
}

#home #main #r1 .col:nth-of-type(2) .box > li svg .st0 {
    fill: none;
    stroke: #67768f;
    stroke-width: 45;
    stroke-miterlimit: 10;
    transition: stroke 0.3s ease-in-out;
}

#home #main #r1 .col:nth-of-type(2) .box > li svg .st1 {
    fill: none;
    stroke: #67768f;
    stroke-width: 45;
    stroke-miterlimit: 10;
    transition: stroke 0.3s ease-in-out;
}

#home #main #r1 .col:nth-of-type(2) .box > li:hover h5 {
    color: #c6181a;
    font-weight: bolder;
}

#home #main #r1 .col:nth-of-type(2) .box > li:hover .st0 {
    fill: none;
    stroke: #c6181a;
}

#home #main #r1 .col:nth-of-type(2) .box > li:hover .st1 {
    fill: none;
    stroke: #c6181a;
}

#home #main #r1 .col:nth-of-type(3) {
    width: 31%;
    padding: 0;
}

#home #main #r1 .col:nth-of-type(3) #component {
    background-color: #ecedef;
    position: absolute;
}

#home #main #r1 .col:nth-of-type(3) #component .itemwrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon {
    padding: 0.5rem 0.3rem 0.3rem 0.3rem;
    margin: auto;
    width: 100%;
    height: 100%;
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon > small {
    right: 0;
    left: auto;
    top: 64%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    padding-left: 120px;
    transform-origin: 100% 50%;
    white-space: nowrap;
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon > small .process {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 105px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon > small .process:before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
    left: 0;
    top: -2px;
    background-color: #fff;
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon > small .process:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon > small .process.on:after {
    animation: process 5s ease-out;
}

@keyframes process {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon > small .Tpage {
    display: inline-block;
    width: 42px;
    text-align: center;
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon .txtChange li {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: space-between;
    align-items: flex-start;
    height: 93%;
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon .txtChange small {
    letter-spacing: 1px;
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon .pageChange {
    right: 0.3rem;
    left: auto;
    bottom: auto;
    top: 0.5rem;
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon .pageChange > li {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 0.2rem 0.1rem;
    opacity: 0.5;
    cursor: pointer;
}

#home #main #r1 .col:nth-of-type(3) #component .Tcon .pageChange > li.on {
    width: 12px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 50px;
}

#home #main #r1 .col:nth-of-type(3) #component nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    left: 0;
    width: 100%;
}

#home #main #r1 .col:nth-of-type(3) #component nav .moveNext {
    margin: auto;
    font-size: 24px;
    display: none;
}

#home #main #r1 .col:nth-of-type(3) #component nav .movePrev {
    bottom: 0;
    margin: auto;
    font-size: 24px;
}

#home #main #app-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

#home #main #app-row .col {
    width: 100%;
    position: relative;
}

#home #main #app-row .col:nth-of-type(1) {
    padding-top: 60px;
    position: relative;
    z-index: 5;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#home #main #app-row .col:nth-of-type(1) .t2 {
    display: none;
    text-align: center;
}

#home #main #app-row .col:nth-of-type(1) .t2 h3 {
    height: 90px;
    line-height: 90px;
    margin-bottom: 12px;
}

#home #main #app-row .col:nth-of-type(1) .t2 h3 font {
    font-size: 30px;
    opacity: 0;
    margin: 0 0.12rem;
    text-shadow: 0 14px 9px rgba(21, 39, 39, 0.25);
    height: 90px;
    line-height: 90px;
    display: inline-block;
}

#home #main #app-row .col:nth-of-type(1) .t2 small font {
    opacity: 0;
    min-width: 6px;
    text-shadow: 0 14px 9px rgba(21, 39, 39, 0.25);
    display: inline-block;
}

#home #main #app-row .col:nth-of-type(1) .t2.on {
    display: inline-block;
    animation: fadeIn 0.5s ease-in-out;
}

#home #main #app-row .col:nth-of-type(2) {
    position: relative;
    z-index: 8;
}

#home #main #app-row .col:nth-of-type(2) .box {
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 16px 3%;
}

#home #main #app-row .col:nth-of-type(2) .box > li {
    text-align: center;
    width: 20%;
}

#home #main #app-row .col:nth-of-type(2) .box > li svg {
    width: 28px;
    height: 40px;
}

#home #main #app-row .col:nth-of-type(2) .box > li svg .st0 {
    fill: none;
    stroke: #003586;
    stroke-width: 55;
    stroke-miterlimit: 10;
    transition: stroke 0.3s ease-in-out;
}

#home #main #app-row .col:nth-of-type(2) .box > li svg .st1 {
    fill: none;
    stroke: #cd3d3d;
    stroke-width: 55;
    stroke-miterlimit: 10;
    transition: stroke 0.3s ease-in-out;
}

#home #main #app-row .col:nth-of-type(2) .box > li h5 {
    font-weight: bold;
    letter-spacing: -1px;
}

#home #main #app-row .col:nth-of-type(2) .box > li:hover h5 {
    color: #003586;
}

#home #main #app-row .col:nth-of-type(2) .parent {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#home #main #app-row .col:nth-of-type(2) .parent > div {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 3%;
}

#home #main #app-row .col:nth-of-type(2) .parent > div h4 {
    position: relative;
    z-index: 6;
    display: flex;
    justify-content: space-between;
}

#home #main #app-row .col:nth-of-type(2) .parent > div h4 i {
    vertical-align: middle;
    margin-left: 6px;
    font-size: 13px;
    line-height: 24px;
}

#home #main #app-row .col:nth-of-type(2) .parent .left {
    position: relative;
}

#home #main #app-row .col:nth-of-type(2) .parent .left:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#home #main #app-row .col:nth-of-type(2) .parent .right {
    background-color: #c6181a;
}

#home #main #app-row .video-parent {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: calc(100% - 84px);
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

#home #main #app-row .video-parent canvas {
    height: 100% !important;
    background-color: transparent !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    opacity: 0;
    overflow: hidden;
    z-index: 5;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#home #main #app-row .video-parent canvas.on {
    opacity: 1;
}

#home #main #app-row .video-parent video {
    height: 100% !important;
    background-color: transparent !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    overflow: hidden;
    z-index: 5;
    object-fit: cover;
}

#home #main #app-row .video-parent .pic {
    z-index: 6;
}

#plate #main {
    padding: 2.2rem 0 1.2rem 0;
}

#plate #main #r1 .rowMain .bg {
    position: absolute;
    width: 100%;
    height: 260px;
    left: 0;
    top: 0;
    z-index: 2;
}

#plate #main #r1 .rowMain .bg > img {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

#plate #main #r1 .rowMain .bg .mask {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

#plate #main #r1 .rowMain .bg .mask.go {
    animation-duration: 2.5s;
    animation-name: goLeft;
    animation-timing-function: ease-in-out;
}

#plate #main #r1 .rowMain .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 4;
}

#plate #main #r1 .rowMain .box .list {
    width: 32%;
    opacity: 0;
}

#plate #main #r1 .rowMain .box .list .col {
    padding-top: 260px;
    padding-bottom: 50px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

#plate #main #r1 .rowMain .box .list .col .bg {
    top: 260px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 2.4rem;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#plate #main #r1 .rowMain .box .list .col .top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 260px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#plate #main #r1 .rowMain .box .list .col .top .lr {
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#plate #main #r1 .rowMain .box .list .col .mid {
    height: 1.5rem;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin: 0 0 0.6rem 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#plate #main #r1 .rowMain .box .list .col .mid .pic {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transition: transform 3s, opacity 0.2s;
}

#plate #main #r1 .rowMain .box .list .col .mid .other {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

#plate #main #r1 .rowMain .box .list .col .mid .other video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#plate #main #r1 .rowMain .box .list .col .btm {
    position: absolute;
    width: 100%;
    z-index: 12;
    left: 0;
    bottom: 0;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#plate #main #r1 .rowMain .box .list .col .btm .cir {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    display: inline-block;
    background-color: #c9161e;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: border-color 0.5s, width 0.5s, height 0.5s, background-color 0.1s forward;
}

#plate #main #r1 .rowMain .box .list .col .btm p {
    color: #bfbfbf;
    width: 100%;
    text-transform: uppercase;
    line-height: 24px;
    height: 24px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#plate #main #r1 .rowMain .box .list .col:hover {
    padding-top: 50px;
    padding-bottom: 0;
}

#plate #main #r1 .rowMain .box .list .col:hover .bg {
    opacity: 0;
}

#plate #main #r1 .rowMain .box .list .col:hover .top {
    transform: translateY(calc(50px + 0.75rem));
}

#plate #main #r1 .rowMain .box .list .col:hover .top .lr {
    color: #fff;
}

#plate #main #r1 .rowMain .box .list .col:hover .mid {
    height: calc(1.5rem + 260px);
}

#plate #main #r1 .rowMain .box .list .col:hover .mid .pic {
    opacity: 0;
}

#plate #main #r1 .rowMain .box .list .col:hover .mid .other {
    opacity: 1;
}

#plate #main #r1 .rowMain .box .list .col:hover .btm {
    transform: translateY(calc(-0.6rem - 0.75rem + 30px));
    height: 260px;
}

#plate #main #r1 .rowMain .box .list .col:hover .btm .cir {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    width: 200px;
    height: 200px;
}

#plate #main #r1 .rowMain .box .list .col:hover .btm p {
    color: #fff;
}

#plate #main #r1 .rowMain .box .list:nth-of-type(1) {
    animation-delay: 0.6s;
}

#plate #main #r1 .rowMain .box .list:nth-of-type(2) {
    animation-delay: 0.8s;
}

#plate #main #r1 .rowMain .box .list:nth-of-type(3) {
    animation-delay: 1s;
}

#plate #main #r1 .rowMain .box .list.go {
    animation-name: goUp;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(0.16, 1.02, 1, 1);
}

#plate #main #r1 .rowMain .box .list.go .col .mid .pic {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

#plate #main #app-row .list {
    margin-bottom: 30px;
}

#plate #main #app-row .list .pic {
    border-radius: 5px;
    position: relative;
}

#plate #main #app-row .list .pic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

#plate #main #app-row .list .pic > span {
    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%);
    display: inline-block;
    z-index: 5;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    line-height: 125px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#plate #main #app-row .list .pic > span .lr {
    display: inline-block;
    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%);
    font-size: 18px;
    width: 32px;
    text-align: center;
    font-family: serif;
    line-height: 1.4;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#plate #main #app-row .list .btm .cir {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    display: inline-block;
    background-color: #c9161e;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: border-color 0.5s, width 0.5s, height 0.5s, background-color 0.1s forward;
}

#plate #main #app-row .list .btm p {
    color: #bfbfbf;
    width: 100%;
    text-transform: uppercase;
    line-height: 24px;
    height: 24px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#industry {
    animation-delay: 0.3s;
}

#industry #main {
    position: relative;
    padding: 1rem 0 1.2rem 0;
    padding-top: 1.4rem;
}

#industry #main .bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

#industry #main #r2 {
    position: relative;
    z-index: 10;
    padding-bottom: 0;
}

#industry #main #r2 > img {
    display: inline-block;
    max-width: 801px;
    width: 72%;
}

#industry #main #r1 {
    width: 78%;
}

#industry #main #r1 .rowMain .topic .tab1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#industry #main #r1 .rowMain .topic .tab1 > li {
    width: 20%;
    text-align: center;
}

#industry #main #r1 .rowMain .topic .tab1 > li > a {
    line-height: 90px;
    font-weight: bold;
    font-family: serif;
    font-size: 24px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#industry #main #r1 .rowMain .topic .tab1 > li.on > a,
#industry #main #r1 .rowMain .topic .tab1 > li:hover > a {
    color: #c6181a;
}

#industry #main #r1 .rowMain .topic .tab2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
}

#industry #main #r1 .rowMain .topic .tab2 > li {
    margin: 0 18px;
    text-align: center;
}

#industry #main #r1 .rowMain .topic .tab2 > li > a {
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    font-family: serif;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#industry #main #r1 .rowMain .topic .tab2 > li > a:after {
    content: "";
    position: absolute;
    width: 0;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #c6181a;
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#industry #main #r1 .rowMain .topic .tab2 > li.on > a,
#industry #main #r1 .rowMain .topic .tab2 > li:hover > a {
    color: #c6181a;
}

#industry #main #r1 .rowMain .topic .tab2 > li.on > a:after,
#industry #main #r1 .rowMain .topic .tab2 > li:hover > a:after {
    width: 100%;
    opacity: 1;
}

#industry #main #r1 .rowMain .con .box {
    position: relative;
    margin-top: 0.2rem;
}

#industry #main #r1 .rowMain .con .box > img {
    margin-bottom: 100px;
}

#industry #main #r1 .rowMain .con .box > ul.parent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
}

#industry #main #r1 .rowMain .con .box > ul.parent > li {
    position: absolute;
    z-index: 2;
    width: 90%;
    left: 5%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    box-shadow: 0 15px 50px -10px rgba(37, 45, 51, 0.7);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#industry #main #r1 .rowMain .con .box > ul.parent > li .pic {
    border-radius: 5px;
    position: relative;
}

#industry #main #r1 .rowMain .con .box > ul.parent > li .msg {
    position: absolute;
    top: 100%;
    opacity: 0;
    width: 90%;
    left: 5%;
    height: 140px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

#industry #main #r1 .rowMain .con .box > ul.parent > li .msg h3 {
    white-space: nowrap;
    text-shadow: 0 0 12px #fff;
    font-family: serif;
    color: #c6181a;
    margin-bottom: 0;
    margin-right: 0.4rem;
}

#industry #main #r1 .rowMain .con .box > ul.parent > li .msg p {
    font-family: sans-serif;
    color: #000;
    text-align: left;
}

#industry #main #r1 .rowMain .con .box > ul.parent > li.on {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

#industry #main #r1 .rowMain .con .box > ul.parent > li.on .msg {
    opacity: 1;
}

#industry #main #r1 .rowMain .con .box > ul.parent > li.next-on {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    left: 0%;
    transform-origin: 0 50%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
}

#industry #main #r1 .rowMain .con .box > ul.parent > li.prev-on {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    left: 10%;
    transform-origin: 100% 50%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
}

#industry #main #r1 .rowMain .con .box .other {
    z-index: 50;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#industry #main #r1 .rowMain .con .box .other .data {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 5%;
    opacity: 0;
}

#industry #main #r1 .rowMain .con .box .other nav {
    font-size: 16px;
    cursor: pointer;
    width: 5%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    pointer-events: auto;
    height: 0.8rem;
    line-height: 0.8rem;
}

#industry #main #r1 .rowMain .con .box .other nav.prev {
    left: 0;
}

#industry #main #r1 .rowMain .con .box .other nav.next {
    right: 0;
}

#industry #main #r1 .rowMain .con .box .pager {
    position: relative;
    z-index: 10;
}

#industry #main #r1 .rowMain .con .box .pager nav {
    font-size: 12px;
    cursor: pointer;
    width: 10%;
    text-align: center;
    color: #c6181a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    pointer-events: auto;
    height: 0.8rem;
    line-height: 0.8rem;
}

#industry #main #r1 .rowMain .con .box .pager nav.p-prev {
    left: 0;
}

#industry #main #r1 .rowMain .con .box .pager nav.p-next {
    right: 0;
}

#industry #main #r1 .rowMain .con .box .pager > ul {
    width: 80%;
    margin: auto;
}

#industry #main #r1 .rowMain .con .box .pager > ul > li {
    display: none;
    justify-content: flex-start;
    align-items: center;
}

#industry #main #r1 .rowMain .con .box .pager > ul > li .col {
    position: relative;
    cursor: pointer;
    margin: 18px 5px;
    width: calc(25% - 10px);
    animation-name: fadeInRightSmall;
}

#industry #main #r1 .rowMain .con .box .pager > ul > li .col .pic {
    position: relative;
}

#industry #main #r1 .rowMain .con .box .pager > ul > li .col .pic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#industry #main #r1 .rowMain .con .box .pager > ul > li .col .note {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 19px;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 12px #fff;
    font-family: serif;
}

#industry #main #r1 .rowMain .con .box .pager > ul > li .col.on .pic:after {
    opacity: 0.5;
}

#industry #main #r1 .rowMain .con .box .pager > ul > li .col:hover .pic:after {
    opacity: 0.5;
}

#industry #main #r1 .rowMain .con .box .pager > ul > li.on {
    display: flex;
}

#industry #main #app-row {
    position: relative;
    z-index: 10;
    margin-top: 48px;
}

#industry #main #app-row .topic {
    margin-bottom: 40px;
}

#industry #main #app-row .topic .tab1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#industry #main #app-row .topic .tab1 > li {
    width: 20%;
    text-align: center;
}

#industry #main #app-row .topic .tab1 > li > a {
    line-height: 42px;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#industry #main #app-row .topic .tab1 > li.on > a,
#industry #main #app-row .topic .tab1 > li:hover > a {
    color: #c6181a;
}

#industry #main #app-row .topic .tab2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
}

#industry #main #app-row .topic .tab2 > li {
    text-align: center;
    margin: 0 10px;
}

#industry #main #app-row .topic .tab2 > li > a {
    line-height: 34px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#industry #main #app-row .topic .tab2 > li > a:after {
    content: "";
    position: absolute;
    width: 0;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #c6181a;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#industry #main #app-row .topic .tab2 > li.on > a,
#industry #main #app-row .topic .tab2 > li:hover > a {
    color: #c6181a;
}

#industry #main #app-row .topic .tab2 > li.on > a:after,
#industry #main #app-row .topic .tab2 > li:hover > a:after {
    width: 100%;
    opacity: 1;
}

#industry #main #app-row .con .list {
    margin-bottom: 30px;
}

#industry #main #app-row .con .list h3 {
    font-size: 15px;
}

#results .tab li {
    width: calc(100% / 3);
}

#results #main {
    padding-top: 0.5rem;
}

#results #main .row {
    padding: 0.5rem 0;
    width: 84%;
    margin: auto;
}

#results #main .row .more {
    border: 1px solid #cccccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    padding: 4px 18px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    width: 240px;
    position: relative;
}

#results #main .row .more > b {
    position: relative;
    z-index: 5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#results #main .row .more > i {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    position: relative;
    z-index: 5;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#results #main .row .more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #cd3d3d;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

#results #main .row .more:hover {
    border-color: transparent;
}

#results #main .row .more:hover > b,
#results #main .row .more:hover > i {
    color: #fff;
}

#results #main .row .more:hover > i {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    -ms-transform: translateX(3px);
}

#results #main .row .more:hover:after {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

#results #main #r1 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 10;
}

#results #main #r1 .box .col h3 {
    letter-spacing: 5px;
}

#results #main #r1 .box .list em {
    font-family: "Microsoft YaHei", "Arial";
}

#results #main #r1 .box .more {
    margin-top: 0.6rem;
}

#results #main #r1 .box.btm-line {
    border-bottom: 1px solid #c5ab82;
}

#results #main #r1 .box > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

#results #main #r1 .box > ul > li {
    min-width: 150px;
    border: 1px solid #eee;
    margin-right: 20px;
}

#results #main #r1 .box > ul > li > a {
    display: inline-block;
    width: 100%;
    padding: 10px 16px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#results #main #r1 .box > ul > li > a:hover {
    color: #fff;
    background-color: #c6181a;
}

#results #main #r1 .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 30%;
    z-index: 3;
    opacity: 0.8;
}

#results #main #r2 .con {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#results #main #r2 .con .left {
    width: calc(50% - 110px);
    background-color: #24548d;
    padding: 0.4rem 0.3rem 0.3rem 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#results #main #r2 .con .left .topic h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#results #main #r2 .con .left .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
}

#results #main #r2 .con .left .box .mid {
    flex-grow: 1;
    position: relative;
    width: 100%;
}

#results #main #r2 .con .left .box .mid > img {
    width: 100%;
    display: none;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
}

#results #main #r2 .con .left .box .mid > img.on {
    display: block;
}

#results #main #r2 .con .left .box .btm {
    width: 100%;
}

#results #main #r2 .con .left .box .btm .pager {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.4rem;
}

#results #main #r2 .con .left .box .btm .pager > li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}

#results #main #r2 .con .left .box .btm .pager > li.on {
    background-color: #c5ab82;
}

#results #main #r2 .con .right {
    padding: 0.6rem 0;
    width: 45%;
}

#results #main #r2 .con .right .items {
    margin: 0.5rem 0;
}

#results #main #r2 .con .right .items .list {
    margin: 0.3rem 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#results #main #r2 .con .right .items .list:after {
    content: "";
    height: 1px;
    opacity: 0;
    width: 56px;
    background-color: #c5ab82;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -100px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#results #main #r2 .con .right .items .list.on,
#results #main #r2 .con .right .items .list:hover {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    color: #c5ab82;
}

#results #main #r2 .con .right .items .list.on:after,
#results #main #r2 .con .right .items .list:hover:after {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

#nation1 .tab li {
    width: calc(100% / 3);
}

#nation1 #main {
    margin-top: 1rem;
}

#nation1 #main .row {
    width: 84%;
    margin: auto;
    padding: 0.5rem 0;
}

#nation1 #main .row .more {
    border: 1px solid #cccccc;
    padding: 4px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
}

#nation1 #main #r1 {
    position: relative;
    z-index: 16;
}

#nation1 #main #r1 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#nation1 #main #r1 .box .col {
    width: 50%;
    text-align: center;
}

#nation1 #main #r1 .box .col:nth-of-type(1) > img {
    max-width: 84%;
    display: inline-block;
}

#nation1 #main #r1 .box .col:nth-of-type(2) {
    background-color: #cd3d3d;
    box-shadow: 0 10px 40px -10px rgba(201, 22, 30, 0.33);
    padding: 0.4rem 0.5rem;
}

#nation1 #main #r1 .box .col:nth-of-type(2) span {
    text-align: left;
}

#nation1 #main #r2 {
    position: relative;
    z-index: 15;
}

#nation1 #main #r2 p {
    text-align: center;
    line-height: 2;
    padding: 0.5rem 0;
}

#nation1 #main #r3 .bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

#nation1 #main #r3 .con {
    width: 50%;
    margin: auto;
    margin-left: 20%;
    position: relative;
    z-index: 10;
    padding-bottom: 1.2rem;
}

#nation1 #main #r4 {
    position: relative;
    z-index: 12;
}

#nation1 #main #r4 .bg {
    width: 100vw;
    z-index: 4;
    left: -8vw;
    position: absolute;
    bottom: 0;
}

#nation1 #main #r4 .rowMain {
    position: relative;
    z-index: 10;
}

#nation1 #main #r4 .rowMain .con {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 1.4rem;
    position: relative;
}

#nation1 #main #r4 .rowMain .con .col {
    width: 48%;
    padding: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#nation1 #main #r4 .rowMain .con .col:nth-of-type(1) {
    background-color: #cd3d3d;
    box-shadow: 0 20px 60px -10px rgba(201, 22, 30, 0.33);
}

#nation1 #main #r4 .rowMain .con .col:nth-of-type(2) {
    background-color: #2988cc;
    box-shadow: 0 20px 60px -10px rgba(15, 75, 149, 0.33);
}

#nation1 #main #r4 .rowMain .con .col .left {
    color: #fff;
}

#nation1 #main #r4 .rowMain .con .col .right {
    flex-grow: 1;
    padding-left: 16%;
}

#nation1 #main #r4 .rowMain .con .col .right > li {
    color: #fff;
    opacity: 0.6;
    line-height: 42px;
}

#nation1 #main #r4 .rowMain .con .other {
    position: absolute;
    width: 100%;
    height: 1.1rem;
    bottom: 100%;
    left: 0;
}

#nation1 #main #r4 .rowMain .con .other .line {
    position: absolute;
    width: 1.8rem;
    height: 1px;
    background-color: rgba(73, 82, 98, 0.7);
}

#nation1 #main #r4 .rowMain .con .other .line:nth-of-type(1) {
    left: 56%;
    transform-origin: 0 0;
    transform: rotate(26deg);
    -webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
}

#nation1 #main #r4 .rowMain .con .other .line:nth-of-type(2) {
    right: 56%;
    transform-origin: 100% 0;
    transform: rotate(-26deg);
    -webkit-transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -o-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
}

#nation1 #main #r5 {
    z-index: 10;
}

#nation1 #main #r5 .bg {
    width: 100vw;
    z-index: 4;
    height: 100%;
    background-size: cover;
    left: -8vw;
    position: absolute;
    bottom: 0;
}

#nation1 #main #r5 .rowMain {
    position: relative;
    z-index: 10;
}

#nation1 #main #r5 .rowMain .topic {
    text-align: center;
}

#nation1 #main #r5 .rowMain .topic h3 {
    letter-spacing: 20px;
}

#nation1 #main #r5 .rowMain .topic h4 {
    letter-spacing: 3px;
}

#nation1 #main #r5 .rowMain .con {
    position: relative;
}

#nation1 #main #r5 .rowMain .con #time-fn {
    position: relative;
    z-index: 10;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-line {
    position: absolute;
    height: 1px;
    background-color: #e5e5e5;
    width: calc(100% - 60px);
    left: 30px;
    top: calc(3.8rem - 0.6rem - 7px);
}

#nation1 #main #r5 .rowMain .con #time-fn .time-box {
    height: 3.8rem;
    position: relative;
    width: 92%;
    margin: auto;
    overflow: hidden;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-box .time-date {
    position: absolute;
    left: 0;
    transform: translateX(0.025%);
    -webkit-transform: translateX(0.025%);
    -moz-transform: translateX(0.025%);
    -o-transform: translateX(0.025%);
    -ms-transform: translateX(0.025%);
    bottom: 0;
    width: 100000%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-box .time-date .time-list {
    text-align: center;
    display: inline-block;
    width: 0.025%;
    line-height: 1;
    position: relative;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-box .time-date .time-list .pic {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-box .time-date .time-list > em {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    background-color: #c6181a;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-box .time-date .time-list > span {
    display: block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    height: 0.6rem;
    line-height: 0.6rem;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-box .time-date .time-list.on {
    width: 0.05%;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-box .time-date .time-list.on .pic {
    opacity: 1;
    visibility: visible;
    animation: fadeInDownSmall 0.5s ease-in-out;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-box .time-date .time-list.on > em {
    opacity: 0;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-box .time-date .time-list.on > span {
    opacity: 0;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-msg {
    padding: 0.3rem 20%;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-msg .time-node {
    min-height: 2rem;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-msg .time-node > li {
    text-align: center;
    display: none;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-msg .time-node > li h5 {
    animation: fadeInUpSmall 1s ease-in-out;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-msg .time-node > li p {
    animation: fadeInUpSmall 1s ease-in-out;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-msg .time-node > li.on {
    display: block;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-set {
    position: absolute;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.56rem;
    left: 0%;
    top: calc(3.8rem - 0.9rem - 6px);
}

#nation1 #main #r5 .rowMain .con #time-fn .time-set a {
    display: inline-block;
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 50%;
    line-height: 0.56rem;
    text-align: center;
    background-color: #e5e5e5;
    pointer-events: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#nation1 #main #r5 .rowMain .con #time-fn .time-set a:hover {
    background-color: #cd3d3d;
}

#nation1 #main #r5 .rowMain .con:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 1.6rem);
    background-color: #fff;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

#nation1 #main #r6 {
    z-index: 10;
}

#nation1 #main #r6 .bg {
    width: 100vw;
    z-index: 4;
    left: -8vw;
    position: absolute;
    bottom: 0;
}

#nation1 #main #r6 .rowMain {
    position: relative;
    z-index: 10;
}

#nation1 #main #r6 .rowMain .topic {
    text-align: center;
    margin-bottom: 0.8rem;
}

#nation1 #main #r6 .rowMain .topic h3 {
    letter-spacing: 24px;
}

#nation1 #main #r6 .rowMain .topic h4 {
    letter-spacing: 10px;
}

#nation1 #main #r6 .rowMain .con {
    padding: 0.4rem 10% 0 10%;
    position: relative;
    background: url(../img/bg2.png) center bottom no-repeat;
    background-size: 100%;
}

#nation1 #main #r6 .rowMain .con:after {
    content: "";
    position: absolute;
    z-index: 7;
    width: 100%;
    height: 30%;
    background-color: #fff;
    left: 0;
    top: 0;
    box-shadow: 0 -8px 12px -3px rgba(14, 26, 48, 0.05);
}

#nation1 #main #r6 .rowMain .con .top {
    padding: 0.2rem 0.4rem 0.3rem 0.4rem;
    opacity: 0.3;
    border-bottom: 1px solid #000;
    text-align: center;
    position: relative;
    z-index: 10;
}

#nation1 #main #r6 .rowMain .con .mid {
    position: relative;
    z-index: 10;
}

#nation1 #main #r6 .rowMain .con .mid > ul {
    margin: 0.5rem 0;
    padding: 0 0.4rem;
    max-height: 550px;
    overflow-y: auto;
}

#nation1 #main #r6 .rowMain .con .mid > ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.1rem;
}

#nation1 #main #r6 .rowMain .con .mid > ul > li > span {
    line-height: 45px;
    width: 30%;
}

#nation1 #main #r6 .rowMain .con .mid > ul > li > div {
    width: 70%;
}

#nation1 #main #r6 .rowMain .con .mid > ul > li > div > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
}

#nation1 #main #r6 .rowMain .con .mid > ul > li > div > div > em {
    line-height: 45px;
    width: 15%;
}

#nation1 #main #r6 .rowMain .con .mid > ul > li > div > div > p {
    margin-top: 10px;
    width: 85%;
}

#nation1 #main #r6 .rowMain .con .mid > ul::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

#nation1 #main #r6 .rowMain .con .mid > ul::-webkit-scrollbar-thumb {
    border: solid 1px #000;
    width: 5px;
    border-radius: 4px;
    background-color: #003586;
}

#nation1 #main #r6 .rowMain .con .mid > ul::-webkit-scrollbar-corner {
    background-color: #000;
}

#nation1 #main #r6 .rowMain .con .mid > ul::-webkit-scrollbar:horizontal {
    height: 9px;
}

#nation1 #main #r6 .rowMain .con .mid > ul::-webkit-selection {
    background: #c6181a;
    color: #fff;
}

#nation1 #main #r6 .rowMain .con .mid > ul::-moz-selection {
    background: #c6181a;
    color: #fff;
}

#nation1 #main #r6 .rowMain .con .mid > ul::selection {
    background: #c6181a;
    color: #fff;
}

#report #main #r1 .rowMain .con .list {
    padding: 0.5rem;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.12);
    margin-bottom: 0.5rem;
}

#report #main #r1 .rowMain .con .list h3 {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#report #main #r1 .rowMain .con .list p {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#report #main #r1 .rowMain .con .list .go-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #c6181a;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#report #main #r1 .rowMain .con .list .go-more > em,
#report #main #r1 .rowMain .con .list .go-more > i {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#report #main #r1 .rowMain .con .list:hover {
    box-shadow: 0 10px 40px -3px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
}

#report #main #r1 .rowMain .con .list:hover h3 {
    color: #c6181a;
}

#report #main #r1 .rowMain .con .list:hover p {
    font-weight: bold;
}

#report #main #r1 .rowMain .con .list:hover .go-more {
    width: 21%;
}

#report #main #r1 .rowMain .con .list:hover .go-more > em,
#report #main #r1 .rowMain .con .list:hover .go-more > i {
    opacity: 1;
    transition-delay: 0.1s;
}

#report #main #r1 .rowMain .other {
    position: relative;
    padding: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#report #main #r1 .rowMain .other > a > em {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#report #main #r1 .rowMain .other > a > i {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#report #main #r1 .rowMain .other > a:hover > i {
    color: #c6181a;
}

#report #main #r1 .rowMain .other > a:hover > em {
    color: #c6181a;
}

#report #main #r1 .rowMain .other .pager {
    width: 70%;
    text-align: center;
}

#report #main #r1 .rowMain .other .pager > li {
    display: inline-block;
}

#report #main #r1 .rowMain .other .pager > li > a {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #495262;
}

#report #main #r1 .rowMain .other .pager > li.on > a {
    color: #c6181a;
    font-size: 20px;
    font-weight: bold;
}

#invest #top .tree .box {
    display: flex;
    justify-content: center;
    width: 100%;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#invest #top .tree .box > li {
    text-align: center;
    padding: 0.3rem 0;
    width: 20%;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#invest #top .tree .box > li svg .st0 {
    fill: none;
    stroke: #4b4240;
    stroke-width: 20;
    stroke-miterlimit: 10;
    transition: stroke 0.3s ease-in-out;
}

#invest #top .tree .box > li svg .st1 {
    fill: none;
    stroke: #4b4240;
    stroke-width: 20;
    stroke-miterlimit: 10;
    transition: stroke 0.3s ease-in-out;
}

#invest #top .tree .box > li h5 {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#invest #top .tree .box > li:after {
    content: "";
    position: absolute;
    margin: auto;
    width: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 1px;
    background-color: #c6181a;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#invest #top .tree .box > li:hover,
#invest #top .tree .box > li.on {
    background-color: #fafafa;
}

#invest #top .tree .box > li:hover h5,
#invest #top .tree .box > li.on h5 {
    color: #c6181a;
}

#invest #top .tree .box > li:hover:after,
#invest #top .tree .box > li.on:after {
    opacity: 1;
    width: 100%;
}

#invest #main {
    position: relative;
    padding-top: 1.2rem;
}

#invest #main .row {
    position: relative;
    z-index: 10;
}

#invest #main #r1 .topic {
    width: 50%;
    text-align: center;
    margin: auto;
}

#invest #main #r1 .topic h2 {
    letter-spacing: 10px;
}

#invest #main #r1 .line {
    height: 0.8rem;
    width: 1px;
    background-color: #495262;
    display: inline-block;
    margin: 0.5rem 0 0 0;
}

#invest #main #r1 .con {
    position: relative;
    z-index: 10;
}

#invest #main #r1 .con .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#invest #main #r1 .con .items > li {
    width: 22%;
    text-align: center;
}

#invest #main #r1 .con .items > li .pic {
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

#invest #main #r1 .con .items > li .pic .num {
    position: absolute;
    left: 15px;
    top: 5px;
}

#invest #main #r1 .con .items > li:nth-of-type(2n) {
    margin-top: 1.6rem;
}

#invest #main #r1 > .bg {
    position: absolute;
    width: 100vw;
    left: -8vw;
    bottom: 0;
}

#invest #main #r2 .topic h2 {
    text-align: center;
    padding: 0.5rem 0;
    border-bottom: 2px solid #333;
}

#invest #main #r2 .con {
    padding-bottom: 0.6rem;
}

#invest #main #r2 .con .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

#invest #main #r2 .con .list .photo {
    width: 32%;
    overflow: hidden;
}

#invest #main #r2 .con .list .photo .pic {
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#invest #main #r2 .con .list .msg {
    width: 64%;
}

#invest #main #r2 .con .list .msg h3 {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    font-weight: bolder;
}

#invest #main #r2 .con .list .msg > small {
    background-color: #c6181a;
    display: inline-block;
    padding: 4px 10px;
    color: #fff;
}

#invest #main #r2 .con .list .other {
    width: 100%;
    margin-left: 36%;
}

#invest #main #r2 .con .list .other > li {
    margin-top: 0.3rem;
}

#invest #main #r2 .con .list:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -1px;
    background-color: #ccc;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#invest #main #r2 .con .list:hover .photo .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);
}

#invest #main #r2 .con .list:hover .msg h3 {
    color: #c6181a;
}

#invest #main #r2 .con .list:hover:after {
    width: 100%;
    background-color: #c6181a;
}

#invest #main > .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#ad #main #r1 .con .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.6rem 0;
    position: relative;
    cursor: pointer;
    background-color: #f7f7f7;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#ad #main #r1 .con .list .pic {
    width: 38%;
}

#ad #main #r1 .con .list .msg {
    padding: 10px 0;
    position: relative;
    margin: 0 4%;
    width: 62%;
}

#ad #main #r1 .con .list .msg p {
    margin-bottom: 0.2rem;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#ad #main #r1 .con .list .msg:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    border-top: 1px dashed #bdbdbd;
    bottom: 0;
    left: 0;
}

#ad #main #r1 .con .list .go-more {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    background-color: #404040;
    color: #fff;
    white-space: nowrap;
    padding: 5px 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 800px) {
    #ad #main #r1 .con .list:hover {
        background-color: #fff;
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        -ms-transform: translateX(5px);
        box-shadow: 0 30px 50px -6px rgba(0, 0, 0, 0.25);
    }

    #ad #main #r1 .con .list:hover .msg p {
        opacity: 1;
    }

    #ad #main #r1 .con .list:hover .go-more {
        background-color: #cd3d3d;
    }
}

#ad #main #r1 .other {
    position: relative;
    padding: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ad #main #r1 .other > a > em {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#ad #main #r1 .other > a > i {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#ad #main #r1 .other > a:hover > i {
    color: #c6181a;
}

#ad #main #r1 .other > a:hover > em {
    color: #c6181a;
}

#ad #main #r1 .other .pager {
    width: 70%;
    text-align: center;
}

#ad #main #r1 .other .pager > li {
    display: inline-block;
}

#ad #main #r1 .other .pager > li > a {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #495262;
}

#ad #main #r1 .other .pager > li.on > a {
    color: #c6181a;
    font-size: 20px;
    font-weight: bold;
}

#cc #main #r1 {
    padding-top: 1rem;
}

#cc #main #r1 .topic h2 {
    letter-spacing: 10px;
}

#cc #main #r1 .con {
    position: relative;
}

#cc #main #r1 .con .box {
    width: 100%;
    padding: 0 15%;
    position: relative;
    margin: 0.5rem auto 1rem auto;
}

#cc #main #r1 .con .box .swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#cc #main #r1 .con .box .swiper > ul.item {
    display: flex;
    justify-content: flex-start;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    align-items: center;
    width: 5000%;
    position: relative;
}

#cc #main #r1 .con .box .swiper > ul.item > li {
    text-align: center;
    position: relative;
    width: 2%;
}

#cc #main #r1 .con .box .swiper > ul.item > li > img {
    max-width: 100%;
    display: inline-block;
}

#cc #main #r1 .con .box .swiper > ul.item > li > span {
    position: absolute;
    left: 45%;
    top: 20%;
    letter-spacing: 8px;
}

#cc #main #r1 .con .box .pager_zh {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
}

#cc #main #r1 .con .box .pager_zh a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 800px) {
    #cc #main #r1 .con .box .pager_zh a:hover {
        color: #c6181a;
    }
}

#cc #main #r1 .con .box .pager_zh .p-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    font-size: 12px;
    color: rgba(73, 82, 98, 0.7);
}

#cc #main #r1 .con .box .pager_zh .p-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    color: rgba(73, 82, 98, 0.7);
}

#cc #main #r1 .con .box .pager_zh .pager {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: -0.5rem;
    left: 0;
}

#cc #main #r1 .con .box .pager_zh .pager li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    border: 1px solid #cacaca;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    margin: 0 10px;
}

#cc #main #r1 .con .box .pager_zh .pager li.on {
    background-color: #cd3d3d;
    border-color: transparent;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

#cc #main #r1 .con .msg {
    text-align: center;
    width: 60%;
    margin: auto;
}

#cc #main #r1 .con .msg > li {
    line-height: 2;
    color: rgba(73, 82, 98, 0.7);
    opacity: 0;
    display: none;
}

#cc #main #r1 .con .msg > li.on {
    display: block;
}

#cc #main #r1 .line {
    height: 0.8rem;
    width: 1px;
    background-color: #495262;
    display: inline-block;
    margin: 0.5rem 0;
}

#cc #main #r2 {
    padding-bottom: 0;
    padding-top: 0;
}

#cc #main #r2 .topic {
    position: relative;
    z-index: 4;
}

#cc #main #r2 .topic h2 {
    letter-spacing: 10px;
}

#cc #main #r2 .topic i {
    vertical-align: baseline;
    margin-right: 10px;
}

#cc #main #r2 .con {
    position: relative;
    z-index: 3;
    padding-bottom: 1.6rem;
}

#cc #main #r2 .con .top {
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
    z-index: 3;
}

#cc #main #r2 .con .top .col {
    width: 86%;
    min-height: 100px;
    padding: 20px 7%;
    text-align: center;
}

#cc #main #r2 .con .top .col h3 {
    font-weight: bolder;
}

#cc #main #r2 .con .top .col:nth-of-type(1) {
    background-color: #953133;
}

#cc #main #r2 .con .top .col:nth-of-type(2) {
    background-color: #003586;
    display: none;
}

#cc #main #r2 .con .mid {
    height: 3.8rem;
    position: absolute;
    bottom: 0.2rem;
    width: 100%;
    z-index: 2;
}

#cc #main #r2 .con .mid img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cc #main #r2 .con .mid .img {
    top: 24%;
    position: absolute;
    left: 15%;
    width: 70%;
    max-width: 90%;
}

#diamond #top {
    position: relative;
    background-color: #fff;
}

#diamond #top .photo {
    opacity: 1;
    position: relative;
    z-index: 3;
}

#diamond #top #cv {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#diamond #top #gl {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

#diamond #main #r1 .topic {
    padding: 0 10%;
}

#diamond #main #r1 .topic img {
    margin: 0.8rem auto;
    display: block;
    max-width: 70%;
}

#diamond #main #r1 .topic p {
    margin-bottom: 12px;
}

#diamond #main #r1 .topic em {
    color: #c6181a;
}

#diamond #main #r1 .con {
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #c6181a;
}

#diamond #main #r1 .con .list {
    width: 25%;
    text-align: center;
    padding: 0.4rem 3%;
    position: relative;
}

#diamond #main #r1 .con .list > div.title {
    position: relative;
    z-index: 6;
}

#diamond #main #r1 .con .list > div.title h4 {
    font-size: 28px;
    color: #404040;
    position: relative;
    z-index: 5;
    font-weight: lighter;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#diamond #main #r1 .con .list > div.title h4 > b {
    font-size: 50px;
    color: #000;
    font-weight: bolder;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: text-bottom;
}

#diamond #main #r1 .con .list > div.title:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    line-height: 1rem;
    text-align: center;
    background-color: #f2f2f2;
    left: 30px;
    top: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#diamond #main #r1 .con .list > ul {
    margin: auto;
    max-width: 74%;
    margin-top: 1rem;
    position: relative;
    z-index: 7;
}

#diamond #main #r1 .con .list > ul > li {
    margin: 12px 0;
    text-align: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#diamond #main #r1 .con .list > p {
    margin-top: 0.6rem;
    text-align: left;
    line-height: 2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
}

#diamond #main #r1 .con .list .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 800px) {
    #diamond #main #r1 .con .list:hover > div.title h4 {
        color: #fff;
    }

    #diamond #main #r1 .con .list:hover > div.title h4 > b {
        color: #fff;
    }

    #diamond #main #r1 .con .list:hover > div.title:after {
        background-color: #c6181a;
    }

    #diamond #main #r1 .con .list:hover > ul > li {
        color: #fff;
    }

    #diamond #main #r1 .con .list:hover > p {
        color: #fff;
    }

    #diamond #main #r1 .con .list:hover .pic {
        opacity: 1;
    }
}

#diamond #main #r2 .topic {
    max-width: 70%;
    margin: auto;
    text-align: center;
}

#diamond #main #r2 .topic h2 {
    letter-spacing: 20px;
}

#diamond #main #r2 .topic p {
    line-height: 2;
    letter-spacing: 2px;
}

#diamond #main #r2 .con #fn1 {
    position: relative;
    margin: 1rem 0;
}

#diamond #main #r2 .con #fn1 .bg {
    width: 45%;
    visibility: hidden;
}

#diamond #main #r2 .con #fn1 .items {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#diamond #main #r2 .con #fn1 .items .pic {
    width: 32%;
    position: absolute;
    overflow: visible;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
}

#diamond #main #r2 .con #fn1 .items .pic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#diamond #main #r2 .con #fn1 .items .pic.on {
    left: 34%;
    z-index: 6;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
    opacity: 1;
    visibility: visible;
}

#diamond #main #r2 .con #fn1 .items .pic.on .txt {
    top: calc(100% + 30px);
    color: #c6181a;
}

#diamond #main #r2 .con #fn1 .items .pic .txt {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #000;
    font-size: 20px;
    left: 0;
    top: calc(100% + 20px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#diamond #main #r2 .con #fn1 .items .pic.prev-on1 {
    opacity: 1;
    visibility: visible;
    left: 14%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    z-index: 4;
    transform-origin: 0 50%;
}

#diamond #main #r2 .con #fn1 .items .pic.prev-on1:after {
    opacity: 0.3;
}

#diamond #main #r2 .con #fn1 .items .pic.prev-on2 {
    opacity: 1;
    visibility: visible;
    left: 0%;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    z-index: 2;
    transform-origin: 0 50%;
}

#diamond #main #r2 .con #fn1 .items .pic.prev-on2:after {
    opacity: 0.5;
}

#diamond #main #r2 .con #fn1 .items .pic.next-on1 {
    opacity: 1;
    visibility: visible;
    left: 52%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    z-index: 4;
    transform-origin: 100% 50%;
}

#diamond #main #r2 .con #fn1 .items .pic.next-on1:after {
    opacity: 0.3;
}

#diamond #main #r2 .con #fn1 .items .pic.next-on2 {
    opacity: 1;
    visibility: visible;
    left: 68%;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    z-index: 2;
    transform-origin: 100% 50%;
}

#diamond #main #r2 .con #fn1 .items .pic.next-on2:after {
    opacity: 0.5;
}

#diamond #main #r2 .con #fn1 .other {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#diamond #main #r2 .con #fn1 .other > a {
    font-size: 20px;
    color: #d0d0d0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#diamond #main #r2 .con #fn1 .other > a:hover {
    color: #c6181a;
}

#diamond #main #r2 .con #fn1 .other > span {
    color: #d0d0d0;
    font-size: 22px;
    letter-spacing: 10px;
    text-indent: 10px;
}

#diamond #main #r2 .con #fn1 .other > span .num {
    color: #c6181a;
    font-size: 22px;
}

#diamond #main #r2 .con #fn1 .other > span .sum {
    font-size: 22px;
}

#detail #top .photo {
    opacity: 1;
    height: auto;
}

#detail #top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 2;
}

#detail #top .blur {
    height: 1.6rem;
}

#detail #top .tree {
    height: 1.6rem;
}

#detail #top .tree .ma-box {
    position: absolute;
    right: 0;
    bottom: 0.7rem;
    text-align: center;
    width: 1.45rem;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

#detail #top .tree .ma-box > img {
    display: block;
    width: 100%;
}

#detail #top .tree .ma-box > span {
    text-align: center;
    background-color: #c6181a;
    color: #fff;
    display: block;
    padding: 10px 0;
}

#detail #main #r1 {
    padding-top: 0;
}

#detail #main #r1 .topic {
    width: 90%;
    margin: auto;
}

#detail #main #r1 .topic h3 {
    letter-spacing: 12px;
}

#detail #main #r1 .topic p {
    line-height: 2;
}

#detail #main #r1 .con {
    margin-top: 0.8rem;
}

#detail #main #r1 .con .photo-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 102%;
    margin-left: -1%;
}

#detail #main #r1 .con .photo-box > li {
    width: 32%;
    margin: 15px 0.5%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#detail #main #r1 .con .photo-box > li .note {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #cd3d3d;
    color: #fff;
    text-align: center;
    bottom: 0;
    left: 0;
    letter-spacing: 3px;
    opacity: 0;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#detail #main #r1 .con .photo-box > li .look {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    line-height: 0.7rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 32px;
    top: -40px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 800px) {
    #detail #main #r1 .con .photo-box > li:hover {
        box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
    }

    #detail #main #r1 .con .photo-box > li:hover .note {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }

    #detail #main #r1 .con .photo-box > li:hover .look {
        opacity: 1;
    }
}

#detail #main #r1 .con .tab-box .tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

#detail #main #r1 .con .tab-box .tab > li {
    width: 48%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    cursor: pointer;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

#detail #main #r1 .con .tab-box .tab > li.on,
#detail #main #r1 .con .tab-box .tab > li:hover {
    color: #c6181a;
    border-width: 2px;
    border-color: #c6181a;
}

#detail #main #r1 .con .tab-box .tab-list {
    display: none;
}

#detail #main #r1 .con .tab-box .tab-list.on {
    display: block;
}

.pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 2000;
}

.pop .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.5s ease-in-out;
}

.pop .parent {
    position: absolute;
    opacity: 0;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.pop .parent > img {
    max-width: 100%;
    max-height: 100%;
}

.pop .iconfont {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    font-size: 40px;
    top: 10vh;
    right: 12vw;
}

.pop.on {
    display: block;
}

.pop.on .parent {
    opacity: 1;
}

#business #main {
    padding-top: 1.2rem;
}

#business #main #r1 .con {
    margin: 0.5rem;
}

#business #main #r1 .con .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin: auto;
    position: relative;
    padding-top: 20px;
}

#business #main #r1 .con .top .left {
    background-color: #cd3d3d;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    width: 49%;
}

#business #main #r1 .con .top .right {
    background-color: #2988cc;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    width: 49%;
}

#business #main #r1 .con .top .bg {
    height: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

#business #main #r1 .con .mid {
    margin: 1rem 0;
}

#business #main #r1 .con .mid p {
    line-height: 2;
}

#business #main #r1 .con .mid p b {
    font-size: inherit;
}

#business #main #r1 .con .btm {
    position: relative;
}

#business #main #r1 .con .btm .items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 10;
}

#business #main #r1 .con .btm .items > li {
    max-width: 3rem;
}

#business #main #r1 .con .btm .items > li h3 b {
    font-size: 16px;
}

#business #main #r1 .con .btm .items > li em {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    background-color: #c6181a;
    display: block;
    margin: auto;
}

#business #main #r1 .con .btm .line {
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #ccc;
    bottom: 3px;
    left: 0;
    transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
}

#business #main #r1 .con .btm .line.go {
    width: 100%;
}

#business #main #r2 .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
    position: relative;
    padding-top: 20px;
}

#business #main #r2 .top > div {
    background-color: #fafafa;
    text-align: center;
    color: #4b4240;
    padding: 20px 0;
    width: 50%;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#business #main #r2 .top > div:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent transparent transparent;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

#business #main #r2 .top > div:hover {
    background-color: #cd3d3d;
    color: #fff;
}

#business #main #r2 .top > div.on {
    background-color: #cd3d3d;
    color: #fff;
}

#business #main #r2 .top > div.on:after {
    border-color: #cd3d3d transparent transparent transparent;
}

#business #main #r2 .con {
    min-height: 13rem;
    display: none;
}

#business #main #r2 .con .tab-box .tab {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-top: 30px;
}

#business #main #r2 .con .tab-box .tab > li {
    width: 60px;
    text-align: center;
    border-bottom: 3px solid transparent;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#business #main #r2 .con .tab-box .tab > li.on,
#business #main #r2 .con .tab-box .tab > li:hover {
    border-color: #c6181a;
}

#business #main #r2 .con .tab-box .tab-list {
    position: relative;
    z-index: 5;
    margin-top: 0rem;
}

#business #main #r2 .con .tab-box .tab-list .pic {
    display: none;
    cursor: pointer;
}

#business #main #r2 .con .tab-box .tab-list .pic.on {
    display: block;
}

#business #main #r2 .con .tab-box .tab-list .loop {
    position: absolute;
    top: 4rem;
    width: 70%;
    left: 15%;
    min-height: 7rem;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3% 0%;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li.on {
    opacity: 1;
    pointer-events: auto;
    z-index: 900;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .an-box {
    opacity: 0;
    position: relative;
    z-index: 12;
    visibility: hidden;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    padding: 3% 5%;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .an-box h4 {
    border-bottom: 2px solid #000;
    line-height: 38px;
    margin: 0 36px;
    position: relative;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .an-box h4 .in {
    position: absolute;
    right: 0;
    line-height: 38px;
    top: 0;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .an-box .mid {
    height: 5.5rem;
    overflow-y: auto;
    padding: 0 36px;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .an-box .mid .table {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .an-box .mid .table > li {
    width: 50%;
    padding: 0.3rem 5%;
    border-bottom: 1px solid #ccc;
    line-height: 26px;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .an-box .mid .table:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ccc;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .an-box .mid p {
    line-height: 26px;
    margin: 0.3rem 0;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .an-box.on {
    opacity: 1;
    visibility: visible;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
    padding: 0.4rem 10% 0.5rem 10%;
    background-color: #fff;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .msg,
#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .node {
    display: none;
    text-align: center;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .msg h3,
#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .node h3 {
    line-height: 60px;
    letter-spacing: 8px;
    cursor: pointer;
    animation: fadeInUpSmall 0.6s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    text-decoration: underline;
    margin-bottom: 10px;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .msg h3:hover,
#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .node h3:hover {
    color: #c6181a;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .msg > span,
#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .node > span {
    display: block;
    height: 60px;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .msg small,
#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .node small {
    text-align: center;
    display: block;
    height: 60px;
    line-height: 60px;
    animation: fadeInUpSmall 0.6s ease-in-out;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .msg P,
#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .node P {
    text-align: center;
    min-height: 84px;
    animation: fadeInUpSmall 0.6s ease-in-out;
    animation-delay: 0.2s;
    line-height: 28px;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .msg .an,
#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .node .an {
    display: inline-block;
    text-align: center;
    width: 200px;
    padding: 10px 0;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 0.3rem 0 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .msg .an:hover,
#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .node .an:hover {
    background-color: #c6181a;
    color: #fff;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .msg.on,
#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .node.on {
    display: block;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .other {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(0.4rem + 70px);
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .other > a {
    font-size: 20px;
    color: #d0d0d0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .other > a:hover {
    color: #c6181a;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .other > span {
    color: #d0d0d0;
    font-size: 22px;
    letter-spacing: 10px;
    text-indent: 10px;
    flex-grow: 1;
    text-align: center;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .other > span .num {
    color: #c6181a;
    font-size: 22px;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li .in-box .other > span .sum {
    font-size: 22px;
}

#business #main #r2 .con .tab-box .tab-list .loop .itemwrap > li:after {
    display: none;
}

#business #main #r2 .con .tab-box .tab-list .loop .prev {
    font-size: 48px;
    color: #fff;
    position: absolute;
    right: 105%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#business #main #r2 .con .tab-box .tab-list .loop .prev:hover {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
}

#business #main #r2 .con .tab-box .tab-list .loop .next {
    font-size: 48px;
    color: #fff;
    position: absolute;
    left: 105%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#business #main #r2 .con .tab-box .tab-list .loop .next:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
}

#business #main #r2 .con .tab-box .tab-list.on .pic {
    animation: fadeInUpSmall 1.5s ease-in-out;
}

#business #main #r2 .con .tab-box .tab-list.on .loop {
    animation: fadeIn 0.4s ease-in-out;
}

#business #main #r2 .con.on {
    display: block;
}

#operate #main {
    padding-top: 1.2rem;
}

#operate #main #ar1 .con .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    position: relative;
    padding-top: 36px;
}

#operate #main #ar1 .con .top .left {
    background-color: #cd3d3d;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    width: 49%;
    box-shadow: 0 10px 30px -10px rgba(201, 22, 30, 0.33);
}

#operate #main #ar1 .con .top .right {
    background-color: #2988cc;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    width: 49%;
    box-shadow: 0 10px 30px -10px rgba(15, 75, 149, 0.33);
}

#operate #main #ar1 .con .top .bg {
    height: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

#operate #main #ar1 .con .mid {
    margin: 0.5rem 0;
}

#operate #main #ar1 .con .mid p {
    line-height: 2;
}

#operate #main #ar1 .con .mid p b {
    font-size: inherit;
}

#operate #main #ar1 .con .btm {
    position: relative;
    margin-top: 1rem;
}

#operate #main #ar1 .con .btm .items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 10;
}

#operate #main #ar1 .con .btm .items > li {
    text-align: center;
    padding-top: 50px;
    width: 2rem;
    position: relative;
}

#operate #main #ar1 .con .btm .items > li > img {
    margin-bottom: 20px;
}

#operate #main #ar1 .con .btm .items > li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 28px;
    width: 1px;
    background-color: #ccc;
    top: -2px;
}

#operate #main #ar1 .con .btm .items:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 8rem;
    top: 0;
    height: 1px;
    background-color: #ccc;
}

#operate #main #ar2 .con {
    padding-bottom: 0.5rem;
    padding-top: 10vw;
}

#operate #main #ar2 .con .lazy {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    animation-duration: 1s;
}

#operate #main #ar2 .con .box {
    background-color: #fff;
    margin: auto;
    width: 80%;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
    position: relative;
    z-index: 10;
    padding: 2% 8%;
}

#operate #main #ar2 .con .box > li {
    padding-left: 0.6rem;
    margin: 0.5rem 0;
    line-height: 30px;
    position: relative;
}

#operate #main #ar2 .con .box > li > em {
    color: #c6181a;
    font-size: inherit;
}

#operate #main #ar2 .con .box > li:after {
    content: "";
    left: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    background-color: #c6181a;
    top: 11px;
}

#operate #main #ar3 .con .tab-box .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}

#operate #main #ar3 .con .tab-box .tab > li {
    width: 2.4rem;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    height: 1rem;
    line-height: 1rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#operate #main #ar3 .con .tab-box .tab > li:first-of-type {
    border-left: 1px solid #e5e5e5;
}

#operate #main #ar3 .con .tab-box .tab > li:last-of-type {
    border-right: 1px solid #e5e5e5;
}

#operate #main #ar3 .con .tab-box .tab > li.on,
#operate #main #ar3 .con .tab-box .tab > li:hover {
    background-color: #c6181a;
    color: #fff;
    border-color: transparent;
}

#operate #main #ar3 .con .tab-box .tab-list {
    position: relative;
    padding-top: 3.5rem;
}

#operate #main #ar3 .con .tab-box .tab-list .lazy {
    position: absolute;
    z-index: 3;
    visibility: hidden;
    width: 100%;
    /*top: -0.5rem;*/
    top: -0.15rem;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#operate #main #ar3 .con .tab-box .tab-list .lazy.on {
    visibility: visible;
    opacity: 1;
}

#operate #main #ar3 .con .tab-box .tab-list .box {
    position: relative;
    z-index: 10;
    padding: 32px 6%;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
    width: 70%;
    margin: auto;
    background-color: #fff;
}

#operate #main #ar3 .con .tab-box .tab-list .box .msg {
    display: none;
}

#operate #main #ar3 .con .tab-box .tab-list .box .msg h3 {
    line-height: 32px;
    opacity: 0;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    animation-name: fadeInUpSmall;
    animation-duration: 0.6s;
}

#operate #main #ar3 .con .tab-box .tab-list .box .msg h3:hover {
    color: #c6181a;
}

#operate #main #ar3 .con .tab-box .tab-list .box .msg > span {
    display: block;
    height: 60px;
}

#operate #main #ar3 .con .tab-box .tab-list .box .msg P {
    text-align: center;
    line-height: 2;
    opacity: 0;
    animation-name: fadeInUpSmall;
    animation-duration: 0.6s;
}

#operate #main #ar3 .con .tab-box .tab-list .box .msg.on {
    display: block;
}

#operate #main #ar3 .con .tab-box .tab-list .box .other {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 64px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#operate #main #ar3 .con .tab-box .tab-list .box .other > a {
    font-size: 20px;
    color: #d0d0d0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#operate #main #ar3 .con .tab-box .tab-list .box .other > a:hover {
    color: #c6181a;
}

#operate #main #ar3 .con .tab-box .tab-list .box .other > span {
    color: #d0d0d0;
    font-size: 22px;
    letter-spacing: 10px;
    text-indent: 10px;
}

#operate #main #ar3 .con .tab-box .tab-list .box .other > span .num {
    color: #c6181a;
    font-size: 22px;
}

#operate #main #ar3 .con .tab-box .tab-list .box .other > span .sum {
    font-size: 22px;
}

#operate #main #ar3 .con .tab-box .tab-list > .prev {
    font-size: 48px;
    color: #fff;
    opacity: 0.8;
    left: 20px;
    z-index: 12;
    /*top: 2rem;*/
    top: 2.5rem;
    width: 100px;
    text-align: center;
    position: absolute;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#operate #main #ar3 .con .tab-box .tab-list > .prev:hover {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    opacity: 1;
}

#operate #main #ar3 .con .tab-box .tab-list > .next {
    font-size: 48px;
    color: #fff;
    opacity: 0.8;
    position: absolute;
    right: 20px;
    z-index: 12;
    /*top: 2rem;*/
    top: 2.5rem;
    width: 100px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#operate #main #ar3 .con .tab-box .tab-list > .next:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    opacity: 1;
}

#operate #main #ar4 .con {
    position: relative;
    padding-top: 2.5rem;
}

#operate #main #ar4 .con .lazy {
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 1s;
}

#operate #main #ar4 .con .box {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding: 3% 5%;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

#operate #main #ar4 .con .box.on {
    opacity: 1;
    pointer-events: auto;
    z-index: 900;
}

#operate #main #ar4 .con .box h4 {
    border-bottom: 2px solid #000;
    margin: 0 36px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#operate #main #ar4 .con .box h4 > span {
    width: 50%;
    padding: 0 5%;
    text-align: left;
    color: #c6181a;
    font-weight: bold;
    font-size: 20px;
}

#operate #main #ar4 .con .box .mid {
    padding: 0 36px;
}

#operate #main #ar4 .con .box .mid .table {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

#operate #main #ar4 .con .box .mid .table > li {
    width: 100%;
    padding: 0.3rem 5%;
    border-bottom: 1px solid #ccc;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#operate #main #ar4 .con .box .mid .table > li > b {
    display: inline-block;
    width: 50%;
}

#operate #main #ar4 .con .box .mid .table > li > span {
    width: 50%;
    display: inline-block;
}

#operate #main #ar4 .con .box .mid p {
    line-height: 26px;
    margin: 0.3rem 0;
}

#property #main {
    padding-top: 1.2rem;
}

#property #main #r1 .con .items {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #c6181a;
}

#property #main #r1 .con .items > li {
    width: calc(100% / 3);
    position: relative;
    height: 2rem;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#property #main #r1 .con .items > li > img {
    width: 40%;
    margin-bottom: 30px;
}

#property #main #r1 .con .items > li > span {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    left: 0;
    letter-spacing: 3px;
}

#property #main #r2 .lazy {
    width: 62%;
}

#property #main #r2 .box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #fff;
    width: 50%;
    right: 0;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

#property #main #r2 .box .msg {
    position: relative;
    padding: 9%;
}

#property #main #r3 .con .box {
    background-color: #fff;
    margin: auto;
    width: 80%;
    position: relative;
    z-index: 10;
    padding: 2% 10%;
    background: url(../img/bg3.png) center no-repeat;
    background-size: 100% 100%;
}

#property #main #r3 .con .box > li {
    padding-left: 0.6rem;
    margin: 0.5rem 0;
    line-height: 30px;
    position: relative;
}

#property #main #r3 .con .box > li > em {
    color: #c6181a;
    font-size: inherit;
    font-weight: bold;
}

#property #main #r3 .con .box > li:after {
    content: "";
    left: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    background-color: #c6181a;
    top: 11px;
}

#property #main #r4 .lazy {
    width: 62%;
    margin-left: 38%;
}

#property #main #r4 .box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #fff;
    width: 50%;
    left: 0;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

#property #main #r4 .box .msg {
    position: relative;
    padding: 9%;
}

#property #main #r4 .box .msg .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#property #main #r4 .box .msg .items > li:nth-of-type(2n) {
    font-size: 24px;
    margin-bottom: 48px;
}

#property #main #r4 .box .msg .items > li:nth-of-type(2n+1) {
    flex-grow: 1;
    text-align: center;
}

#property #main #r4 .box .msg .items > li:nth-of-type(2n+1) > img {
    display: inline-block;
    height: 42px;
    margin: auto;
    margin-bottom: 18px;
}

#property #main #r4 .box .msg .items > li > span {
    font-size: 12px;
    display: block;
    line-height: 30px;
}

#property #main #r5 .con {
    padding-top: 2rem;
}

#property #main #r5 .con .lazy {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#property #main #r5 .con .box {
    background-color: #fff;
    margin: auto;
    width: 70%;
    position: relative;
    z-index: 10;
    padding: 2% 10%;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

#property #main #r5 .con .box > li {
    padding-left: 0.6rem;
    margin: 0.4rem 0;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
}

#property #main #r5 .con .box > li > em {
    color: #c6181a;
    font-size: inherit;
    font-weight: bold;
}

#property #main #r5 .con .box > li:after {
    content: "";
    left: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    background-color: #c6181a;
    top: 11px;
}

#property #main #r5 .con:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 2px;
    z-index: 10;
    background-color: #c6181a;
}

#land #main {
    padding-top: 1.2rem;
}

#land #main #r1 .con {
    padding-top: 19vw;
}

#land #main #r1 .con .lazy {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    animation-duration: 1s;
}

#land #main #r1 .con .box {
    background-color: #fff;
    margin: auto;
    max-width: 1000px;
    width: 70%;
    position: relative;
    z-index: 10;
    padding: 3% 10%;
    text-align: center;
}

#land #main #r2 .con .col {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0.4rem;
}

#land #main #r2 .con .col .left {
    width: 50%;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#land #main #r2 .con .col .left img {
    width: 84%;
}

#land #main #r2 .con .col .right {
    width: 50%;
}

#land #main #r2 .con .col .msg {
    padding: 5% 12%;
    position: relative;
    width: 60%;
}

#land #main #r2 .con .col .msg > em {
    font-size: 0.18rem;
    display: block;
    margin: 15px 0;
    position: relative;
    z-index: 10;
}

#land #main #r2 .con .col .msg > b {
    margin: 15px 0;
    white-space: nowrap;
    font-size: 0.24rem;
    font-weight: normal;
    display: block;
    position: relative;
    z-index: 10;
}

#land #main #r2 .con .col.top {
    position: relative;
    z-index: 10;
}

#land #main #r2 .con .col.top .left .msg {
    background-color: #cd3d3d;
}

#land #main #r2 .con .col.btm {
    position: relative;
    z-index: 9;
}

#land #main #r2 .con .col.btm .right .msg .bg {
    position: absolute;
    width: 160%;
    bottom: 0;
    right: 0;
}

#land #main #r2 .other {
    padding-bottom: 0.4rem;
}

#land #main #r2 .other .items {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

#land #main #r2 .other .items > li {
    width: 25%;
    text-align: center;
    padding: 0.2rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#land #main #r2 .other .items > li > em {
    color: #c6181a;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    display: contents;
    font-weight: bold;
}

#land #main #r2 .other .items > li:hover {
    color: #fff;
    background-color: #cd3d3d;
}

#land #main #r2 .other .items > li:hover > em {
    color: #fff;
}

#land #main #r2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    bottom: 0.5rem;
    left: 0;
}

#land #main #r3 .con .wrap .loop,
#land #main .r3 .con .wrap .loop {
    position: relative;
    overflow: hidden;
    padding-top: 3.5rem;
}

#land #main #r3 .con .wrap .loop .lazy,
#land #main .r3 .con .wrap .loop .lazy {
    position: absolute;
    z-index: 3;
    visibility: hidden;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#land #main #r3 .con .wrap .loop .lazy.on,
#land #main .r3 .con .wrap .loop .lazy.on {
    visibility: visible;
    opacity: 1;
}

#land #main #r3 .con .wrap .loop .box,
#land #main .r3 .con .wrap .loop .box {
    position: relative;
    z-index: 10;
    padding: 32px 6%;
    width: 70%;
    margin: auto;
    background-color: #fff;
}

#land #main #r3 .con .wrap .loop .box .msg,
#land #main .r3 .con .wrap .loop .box .msg,
#land #main #r3 .con .wrap .loop .box .node,
#land #main .r3 .con .wrap .loop .box .node {
    display: none;
}

#land #main #r3 .con .wrap .loop .box .msg > span,
#land #main .r3 .con .wrap .loop .box .msg > span,
#land #main #r3 .con .wrap .loop .box .node > span,
#land #main .r3 .con .wrap .loop .box .node > span {
    display: block;
    height: 60px;
}

#land #main #r3 .con .wrap .loop .box .msg small,
#land #main .r3 .con .wrap .loop .box .msg small,
#land #main #r3 .con .wrap .loop .box .node small,
#land #main .r3 .con .wrap .loop .box .node small {
    text-align: center;
    display: block;
    height: 60px;
    line-height: 60px;
    animation: fadeInUpSmall 0.6s ease-in-out;
}

#land #main #r3 .con .wrap .loop .box .msg P,
#land #main .r3 .con .wrap .loop .box .msg P,
#land #main #r3 .con .wrap .loop .box .node P,
#land #main .r3 .con .wrap .loop .box .node P {
    text-align: center;
    line-height: 2;
    min-height: 84px;
    animation: fadeInUpSmall 0.6s ease-in-out;
    animation-delay: 0.2s;
}

#land #main #r3 .con .wrap .loop .box .msg.on,
#land #main .r3 .con .wrap .loop .box .msg.on,
#land #main #r3 .con .wrap .loop .box .node.on,
#land #main .r3 .con .wrap .loop .box .node.on {
    display: block;
}

#land #main #r3 .con .wrap .loop .box .other,
#land #main .r3 .con .wrap .loop .box .other {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 32px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#land #main #r3 .con .wrap .loop .box .other > a,
#land #main .r3 .con .wrap .loop .box .other > a {
    font-size: 20px;
    color: #d0d0d0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#land #main #r3 .con .wrap .loop .box .other > a:hover,
#land #main .r3 .con .wrap .loop .box .other > a:hover {
    color: #c6181a;
}

#land #main #r3 .con .wrap .loop .box .other > span,
#land #main .r3 .con .wrap .loop .box .other > span {
    color: #d0d0d0;
    font-size: 22px;
    letter-spacing: 10px;
    text-indent: 10px;
}

#land #main #r3 .con .wrap .loop .box .other > span .num,
#land #main .r3 .con .wrap .loop .box .other > span .num {
    color: #c6181a;
    font-size: 22px;
}

#land #main #r3 .con .wrap .loop .box .other > span .sum,
#land #main .r3 .con .wrap .loop .box .other > span .sum {
    font-size: 22px;
}

#estate #main {
    padding-top: 1.2rem;
    position: relative;
    overflow: hidden;
}

#estate #main > .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#estate #main > .bg.on {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

#estate #main #r1 {
    position: relative;
    z-index: 10;
}

#estate #main #r1 .topic {
    border-bottom: 1px solid #ccc;
}

#estate #main #r1 .topic p {
    padding: 0.5rem 0;
    width: 100%;
    margin: auto;
    letter-spacing: 0;
}

#estate #main #r1 .con {
    text-align: center;
    padding: 0.5rem 0;
}

#estate #main #r1 .con h5 {
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 7px;
}

#estate #main #r1 .con img {
    display: block;
    width: 45%;
    margin: 0.5rem auto;
    max-width: 574px;
}

#estate #main #r1 .con .go-more {
    display: inline-block;
    color: #fff;
    width: 3rem;
    text-align: center;
    height: 0.68rem;
    line-height: 0.68rem;
    background-color: #cd3d3d;
    border-radius: 6px;
    letter-spacing: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#estate #main #r1 .con .go-more:hover {
    box-shadow: 0 20px 36px -15px rgba(198, 24, 26, 0.49);
}

#inner {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

#inner #main {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#inner #main .cir-box {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0.4rem;
    width: 33vw;
    height: 33vw;
    line-height: 33vw;
    text-align: center;
    z-index: 5;
}

#inner #main .cir-box .img {
    width: 100%;
    margin-top: 2%;
}

#inner #main .cir-box .mid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    width: 48%;
    height: 48%;
    border-radius: 50%;
    overflow: hidden;
    transform: rotate(0deg);
}

#inner #main .cir-box .mid .cid {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#inner #main .cir-box .mid .cid > img {
    animation: roll 60s linear infinite;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

#inner #main .cir-box .mid .cid > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#inner #main .cir-box .mid .cid > div > img {
    width: 70%;
}

#inner #main .cir-box .mid .cid > div > span {
    line-height: 1.6;
    font-size: 18px;
    font-family: serif;
}

#inner #main .cir-box .mid .cid.active {
    opacity: 0;
}

#inner #main .cir-box .mid .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    z-index: 10;
}

#inner #main .cir-box .mid .photo.on {
    opacity: 1;
    visibility: visible;
}

#inner #main .cir-box .cir {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#inner #main .cir-box .cir img {
    width: 100%;
    margin-top: 2%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -o-transform: scale(0.96);
    -ms-transform: scale(0.96);
}

#inner #main .cir-box .cir.on img {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

#inner #main .hr-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    margin-top: 2%;
}

#inner #main .hr-box .hr {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#inner #main .hr-box .hr.hr1 {
    width: 100%;
    top: 0;
    left: 0;
}

#inner #main .hr-box .hr.hr2 {
    width: 50%;
    right: 0;
    bottom: 0;
}

#inner #main .hr-box .hr.hr3 {
    width: 50%;
    left: 0;
    bottom: 0;
}

#inner #main .msg {
    text-align: center;
    z-index: 10;
    cursor: pointer;
}

#inner #main .msg .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    background-color: #c6181a;
    display: block;
    margin: auto;
}

#inner #main .msg .note {
    font-size: 26px;
    width: 80px;
    margin: 0.2rem 0;
    font-family: serif;
    letter-spacing: 8px;
    font-weight: bold;
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -o-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#inner #main .msg p {
    font-family: cursive;
    font-size: 16px;
    letter-spacing: 0;
}

#inner #main .msg.on .note {
    color: #c6181a;
}

#inner #main .fr-box {
    position: absolute;
    width: 22vw;
    left: 66vw;
    bottom: 1rem;
    min-height: 20vw;
}

#inner #main .fl-box {
    position: absolute;
    width: 22vw;
    right: 66vw;
    bottom: 1rem;
    min-height: 20vw;
}

#inner #main .top-box {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 30vw;
    bottom: calc(33vw + 0rem);
}

#inner #app-row {
    margin-top: 100px;
    position: relative;
    z-index: 10;
}

#inner #app-row .topic {
    margin-bottom: 25px;
}

#inner #app-row .topic .msg {
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
}

#inner #app-row .topic .msg > img {
    width: 70%;
    display: inline-block;
    margin: 26px auto;
}

#inner #app-row .topic .msg > span {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 8px;
    top: -20px;
}

#inner #app-row .con .items .pic {
    border-radius: 8px;
    width: 100%;
    height: 28vw;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 22px -2px rgba(7, 0, 2, 0.29);
}

#inner #app-row .con .items .pic > span {
    font-size: 0.6rem;
    text-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
}

#inner > .bg {
    position: absolute;
    z-index: 2;
    width: 120%;
    bottom: -15%;
    left: 0;
}

@media screen and (max-width: 800px) {
    #inner > .bg {
        bottom: 0;
    }
}

#six {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#six #main {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#six #main .wrap {
    position: absolute;
    left: 14%;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 42%;
}

#six #main .wrap > img {
    width: 100%;
    max-width: 800px;
}

#six #main .wrap .box {
    position: absolute;
    width: 64%;
    top: 10%;
    left: 18%;
}

#six #main .wrap .box > img {
    width: 100%;
}

#six #main .wrap .box .parent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: visible;
    width: 140%;
    padding-right: 20%;
    padding-left: 20%;
    left: -10%;
    transform-origin: 40% 50%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

#six #main .wrap .box .parent._scr {
    -webkit-filter: url(#goo);
    filter: url(#goo);
}

#six #main .wrap .box .parent .note {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    line-height: 1.5rem;
    text-align: center;
    line-height: 2;
    background-color: #c6181a;
    right: 20%;
}

#six #main .wrap .box .parent .note div.msg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#six #main .wrap .box .parent .note div.msg p {
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0;
    font-size: 12px;
}

#six #main .wrap .box .other {
    position: absolute;
    left: 100%;
    top: 36%;
    z-index: 1;
    width: 40vw;
    display: none;
    opacity: 0;
    animation-name: fadeInLeftSmall;
    animation-delay: 0.5s;
}

#six #main .wrap .box .other .line {
    width: 100%;
}

#six #main .wrap .box .other .txt {
    position: absolute;
    width: 70%;
    right: 0;
    top: 10px;
    line-height: 2;
}

#six #main .wrap .box .other.on {
    display: block;
}

#six #main .wrap h2 {
    width: 30px;
    text-align: center;
    right: 100%;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 46px;
}

#six #main footer {
    position: fixed;
    bottom: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
}

#six #main footer .grc {
    color: rgba(73, 82, 98, 0.7);
}

#six #main footer .topic {
    border-top: 1px solid rgba(73, 82, 98, 0.7);
    border-bottom: none;
}

#six #main footer .topic > div {
    display: inline-block;
}

#six #main footer .fMain {
    display: none;
}

#six > .bg {
    position: fixed;
    z-index: 2;
    width: 100%;
    bottom: 0%;
    left: 0;
}

#six_on {
    position: relative;
    width: 100%;
    height: 100%;
}

#six_on #main {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#six_on #main .wrap {
    position: absolute;
    left: 30%;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 48%;
    max-width: 7rem;
}

#six_on #main .wrap > img.bg {
    max-width: 800px;
    width: 80%;
    margin-left: 10%;
}

#six_on #main .wrap > img.bg2 {
    position: absolute;
    left: 78%;
    top: 89%;
    width: 14%;
    opacity: 0.5;
}

#six_on #main .wrap .box {
    position: absolute;
    width: 56%;
    top: 15%;
    left: 22%;
}

#six_on #main .wrap .box > img {
    width: 100%;
}

#six_on #main .wrap .box .parent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: visible;
    width: 140%;
    padding-right: 20%;
    padding-left: 20%;
    left: -5%;
    transform-origin: 40% 50%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

#six_on #main .wrap .box .parent._scr {
    -webkit-filter: url(#goo);
    filter: url(#goo);
}

#six_on #main .wrap .box .parent .note {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    line-height: 1.4rem;
    text-align: center;
    line-height: 2;
    right: 20%;
}

#six_on #main .wrap .box .parent .note div.msg {
    background-color: #c6181a;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#six_on #main .wrap .box .parent .note div.msg p {
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
}

#six_on #main .wrap .box .other {
    position: absolute;
    z-index: 1;
    width: 27vw;
    opacity: 1;
    display: none;
}

#six_on #main .wrap .box .other.on {
    display: block;
}

#six_on #main .wrap .box .other .line {
    width: 100%;
}

#six_on #main .wrap .box .other .txt {
    position: absolute;
    width: 82%;
    top: 10px;
    line-height: 1.6;
    font-size: 13px;
}

#six_on #main .wrap .box .other:nth-of-type(2) {
    right: 82%;
    top: -3%;
    animation-name: fadeInRightSmall;
}

#six_on #main .wrap .box .other:nth-of-type(2) .txt {
    left: 0;
}

#six_on #main .wrap .box .other:nth-of-type(3) {
    top: -3%;
    left: 82%;
    animation-name: fadeInLeftSmall;
}

#six_on #main .wrap .box .other:nth-of-type(3) .txt {
    right: 0;
}

#six_on #main .wrap .box .other:nth-of-type(4) {
    left: 108%;
    top: 40%;
    animation-name: fadeInLeftSmall;
}

#six_on #main .wrap .box .other:nth-of-type(4) .txt {
    right: 0;
}

#six_on #main .wrap .box .other:nth-of-type(5) {
    left: 82%;
    top: 85%;
    animation-name: fadeInLeftSmall;
}

#six_on #main .wrap .box .other:nth-of-type(5) .txt {
    right: 0;
}

#six_on #main .wrap .box .other:nth-of-type(6) {
    right: 82%;
    top: 85%;
    animation-name: fadeInRightSmall;
}

#six_on #main .wrap .box .other:nth-of-type(6) .txt {
    left: 0;
}

#six_on #main .wrap .box .other:nth-of-type(7) {
    right: 108%;
    top: 40%;
    animation-name: fadeInRightSmall;
}

#six_on #main .wrap .box .other:nth-of-type(7) .txt {
    left: 0;
}

#six_on #main .wrap h2 {
    width: 30px;
    text-align: center;
    right: 100%;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 46px;
}

#six_on #main .wrap > .txt {
    position: absolute;
    right: 50%;
    bottom: 100%;
    white-space: nowrap;
}

#six_on #main footer {
    position: fixed;
    bottom: 0;
    padding: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

#six_on #main footer .grc {
    color: rgba(73, 82, 98, 0.7);
}

#six_on #main footer .topic {
    border-top: 1px solid rgba(73, 82, 98, 0.7);
    border-bottom: none;
}

#six_on #main footer .topic > div {
    display: inline-block;
}

#six_on #main footer .fMain {
    display: none;
}

.ie .wx_on {
    display: block;
}

.notie .wx_on {
    display: none;
}

.notWx .note1:hover div.msg {
    transform: scale(1.1);
    box-shadow: 0 18px 36px -20px #c6181a;
}

.isWx .note1:hover div.msg {
    box-shadow: 0 18px 36px -20px #c6181a;
}

.notWx .note2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

animation-fill-mode:both .notWx .note2:nth-of-type(2) {
    right: 82%;
    top: -3%;
    animation-name: fadeInRightSmall;
}

animation-fill-mode:both .notWx .note2:nth-of-type(2) .txt {
    left: 0;
}

.notWx .note2:nth-of-type(3) {
    top: -3%;
    left: 82%;
    animation-name: fadeInLeftSmall;
}

.notWx .note2:nth-of-type(3) .txt {
    right: 0;
}

.notWx .note2:nth-of-type(4) {
    left: 108%;
    top: 40%;
    animation-name: fadeInLeftSmall;
}

.notWx .note2:nth-of-type(4) .txt {
    right: 0;
}

.notWx .note2:nth-of-type(5) {
    left: 82%;
    top: 85%;
    animation-name: fadeInLeftSmall;
}

.notWx .note2:nth-of-type(5) .txt {
    right: 0;
}

.notWx .note2:nth-of-type(6) {
    right: 82%;
    top: 85%;
    animation-name: fadeInRightSmall;
}

.notWx .note2:nth-of-type(6) .txt {
    left: 0;
}

.notWx .note2:nth-of-type(7) {
    right: 108%;
    top: 40%;
    animation-name: fadeInRightSmall;
}

.notWx .note2:nth-of-type(7) .txt {
    left: 0;
}

.isWx .note2:nth-of-type(2) {
    right: 82%;
    top: -3%;
}

.isWx .note2:nth-of-type(2) .txt {
    left: 0;
}

.isWx .note2:nth-of-type(3) {
    top: -3%;
    left: 82%;
}

.isWx .note2:nth-of-type(3) .txt {
    right: 0;
}

.isWx .note2:nth-of-type(4) {
    left: 108%;
    top: 40%;
}

.isWx .note2:nth-of-type(4) .txt {
    right: 0;
}

.isWx .note2:nth-of-type(5) {
    left: 82%;
    top: 85%;
}

.isWx .note2:nth-of-type(5) .txt {
    right: 0;
}

.isWx .note2:nth-of-type(6) {
    right: 82%;
    top: 85%;
}

.isWx .note2:nth-of-type(6) .txt {
    left: 0;
}

.isWx .note2:nth-of-type(7) {
    right: 108%;
    top: 40%;
}

.isWx .note2:nth-of-type(7) .txt {
    left: 0;
}

#pro {
    height: 100vh;
}

#pro #main {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 1.2rem;
}

#pro #main .tab-list {
    display: none;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 2.2rem);
    margin-top: 0.3rem;
}

#pro #main .tab-list .left {
    width: 46%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#pro #main .tab-list .left .box {
    flex-grow: 1;
    position: relative;
}

#pro #main .tab-list .left .box .cir-box {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#pro #main .tab-list .left .box .cir-box > img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#pro #main .tab-list .left > img {
    height: 100%;
}

#pro #main .tab-list .mid {
    position: relative;
    width: 1px;
    height: 100%;
}

#pro #main .tab-list .mid:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    background-color: #ccc;
}

#pro #main .tab-list .right {
    width: 46%;
}

#pro #main .tab-list .right .wrap .box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#pro #main .tab-list .right .wrap .box .photo {
    width: 2.6rem;
    margin-right: 26px;
}

#pro #main .tab-list .right .wrap .box .photo .pic {
    overflow: visible;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#pro #main .tab-list .right .wrap .box .photo .pic:after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
    border: 5px solid #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#pro #main .tab-list .right .wrap .box .photo h5 {
    color: #c6181a;
    line-height: 32px;
    font-weight: bold;
    margin-top: 0.1rem;
}

#pro #main .tab-list.on {
    display: flex;
}

#pro #main #r_other {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#pro #main #r_other .items {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#pro #main #r_other .items > li:nth-of-type(2n+1) {
    width: 100px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#pro #main #r_other .items > li:nth-of-type(2n+1) > em {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    line-height: 7px;
    text-align: center;
    background-color: #000;
    display: block;
    margin: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#pro #main #r_other .items > li:nth-of-type(2n+1) .pic {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    line-height: 0.8rem;
    text-align: center;
    overflow: hidden;
    margin: 10px auto;
    height: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform-origin: 50% 0;
}

#pro #main #r_other .items > li:nth-of-type(2n+1) .pic img {
    width: 100%;
}

#pro #main #r_other .items > li:nth-of-type(2n+1) > span {
    height: 32px;
    line-height: 32px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: bold;
}

#pro #main #r_other .items > li:nth-of-type(even) {
    flex-grow: 1;
}

#pro #main #r_other .items > li:nth-of-type(even) .line {
    display: block;
    width: 100%;
    height: 56px;
    border-top: 1px solid #ccc;
}

#pro #main #r_other .items > li.on:nth-of-type(2n+1) {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
}

#pro #main #r_other .items > li.on:nth-of-type(2n+1) > em {
    background-color: #c6181a;
}

#pro #main #r_other .items > li.on:nth-of-type(2n+1) > span {
    color: #c6181a;
}

#pro #main #r_other .items > li.on .pic {
    height: 0.8rem;
}

#pro #main #r_other .items > li:hover:nth-of-type(2n+1) > em {
    background-color: #c6181a;
}

#pro #main #r_other .items > li:hover:nth-of-type(2n+1) > span {
    color: #c6181a;
}

#pro > .bg {
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0;
}

.notWx .note3:hover .pic:after {
    opacity: 1 !important;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

.isWx .note3:hover .pic:after {
    opacity: 1 !important;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

#concept #main {
    padding-top: 2rem;
    padding-bottom: 1.2rem;
    position: relative;
    overflow: hidden;
    width: 100vw;
}

#concept #main > .bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}

#concept #main .row {
    position: relative;
    z-index: 4;
    padding-top: 0.5rem;
}

#concept #main .rl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#concept #main .rl .left {
    width: 50%;
    position: relative;
    margin-top: 1.2rem;
    z-index: 4;
}

#concept #main .rl .left .loop {
    position: relative;
    z-index: 10;
    width: calc(100% - 60px);
    margin-left: 60px;
}

#concept #main .rl .left .loop > .bg {
    width: 100%;
    opacity: 0;
}

#concept #main .rl .left .loop .itemwrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#concept #main .rl .left .loop .itemwrap > li {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
}

#concept #main .rl .left .loop .itemwrap > li .pic:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#concept #main .rl .left .loop .itemwrap > li.on {
    opacity: 1;
    pointer-events: auto;
    z-index: 900;
}

#concept #main .rl .left .loop .pager {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
    width: 60px;
    left: -60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#concept #main .rl .left .loop .pager > li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    display: block;
    background-color: #000;
    margin: 12px 0;
}

#concept #main .rl .left .loop .pager > li.on {
    background-color: #c6181a;
}

#concept #main .rl .left .other {
    position: absolute;
    height: 100%;
    top: 0;
    width: calc(100% - 60px);
    left: 60px;
    z-index: 2;
}

#concept #main .rl .right {
    width: 44%;
    position: relative;
    z-index: 6;
}

#concept #main .rl .right .topic > img {
    max-width: 236px;
    width: 35%;
}

#concept #main .rl .right .con {
    margin-top: 0.4rem;
}

#concept #main .rl .right .con .tab {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ccc;
}

#concept #main .rl .right .con .tab > li > a {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    font-weight: bold;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #666666;
    position: relative;
}

#concept #main .rl .right .con .tab > li > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #c6181a;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#concept #main .rl .right .con .tab > li.on > a,
#concept #main .rl .right .con .tab > li:hover > a {
    color: #000;
}

#concept #main .rl .right .con .tab > li.on > a:after,
#concept #main .rl .right .con .tab > li:hover > a:after {
    opacity: 1;
    bottom: -2px;
}

#concept #main .rl .right .con .box {
    padding: 0.3rem 0;
    box-sizing: content-box;
}

#concept #main .rl .right .con .box .tab-list {
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 100%;
}

#concept #main .rl .right .con .box .tab-list img {
    max-width: 100%;
}

#concept #main .rr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#concept #main .rr .left {
    width: 50%;
    position: relative;
    margin-top: 1.2rem;
    z-index: 4;
}

#concept #main .rr .left .pager {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
    width: 60px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#concept #main .rr .left .pager > li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    display: block;
    background-color: #000;
    margin: 12px 0;
}

#concept #main .rr .left .pager > li.on {
    background-color: #c6181a;
}

#concept #main .rr .left .loop {
    position: relative;
    z-index: 10;
    width: calc(100% - 60px);
    margin-right: 60px;
}

#concept #main .rr .left .loop > .bg {
    width: 100%;
    opacity: 0;
}

#concept #main .rr .left .loop .itemwrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#concept #main .rr .left .loop .itemwrap > li {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
}

#concept #main .rr .left .loop .itemwrap > li .pic:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#concept #main .rr .left .loop .itemwrap > li.on {
    opacity: 1;
    pointer-events: auto;
    z-index: 900;
}

#concept #main .rr .left .loop .pager {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
    width: 60px;
    right: -60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#concept #main .rr .left .loop .pager > li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    display: block;
    background-color: #000;
    margin: 12px 0;
}

#concept #main .rr .left .loop .pager > li.on {
    background-color: #c6181a;
}

#concept #main .rr .left .other {
    position: absolute;
    height: 100%;
    top: 0;
    width: calc(100% - 60px);
    right: 60px;
    z-index: 2;
}

#concept #main .rr .right {
    width: 44%;
    position: relative;
    z-index: 6;
}

#concept #main .rr .right .topic > img {
    max-width: 236px;
    width: 35%;
}

#concept #main .rr .right .topic h4 {
    font-family: serif;
}

#concept #main .rr .right .con {
    margin-top: 0.4rem;
}

#concept #main .rr .right .con .tab {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ccc;
}

#concept #main .rr .right .con .tab > li > a {
    font-size: 18px;
    font-family: serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    font-weight: bold;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #666666;
    position: relative;
}

#concept #main .rr .right .con .tab > li > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #c6181a;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#concept #main .rr .right .con .tab > li.on > a,
#concept #main .rr .right .con .tab > li:hover > a {
    color: #000;
}

#concept #main .rr .right .con .tab > li.on > a:after,
#concept #main .rr .right .con .tab > li:hover > a:after {
    opacity: 1;
    bottom: -2px;
}

#concept #main .rr .right .con .box {
    padding: 0.3rem 0;
    box-sizing: content-box;
}

#concept #main .rr .right .con .box .tab-list {
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 100%;
}

#concept #main .rr .right .con .box .tab-list img {
    max-width: 100%;
}

#concept #main .r1 .left .other > .bg {
    position: absolute;
}

#concept #main .r1 .left .other > .bg.b1 {
    top: -22%;
    left: 0;
}

#concept #main .r1 .left .other > .bg.b2 {
    bottom: -48%;
    right: 0;
}

#concept #main .r2 .left .other > .bg {
    position: absolute;
    width: 84%;
}

#concept #main .r2 .left .other > .bg.b1 {
    top: -20%;
    left: 8%;
}

#concept #main .r2 .left .other > .bg.b2 {
    bottom: -12%;
    right: 8%;
}

#concept #main .r3 .left .other > .bg {
    position: absolute;
    max-width: 100%;
}

#concept #main .r3 .left .other > .bg.b1 {
    top: -22%;
    left: 0;
}

#concept #main .r3 .left .other > .bg.b2 {
    bottom: -12%;
    right: 0;
}

#concept #main .r4 .left .other > .bg {
    position: absolute;
}

#concept #main .r4 .left .other > .bg.b1 {
    top: -20%;
    left: 0;
}

#concept #main .r4 .left .other > .bg.b2 {
    bottom: -48%;
    right: 0;
}

#search #main {
    padding-top: 2rem;
    padding-bottom: 1.2rem;
    max-width: 1200px;
    width: 62.5%;
    margin: auto;
}

#search #main > h3 {
    margin-bottom: 0.6rem;
}

#search #main .tab-box .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6rem;
}

#search #main .tab-box .tab a {
    width: 32%;
    text-align: center;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#search #main .tab-box .tab a.on,
#search #main .tab-box .tab a:hover {
    opacity: 1;
}

#search #main .tab-box .tab-list .pro-box .list {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#search #main .tab-box .tab-list .pro-box .list .pic {
    flex-grow: 1;
}

#search #main .tab-box .tab-list .pro-box .list .go-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.4rem;
    background-color: #f5f5f5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#search #main .tab-box .tab-list .pro-box .list .go-more > em {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    font-family: "PingFang HK", "Microsoft YaHei", "Arial";
}

#search #main .tab-box .tab-list .pro-box .list .go-more > i {
    line-height: 30px;
    height: 30px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
}

#search #main .tab-box .tab-list .pro-box .list:hover {
    box-shadow: 0 10px 40px -3px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

#search #main .tab-box .tab-list .pro-box .list:hover h3 {
    color: #c6181a;
}

#search #main .tab-box .tab-list .pro-box .list:hover p {
    font-weight: bold;
}

#search #main .tab-box .tab-list .pro-box .list:hover .go-more {
    background-color: #c6181a;
}

#search #main .tab-box .tab-list .pro-box .list:hover .go-more > em {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

#search #main .tab-box .tab-list .pro-box .list:hover .go-more > em,
#search #main .tab-box .tab-list .pro-box .list:hover .go-more > i {
    color: #fff;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
}

#search #main .tab-box .tab-list .new-box .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.6rem 0;
    position: relative;
    cursor: pointer;
    background-color: #f7f7f7;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#search #main .tab-box .tab-list .new-box .list .pic {
    width: 38%;
}

#search #main .tab-box .tab-list .new-box .list .msg {
    padding: 10px 0;
    position: relative;
    margin: 0 4%;
    width: 62%;
}

#search #main .tab-box .tab-list .new-box .list .msg p {
    margin-bottom: 0.2rem;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#search #main .tab-box .tab-list .new-box .list .msg:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    border-top: 1px dashed #bdbdbd;
    bottom: 0;
    left: 0;
}

#search #main .tab-box .tab-list .new-box .list .go-more {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    background-color: #404040;
    color: #fff;
    white-space: nowrap;
    padding: 5px 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 800px) {
    #search #main .tab-box .tab-list .new-box .list:hover {
        background-color: #fff;
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        box-shadow: 0 30px 50px -6px rgba(0, 0, 0, 0.25);
    }

    #search #main .tab-box .tab-list .new-box .list:hover .msg p {
        opacity: 1;
    }

    #search #main .tab-box .tab-list .new-box .list:hover .go-more {
        background-color: #cd3d3d;
    }
}

#hidden {
    overflow: hidden;
    visibility: hidden;
    position: fixed;
}

.inter {
    position: relative;
}

.inter .items {
    position: absolute;
    width: 100%;
    left: 0;
    visibility: hidden;
    bottom: 99%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.inter .items > ul {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 40px -2px rgba(7, 0, 2, 0.15);
}

.inter .items > ul > li {
    background-color: #fff;
}

.inter .items > ul > li > a {
    display: inline-block;
    line-height: 45px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.inter .items > ul > li > a:hover {
    color: #c6181a;
    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: #fff transparent transparent transparent;
    left: 20px;
    top: 0;
}

.inter .items.on {
    opacity: 1;
    transform: none;
    visibility: visible;
}

@media screen and (min-width: 800px) {
    .inter:hover .items {
        opacity: 1;
        visibility: visible;
    }
}

.go-back {
    position: fixed;
    /*bottom: 250px;*/
    bottom: 330px;
    right: 5vw;
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.go-back > i {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background-color: #c6181a;
    color: #fff;
    display: inline-block;
    margin-bottom: 12px;
}

.go-back > span {
    text-align: center;
    display: block;
}

.go-back.on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.go-search {
    position: absolute;
    right: 0;
    width: calc(2.5vw + 30px);
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.go-search > a {
    width: 100%;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.go-search:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #bfbfbf;
}

.go-search:hover > a {
    color: #c6181a;
}

.search-wrap {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    height: 100%;
}

.search-wrap .search-box {
    height: 100%;
}

.search-wrap .search-box form {
    display: flex;
    height: 100%;
    align-items: center;
}

.search-wrap .search-box form .layout-search {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #c6181a;
    height: 40px;
    line-height: 40px;
    width: 380px;
    vertical-align: middle;
    overflow: hidden;
}

.search-wrap .search-box form .layout-search input {
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 5;
    vertical-align: top;
    border: none;
    color: #333;
    display: inline-block;
    background-color: transparent;
    width: calc(100% - 50px);
    transition: all 0.3s ease-out;
    transition-delay: 0.2s;
}

.search-wrap .search-box form .layout-search input:focus {
    background-color: transparent;
    border-color: transparent;
}

.search-wrap .search-box form .layout-search > a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #c6181a;
}

.search-wrap .close {
    position: absolute;
    right: 0;
    color: #a4a4a4;
    font-size: 40px;
    width: calc(2.5vw + 30px);
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.search-wrap .close:hover {
    color: #c6181a;
}

.to-top {
    position: fixed;
    bottom: 250px;
    right: 2vw;
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    text-align: center;
}

.to-top > i {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background-color: #c6181a;
    transform: rotate(90deg);
    color: #fff;
    display: inline-block;
    margin-bottom: 12px;
}

.to-top > span {
    text-align: center;
    display: block;
}

.to-top.on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#pop_dialog {
    z-index: 2000;
}

#pop_dialog .dialog_content {
    width: auto;
    max-width: inherit;
    min-width: inherit;
    padding: 2em;
}

#pop_dialog .dialog_content .box {
    position: relative;
    padding: 0 40px;
}

#pop_dialog .dialog_content .box > ul {
    width: 60vw;
    height: 60vh;
    position: relative;
}

#pop_dialog .dialog_content .box > ul > li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#pop_dialog .dialog_content .box > ul > li > .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#pop_dialog .dialog_content .box > ul > li.on > .pic {
    opacity: 1;
}

#pop_dialog .dialog_content .box .data {
    top: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
}

#pop_dialog .dialog_content .box .data .num {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
}

#pop_dialog .dialog_content .box .data .sum {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
}

#pop_dialog .dialog_content .box .p-p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    font-size: 24px;
    color: #ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#pop_dialog .dialog_content .box .p-p:hover {
    color: #c6181a;
}

#pop_dialog .dialog_content .box .p-n {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    font-size: 24px;
    color: #ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#pop_dialog .dialog_content .box .p-n:hover {
    color: #c6181a;
}

#pop_dialog .dialog_content [data-dialog-close] {
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

#pop_dialog .dialog_content [data-dialog-close]:hover {
    background-color: #c6181a;
    color: #fff;
}

#pop_dialog1 {
    z-index: 2000;
}

#pop_dialog1 .dialog_content {
    width: auto;
    max-width: inherit;
    min-width: inherit;
    padding: 3em 2em;
    border-radius: 4px;
}

#pop_dialog1 .dialog_content .box {
    position: relative;
    padding: 0 40px;
    width: 45vw;
}

#pop_dialog1 .dialog_content .box p {
    text-align: left;
}

@media screen and (max-width: 800px) {
    #pop_dialog1 .dialog_content .box {
        padding: 0 0;
        width: 76vw;
    }
}

#pop_dialog1 .dialog_content [data-dialog-close].action {
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

#pop_dialog1 .dialog_content [data-dialog-close].action:hover {
    background-color: #c6181a;
    color: #fff;
}

#pop_dialog1 .dialog_content .close {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    text-align: center;
    top: -50px;
    right: 0;
    font-size: 64px;
    color: #fff;
}

#pop_dialog1 .dialog_content .close:hover {
    color: #c6181a;
}

#first-ad {
    position: fixed;
    pointer-events: none;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0;
}

@keyframes goUp {
    from {
        transform: translateY(15px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes goLeft {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

@keyframes roll {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@keyframes roll1 {
    to {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
    }
}

.text-move {
    color: transparent;
    line-height: 1.8;
    overflow: hidden;
}

.text-move:after {
    content: attr(data-txt);
    position: absolute;
    font-size: inherit;
    width: 100%;
    left: 0;
    color: #000;
    height: 100%;
    line-height: 1.8;
    top: 0;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
}

.text-move.go:after {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

.text-move.d-gc:after {
    color: #495262;
}

.tab-box .tab-list {
    display: none;
}

.tab-box .tab-list.on {
    display: block;
}

.back_ {
    position: fixed;
    right: 5px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background-color: #003586;
    z-index: 100;
}

.back_ > img {
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/*20220325*/


#land #main #r2 .con .col.top .left .msg {
    padding: 60% 0 0;

    background-color: transparent;
    position: relative;

}

#land #main #r2 .con .col.top .left .msg .bg_img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 100%;

}

#land #main #r2 .con .col.top .left .msg * {
    display: none;
}

#operate #main #ar1 .con .btm .items > li > img {
    max-height: 50px;
}

#operate #main #ar1 .con .btm .items:before {
    width: 10rem;
    top: -2px;
}

/*20250528*/
/*#invest #main #r2 .con .list:nth-child(2){*/
/*    display: none;*/
/*}*/
.investment_swiper {
    overflow: hidden;
    position: relative;
    display: flex;
}

.investment_swiper .swiper-slide {
    overflow: hidden;
}

.investment_swiper .swiper-pagination-bullet-active {
    background-color: #000;
}

.swiper-pagination.lhidden {
    opacity: 0;
    pointer-events: none;
}

.investment_swiper .swiper-pagination.swiper-pagination-hidden {
    opacity: 1;
}

.link_ban {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

.after-inner #top .link_ban + .blur,
.after-inner #top .link_ban + .blur + .tree {
    z-index: 12;
}

#six_on #main .wrap .box .parent .note {
    width: 1.55rem;
    height: .75rem;
}

#six_on #main .wrap .box .parent .note div.msg {
    background-image: none !important;
    background-color: #992c16 !important;
    border-radius: 16px;
    padding: 3px;

}

#six_on #main .wrap > img.bg {
    width: 100%;
    margin-left: 0;
    margin-top: -10%;
}

#six_on #main .wrap .box .parent .note div.msg::before {
    content: "";
    display: block;
    border-radius: 16px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #cba686;
    left: 2px;
    top: 2px;
    pointer-events: none;
    position: absolute;
}

#six_on #main .wrap .box .parent .note h5 {
    line-height: 1.2;
}

@media screen and (orientation: landscape) {
    #six_on #main .wrap .box .parent .note h5 {
        font-size: .2rem;
    }
}

#six_on #main .wrap .box .note:nth-child(2) .other,
#six_on #main .wrap .box .note:nth-child(3) .other {
    left: 120%;
    right: auto;
    top: 20%;
}

#six_on #main .wrap .box .note:nth-child(2) .other .txt,
#six_on #main .wrap .box .note:nth-child(3) .other .txt {
    left: auto;
    right: 0;
}

#six_on #main .wrap .box .note:nth-child(5) .other,
#six_on #main .wrap .box .note:nth-child(6) .other,
#six_on #main .wrap .box .note:nth-child(1) .other,
#six_on #main .wrap .box .note:nth-child(4) .other {
    right: 120%;
    left: auto;
    top: 20%;
}

#six_on #main .wrap .box .note:nth-child(1) .other {
    right: 180%;
}

#six_on #main .wrap .box .note:nth-child(4) .other .line {
    transform: scaleX(-1);
}

#land #main #r1 .con {
    position: relative;
}

.pri_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: calc(40 / 1920 * 100vw);
    text-align: center;
    color: #e6e8f0;
    line-height: 1;
    z-index: 4;
}

.pri_txt h2 {
    font-size: calc(80 / 1920 * 100vw);
    font-weight: 700;
    font-family: SimSun, serif;

}

.pri_txt h3 {
    font-family: SimSun, serif;

    font-weight: 700;
    margin-top: calc(28 / 1920 * 100vw);
    font-size: calc(56 / 1920 * 100vw);
}

@media screen and (orientation: landscape) {
    #land #main #r2 {
        padding-top: 0;
        margin-top: -.5rem;
    }
}

.land_img img {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}

#invest #main #r2 .con p.d-gc {
    text-indent: 2em;
}

@media screen and (orientation: portrait) {
    .land_img img {
        width: 100%;
    }

    .pri_txt {

        padding-top: .3rem;

    }

    .pri_txt h2 {
        font-size: .4rem;


    }

    .pri_txt h3 {

        margin-top: .16rem;
        font-size: .24rem;
    }
}

#land #main #r2 .con .col {
    justify-content: center;
}

#land #main #r2 .con .col .right {
    display: none;
}

@media screen and (min-width: 2000px){
    #operate #main #ar3 .con .tab-box .tab{
        max-width: 1350px;
    }
}

@media screen and (orientation: landscape) and (max-width: 2000px) {
    #operate #main #ar3 .con .tab-box .tab li .f-24{
        font-size: calc(24/1920*100vw);

    }
    #operate #main #ar3 .con .tab-box .tab{
        max-width: none;
    }
}

