@charset "utf-8";

/**
 * @Author   zcool
 * @Date     2017-11-20
 */
#r2{min-height: 460px;}
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: "PingFang HK", "Microsoft YaHei", "Arial";
}

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

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

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

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


/*表单元素默认有10像素的缩进*/

input[type='submit'],
input[type='button'],
button {
    text-indent: 0;
    text-align: center;
    cursor: pointer;
}

label,
button,
a {
    cursor: pointer;
}

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


/* 去掉浏览器激活样式 */

select:focus,
textarea:focus,
input:focus,
button {
    outline: none;
}


/* 提示文字的初始样式 */

input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
    color: #999;
    transition: color .5s;
}


/* 提示文字的激活样式 */

input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
    color: #c2c2c2;
}


/* table */

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


/* 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,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    font-size: 16px;
}

span {
    display: inline-block;
}

p {
    line-height: 2;
}

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


/*用来解决在安卓上的点击出现篮框问题*/

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*解决ios上去除微信点击蓝色边框 */

a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

font {
    font-size: inherit;
    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;
}

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

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


/* 浮动与清浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.hide {
    display: none;
}

.show {
    display: block;
}

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

[data-ahref] {
    cursor: pointer;
}

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

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

html {
    font-size: 100px;
}


/* 初始定义 */

@font-face {
    font-family: 'word';
    src: url('../fonts/word.ttf');
}

@font-face {
    font-family: 'en-l';
    src: url('../css/font/en_l.otf');
}

@font-face {
    font-family: 'en-b';
    src: url('../css/font/en_b.otf');
}

.word {
    font-family: word;
}

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

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


/* 定义网站色值 */
.c-w-color{color: #ffffff;}

.mc {
    color: #062f6e;
}

.fc {
    color: #2e7ef0;
}

.wc {
    color: #ffffff;
}

.grc {
    color: #dddddd;
}

.d-gc {
    color: #999999;
}

.rc {
    color: #ff231c;
}

.oc {
    color: #ffb11e;
}

.yc {
    color: #fff714;
}

.gc {
    color: #8aff3c;
}

.bc {
    color: #f8fbff;
}

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

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

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

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

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

.shadow {
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.08);
}

.text-shadow {
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
}

.layer-box {
    display: inline-block;
}

.layer-box .pic .data {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    position: absolute;
    left: 20px;
    top: 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.layer-box .pic .data>b {
    width: 100%;
    display: block;
    white-space: nowrap;
    color: #fff;
    line-height: 24px;
}

.layer-box .pic .data>em {
    color: #fff;
    line-height: 15px;
    letter-spacing: 2px;
}

.layer-box .msg {
    padding: 20px;
    background-color: transparent;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.layer-box .msg .other {
    padding-top: 20px;
    border-top: 1px solid #dbdee3;
    position: relative;
}

.layer-box .msg .other>a {
    color: #93abc3;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.layer-box .msg .other>a>i {
    vertical-align: top;
    font-size: 30px;
}

.layer-box .msg .other>a.share {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.layer-box .msg .other>a.share:hover {
    color: #2e7ef0;
}

.layer-box .msg .other>a.go {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.layer-box .msg .other>a.go:hover {
    color: #2e7ef0;
}

.layer-box.on .pic .data {
    background-color: #2e7ef0;
}

.layer-box.on .msg {
    background-color: #f8fbff;
}

.layer-box:hover .pic .data {
    background-color: #2e7ef0;
}

.layer-box:hover .msg {
    background-color: #f8fbff;
}

@media screen and (max-width: 600px) {
    .layer-box .pic .data {
        background-color: #2e7ef0;
    }
    .layer-box .msg {
        background-color: #f8fbff;
    }
}

.layer-new {
    padding: 24px 0;
    position: relative;
}

.layer-new h3 {
    position: relative;
    padding-left: 38px;
    line-height: 32px;
}

.layer-new h3>i {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 32px;
}

.layer-new>small {
    margin: 20px 0 10px 0;
    display: inline-block;
}

.layer-new>p {
    width: 80%;
}

.layer-new .go {
    position: absolute;
    bottom: 0.3rem;
    right: 0;
    line-height: 24px;
    display: inline-block;
}


/*图片容器*/

.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-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
}


/* 按钮 */

.layout-btn {
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.layout-btn:hover {
    background: rgba(0, 0, 0, 0.6);
}

.layout-btn-1 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 260px;
    height: 52px;
    background: #fff;
    transform: translate3d(0px, 0%, 0px);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    transition-delay: 0.6s;
    overflow: hidden;
}

.layout-btn-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #062f6e;
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(0.5);
    transition: all 0.6s ease;
}

.layout-btn-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition: all 0.6s ease;
}

.layout-btn-1>div {
    position: relative;
    top: 16px;
    width: 100%;
    height: 26px;
    overflow: hidden;
}

.layout-btn-1>div>span {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
}

.layout-btn-1>div>span:first-of-type {
    color: #fff;
    transform: translateY(24px);
}

.layout-btn-1>div>span:last-of-type {
    color: #1e0f21;
    transform: translateY(0);
}

.layout-btn-1:hover {
    background: #062f6e;
    transition: background 0.2s linear;
    transition-delay: 0.6s;
}

.layout-btn-1:hover:before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0s;
}

.layout-btn-1:hover:after {
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
    transition-delay: 0s;
}

.layout-btn-1:hover>div>span:first-of-type {
    transform: translateY(0);
}

.layout-btn-1:hover>div>span:last-of-type {
    transform: translateY(-24px);
}

.layout-btn-2 {
    width: 200px;
    height: 60px;
    cursor: pointer;
    perspective: 500px;
    display: inline-block;
}

.layout-btn-2>div {
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.25s;
}

.layout-btn-2>div>span {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    border: 5px solid #fff;
    line-height: 50px;
    font-size: 17pt;
    text-align: center;
    text-transform: uppercase;
}

.layout-btn-2>div>span:first-of-type {
    color: #fff;
    transform: translate3d(0, 0, 30px);
}

.layout-btn-2>div>span:last-of-type {
    color: #737f39;
    background: #fff;
    transform: rotateX(90deg) translate3d(0, 0, 30px);
}

.layout-btn-2:hover>div {
    transform: rotateX(-90deg);
}

.layout-btn-3 {
    height: 80px;
    line-height: 80px;
    width: 180px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.layout-btn-3>span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    z-index: 3;
    color: #000;
    width: 100%;
    height: 60px;
    line-height: 60px;
    vertical-align: top;
    transition: all 0.3s cubic-bezier(0, 0.25, 0.5, 1);
}

.layout-btn-3 .Sline {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    fill: #fff;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0, 0.25, 0.5, 1);
}

.layout-btn-3:hover>span {
    color: #fff;
}

.layout-btn-3:hover .Sline {
    fill: #062f6e;
    transform: translate3d(-66.6%, 0, 0);
}

.layout-btn-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    line-height: 60px;
    width: 180px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    text-align: center;
}

.layout-btn-4>span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.layout-btn-4:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.layout-btn-4:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.layout-btn-4:hover:after {
    transform: translate(0, 0);
}

.layout-btn-4:hover:before {
    transform: translate(0, 0);
}


/*输入框*/

.layout-inputBox {
    display: inline-block;
}

.layout-inputBox>h5 {
    height: 0.32rem;
    line-height: 0.32rem;
}

.layout-inputBox .input-text {
    height: 40px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.layout-inputBox .input-text>input {
    width: 100%;
    height: 100%;
    background-color: white;
    border: solid 1px #d4d4d4;
    font-weight: 400;
    padding: 0 10px;
    position: relative;
    z-index: 10;
}

.layout-inputBox .input-text>input:focus {
    background-color: transparent;
    border-color: transparent;
}

.layout-inputBox .input-text>input:focus~.input-border {
    background-color: white;
}

.layout-inputBox .input-text>input:focus~.input-border:first-of-type:before {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%;
}

.layout-inputBox .input-text>input:focus~.input-border:first-of-type:after {
    height: 100%;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.layout-inputBox .input-text>input:focus~.input-border:last-of-type {
    background: transparent;
}

.layout-inputBox .input-text>input:focus~.input-border:last-of-type:before {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 100%;
}

.layout-inputBox .input-text>input:focus~.input-border:last-of-type:after {
    height: 100%;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    top: 0;
}

.layout-inputBox .input-text .input-border {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    background-color: #5b4c5c;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

.layout-inputBox .input-text .input-border:first-of-type:before {
    height: 2px;
    left: 0;
    top: 0;
    width: 0;
}

.layout-inputBox .input-text .input-border:first-of-type:after {
    height: 0;
    right: 0;
    top: 0;
    width: 2px;
}

.layout-inputBox .input-text .input-border:last-of-type:before {
    background-color: #01afd1;
    height: 2px;
    top: calc(100% - 2px);
    right: 0;
    width: 0;
}

.layout-inputBox .input-text .input-border:last-of-type:after {
    background-color: #01afd1;
    height: 0;
    top: calc(100% - 2px);
    left: 0;
    width: 2px;
}


/*省市区三级联动*/

.layout-adr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.layout-adr .parent {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin: 0 15px;
    text-decoration: none;
    cursor: default;
    padding-bottom: 10px;
}

.layout-adr .parent .con {
    position: relative;
    min-width: 120px;
    padding: 0 26px 0 8px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.layout-adr .parent .con span {
    display: inline;
    padding: 5px 12px;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.layout-adr .parent .adr-down {
    position: absolute;
    display: none;
    width: 100%;
    top: 100%;
}

.layout-adr .parent .adr-down>ul {
    line-height: 36px;
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 999999999;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #dedede;
    border-top: 0;
    max-height: 220px;
}

.layout-adr .parent .adr-down>ul>li {
    padding-left: 8px;
    background: #ffffff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    margin: 0;
    list-style: none;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layout-adr .parent .adr-down>ul>li:hover {
    background-color: #062f6e;
    color: #fff;
}

.layout-adr .parent .adr-down:after {
    content: "◆";
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0px;
    text-align: center;
    font-size: 20px;
    line-height: 8px;
    margin-top: -5px;
    color: #ffffff;
    height: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
}

.layout-adr .parent .adr-down.on {
    display: block;
}

.layout-adr .parent:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 16px;
    right: 8px;
    display: block;
    border: 6px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.layout-adr.adr-inline .parent .con {
    padding-left: 4px;
}

.layout-adr.adr-inline .parent .con span:hover {
    background-color: #062f6e;
    color: #fff;
}

.component {
    margin: 0 auto;
    position: relative;
    margin-bottom: 0.4rem;
    max-width: 100%;
}

.component>ul {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.component>ul>li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.component>ul>li>img {
    display: block;
    max-width: 100%;
    opacity: 0;
    max-height: 100%;
}

.component>ul>li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.component>ul .current {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
}

.component nav>a {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #5b4c5c;
    outline: none;
    overflow: visible;
    text-align: center;
    top: 50%;
    z-index: 1100;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.component nav .moveNext {
    right: 0;
}

.component .Tcon {
    position: absolute;
    width: 80%;
    height: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 11;
    pointer-events: none;
}

.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;
    pointer-events: auto;
    height: 100%;
    width: 100%;
}

.component .Tcon .txtChange>[data-txt] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: max-content;
    color: #fff;
    text-align: center;
    font-size: 0.24rem;
    pointer-events: none;
    transition: all 0.4s;
    -webkit-perspective: 1600px;
    perspective: 1600px;
}

.component .Tcon .txtChange>[data-txt].on {
    opacity: 1;
    pointer-events: auto;
}

.component .Tcon .txtChange>[data-txt].txtHide {
    -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.component .Tcon .txtChange>[data-txt].txtShow {
    -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.component .Tcon .pageChange {
    position: absolute;
    pointer-events: auto;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.component .Tcon .pageChange>li {
    background-color: #fff;
    opacity: 0.3;
    display: inline-block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 10px;
    text-align: center;
    margin: 0.2rem 0.2rem;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.component .Tcon .pageChange>li.on {
    opacity: 1;
}

.component-small {
    width: 650px;
    height: 290px;
}

.component-small>ul {
    width: 450px;
}

.component-fullwidth {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background: transparent;
}

.component-fullwidth>ul {
    overflow: hidden;
}

.component-fullwidth>ul>li {
    overflow: hidden;
}

.component-fullwidth>ul>li>img {
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.component-transparent {
    width: 900px;
    height: 500px;
}

.component-transparent>ul {
    width: 112px;
}

.webGL-slider {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 5;
}

.webGL-slider>img {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}

.webGL-slider canvas {
    position: absolute;
    z-index: 2;
}

.webGL-slider .pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5vw;
    z-index: 6;
}

.webGL-slider .pagination>[data-slide] {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    border-radius: 100%;
    padding: 0;
    margin: 30px 0;
    cursor: pointer;
    position: relative;
    opacity: 0.2;
    transition: opacity 0.2s ease-in-out;
    outline: none;
}

.webGL-slider .pagination>[data-slide].on {
    opacity: 1;
}

.webGL-slider a.move-prev {
    position: absolute;
    bottom: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0;
    color: #fff;
    background-color: transparent;
    font-size: 24px;
    opacity: 0.6;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.webGL-slider a.move-prev:hover {
    opacity: 1;
}

.webGL-slider a.move-next {
    position: absolute;
    top: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0;
    color: #fff;
    background-color: transparent;
    font-size: 24px;
    opacity: 0.6;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.webGL-slider a.move-next:hover {
    opacity: 1;
}

.webGL-slider .txt-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.webGL-slider .txt-item>li {
    position: absolute;
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.webGL-slider .txt-item>li>a {
    position: absolute;
    display: inline-block;
    top: 30vh;
    left: 0;
}

.webGL-slider .txt-item>li>a>i {
    font-size: 32px;
    opacity: 0;
    vertical-align: middle;
    display: inline-block;
    animation: fadeInLeftSmall 1.5s ease forwards;
    animation-delay: 1s;
}


/*弹窗*/

.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.dialog .dialog_mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1001;
    background: rgba(55, 58, 71, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.dialog .dialog_content {
    width: 50%;
    max-width: 560px;
    min-width: 290px;
    background: #fff;
    padding: 4em;
    text-align: center;
    position: relative;
    z-index: 1005;
    opacity: 0;
}

.dialog.dialog--open,
.dialog.dialog--close {
    visibility: visible;
}

.dialog.dialog--open .dialog_mask,
.dialog.dialog--close .dialog_mask {
    opacity: 1;
    pointer-events: auto;
}

.dialog.dialog--open .dialog_content,
.dialog.dialog--close .dialog_content {
    opacity: 1;
    pointer-events: auto;
}

.dialog.dialog--close .dialog_mask {
    opacity: 0;
}

.inter {
    position: relative;
    display: inline-block;
}

.inter>span {
    padding: 6px 20px;
    background-color: #fff;
    border-radius: 50px;
}

.inter .items {
    position: absolute;
    visibility: hidden;
    bottom: 99%;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    left: -25px;
}

.inter .items>img {
    border: 4px solid #062f6e;
}

.inter .items>ul {
    border-radius: 5px;
    overflow: hidden;
}

.inter .items>ul>li {
    background-color: #fff;
}

.inter .items>ul>li>a {
    display: inline-block;
    line-height: 45px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    white-space: nowrap;
    padding: 0 0.2rem;
}

.inter .items>ul>li>a:hover {
    color: #062f6e;
    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: #062f6e transparent transparent transparent;
    left: 32px;
    top: 0;
}

@media screen and (min-width: 800px) {
    .inter:hover .items {
        opacity: 1;
        transform: none;
        visibility: visible;
    }
}

@media screen and (max-width: 800px) {
    .inter {
        cursor: pointer;
    }
    .inter.on .items {
        opacity: 1;
        transform: none;
        visibility: visible;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-light {
    font-weight: lighter;
}

.f-bold {
    font-weight: bold;
}

.f-500 {
    font-weight: 500;
}

.f-left {
    text-align: left;
}

.f-center {
    text-align: center;
}

.f-right {
    text-align: right;
}

.up-word {
    text-transform: uppercase;
}

.v-show {
    visibility: visible;
}

.v-hide {
    visibility: hidden;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

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

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

.wid-10 {
    width: 10%;
}

.wid-15 {
    width: 15%;
}

.wid-20 {
    width: 20%;
}

.wid-25 {
    width: 25%;
}

.wid-30 {
    width: 30%;
}

.wid-35 {
    width: 35%;
}

.wid-40 {
    width: 40%;
}

.wid-45 {
    width: 45%;
}

.wid-50 {
    width: 50%;
}

.wid-55 {
    width: 55%;
}

.wid-60 {
    width: 60%;
}

.wid-65 {
    width: 65%;
}

.wid-70 {
    width: 70%;
}

.wid-75 {
    width: 75%;
}

.wid-80 {
    width: 80%;
}

.wid-85 {
    width: 85%;
}

.wid-90 {
    width: 90%;
}

.wid-95 {
    width: 95%;
}

.wid-100 {
    width: 100%;
}

.op-0 {
    opacity: 0;
}

.op-1 {
    opacity: 0.1;
}

.op-2 {
    opacity: 0.2;
}

.op-3 {
    opacity: 0.3;
}

.op-4 {
    opacity: 0.4;
}

.op-5 {
    opacity: 0.5;
}

.op-6 {
    opacity: 0.6;
}

.op-7 {
    opacity: 0.7;
}

.op-8 {
    opacity: 0.8;
}

.op-9 {
    opacity: 0.9;
}

.op-10 {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1600px) {
    html {
        font-size: 80px;
    }
    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: 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: 20px;
    }
    .f-20 {
        font-size: 18px;
    }
    .f-18 {
        font-size: 16px;
    }
    .f-16 {
        font-size: 14px;
    }
    .f-14 {
        font-size: 12px;
    }
    .f-12 {
        font-size: 12px;
    }
    p {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 80px;
    }
    .f-60 {
        font-size: 40px;
    }
    .f-50 {
        font-size: 34px;
    }
    .f-48 {
        font-size: 32px;
    }
    .f-46 {
        font-size: 30px;
    }
    .f-44 {
        font-size: 28px;
    }
    .f-42 {
        font-size: 26px;
    }
    .f-40 {
        font-size: 24px;
    }
    .f-38 {
        font-size: 22px;
    }
    .f-36 {
        font-size: 20px;
    }
    .f-34 {
        font-size: 20px;
    }
    .f-32 {
        font-size: 18px;
    }
    .f-30 {
        font-size: 18px;
    }
    .f-28 {
        font-size: 16px;
    }
    .f-26 {
        font-size: 16px;
    }
    .f-24 {
        font-size: 16px;
    }
    .f-22 {
        font-size: 14px;
    }
    .f-20 {
        font-size: 14px;
    }
    .f-18 {
        font-size: 14px;
    }
    .f-16 {
        font-size: 12px;
    }
    .f-14 {
        font-size: 12px;
    }
    .f-12 {
        font-size: 12px;
    }
    p {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 700px) {
    
    html {
        font-size: 50px;
    }
    p {
        font-size: 13px;
        line-height: 1.7;
    }
    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%, -10px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownSmall {
    animation-name: fadeInDownSmall;
}

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

.fadeOutDownSmall {
    animation-name: fadeOutDownSmall;
}

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

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}

@keyframes 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;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}


/*页面结构*/

#bloc header {
    position: fixed;
    height: 1rem;
    width: 100%;
    top: 20px;
    z-index: 1000;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#bloc header .nav {
    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-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#bloc header .nav .back {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    height: 4px;
    background-color: #062f6e;
}

#bloc header .logo-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    position: absolute;
    left: 8%;
    top: 0;
}

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

#bloc header .logo-box>img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 75%;
}

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

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

#bloc header .pc-nav>ul>li {
    text-align: center;
    height: 100%;
    display: flex;
    align-content: center;
    margin: 0 0.26rem;
    position: relative;
}
@media screen and (max-width:1366px){
    #bloc header .pc-nav>ul>li {
        text-align: center;
        height: 100%;
        display: flex;
        align-content: center;
        margin: 0 0.18rem;
        position: relative;
    }
}

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

#bloc header .pc-nav>ul>li .out-nav {
    position: absolute;
    left: 0;
    visibility: hidden;
    pointer-events: none;
    top: 90%;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#bloc header .pc-nav>ul>li .out-nav>span {
    height: 20px;
    line-height: 20px;
    position: relative;
    width: 100%;
    display: block;
}

#bloc header .pc-nav>ul>li .out-nav>span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
    left: 20px;
    bottom: 0;
}

#bloc header .pc-nav>ul>li .out-nav .items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #f0f0f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#bloc header .pc-nav>ul>li .out-nav .items .left {
    padding: 16px 24px;
}

#bloc header .pc-nav>ul>li .out-nav .items .left .list {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none;
}

#bloc header .pc-nav>ul>li .out-nav .items .left .list .pic {
    width: 1.8rem;
}

#bloc header .pc-nav>ul>li .out-nav .items .left .list .msg {
    width: 1.8rem;
    padding-left: 20px;
}

#bloc header .pc-nav>ul>li .out-nav .items .left .list .msg h3,
#bloc header .pc-nav>ul>li .out-nav .items .left .list .msg p {
    opacity: 0;
}

#bloc header .pc-nav>ul>li .out-nav .items .left .list.on {
    display: flex;
}

#bloc header .pc-nav>ul>li .out-nav .items .right {
    padding: 16px 24px;
    background-color: #fff;
    min-width: 130px;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    /* align-items: flex-start; */
}

#bloc header .pc-nav>ul>li .out-nav .items .right>a {
    font-size: 18px;
    display: block;
    margin: 5px auto;
    padding: 0 10px;
    white-space: nowrap;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#bloc header .pc-nav>ul>li .out-nav .items .right>a.on,
#bloc header .pc-nav>ul>li .out-nav .items .right>a:hover {
    color: #2e7ef0;
}

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

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

#bloc header .pc-nav>ul>li.go-down:hover .out-nav {
    pointer-events: auto;
    opacity: 1;
    transform: none;
    visibility: visible;
}

#bloc 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;
}

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

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

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

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

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

#bloc 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);
}

#bloc 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);
}

#bloc 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);
}

#bloc 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-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

#bloc 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);
}

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

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

#bloc 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-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#bloc header .nav-app>.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;
}

#bloc 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);
}

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

#bloc 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;
}

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

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

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

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

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

#bloc header.on {
    top: 0;
}

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

#bloc .wrapper {
    padding-top: 1rem;
}

#bloc footer {
    background-color: #333;
}

#bloc footer .fMain {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#bloc footer .fMain .left {
    text-align: left;
}

#bloc footer .fMain .left div:nth-of-type(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgba(255, 255, 255, 0.2);
}

#bloc footer .fMain .left div:nth-of-type(1) a {
    color: rgba(255, 255, 255, 0.2);
    margin: 0 10px;
}

#bloc footer .fMain .left div:nth-of-type(1) a:first-of-type {
    margin-left: 0;
}

#bloc footer .fMain .left div:nth-of-type(2) div {
    color: rgba(255, 255, 255, 0.2);
    line-height: 2;
}

#bloc footer .fMain .right {
    text-align: right;
}

#bloc footer .fMain .right div:last-of-type div {
    color: rgba(255, 255, 255, 0.2);
    line-height: 2;
}

#bloc footer .fMain .right div:last-of-type div img {
    margin: 0 5px;
    vertical-align: sub;
}

#bloc #zixun {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 50px;
    position: fixed;
    z-index: 1000;
    right: 2vw;
    bottom: 12vw;
    opacity: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    background-color: #ffffff;
    color: #2e7ef0;
    box-shadow: 0 4px 20px rgba(46, 126, 240, 0.12);
}

#bloc #zixun.on {
    opacity: 1;
    pointer-events: auto;
}

#bloc #zixun:after {
    content: attr(data-node);
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100%;
    left: 0;
    font-size: 13px;
    color: #2e7ef0;
    line-height: 3;
}

#home {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

#home #top {
    position: relative;
    width: 100%;
    height: calc(100vh - 1rem);
}

#home #top .component .Tcon .txtChange>li {
    width: 100%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    display: none;
    left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 160px;
}

#home #top .component .Tcon .txtChange>li.on {
    opacity: 1;
    visibility: visible;
    display: block;
}

#home #top .component .Tcon .txtChange>li p {
    line-height: 1.5;
}

#home #top .component .Tcon .txtChange .more {
    background-color: #fff;
    display: inline-block;
    text-align: center;
    border: none;
    overflow: hidden;
    padding: 10px 38px;
    margin-top: 0.2rem;
    position: relative;
    top: 0;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
}

#home #top .component .Tcon .txtChange .more>span {
    position: relative;
    z-index: 5;
    color: #000;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#home #top .component .Tcon .txtChange .more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #062f6e;
    transform: translateX(100%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#home #top .component .Tcon .txtChange .more:hover {
    border-color: transparent;
}

#home #top .component .Tcon .txtChange .more:hover>span {
    color: #fff;
}

#home #top .component .Tcon .txtChange .more:hover:after {
    transform: none;
}

#home #top .component .Tcon .pageChange li {
    cursor: pointer;
}

#home #top .component .Tcon>small {
    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: 4;
    left: auto;
}

#home #top .component .Tcon>small b {
    display: inline-block;
}

#home #top .component .Tcon>small span {
    display: inline-block;
}

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

#home #top .component .movePrev {
    font-size: 38px;
    left: 5vw;
    pointer-events: auto;
}

#home #top .component .moveNext {
    font-size: 38px;
    right: 5vw;
    pointer-events: auto;
}

#home #top .component .scr {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    z-index: 10;
}

#home #main {
    width: 100%;
    height: 100%;
    position: relative;
}

#home #main .row {
    padding: 0.68rem 0;
    position: relative;
}

#home #main .row .rowMain {
    position: relative;
    z-index: 5;
}

#home #main .part {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
    opacity: 0;
}

#home #main .part.on {
    z-index: 4;
    opacity: 1;
}

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

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

#home #main .part.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 #main .part.navOutNext {
    pointer-events: none;
    opacity: 1;
    -webkit-animation: slideOutHalfTop 0.7s forwards ease-in-out;
    animation: slideOutHalfTop 0.7s forwards ease-in-out;
}

#home #main #r0 {
    width: 100%;
    padding: 0;
    height: calc(100vh - 1rem);
}

#home #main #r0 .component .Tcon .txtChange>li {
    width: 100%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    display: none;
    left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 160px;
}

#home #main #r0 .component .Tcon .txtChange>li.on {
    opacity: 1;
    visibility: visible;
    display: block;
}

#home #main #r0 .component .Tcon .txtChange>li p {
    line-height: 1.5;
}

#home #main #r0 .component .Tcon .txtChange .more {
    background-color: #fff;
    display: inline-block;
    text-align: center;
    border: none;
    overflow: hidden;
    padding: 10px 38px;
    margin-top: 0.2rem;
    position: relative;
    top: 0;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
}

#home #main #r0 .component .Tcon .txtChange .more>span {
    position: relative;
    z-index: 5;
    color: #000;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#home #main #r0 .component .Tcon .txtChange .more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #062f6e;
    transform: translateX(100%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#home #main #r0 .component .Tcon .txtChange .more:hover {
    border-color: transparent;
}

#home #main #r0 .component .Tcon .txtChange .more:hover>span {
    color: #fff;
}

#home #main #r0 .component .Tcon .txtChange .more:hover:after {
    transform: none;
}

#home #main #r0 .component .Tcon .pageChange li {
    cursor: pointer;
}

#home #main #r0 .component .Tcon>small {
    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: 4;
    left: auto;
}

#home #main #r0 .component .Tcon>small b {
    display: inline-block;
}

#home #main #r0 .component .Tcon>small span {
    display: inline-block;
}

#home #main #r0 .component nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

#home #main #r0 .component .movePrev {
    font-size: 38px;
    left: 5vw;
    pointer-events: auto;
}

#home #main #r0 .component .moveNext {
    font-size: 38px;
    right: 5vw;
    pointer-events: auto;
}

#home #main #r0 .component .scr {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    z-index: 10;
    margin: 0 auto;
}

#home #main #r1 {
    background-color: #f8fbff;
}

#home #main #r1 .bg-items {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 5;
    pointer-events: none;
}

#home #main #r1 .bg-items .pic {
    position: absolute;
    z-index: 5;
    width: 102%;
    height: 102%;
    left: -1%;
    top: -1%;
    filter: blur(5px);
    opacity: 0.26;
}

#home #main #r1 .bg-items:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2e7ef0;
    z-index: 2;
}

#home #main #r1 .bg-items .page-dot {
    right: 4vw;
    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;
    pointer-events: auto;
}

#home #main #r1 .bg-items .page-dot>li {
    background-color: #ffff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    line-height: 12px;
    text-align: center;
    margin: 14px 0;
    opacity: 0.5;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    cursor: pointer;
}

#home #main #r1 .bg-items .page-dot>li.on {
    opacity: 1;
    pointer-events: none;
}

#home #main #r1 .wrap {
    width: 50%;
    position: relative;
    z-index: 5;
}

#home #main #r1 .wrap .msg-items {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 260px - 1.36rem);
}

#home #main #r1 .wrap .msg-items .msg {
    width: 100%;
    display: none;
}

#home #main #r1 .wrap .msg-items .msg p {
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#home #main #r1 .wrap .msg-items .msg .btn-items .ma {
    color: #fff;
    padding: 9px 18px;
    background-color: #93abc3;
    min-width: 120px;
    border-radius: 50px;
    display: inline-block;
}

#home #main #r1 .wrap .msg-items .msg .btn-items .ma>i {
    margin-right: 8px;
}

#home #main #r1 .wrap .msg-items .msg .btn-items .ma:hover {
    background-color: #2e7ef0;
    display: inline-block;
}

#home #main #r1 .wrap .msg-items .msg .btn-items .more {
    background-color: #93abc3;
    display: inline-block;
    color: #fff;
    padding: 9px 18px;
    min-width: 120px;
    border-radius: 50px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#home #main #r1 .wrap .msg-items .msg .btn-items .more:hover {
    background-color: #2e7ef0;
}

#home #main #r1 .wrap .msg-items .msg.on {
    display: block;
}

#home #main #r1 .wrap .pager {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#home #main #r1 .wrap .pager>li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 18px;
    cursor: pointer;
}

#home #main #r1 .wrap .pager>li>em {
    color: #93abc3;
    font-family: en-b;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    line-height: 28px;
}

#home #main #r1 .wrap .pager>li>span {
    padding-left: 40px;
    position: relative;
    display: none;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
}

#home #main #r1 .wrap .pager>li>span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    height: 2px;
    width: 20px;
    background-color: #2e7ef0;
}

#home #main #r1 .wrap .pager>li.on {
    pointer-events: none;
}

#home #main #r1 .wrap .pager>li.on>em {
    color: #000;
}

#home #main #r1 .wrap .pager>li.on>span {
    display: block;
}

#home #main #r1 .other {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home #main #r1 .other .con {
    width: 45%;
    position: relative;
}

#home #main #r1 .other .con .img {
    width: 100%;
}

#home #main #r1 .other .con .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#home #main #r1 .other .con .photo .p-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 65%;
    height: 65%;
    display: none;
    animation: scaleIn 0.6s linear;
}

#home #main #r1 .other .con .photo .p-list.on {
    display: block;
}

#home #main #r1 .other .con .box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    left: 50%;
}

#home #main #r1 .other .con .box .txt-items {
    display: none;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: fadeInRightSmall 0.8s linear;
}

#home #main #r1 .other .con .box .txt-items .t-list {
    padding: 10px 0;
    width: 100%;
    padding-left: 78px;
    position: relative;
}

#home #main #r1 .other .con .box .txt-items .t-list h4 {
    height: 24px;
    line-height: 24px;
}

#home #main #r1 .other .con .box .txt-items .t-list>span {
    padding-left: 40px;
    position: relative;
    height: 24px;
    line-height: 24px;
}

#home #main #r1 .other .con .box .txt-items .t-list>span>em {
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    max-width: 16vw;
}

#home #main #r1 .other .con .box .txt-items .t-list>span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 18px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#home #main #r1 .other .con .box .txt-items .t-list>em {
    background-color: #2e7ef0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    line-height: 7px;
    text-align: center;
    left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#home #main #r1 .other .con .box .txt-items .t-list>em:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#home #main #r1 .other .con .box .txt-items .t-list>em:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#home #main #r1 .other .con .box .txt-items .t-list.on>h4 {
    font-weight: bolder;
}

#home #main #r1 .other .con .box .txt-items .t-list.on>span>em {
    opacity: 1;
}

#home #main #r1 .other .con .box .txt-items .t-list.on>span:after {
    width: 30px;
    height: 2px;
}

#home #main #r1 .other .con .box .txt-items .t-list.on>em {
    transform: scale(5);
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    -ms-transform: scale(5);
}

#home #main #r1 .other .con .box .txt-items .t-list.on>em:after {
    opacity: 1;
}

#home #main #r1 .other .con .box .txt-items .t-list.on>em:before {
    opacity: 1;
}

#home #main #r1 .other .con .box .txt-items .t-list:nth-of-type(1) {
    position: relative;
    margin-left: 43.5%;
    margin-bottom: 19px;
}

#home #main #r1 .other .con .box .txt-items .t-list:nth-of-type(2) {
    position: absolute;
    left: 40%;
    top: 26%;
}

#home #main #r1 .other .con .box .txt-items .t-list:nth-of-type(3) {
    position: absolute;
    left: 40%;
    top: 61%;
}

#home #main #r1 .other .con .box .txt-items .t-list:nth-of-type(4) {
    position: absolute;
    left: 31%;
    top: 12%;
}

#home #main #r1 .other .con .box .txt-items .t-list:nth-of-type(5) {
    position: absolute;
    left: 30%;
    top: 75%;
}

#home #main #r1 .other .con .box .txt-items .t-list:nth-of-type(6) {
    position: absolute;
    left: 12%;
    top: 0;
    padding-left: 113px;
}

#home #main #r1 .other .con .box .txt-items .t-list:nth-of-type(7) {
    position: absolute;
    left: 12%;
    top: 0;
    padding-left: 113px;
}

#home #main #r1 .other .con .box .txt-items.on {
    opacity: 1;
    visibility: visible;
    display: flex;
}

#home #main #app-r1 {
    padding: 0;
}

#home #main #app-r1 .title {
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
}

#home #main #app-r1 .wrap {
    position: relative;
    margin-top: -40px;
}

#home #main #app-r1 .wrap .top {
    position: relative;
}

#home #main #app-r1 .wrap .top .con {
    width: 90%;
    position: relative;
    margin: auto;
    z-index: 10;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
}

#home #main #app-r1 .wrap .top .con .img {
    width: 100%;
}

#home #main #app-r1 .wrap .top .con .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#home #main #app-r1 .wrap .top .con .photo .p-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 65%;
    height: 65%;
    display: none;
    animation: scaleIn 0.6s linear;
}

#home #main #app-r1 .wrap .top .con .photo .p-list.on {
    display: block;
}

#home #main #app-r1 .wrap .btm {
    position: relative;
    padding: 120px 5% 38px 5%;
}

#home #main #app-r1 .wrap .btm .pic {
    position: absolute;
    z-index: 5;
    width: 102%;
    height: 102%;
    left: -1%;
    top: -1%;
    filter: blur(5px);
    opacity: 0.26;
}

#home #main #app-r1 .wrap .btm:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2e7ef0;
    z-index: 2;
}

#home #main #app-r1 .wrap .btm .msg-items {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 12;
}

#home #main #app-r1 .wrap .btm .msg-items .msg {
    width: 100%;
    display: none;
}

#home #main #app-r1 .wrap .btm .msg-items .msg .btn-items {
    margin: 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#home #main #app-r1 .wrap .btm .msg-items .msg .btn-items>span {
    color: #fff;
    width: 25%;
    text-align: center;
    position: relative;
    padding-bottom: 6px;
}

#home #main #app-r1 .wrap .btm .msg-items .msg .btn-items>span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 14px;
    background-color: #fff;
    bottom: 0;
}

#home #main #app-r1 .wrap .btm .msg-items .msg .btn-items>div {
    margin-top: 10px;
}

#home #main #app-r1 .wrap .btm .msg-items .msg .btn-items>div .inter {
    margin-right: 6px;
}

#home #main #app-r1 .wrap .btm .msg-items .msg .btn-items>div .inter:hover .items {
    opacity: 1;
    visibility: visible;
}

#home #main #app-r1 .wrap .btm .msg-items .msg .btn-items>div .ma {
    color: #fff;
    padding: 4px 18px;
    background-color: #93abc3;
    min-width: 120px;
    border-radius: 50px;
    display: inline-block;
}

#home #main #app-r1 .wrap .btm .msg-items .msg .btn-items>div .ma>i {
    margin-right: 8px;
}

#home #main #app-r1 .wrap .btm .msg-items .msg .btn-items>div .ma:hover {
    background-color: #2e7ef0;
    display: inline-block;
}

#home #main #app-r1 .wrap .btm .msg-items .msg .btn-items>div .more {
    background-color: #93abc3;
    display: inline-block;
    color: #fff;
    padding: 4px 18px;
    margin-left: 6px;
    min-width: 120px;
    border-radius: 50px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#home #main #app-r1 .wrap .btm .msg-items .msg .btn-items>div .more:hover {
    background-color: #2e7ef0;
}

#home #main #app-r1 .wrap .btm .msg-items .msg.on {
    display: block;
}

#home #main #app-r1 .wrap .page-dot {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 18px;
    width: 100%;
    left: 0;
    z-index: 10;
}

#home #main #app-r1 .wrap .page-dot>li {
    background-color: #ffff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 10px;
    text-align: center;
    margin: 0px 5px;
    opacity: 0.5;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    cursor: pointer;
}

#home #main #app-r1 .wrap .page-dot>li.on {
    opacity: 1;
    pointer-events: none;
}

#home #main #r2 {
    padding-top: 20px;
}

#home #main #r2 .wrap {
    position: relative;
    padding-top: 24px;
}

#home #main #r2 .wrap .tab {
    position: absolute;
    left: 0;
    bottom: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#home #main #r2 .wrap .tab>li {
    font-size: 24px;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    margin-right: 0.5rem;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    cursor: pointer;
}

#home #main #r2 .wrap .tab>li.on {
    font-weight: bolder;
    border-color: #062f6e;
}

#home #main #r2 .wrap .tab-list {
    display: none;
    justify-content: space-between;
    align-items: stretch;
}

#home #main #r2 .wrap .tab-list .left {
    width: 38%;
}

#home #main #r2 .wrap .tab-list .left .layer-box .msg .other {
    padding-top: 14px;
}

#home #main #r2 .wrap .tab-list .right {
    width: 54%;
}

#home #main #r2 .wrap .tab-list .right .layer-new {
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    padding: 16px 0;
}

#home #main #r2 .wrap .tab-list .right .layer-new h3 {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#home #main #r2 .wrap .tab-list .right .layer-new>small {
    margin-top: 10px;
}

#home #main #r2 .wrap .tab-list .right .layer-new:first-of-type {
    border-top: 1px solid #ddd;
}

#home #main #r2 .wrap .tab-list .right .layer-new:hover h3 {
    color: #2e7ef0;
}

#home #main #r2 .wrap .tab-list.on {
    display: flex;
}

#home.on {
    transform: translateY(-137px);
    -webkit-transform: translateY(-137px);
    -moz-transform: translateY(-137px);
    -o-transform: translateY(-137px);
    -ms-transform: translateY(-137px);
}

#intro #top {
    position: relative;
    z-index: 10;
}

#intro #main .row {
    padding: 0 0 0.68rem 0;
    position: relative;
}

@media screen and (max-width: 800px) { 
    #intro #main #r1 {
        padding: 2rem 0 0.5rem 0;
        position: relative;
    }
} 
@media screen and (min-width: 800px) { 
    #intro #main #r1 {
        padding: 1rem 0 0.5rem 0;
        position: relative;
    }
} 


#intro #main #r1 .wrap {
    padding: 0.8rem 0;
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 27vw;
}

#intro #main #r1 .other .note {
    position: absolute;
    height: 18.4vw;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#intro #main #r1 .other .note>img {
    height: 56%;
}

#intro #main #r1 .other .note>ul {
    display: flex;
    align-items: center;
}

#intro #main #r1 .other .note>ul>li {
    color: #fff;
}

#intro #main #r1 .other .note>ul .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    line-height: 5px;
    text-align: center;
    background-color: #fff;
    margin: 0 0.3rem;
}

#intro #main #r1 .other .note>ul .line {
    width: 80px;
    height: 1px;
    background-color: #fff;
    margin-left: 0.5rem;
}

#intro #main #r2 {
    overflow: hidden;
}

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

#intro #main #r2 .wrap {
    position: relative;
    z-index: 6;
}

#intro #main #r2 .wrap>.items {
    width: 100%;
    height: 20vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#intro #main #r2 .wrap>.items>li {
    width: 30%;
}

#intro #main #r2 .wrap>.items>li .inter .items {
    width: 50%;
    left: auto;
    right: 0;
}

#intro #main #r2 .wrap>.items>li .inter .items>span:after {
    right: 32%;
    left: auto;
}

#culture #top {
    position: relative;
    z-index: 10;
}

#culture .row {
    padding: 0.68rem 0;
    position: relative;
}

#culture #r1 {
    padding: 1rem 0 0.5rem 0;
    position: relative;
}

#culture #r1 .wrap .con {
    padding-top: 0.6rem;
}

#culture #r1 .wrap .con .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0.3rem 0;
}

#culture #r1 .wrap .con .list>.img {
    width: 40%;
    position: relative;
    z-index: 4;
}

#culture #r1 .wrap .con .list .msg {
    width: 50%;
    position: relative;
    z-index: 5;
}

#culture #r1 .wrap .con .list .msg>ul {
    margin-top: 0.3rem;
}

#culture #r1 .wrap .con .list .msg>ul>li {
    margin: 2px 0;
    padding-left: 20px;
    position: relative;
}

#culture #r1 .wrap .con .list .msg>ul>li:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    line-height: 5px;
    text-align: center;
    background-color: #999999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

#culture #r1 .wrap .con .list .txt {
    width: 100%;
    pointer-events: none;
    height: 1.8rem;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

#culture #r1 .wrap .con .list .txt>span {
    font-size: 2rem;
    color: #fff;
    line-height: 2rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2), -1px -1px 0px rgba(0, 0, 0, 0.2), 1px -1px 0px rgba(0, 0, 0, 0.2), -1px 1px 0px rgba(0, 0, 0, 0.2);
    margin-top: -1rem;
}

#culture #r1 .wrap .con .list .dot {
    position: absolute;
    z-index: 1;
    top: 35px;
}

#culture #r1 .wrap .con .list.l-left .txt {
    text-align: right;
}

#culture #r1 .wrap .con .list.l-left .txt>span {
    margin-right: 14vw;
}

#culture #r1 .wrap .con .list.l-left .dot {
    left: -35px;
}

#culture #r1 .wrap .con .list.l-right .txt>span {
    margin-left: 14vw;
}

#culture #r1 .wrap .con .list.l-right .dot {
    right: -35px;
}

#new #top .banner {
    position: relative;
}

#new #top .banner .loop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#new #top .banner .loop .msg-items {
    width: 50%;
}

#new #top .banner .loop .msg-items .msg {
    display: none;
}

#new #top .banner .loop .msg-items .msg small {
    display: inline-block;
}

#new #top .banner .loop .msg-items .msg p {
    line-height: 38px;
    height: 76px;
}

#new #top .banner .loop .msg-items .msg.on {
    display: block;
}

#new #top .banner .loop .pager {
    width: 100%;
    margin-top: 0.2rem;
}

#new #top .banner .loop .pager>a {
    color: #fff;
    opacity: 0.5;
    font-size: 24px;
}

#new #top .banner .loop .pager>a:hover {
    opacity: 1;
}

#new #top .banner .loop .amount {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#new #top .banner .loop .amount>em {
    width: 40px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

#new #r1 {
    padding: 1.2rem 0 0.5rem 0;
    position: relative;
}

#new #r1 .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.6rem;
    flex-wrap: wrap;
}

#new #r1 .wrap .layer-box {
    margin: 10px 1.5%;
    width: 30%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#new #r1 .wrap .layer-box:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.08);
}

#join #main .row {
    padding: 0.68rem 0;
}

#join #main .row .title {
    position: relative;
    z-index: 10;
    margin-bottom: 0.6rem;
}

#join #main #r1 {
    padding: 0.8rem 0 1rem 0;
    position: relative;
}

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

#join #main #r1 .wrap .box .col {
    height: 48%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

#join #main #r1 .wrap .box .more-box {
    display: flex;
    align-content: space-between;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px;
}

#join #main #r1 .wrap .box .more-box h4 {
    width: 100%;
}

#join #main #r1 .wrap .box .more-box>a {
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#join #main #r1 .wrap .box .more-box>a>i {
    font-size: 26px;
}

#join #main #r1 .wrap .box:nth-of-type(1) {
    width: 24%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
}

#join #main #r1 .wrap .box:nth-of-type(2) {
    width: 48%;
}

#join #main #r1 .wrap .box:nth-of-type(3) {
    width: 24%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
}

#join #main #r1 .other {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#join #main #r1 .other #canvas {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
}

#join #main #r2 {
    background: url(../images/bg5.jpg) center repeat;
    position: relative;
    overflow: hidden;
    height: 110vh;
}

#join #main #r2 .wrap {
    overflow: hidden;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#join #main #r2 .wrap .mid-logo {
    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: none;
    left: 0;
    right: 0;
    margin: auto;
    width: 9%;
}

#join #main #r2 .wrap .cir {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 25%;
    animation: roll 10s linear infinite;
}

#join #main #r2 .wrap .items {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 52%;
}

#join #main #r2 .wrap .items>.bg {
    width: 100%;
}

#join #main #r2 .wrap .items>li {
    background: url(../images/b1.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

#join #main #r2 .wrap .items>li>em {
    position: relative;
    z-index: 4;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#join #main #r2 .wrap .items>li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#join #main #r2 .wrap .items>li>p {
    position: absolute;
    width: 4rem;
    top: 112%;
    left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    line-height: 19px;
    font-size: 15px;
    opacity: 0;
    text-align: left;
}

#join #main #r2 .wrap .items>li>p.t-right {
    left: auto;
    right: 0;
    text-align: right;
}

#join #main #r2 .wrap .items>li:hover>em {
    color: #2e7ef0;
}

#join #main #r2 .wrap .items>li:hover:after {
    opacity: 1;
}

#join #main #r2 .wrap .items>li:hover p {
    opacity: 1;
}

#join #main #r2 .wrap .items>li:nth-of-type(1) {
    left: 2%;
    top: -2%;
}

#join #main #r2 .wrap .items>li:nth-of-type(1)>p {
    right: 0;
    text-align: right;
    left: auto;
}

#join #main #r2 .wrap .items>li:nth-of-type(2) {
    left: -6%;
    top: 21%;
}

#join #main #r2 .wrap .items>li:nth-of-type(2)>p {
    right: 0;
    text-align: right;
    left: auto;
}

#join #main #r2 .wrap .items>li:nth-of-type(3) {
    left: -16%;
    top: 47%;
}

#join #main #r2 .wrap .items>li:nth-of-type(3)>p {
    right: 0;
    text-align: right;
    left: auto;
}

#join #main #r2 .wrap .items>li:nth-of-type(4) {
    left: -4%;
    top: 73%;
}

#join #main #r2 .wrap .items>li:nth-of-type(4)>p {
    right: 0;
    text-align: right;
    left: auto;
}

#join #main #r2 .wrap .items>li:nth-of-type(5) {
    left: 4%;
    top: 96%;
}

#join #main #r2 .wrap .items>li:nth-of-type(5)>p {
    right: 0;
    text-align: right;
    left: auto;
}

#join #main #r2 .wrap .items>li:nth-of-type(6) {
    right: 2%;
    top: -2%;
}

#join #main #r2 .wrap .items>li:nth-of-type(7) {
    right: -6%;
    top: 21%;
}

#join #main #r2 .wrap .items>li:nth-of-type(8) {
    right: -16%;
    top: 47%;
}

#join #main #r2 .wrap .items>li:nth-of-type(9) {
    right: -4%;
    top: 73%;
}

#join #main #r2 .wrap .items>li:nth-of-type(10) {
    right: 4%;
    top: 96%;
}

#join #main #r2>.bg {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

#join #main #r2>.bg>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#join #main #r2>.bg>span:nth-of-type(1) {
    z-index: 12;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    line-height: 12vw;
    text-align: center;
    background-color: #fff;
}

#join #main #r2>.bg>span:nth-of-type(2) {
    z-index: 8;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    line-height: 12vw;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    animation: ripple1 7s linear infinite;
}

#join #main #r2>.bg>span:nth-of-type(3) {
    z-index: 8;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    line-height: 12vw;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    animation: ripple1 7s linear infinite;
    animation-delay: 1.5s;
}

#join #main #r2>.bg>span:nth-of-type(4) {
    z-index: 8;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    line-height: 12vw;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    animation: ripple1 7s linear infinite;
    animation-delay: 3.5s;
}

#join #main #r2>.bg>span:nth-of-type(5) {
    z-index: 8;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    line-height: 12vw;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    animation: ripple1 7s linear infinite;
    animation-delay: 4.5s;
}

#join #main #r3 {
    position: relative;
}

#join #main #r3 .wrap {
    position: relative;
    z-index: 10;
    width: 76%;
}

#join #main #r3 .wrap .photo-items .box {
    position: relative;
    display: none;
}

#join #main #r3 .wrap .photo-items .box .col {
    width: 49%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#join #main #r3 .wrap .photo-items .box .col:nth-of-type(2) {
    position: absolute;
    height: 100%;
    width: 49%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#join #main #r3 .wrap .photo-items .box .col:nth-of-type(2) .left {
    width: 48%;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
}

#join #main #r3 .wrap .photo-items .box .col:nth-of-type(2) .left .pic {
    width: 100%;
    height: 48%;
}

#join #main #r3 .wrap .photo-items .box .col:nth-of-type(2) .right {
    width: 48%;
    position: relative;
}

#join #main #r3 .wrap .photo-items .box .col:nth-of-type(2) .right .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#join #main #r3 .wrap .photo-items .box .c-bg {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#join #main #r3 .wrap .photo-items .box .c-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/bg7.png) bottom center no-repeat;
    background-size: 100% 100%;
}

#join #main #r3 .wrap .photo-items .box.on {
    display: block;
}

#join #main #r3 .wrap ul.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem 0 0.3rem 0;
}

#join #main #r3 .wrap ul.pager>li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 10px;
    text-align: center;
    background-color: #dddddd;
    margin: 0 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#join #main #r3 .wrap ul.pager>li.on {
    background-color: #2e7ef0;
}

#join #main #r3>.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
}

#join #main #r4 {
    background-color: #ecf1f7;
    position: relative;
    padding-bottom: 1rem;
}

#join #main #r4>.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100%;
    background-position: center bottom;
}

#join #main #r4 .wrap {
    width: 76%;
    position: relative;
    z-index: 10;
}

#join #main #r4 .wrap .tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0.3rem;
    flex-wrap: wrap;
}

#join #main #r4 .wrap .tab>li {
    width: 23%;
    height: 1rem;
    background-color: #fff;
    margin: 12px 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#join #main #r4 .wrap .tab>li>span {
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    height: 24px;
    line-height: 24px;
    z-index: 5;
}

#join #main #r4 .wrap .tab>li>span>small {
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#join #main #r4 .wrap .tab>li>span>em {
    position: absolute;
    font-size: 0.6rem;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.1);
    z-index: 4;
    bottom: 0;
    line-height: 0.6rem;
    transform: translateX(-50%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#join #main #r4 .wrap .tab>li svg {
    position: absolute;
    font-size: 0.7rem;
    z-index: 2;
    right: 5%;
    bottom: 0;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
}

#join #main #r4 .wrap .tab>li i {
    position: absolute;
    font-size: 0.7rem;
    opacity: 0;
    width: 1em;
    height: 1em;
    line-height: 1em;
    z-index: 2;
    right: 5%;
    bottom: 0;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#join #main #r4 .wrap .tab>li.on {
    pointer-events: none;
    background-color: #2e7ef0;
}

#join #main #r4 .wrap .tab>li.on>span>small {
    color: #fff;
}

#join #main #r4 .wrap .tab>li.on>span>em {
    color: rgba(255, 255, 255, 0.3);
}

#join #main #r4 .wrap .tab>li.on>i {
    opacity: 1;
}

#join #main #r4 .wrap .tab>li:hover {
    background-color: #2e7ef0;
}

#join #main #r4 .wrap .tab>li:hover>span>small {
    color: #fff;
}

#join #main #r4 .wrap .tab>li:hover>span>em {
    color: rgba(255, 255, 255, 0.3);
}

#join #main #r4 .wrap .tab>li:hover>i {
    opacity: 1;
}

#join #main #r4 .wrap .tab-list {
    background-color: #fff;
    display: none;
    padding: 0.3rem 0.5rem;
}

#join #main #r4 .wrap .tab-list .box .list {
    padding: 20px 0;
    cursor: pointer;
    padding-right: 180px;
    position: relative;
    border-bottom: 1px solid #dddddd;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#join #main #r4 .wrap .tab-list .box .list h2 {
    margin-bottom: 12px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#join #main #r4 .wrap .tab-list .box .list h2 small {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-left: 8px;
}

#join #main #r4 .wrap .tab-list .box .list p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    position: relative;
}

#join #main #r4 .wrap .tab-list .box .list p:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
    background-color: #666;
}

#join #main #r4 .wrap .tab-list .box .list>a {
    width: 130px;
    padding: 10px 0;
    border-radius: 50px;
    text-align: center;
    right: 0;
    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: #93abc3;
    color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#join #main #r4 .wrap .tab-list .box .list:last-of-type {
    border-bottom: none;
}

#join #main #r4 .wrap .tab-list .box .list:hover {
    border-color: #2e7ef0;
}

#join #main #r4 .wrap .tab-list .box .list:hover h2 {
    color: #2e7ef0;
}

#join #main #r4 .wrap .tab-list .box .list:hover>a {
    background-color: #2e7ef0;
}

#join #main #r4 .wrap .tab-list.on {
    display: block;
}

#contact .row {
    padding: 1rem 0 0.8rem 0;
}

#contact #r1 {
    position: relative;
    padding-bottom: 0;
}

#contact #r1 .title {
    position: relative;
    z-index: 10;
}

#contact #r1 .wrap {
    position: relative;
    z-index: 10;
    padding-top: 200px;
    margin-top: 0.8rem;
}

#contact #r1 .wrap .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 74%;
    left: 13%;
    top: 0;
    position: absolute;
    z-index: 6;
}

#contact #r1 .wrap .box .list {
    background-color: #fff;
    width: 31%;
    padding: 0.3rem 0.4rem;
    text-align: center;
}

#contact #r1 .wrap .box .list>img {
    margin: 0.4rem 0;
}

#contact #r1 .wrap #Tmap {
    position: relative;
    height: 600px;
    width: 100%;
    z-index: 4;
}

#contact #r1 .wrap #Tmap img {
    width: 100%;
}

#contact #r1 .wrap #Tmap .anchorBL {
    display: none;
}

#contact #r1 .bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#contact #r2 {
    position: fixed;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

#contact #r2 .title {
    position: relative;
    z-index: 10;
}

#contact #r2 .wrap {
    margin-top: 0.5rem;
    position: relative;
    z-index: 10;
}

#contact #r2 .wrap .kef {
    background-color: #2e7ef0;
    color: #fff;
    cursor: pointer;
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 0.3rem 0;
}

#contact #r2 .bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

#new_detail #main {
    min-height: 40vh;
}

#new_detail #r1 {
    max-width: 800px;
    margin: auto;
    width: 74%;
    padding: 1.2rem 0 0.6rem 0;
}

#new_detail #r1 .topic {
    text-align: center;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #dddddd;
}

#new_detail #r1 .wrap {
    padding: 0.5rem 0;
}

#new_detail #r1 .wrap img {
    /*max-width: 99%;*/
    /*margin: 0.3rem auto;*/
    /*display: block;*/
}

#new_detail #r1 .other {
    text-align: center;
}

#new_detail #r1 .other .return {
    display: inline-block;
}

#new_detail #r1 .other .return>i {
    display: block;
    font-size: 26px;
}

#note_detail #main {
    min-height: 40vh;
}

#note_detail #r1 {
    max-width: 800px;
    margin: auto;
    width: 74%;
    padding: 1.2rem 0 0.6rem 0;
}

#note_detail #r1 .topic {
    text-align: center;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #dddddd;
}

#note_detail #r1 .wrap {
    padding: 0.5rem 0;
}

#note_detail #r1 .wrap img {
    max-width: 99%;
    margin: 0.3rem auto;
    display: block;
}

#note_detail #r1 .other {
    text-align: center;
}

#note_detail #r1 .other .return {
    display: inline-block;
}

#note_detail #r1 .other .return>i {
    display: block;
    font-size: 26px;
}

#business #top .banner {
    position: relative;
}

#business #top .banner .loop {
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0;
    right: 0;
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#business #top .banner .loop h1 {
    width: 80%;
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#business #top .banner .loop h1 small {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-left: 0.2rem;
}

#business #top .banner .loop .msg-items {
    width: 80%;
}

#business #top .banner .loop .msg-items .msg {
    display: none;
}

#business #top .banner .loop .msg-items .msg>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.1rem 0;
}

#business #top .banner .loop .msg-items .msg>div>span {
    color: #fff;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#business #top .banner .loop .msg-items .msg>div>span:nth-of-type(1) {
    padding-left: 30px;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#business #top .banner .loop .msg-items .msg>div>span:nth-of-type(1):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 15px;
    border-radius: 50px;
    left: 0;
    background-color: #2e7ef0;
}

#business #top .banner .loop .msg-items .msg>div>span:nth-of-type(1):hover {
    padding-left: 35px;
}

#business #top .banner .loop .msg-items .msg>div:nth-of-type(1) {
    animation-delay: 0.1s;
}

#business #top .banner .loop .msg-items .msg>div:nth-of-type(2) {
    animation-delay: 0.2s;
}

#business #top .banner .loop .msg-items .msg>div:nth-of-type(3) {
    animation-delay: 0.3s;
}

#business #top .banner .loop .msg-items .msg.on {
    display: block;
}

#business #top .banner .loop .pager {
    width: 100%;
    margin-top: 0.2rem;
}

#business #top .banner .loop .pager>a {
    color: #fff;
    opacity: 0.5;
    font-size: 24px;
}

#business #top .banner .loop .pager>a:hover {
    opacity: 1;
}

#business #top .banner .loop .amount {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#business #top .banner .loop .amount>em {
    width: 40px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

#business .row {
    padding: 1rem 0 0.5rem 0;
    position: relative;
}

#business .row .title {
    position: relative;
    z-index: 10;
}

#business #r0 .wrap {
    padding-top: 0.6rem;
}

#business #r0 .wrap .box .items {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: none;
    animation: fadeInUpSmall 0.6s ease-in-out;
}

#business #r0 .wrap .box .items .list {
    position: relative;
    width: 45%;
    margin: 18px 0;
}

#business #r0 .wrap .box .items .list .data {
    padding: 5px 10px;
    width: 89px;
    position: absolute;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #2e7ef0;
}

#business #r0 .wrap .box .items .list .data>b {
    width: 100%;
    display: block;
    white-space: nowrap;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

#business #r0 .wrap .box .items .list .data>em {
    color: #fff;
    line-height: 15px;
    letter-spacing: 2px;
    text-align: center;
}

#business #r0 .wrap .box .items .list p {
    padding: 15px 0;
    box-sizing: content-box;
    padding-left: 110px;
}

#business #r0 .wrap .box .items.on {
    display: flex;
}

#business #r0 .wrap .pager {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

#business #r0 .wrap .pager>li {
    text-align: center;
    width: 20px;
    margin: 0 5px;
}

#business #r0 .wrap .pager>li>a {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    line-height: 11px;
    text-align: center;
    color: transparent;
    background-color: #ccc;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#business #r0 .wrap .pager>li.on>a {
    background-color: #2e7ef0;
}

#business #r1 .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.6rem;
    flex-wrap: wrap;
}

#business #r1 .wrap .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 1rem 0 0.4rem 0;
}

#business #r1 .wrap .box .list p>b {
    margin-right: 0.1rem;
}

#business #r2 {
    padding: 0;
}

#business #r2 .topic {
    position: absolute;
    width: 100%;
    top: 22%;
    left: 0;
    text-align: center;
}

#business #r3 {
    background-color: #ecf1f7;
    padding-top: 0;
    padding-bottom: 0;
}

#business #r3 .wrap {
    transform: translateY(-1rem);
}

#business #r3 .wrap .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    z-index: 6;
    margin: auto;
}

#business #r3 .wrap .box .list {
    background-color: #fff;
    width: 31%;
    padding: 0.3rem 0.4rem;
    text-align: center;
}

#business #r3 .wrap .box .list>img {
    margin: 0.3rem 0;
    height: 130px;
}

#business #r3 .wrap .box .list>small {
    display: block;
    text-align: center;
    margin-top: 0.1rem;
}

#business #r3 .other {
    width: 75%;
    margin: auto;
    background-color: #2e7ef0;
    padding: 0.3rem 5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transform: translateY(50%);
}

#business #r3 .other .left {
    position: relative;
    padding-right: 0.5rem;
}

#business #r3 .other .left:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    right: 0;
    top: 0;
    position: absolute;
}

#business #r3 .other .right {
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#business #r3 .other .right .col {
    display: flex;
    justify-content: center;
    align-items: center;
}

#business #r3 .other .right .col>i {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    line-height: 0.6rem;
    text-align: center;
    border: 1px solid #fff;
    font-size: 22px;
    color: #fff;
    opacity: 0.6;
    display: inline-block;
    margin-right: 0.3rem;
}

#business #r3 .other .right .col p {
    line-height: 1.6;
}

#business #r4 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

#business #r4 .wrap {
    margin-top: 0.3rem;
    width: 75%;
}

#business #r4 .wrap .photo-items .box {
    position: relative;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#business #r4 .wrap .photo-items .box .list {
    border: 1px solid #dddddd;
    height: 1.5rem;
    margin: 0.2rem 20px;
    position: relative;
    width: calc(100%/3 - 40px);
}

#business #r4 .wrap .photo-items .box .list .lo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 50%;
}

#business #r4 .wrap .photo-items .box.on {
    display: flex;
    pointer-events: none;
}

#business #r4 .wrap ul.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem 0 0.3rem 0;
}

#business #r4 .wrap ul.pager>li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 10px;
    text-align: center;
    background-color: #dddddd;
    margin: 0 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    cursor: pointer;
}

#business #r4 .wrap ul.pager>li.on {
    background-color: #2e7ef0;
}

#pro #top .banner .msg {
    position: absolute;
    top: 0;
    left: 13%;
    width: 74%;
    right: 0;
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

#pro #top .banner .msg h1 {
    width: 100%;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
}

#pro #top .banner .msg p {
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
}

#pro .row {
    padding: 1rem 0 0.6rem 0;
    position: relative;
}

#pro .row .title {
    position: relative;
    z-index: 10;
}

#pro .row .title p {
    color: #999999;
}

#pro #r1 {
    position: relative;
    padding-bottom: 1rem;
}

#pro #r1 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.8rem;
    position: relative;
    z-index: 10;
}

#pro #r1 .wrap .col {
    width: 46%;
}

#pro #r1 .wrap .col:nth-of-type(1) {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

#pro #r1 .wrap .col:nth-of-type(2) h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

#pro #r1 .wrap .col:nth-of-type(2) p {
    margin: 0.3rem 0;
}

#pro #r1 .wrap .col:nth-of-type(2) .ma {
    background-color: #2e7ef0;
    display: inline-block;
    color: #fff;
    padding: 9px 18px;
    min-width: 120px;
    border-radius: 50px;
}

#pro #r1 .wrap .col:nth-of-type(2) .ma>i {
    margin-right: 8px;
}

#pro #r1 .wrap .col:nth-of-type(2) .inter .items {
    left: 0;
}

#pro #r1 .wrap .col:nth-of-type(2) .inter:hover .items {
    opacity: 1;
    visibility: visible;
}

#pro #r1 .other {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pro #r1 .other #canvas {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
}

#pro #r2 {
    padding-bottom: 1rem;
}

#pro #r2>.bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#pro #r2 .wrap {
    width: 74%;
    position: relative;
    z-index: 10;
}

#pro #r2 .wrap .box {
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.12);
}

#pro #r2 .wrap .box .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f3f4f7;
    padding: 4% 5%;
}

#pro #r2 .wrap .box .list .col {
    width: 43%;
}

#pro #r2 .wrap .box .list .col .photo {
    position: relative;
}

#pro #r2 .wrap .box .list .col .photo>img {
    width: 100%;
    position: relative;
    z-index: 10;
}

#pro #r2 .wrap .box .list .col .photo:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 80%;
    height: 58%;
    box-shadow: 0 10px 66px -4px rgba(0, 0, 0, 0.7);
}

#pro #r2 .wrap .box .list .col .msg small {
    display: inline-block;
    border-bottom: 1px solid #2e7ef0;
}

#pro #r2 .wrap .box .list .col .msg h3 {
    margin: 0.2rem 0;
}

#pro #r2 .wrap .box .list:nth-of-type(2n+1) {
    background-color: #fff;
}

#pro #r2 .wrap .box .list.n1 .col {
    width: 100%;
}

#pro #r2_1 {
    padding-bottom: 1rem;
}

#pro #r2_1>.bg {
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

#pro #r2_1 .wrap {
    width: 74%;
    position: relative;
    z-index: 10;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#pro #r2_1 .wrap .col {
    position: relative;
    line-height: 240px;
    height: 280px;
    width: 240px;
    text-align: center;
    margin: 0 20px;
}

#pro #r2_1 .wrap .col .i-1 {
    font-size: 320px;
    opacity: 0.5;
    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%);
    text-align: center;
}

#pro #r2_1 .wrap .col .i-2 {
    font-size: 270px;
    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%);
    text-align: center;
}

#pro #r2_1 .wrap .col>div {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

#pro #r2_1 .wrap .col>div>em {
    color: #2e7ef0;
    line-height: 1.6;
}

#pro #r2_1 .wrap .col>div>h2 {
    width: 100%;
    text-align: center;
    padding: 0 14%;
}

#pro #r3 {
    padding-bottom: 0rem;
}

#pro #r3>.bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#pro #r3 .wrap {
    width: 74%;
    position: relative;
    z-index: 10;
    margin-top: 0.7rem;
}

#pro #r3 .wrap .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#pro #r3 .wrap .box .col {
    position: relative;
    overflow: hidden;
    width: 30%;
    margin: auto 1.5%;
    margin-bottom: 20px;
}

#pro #r3 .wrap .box .col .txt {
    height: 1rem;
    line-height: 1rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #9cc5ff;
    padding: 0 7%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#pro #r3 .wrap .box .col .txt>span {
    width: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    height: 50px;
    line-height: 50px;
    left: 7%;
    top: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#pro #r3 .wrap .box .col .txt>p {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    font-size: 13px;
    line-height: 1.8;
}

#pro #r3 .wrap .box .col:nth-of-type(2n+1).go {
    animation-name: fadeInLeftSmall;
}

#pro #r3 .wrap .box .col:nth-of-type(2n+2).go {
    animation-name: fadeInUpSmall;
}

#pro #r3 .wrap .box .col:nth-of-type(2n+3).go {
    animation-name: fadeInRightSmall;
}

#pro #r3 .wrap .box .col:hover .txt {
    height: 80%;
}

#pro #r3 .wrap .box .col:hover .txt>p {
    opacity: 1;
}

#pro #r3_1 {
    overflow: hidden;
}

#pro #r3_1>.bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#pro #r3_1 .wrap {
    width: 74%;
    position: relative;
    z-index: 10;
    margin-top: 0.7rem;
}

#pro #r3_1 .wrap .box {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

#pro #r3_1 .wrap .box .col {
    position: relative;
    overflow: hidden;
    width: 30%;
    margin: 10px 1.5%;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

#pro #r3_1 .wrap .box .col .txt {
    height: 1rem;
    line-height: 1rem;
    background-color: #fff;
    position: relative;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    padding: 0 7%;
    padding-bottom: 10%;
    height: 100%;
    border-color: transparent;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#pro #r3_1 .wrap .box .col .txt>h2>span {
    display: inline;
    color: #2e7ef0;
    vertical-align: middle;
}

#pro #r3_1 .wrap .box .col .txt>p {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    font-size: 13px;
    line-height: 1.8;
    opacity: 1;
}

#pro #r3_1 .wrap .box .col:nth-of-type(2n+1).go {
    animation-name: fadeInLeftSmall;
}

#pro #r3_1 .wrap .box .col:nth-of-type(2n+2).go {
    animation-name: fadeInUpSmall;
}

#pro #r3_1 .wrap .box .col:nth-of-type(2n+3).go {
    animation-name: fadeInRightSmall;
}

#pro #r4 {
    overflow: hidden;
}

#pro #r4 .wrap {
    width: 74%;
    margin-top: 0.3rem;
    position: relative;
    z-index: 10;
}

#pro #r4 .wrap>p {
    margin: auto;
}

#pro #r4 .wrap .con {
    margin-top: 0.5rem;
}

#pro #r4 .wrap .con .photo-items .box {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
}

#pro #r4 .wrap .con .photo-items .box div.col {
    width: 30%;
    margin: 0 1.5%;
    position: relative;
    overflow: hidden;
}

#pro #r4 .wrap .con .photo-items .box div.col .pic {
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#pro #r4 .wrap .con .photo-items .box div.col>span {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    height: 54px;
    line-height: 54px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#pro #r4 .wrap .con .photo-items .box div.col:hover .pic {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
}

#pro #r4 .wrap .con .photo-items .box div.col.on .pic {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
}

#pro #r4 .wrap .con .photo-items .box.on {
    display: flex;
    pointer-events: auto;
}

#pro #r4 .wrap .con ul.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4rem 0 0.3rem 0;
}

#pro #r4 .wrap .con ul.pager>li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 10px;
    text-align: center;
    background-color: #dddddd;
    margin: 0 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    cursor: pointer;
}

#pro #r4 .wrap .con ul.pager>li.on {
    background-color: #2e7ef0;
}

#pro #r4>.bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

#solve #top .banner .msg {
    position: absolute;
    top: 0;
    left: 13%;
    width: 74%;
    right: 0;
    height: 100%;
    flex-wrap: wrap;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

#solve #top .banner .msg h1 {
    width: 100%;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
}

#solve #top .banner .msg p {
    width: 100%;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
    max-width: 50%;
}

#solve .row {
    padding: 0.9rem 0 0.6rem 0;
    position: relative;
}

#solve .row .title {
    position: relative;
    z-index: 10;
}

#solve .row .title p {
    color: #999999;
}

#solve #r1 {
    position: relative;
    z-index: 10;
    padding-bottom: 0;
}

#solve #r1 .wrap {
    width: 74%;
    margin-top: 0.4rem;
}

#solve #r1 .wrap>img {
    width: 64%;
    max-width: 942px;
    display: block;
    margin: auto;
}

#solve #r2 {
    position: relative;
    z-index: 5;
    padding-top: 0;
    background-color: #ecf1f7;
}

#solve #r2>.bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#solve #r2 .wrap {
    position: relative;
    z-index: 10;
    width: 74%;
    margin-top: 0.5rem;
}

#solve #r2 .wrap .box {
    border-radius: 5px;
    padding: 3% 5%;
    padding-bottom: 0;
    background-color: #fff;
}

#solve #r2 .wrap .box .tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0.5rem;
}

#solve #r2 .wrap .box .tab>li {
    width: 25%;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    cursor: pointer;
}

#solve #r2 .wrap .box .tab>li.on,
#solve #r2 .wrap .box .tab>li:hover {
    color: #2e7ef0;
    border-color: #2e7ef0;
}

#solve #r2 .wrap .box .tab-list {
    display: none;
}

#solve #r2 .wrap .box .tab-list .topic {
    position: relative;
    z-index: 11;
}

#solve #r2 .wrap .box .tab-list .con {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 10;
    padding-bottom: 10%;
}

#solve #r2 .wrap .box .tab-list .con .photo {
    border: 8px solid #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#solve #r2 .wrap .box .tab-list .con .photo>i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    background-color: rgba(46, 126, 240, 0.8);
    color: #fff;
    z-index: 10;
}

#solve #r2 .wrap .box .tab-list .con .photo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.24);
}

#solve #r2 .wrap .box .tab-list .con .msg {
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

#solve #r2 .wrap .box .tab-list .con .msg .col {
    width: 160px;
    height: 160px;
    background-color: #f0f4f9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding: 4% 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#solve #r2 .wrap .box .tab-list .con .msg .col .note {
    width: 100%;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#solve #r2 .wrap .box .tab-list .con .msg .col .note h4 {
    width: 100%;
    margin-bottom: 10px;
}

#solve #r2 .wrap .box .tab-list .con .msg .col .note>span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 4px 10px;
    background-color: #2e7ef0;
    border-radius: 50px;
    font-size: 12px;
}

#solve #r2 .wrap .box .tab-list .con .msg .col .note>span em {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    line-height: 5px;
    text-align: center;
    background-color: #fff;
    margin-right: 5px;
}

#solve #r2 .wrap .box .tab-list .con .msg .col .bg {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg16.jpg);
    width: 5rem;
    height: 200px;
    padding: 30px 8%;
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    pointer-events: none;
}

#solve #r2 .wrap .box .tab-list .con .msg .col .bg h5 {
    position: relative;
    margin-bottom: 24px;
}

#solve #r2 .wrap .box .tab-list .con .msg .col .bg h5 .line {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 1px;
    width: 100px;
    background-color: #fff;
}

#solve #r2 .wrap .box .tab-list .con .msg .col.on {
    width: 5rem;
    height: 200px;
}

#solve #r2 .wrap .box .tab-list .con .msg .col.on .note {
    opacity: 0;
}

#solve #r2 .wrap .box .tab-list .con .msg .col.on .bg {
    opacity: 1;
    pointer-events: auto;
}

#solve #r2 .wrap .box .tab-list .con>img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    left: 0;
    margin: 0 auto;
}

#solve #r2 .wrap .box .tab-list .con.on .photo {
    width: 50%;
}

#solve #r2 .wrap .box .tab-list .con.on .msg {
    width: 50%;
    display: block;
}

#solve #r2 .wrap .box .tab-list .con.on .msg .bg {
    border-top-right-radius: 5px;
    overflow: hidden;
    border-bottom-right-radius: 5px;
}

#solve #r2 .wrap .box .tab-list .con.on>img {
    left: auto;
}

#solve #r2 .wrap .box .tab-list.on {
    display: block;
}

#solve #r3 {
    padding-bottom: 1rem;
}

#solve #r3>.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center bottom;
}

#solve #r3 .wrap {
    width: 74%;
    margin-top: 0.7rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

#solve #r3 .wrap .col {
    width: 62%;
}

#solve #r3 .wrap .col .photo {
    position: relative;
    background-color: #fff;
}

#solve #r3 .wrap .col .photo>img {
    position: relative;
    z-index: 10;
}

#solve #r3 .wrap .col .photo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 8;
    transform: translate(-10px, -10px);
    -webkit-transform: translate(-10px, -10px);
    -moz-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
}

#solve #r3 .wrap .col .photo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 8;
    transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    -moz-transform: translate(-20px, -20px);
    -o-transform: translate(-20px, -20px);
    -ms-transform: translate(-20px, -20px);
}

#solve #r3 .wrap .col .msg .list {
    color: #fff;
    padding-left: 40px;
    position: relative;
    margin-bottom: 24px;
}

#solve #r3 .wrap .col .msg .list:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    background-color: #fff;
}

#solve #r3 .wrap .col:nth-of-type(1) {
    margin-right: 5%;
}

#solve #r3 .wrap .col:nth-of-type(2) {
    margin-left: 5%;
}

#solve #r4 {
    background-color: #ecf1f7;
    position: relative;
}

#solve #r4>.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100%;
    background-position: center top;
}

#solve #r4 .wrap {
    position: relative;
    z-index: 10;
    margin-top: 0.7rem;
    padding-bottom: 1rem;
}

#honor #top {
    position: relative;
    z-index: 10;
}

#honor #main #r1 {
    padding: 1.2rem 0 0.6rem 0;
}

#honor #main #r1 .wrap {
    margin-top: 0.6rem;
    position: relative;
    width: 74%;
}

#honor #main #r1 .wrap .box {
    position: relative;
    z-index: 10;
    min-height: 500px;
}

#honor #main #r1 .wrap .box .items {
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 10;
}

#honor #main #r1 .wrap .box .items .list {
    display: none;
}

#honor #main #r1 .wrap .box .items .list .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#honor #main #r1 .wrap .box .items .list .photo .pic {
    background-size: contain;
    display: inline-block;
    width: 45%;
    height: 390px;
    margin: 10px 0 60px 0;
}

#honor #main #r1 .wrap .box .items .list .photo .note {
    width: 24%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

#honor #main #r1 .wrap .box .items .list .photo .note h3,
#honor #main #r1 .wrap .box .items .list .photo .note p {
    width: 100%;
}

#honor #main #r1 .wrap .box .items .list>h3 {
    line-height: 32px;
    height: 64px;
}

#honor #main #r1 .wrap .box .items .list.on {
    display: block;
}

#honor #main #r1 .wrap .box .items:after {
    content: "";
    top: 0;
    bottom: 64px;
    margin: auto;
    height: 1px;
    width: 14%;
    background-color: #000;
    position: absolute;
    left: 0;
    opacity: 0;
}

#honor #main #r1 .wrap .box .pager {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

#honor #main #r1 .wrap .box .pager .sum {
    padding: 50px 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 220px;
    bottom: 0px;
    margin: auto;
}

#honor #main #r1 .wrap .box .pager .sum .parent {
    height: 120px;
    overflow: hidden;
    position: relative;
    display: none;
}

#honor #main #r1 .wrap .box .pager .sum .parent>ul {
    position: absolute;
    top: 40px;
    width: 100%;
}

#honor #main #r1 .wrap .box .pager .sum .parent>ul>li {
    height: 40px;
    line-height: 40px;
    color: #999999;
    text-align: center;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

#honor #main #r1 .wrap .box .pager .sum .parent>ul>li.on {
    color: #2e7ef0;
    font-size: 20px;
    font-weight: bolder;
}

#honor #main #r1 .wrap .box .pager .sum>.p-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #93abc3;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#honor #main #r1 .wrap .box .pager .sum>.p-prev:hover {
    background-color: #2e7ef0;
}

#honor #main #r1 .wrap .box .pager .sum>.p-next {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    background-color: #93abc3;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#honor #main #r1 .wrap .box .pager .sum>.p-next:hover {
    background-color: #2e7ef0;
}

#honor #main #r1 .wrap .box .pager .amount {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 40px;
    text-align: center;
    top: calc(50% - 32px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#honor #main #r1 .wrap .box .pager .amount>em {
    width: 40px;
    font-size: 18px;
    color: #999999;
    opacity: 0.5;
}

#honor #main #r1 .wrap .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

#honor #main #app-r1 {
    padding: 1.2rem 5% 0.6rem 5%;
}

#honor #main #app-r1 .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

#honor #main #app-r1 .list>img {
    width: 38%;
    margin-right: 4%;
}

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

.after-inner .banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.after-inner .banner .pic {
    position: absolute;
    z-index: 2;
}

.after-inner .banner .box {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -0.4rem;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.after-inner .banner .tree {
    flex-wrap: wrap;
    height: .7rem;
    display: flex;
    box-shadow: 0 10px 25px -4px rgba(24, 92, 197, 0.18);
}

.after-inner .banner .tree>li {
    background-color: #fff;
    float: left;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    width: 7.5vw;
    position: relative;
    color: #999999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    cursor: pointer;
}

.after-inner .banner .tree>li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #ddd;
}

.after-inner .banner .tree>li:last-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #ddd;
    display: none;
}

.after-inner .banner .tree>li.on,
.after-inner .banner .tree>li:hover {
    background-color: #2e7ef0;
    color: #fff;
}

.after-inner .banner .tree>li.on:after,
.after-inner .banner .tree>li:hover:after {
    opacity: 0;
}

.after-inner .title {
    text-align: center;
    position: relative;
    z-index: 10;
}

.after-inner .title .line {
    width: 54px;
    height: 5px;
    background-color: #2e7ef0;
    margin: 16px 0;
    border-radius: 50px;
}

.after-inner .title>p {
    letter-spacing: 5px;
    color: #ddd;
}

.after-inner .wrap {
    z-index: 10;
}

.share-pop {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
}

.share-pop .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.2);
}

.share-pop.on {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

#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: 42vw;
    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;
    background-size: contain;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#pop_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: 32px;
    color: #868686;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#pop_dialog .dialog_content .box .p-p:hover {
    color: #2e7ef0;
}

#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: 32px;
    color: #868686;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

#pop_dialog .dialog_content .box .p-n:hover {
    color: #2e7ef0;
}

#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: #2e7ef0;
    color: #fff;
}

#job_dialog {
    z-index: 2000;
}

#job_dialog .dialog_content {
    width: 64%;
    max-width: inherit;
    min-width: inherit;
    padding: 2em;
}

#job_dialog .dialog_content .box {
    max-height: 68vh;
    overflow: auto;
}

@media screen and (min-width: 800px) {
    #job_dialog .dialog_content .box {
        padding-left: 20px;
    }
}

#job_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;
}

#job_dialog .dialog_content [data-dialog-close]:hover {
    background-color: #2e7ef0;
    color: #fff;
}

#photo_dialog {
    z-index: 2000;
}

#photo_dialog .dialog_content {
    width: 90%;
    max-width: inherit;
    min-width: inherit;
    padding: 1em;
}

#photo_dialog .dialog_content .box {
    max-height: 68vh;
    overflow: auto;
}

#photo_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;
}

#photo_dialog .dialog_content [data-dialog-close]:hover {
    background-color: #2e7ef0;
    color: #fff;
}

#law_dialog {
    z-index: 2000;
}

#law_dialog .dialog_content {
    width: 64%;
    max-width: inherit;
    min-width: inherit;
    padding: 2em;
}

#law_dialog .dialog_content .box {
    max-height: 68vh;
    overflow: auto;
    padding-right: 5px;
}

#law_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;
}

#law_dialog .dialog_content [data-dialog-close]:hover {
    background-color: #2e7ef0;
    color: #fff;
}

.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;
    display: flex;
    justify-content: center;
    align-items: center;
    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: 19vh;
    right: 6vw;
}

.pop.on {
    display: block;
}

.pop.on .parent {
    opacity: 1;
}

.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-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    font-size: 20px;
}

.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: #062f6e;
}

.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 #2e7ef0;
    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>span {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #2e7ef0;
}

.search-wrap .search-box form .layout-search>span>a {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    width: 40px;
    text-align: center;
}

.search-wrap .search-box form .layout-search>span>input {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.search-wrap .close {
    position: absolute;
    right: 0;
    color: #a4a4a4;
    font-size: 24px;
    width: calc(2.5vw + 30px);
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.search-wrap .close:hover {
    color: #062f6e;
}

.page-box {
    margin: 50px 0;
    text-align: center;
}

.page-box ul div {
    overflow: hidden;
    display: inline-block;
    padding: 0 10px;
}

.page-box li {
    float: left;
    margin: 2px 4px;
}

.page-box li.mgr10 {
    margin-right: 10px;
}

.page-box li.mgl10 {
    margin-left: 10px;
}

.page-box li a,
.pager li span {
    display: inline-block;
    line-height: 30px;
    min-width: 10px;
    text-align: center;
    font-size: 12px;
    margin-right: -1px;
    padding: 0 10px;
    color: #3c3c3c;
    position: relative;
    z-index: 1;
    position: relative !important;
}

.page-box li.grey a {
    border-color: #dfdfdf;
    color: #ececec;
}

.page-box li.grey:hover a {
    background: #dfdfdf;
    color: #fff;
    border-color: #dfdfdf;
}

.page-box li a {
    border: 1px solid #dfdfdf;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.page-box li:hover a,
.page-box li.active a {
    z-index: 9;
    position: relative;
    color: #fff;
    border-color: #2e7ef0;
    background: #2e7ef0;
}

.sr {
    padding: 0.7rem 0;
}

.sr.maxsize {
    max-width: 900px;
    padding: 100px 0;
}

.sr .search {
    text-align: center;
}

.sr .hl {
    color: #2e7ef0;
    text-decoration: underline;
}

.sr .con {
    border: 1px solid #ccc;
    display: inline-block;
    width: 400px;
    position: relative;
    margin-bottom: 20px;
}

.sr .con .text {
    border: none;
    float: left;
    width: 75%;
    line-height: 50px;
    height: 50px;
    text-indent: 10px;
}

.sr .con .iconfont {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    width: 25%;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.sr .con .iconfont:hover {
    background: #2e7ef0;
    color: #fff;
}

.sr .list {
    padding: 50px 0;
}

.sr .list .item {
    margin-bottom: 10px;
}

.sr .list .item a {
    display: block;
    padding: 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.sr .list .item:hover h5,
.sr .list .item:hover h5 span:after {
    border-color: #2e7ef0;
}

.sr .list .item h5 {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
}

.sr .list .item h5 span {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.sr .list .item h5 span:after {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    content: "";
    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;
    height: 40%;
    width: 1px;
    background-color: #dadada;
}

.sr .list .item p {
    line-height: 24px;
    font-size: 14px;
}

@keyframes roll {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ripple1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        opacity: 0.1;
        -webkit-transform: scale(5);
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        transform: scale(5);
    }
}

.btn_open_t {
    display: none;
    margin-top: .3rem;
    line-height: 2.5;
    border-radius: 30px;
    padding: 0 40px;
    font-size: 14px;
    cursor: pointer;
    color: #062f6e;
    background-color: #fff;
}

.dm_code {
    margin-top: .2rem;
    width: 1.5rem;
}

.dm_code img {
    display: block;
    width: 100%;
}

.dm_con img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.dm_con .img_m {
    display: none;
}

.dm_con .img_pc {
    display: block;
}

.dm_con .dm_banner {
    position: relative;
}

.dm_con .dm_banner>img {
    width: 100%;
}

.dm_con .dm_banner>div {
    color: #fff;
    position: absolute;
    left: 14.1658%;
    top: 30%;
    width: 29.6875%;
    padding-left: .2rem;
}

.dm_con .dm_banner>div .dm_text_title {
    font-weight: 700;
    font-size: .5rem;
    line-height: 1;
}

.dm_con .dm_banner>div .dm_text_info {
    font-weight: lighter;
    font-size: .24rem;
    line-height: 1.67;
    margin-top: .3rem;
}

.dm_con .dm_con_case {
    padding-top: 1px;
    padding-bottom: 5.729vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.dm_con .dm_con_case>div {
    width: 67.7%;
    margin: 0 auto;
}

.dm_con .dm_con_case .dm_block {
    margin: 4.166vw auto;
}

.dm_con .dm_con_case .dm_block:last-child {
    margin-bottom: 0;
}

.dm_con .dm_con_case .dm_block .dm_title {
    font-size: .36rem;
    line-height: 1;
    font-weight: 700;
    color: #062f6e;
    text-align: center;
}

.dm_con .dm_con_case .dm_block .dm_title img {
    margin: .25rem auto 0;
}

.dm_con .dm_con_case .dm_block .dm_mess_info {
    line-height: 1.6;
    color: #383231;
    margin-top: .3rem;
    text-align: justify;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.dm_con .dm_con_case .dm_block .dm_mess_info p {
    text-indent: 2em;
    margin: 0;
    font-size: .18rem;
}

.dm_con .dm_con_case .dm_block .dm_mess_info p span {
    font-weight: 700;
}

.dm_con .dm_con_case .dm_block .dm_img_box {
    margin-top: .3rem;
}

@media all and (max-width: 1366px) {
    .dm_code {
        width: 1.2rem;
    }
}

@media all and (max-width: 1024px) {
    .dm_code {
        display: none;
    }
    .btn_open_t {
        display: inline-block;
    }
    .dm_con .img_m {
        display: block;
    }
    .dm_con .img_pc {
        display: none;
    }
    .dm_con .dm_banner>div {
        left: 19%;
        top: 19%;
        width: 62%;
        padding-left: 0;
        text-align: center;
    }
    .dm_con .dm_banner>div .dm_text_title {
        font-size: .4rem;
    }
    .dm_con .dm_banner>div .dm_text_info {
        font-size: 12px;
        margin-top: 2.8vw;
    }
    .dm_con .dm_con_case>div {
        width: 85%;
    }
    .dm_con .dm_con_case .dm_block {
        width: 100%;
        margin: 7.649vw auto;
    }
    .dm_con .dm_con_case .dm_block .dm_title {
        font-size: .36rem;
    }
    .dm_con .dm_con_case .dm_block .dm_title img {
        width: 2em;
    }
    .dm_con .dm_con_case .dm_block .dm_mess_info {
        margin-top: 4.83vw;
        width: 100%;
    }
    .dm_con .dm_con_case .dm_block .dm_mess_info p {
        font-size: 14px;
    }
    .dm_con .dm_con_case .dm_block .dm_img_box {
        margin-top: 4.83vw;
    }
}

.page {
    text-align: center;
    padding-top: 20px;
}

.page a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d6d6d6;
    color: #545454;
    margin: 0 4px;
    text-transform: capitalize;
    border-radius: 5px;
    color: #888888;
    -webkit-transition: .2s;
    transition: .2s;
}

.page a.on,
.page a:hover {
    background-color: #062f6e;
    color: #fff;
    border: 1px solid#93abc3;
}

.m-page {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-left: none;
    line-height: 36px;
    font-size: 14px;
    display: none;
}

.body-m .m-page {
    display: block;
}

.m-page a {
    float: left;
    width: 33.333333%;
    text-align: center;
    border-left: 1px solid #ddd;
    background: #eee;
    height: 100%;
}

.m-page .num {
    background: url(../../../../Images/home/changfanz/en-us/icon_m_page.png) no-repeat 80% center;
}

.m-page-pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
    overflow: auto;
    z-index: 800000;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.m-page-pop a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 0 40px;
    font-size: 14px;
    color: #888;
}

.show-page .m-page-pop {
    height: 100%;
    padding-top: 60px;
}

.txtbox {
    position: absolute;
    left: 0;
    top: 36%;
    text-align: center;
    color: #fff;
    width: 100%;
}
.txtbox .en {
    /* font-size: 5em; */
    /* line-height: 1.3em; */
    text-transform: uppercase;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3;
}

.txtbox .lv1 {
    /* font-size: 3.6em; */
    /* line-height: 1.25em; */
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

