/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, "Helvetica", sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
.un,
.un:link,
.un:visited,
.un:hover,
.un:active {
    text-decoration: none;
    color: inherit;
}

html,
body {
    margin: 0 auto;
    min-width: 1200px;
    max-height: 56.25vw;
    min-height: 645px;
    width: 100%;
    height: 100%;
}

.pv-code {
    display: none;
}

#app {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100px;
    z-index: 100;
}

.logo img {
    width: 100%;
}

.header .mynav {
    position: absolute;
    right: 50px;
    top: 36px;
}

.header .mynav .nav-item {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    margin: 0 24px;
    cursor: pointer;
}

.header .mynav .select {
    font-weight: bold;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.citybtnlist {
    width: 580px;
    height: 80px;
    display: flex;
    flex: wrap;
}

.citybtn {
    border: #cccccc solid 1px;
    width: 70px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    color: #898989;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer;
}

.citybtn-active {
    width: 70px;
    height: 27px;
    color: #fff;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.footer .copyright {
    /* font-family: ArialMT; */
    font-size: 14px;
    position: absolute;
    bottom: 32px;
    left: 53px;
    color: #fff;
    z-index: 20;
}


/* .footer .scroll-icon{
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0px;
    right: 65px;
    z-index: -10;
}
.scroll-icon .iconfont{
    font-size: 50px
}
.footer .z-up{
    z-index: 100;
}
.footer .scroll-icon .img{
    width: 100%;
} */

.footer .mouse-hint {
    border: 2px solid #fff;
    width: 28px;
    height: 36px;
    border-radius: 20px;
    position: absolute;
    bottom: 20px;
    right: 65px;
    box-sizing: border-box;
    opacity: .5;
    z-index: 1000;
}

.footer .mouse-hint .bar {
    width: 2px;
    height: 8px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 2px;
    position: absolute;
    left: 11px;
    top: 6px;
    -webkit-animation: anim-mouse-hint-bar 2s linear infinite;
    animation: anim-mouse-hint-bar 2s linear infinite;
}

@keyframes anim-mouse-hint-bar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-color: rgba(0, 0, 0, 1);
    }

    20% {
        border-color: rgba(0, 0, 0, 1);
    }

    80% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px);
        border-color: rgba(0, 0, 0, 0);
    }

    100% {
        border-color: rgba(0, 0, 0, 0);
    }
}

.body {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.body .main-swiper {
    width: 100%;
    height: 100%;
}

.main-page {
    height: 100%;
}

.main-page .banner {
    width: 100%;
}

.body .main-page .mainpage-pagination {
    position: absolute;
    text-align: center;
    bottom: 35px;
    margin: auto;
    z-index: 20;
}

.intro-page {
    width: 100%;
    height: 100%;
}

.intro-page .about {
    width: 100%;
    height: 100%;
    position: relative;
}

.about .content {
    width: 962px;
    height: 540px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* border: 1px solid #000 */
}

.content>.name {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.name .title_ch {
    margin-top: 6px;
}

.name .line {
    height: 40px;
    width: 50px;
    border-bottom: 2px solid #fff;
}

.text-center {
    text-align: center;
}

.line-center {
    margin: 0 auto;
}

.about .text {
    margin-top: 45px;
    width: 520px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 400px;
    overflow: hidden;
}

.about .photo {
    position: absolute;
    top: 10px;
    right: 0;
    width: 425px;
    height: 530px;
}

.about .photo .shadow {
    width: 360px;
    height: 318px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

.about .photo img {
    width: 362px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.hand {
    position: absolute;
    width: 300px;
    text-align: center;
    right: -70px;
    top: 45%;
    font-family: SegoeUI;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2.8px;
    line-height: 17px;
    white-space: nowrap;
    transform: rotate(-270deg);
}

.intro-page .history {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.history .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    height: 540px;
    /* border: 1px solid #000; */
}

.history .name {
    margin-top: 50px;
}

.history .timeline {
    margin-top: 100px;
    height: 60px;
    width: 100%;
    /* border: 1px solid #000; */
    position: relative;
}

.timeline .baseline {
    height: 1px;
    width: 100%;
    background: #ccc;
    position: absolute;
    bottom: 20%
}

.timeline .nodes {
    width: 100%;
    height: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-around;
}

.timeline .node {
    width: 60px;
    height: 100%;
    position: relative;
    cursor: pointer;
    /* border: 1px solid red; */
}

.timeline .node .year {
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all .5s ease;
}

.timeline .node .line {
    width: 2px;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ccc;
    transition: all .5s ease;
}

.timeline .select .year {
    transform: translate(0, -10px) scale(1.4);
    letter-spacing: 1px;
}

.timeline .node:hover .year {
    transform: translate(0, -10px) scale(1.4);
    letter-spacing: 1px;
}

.history .eventline {
    margin-top: 100px;
    overflow: hidden;
    position: relative;
}

.eventline .year {
    text-align: center;
    font-size: 30px;
}

.eventline .event {
    width: 485px;
    margin: 20px auto 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.7px;
    text-align: center;
    line-height: 21px;
    cursor: default;
}

.history-btn-prev,
.history-btn-next {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: 0;
    z-index: 10;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    outline: none;
}

.history-btn-prev .iconfont,
.history-btn-next .iconfont {
    font-size: 50px;
}

.swiper-button-disabled .iconfont {
    color: #ccc !important;
}

.history .history-btn-prev {
    left: 100px;
}

.history .history-btn-next {
    right: 100px;
}

.left-pagination {
    position: absolute;
    left: 47px;
}

.left-pagination-middle {
    top: 45%;
}

.left-pagination .nav-item {
    margin-top: 20px;
}

.left-pagination .line-wrapper {
    display: inline-block;
    width: 40px;
    height: 14px;
    position: relative;
    top: 4px;
}

.left-pagination .line {
    display: block;
    width: 20px;
    height: 100%;
    border-top: 1px solid #fff;
    transition: width .3s ease;
}

.left-pagination .tag {
    position: relative;
    top: -4px;
    font-size: 14px;
    margin-left: 20px;
    color: #fff;
    opacity: 0.4;
    transition: opacity .3s ease;
}

.left-pagination .nav-item-active .line {
    width: 40px;
}

.left-pagination .nav-item-active .tag {
    opacity: 1;
    font-weight: 600;
}

.intro-page .honor {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.honor .content {
    width: 100%;
    height: 540px;
    position: absolute;
    left: 212px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.honor-wrapper {
    width: 100%;
    overflow: hidden;
}

.honor .honor-list {
    width: 944px;
    margin-top: 40px;
    position: relative;
}

.honor-list .item {
    width: 440px;
}

.honor-list .item img {
    width: 440px;
    height: 277px;
}

.honor-list .item .title {
    margin-top: 30px;
    font-size: 24px;
}

.honor-list .item .text {
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    letter-spacing: 0.7px;
}

.honor-list .honor-btn-next,
.honor-list .honor-btn-prev {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: right;
    cursor: pointer;
    outline: none;
    transform: translate(0, -40px)
}

.honor-btn-next .iconfont,
.honor-btn-prev .iconfont {
    font-size: 50px;
}

.honor-list .honor-btn-prev {
    right: 110px;
}

.honor-list .honor-btn-next {
    right: 30px;
}

.intro-page .product {
    width: 100%;
    height: 100%;
    position: relative;
}

.product .name {
    margin-top: 20px;
}

.product .content {
    width: 1000px;
    height: 540px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* border: 1px solid #000; */
}

.product .product-list {
    width: 785px;
    height: 390px;
    margin: 10px auto 0;
    overflow: hidden;
}

.product-list .item {
    width: 100%;
    height: 100%;
    position: relative;
}

.product-list .item img {
    position: absolute;
    top: 0;
    left: 2px;
    width: 256px;
    height: 352px;
    z-index: 2;
}

.product-list .item .shadow {
    position: absolute;
    top: 38px;
    left: 32px;
    width: 256px;
    height: 350px;
    z-index: 1;
    border: 1px solid #CCC;
}

.product-list .item .title {
    font-size: 24px;
    position: absolute;
    left: 365px;
    top: 56px;
    cursor: default;
}

.product-list .item .text-wrapper {
    width: 420px;
    height: 210px;
    position: absolute;
    left: 365px;
    top: 100px;
    position: relative;
    /* border: 1px solid #000; */
    line-height: 160px;
}

.product-list .item .text {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    color: #fff;
    letter-spacing: 1px;
    cursor: default;
}

.product .product-btn-next,
.product .product-btn-prev {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 54%;
    cursor: pointer;
    outline: none;
    /* border: 1px solid #000; */
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-size: 0;
}

.product-btn-next .iconfont,
.product-btn-prev .iconfont {
    font-size: 50px;
}

.product .product-btn-next {
    right: 0;
}

.product .product-btn-prev {
    left: 0;
}

.product .product-list .product-pagination {
    position: absolute;
    left: 466px;
    bottom: 47px;
    margin: auto;
    z-index: 0;
}

.product-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 3px;
    display: inline-block;
    opacity: 1;
    border-radius: 0;
    background: #ccc;
}

.intro-page .team {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.team .content {
    width: 100%;
    height: 540px;
    position: absolute;
    left: 220px;
    top: 0;
    bottom: 0;
    margin: auto;
    /* border: 1px solid #000; */
}

.team .team-wrapper {
    width: 100%;
    height: 475px;
    position: relative;
    top: -20px;
    overflow: hidden;
    /* border: 1px solid green; */
}

.team .team-list {
    width: 968px;
    margin-top: 50px;
    position: relative;
    /* border: 1px solid red; */
}

.team-list .item {
    width: 280px;
    font-size: 0px;
}

.team-list .item img {
    width: 280px;
    height: 350px;
}

.team-list .item .text {
    display: inline-block;
    margin-left: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 17px;
}

.team-list .item .line {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 19px;
    width: 4px;
    height: 20px;
}

.team-list .team-btn-next,
.team-list .team-btn-prev {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: right;
    cursor: pointer;
    outline: none;
    transform: translate(0, -40px)
}

.team-list .team-btn-prev {
    right: 110px;
}

.team-list .team-btn-next {
    right: 30px;
}

.team-btn-next .iconfont,
.team-btn-prev .iconfont {
    font-size: 50px;
}

.jobs-page {
    width: 100%;
    height: 100%;
}

.jobs-page .jobs-swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.jobs {
    width: 100%;
    height: 100%;
    position: relative;
}

.jobs .content {
    width: 912px;
    height: 540px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.jobs .content>.name .title_en,
.jobs .content>.name .line {
    display: none;
}

.jobs .search {
    margin-top: 20px;
    font-size: 0;
    white-space: nowrap;
}

.jobs .search .selector {
    display: inline-block;
    margin-left: 12px;
    width: 252px;
    height: 25px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #CCC;
    position: relative;
    vertical-align: bottom;
}

.jobs .search .selector:first-child {
    margin-left: 0;
}

.jobs .selector .value {
    padding-left: 22px;
    display: inline-block;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jobs .selector .arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 8px;
    background-image: url(../img/arrow_down.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all .3s ease;
}

.jobs .selector .option {
    position: absolute;
    display: none;
    max-height: 156px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: content-box;
    background: #fff;
    width: 250px;
    z-index: 2;
}

.jobs .selector:hover .option {
    display: block;
}

.jobs .selector:hover .arrow {
    transform: rotate(180deg)
}

.jobs .selector .option li {
    padding-left: 22px;
    box-sizing: border-box;
    width: 100%;
    cursor: default;
    background: #fff;
}

.jobs .selector .option li:hover {
    background: #ccc;
}

.jobs .keywords {
    display: inline-block;
    padding: 0;
    margin-left: 12px;
    width: 252px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.jobs .keywords::-webkit-input-placeholder {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.jobs .search .search-btn {
    display: inline-block;
    margin-left: 12px;
    font-family: "宋体";
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    width: 120px;
    height: 40px;
    vertical-align: bottom;
    cursor: pointer;
}

.jobs-wrapper .list {
    margin-top: 42px;
    overflow: hidden;
}

.jobs-wrapper .list .item {
    padding: 0 22px 21px;
    margin-top: 38px;
    font-size: 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.jobs-wrapper .list .item:first-child {
    margin-top: 0px;
}

.jobs-wrapper .list .item .name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.jobs-wrapper .list .item .split {
    display: inline-block;
    width: 20px;
    height: 24px;
    border-right: 1px solid #ccc;
    vertical-align: bottom;
    position: relative;
    bottom: -2px;
    z-index: 1;
}

.jobs-wrapper .list .item .tag {
    margin: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 17px;
    vertical-align: bottom;
}

.jobs-wrapper .list .item .detail-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 28px;
    border: 1px solid;
    border-radius: 50%;
}

.jobs-wrapper .list .item .detail-btn .iconfont {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.jobs-wrapper .list .item:hover .detail-btn .iconfont {
    color: #fff !important;
}

.jobs-pagination {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
    font-size: 0;
    text-align: center;
}

.jobs-pagination .prev,
.jobs-pagination .next,
.jobs-pagination .index {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 8px 10px;
    border: 1px solid #ccc;
    margin: 0 5px;
    cursor: pointer;
    user-select: none;
}

.jobs-pagination .select {
    color: #fff;
}

.jobs-pagination .ellipsis-prev,
.jobs-pagination .ellipsis-next {
    font-size: 20px;
    margin: 0 6px;
    color: #fff;
}

.jobs .content .detail {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
}

.detail .detail-wrapper {
    width: 77%;
    padding-top: 20px;
    margin: 0 auto;
}

.detail .detail-name {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.detail .place {
    margin-top: 30px;
}

.detail .info {
    margin-top: 40px;
}

.detail-tag {
    margin-top: 10px;
    text-align: center;
}

.detail-tag .tag {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 6px;
    border-right: 2px solid #ccc;
}

.detail-tag .tag:last-child {
    border-right: none !important;
}

.detail .detail-content {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.order-list {
    margin-top: 20px;
    padding-left: 20px;
    list-style-type: decimal;
    list-style-position: outside;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.detail .detail-label {
    font-size: 18px;
    font-weight: bold;
}

.detail .detail-place {
    font-weight: 400;
    margin-left: 17px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.detail .btn-bar {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.detail .post-btn {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.detail .back-btn {
    margin-left: 48px;
    display: inline-block;
    width: 118px;
    height: 38px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    vertical-align: top;
    cursor: pointer;
}

.benefit {
    width: 100%;
    height: 100%;
    position: relative;
}

.benefit .content {
    width: 860px;
    height: 540px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.benefit .name {
    margin-top: 20px;
}

.benefit-list {
    margin-top: 60px;
    height: 250px;
}

.benefit-list .right {
    margin-left: 20px;
}

.benefit-list li {
    display: inline-block;
    margin-top: 38px;
}

.benefit-list .icon {
    display: inline-block;
    width: 44px;
    vertical-align: middle;
}

.benefit-list .icon .iconfont {
    font-size: 44px;
}

.benefit-list .text {
    display: inline-block;
    font-size: 18px;
    color: #666;
    vertical-align: middle;
    line-height: 20px;
    width: 300px;
    margin-left: 28px;
    letter-spacing: 1px;
}

.benefit-list ul{
    width:765px;
    margin: 0 auto;
}

.benefit .benefit-btn-prev{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 100px;
    bottom: 0;
    left: -32px;
    margin: auto;
    z-index: 10;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    outline: none;
    transform: rotateY(180deg);
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
}

.benefit .benefit-btn-next{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 100px;
    bottom: 0;
    right: -32px;
    margin: auto;
    z-index: 10;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
}


.benefit .benefit-btn-next span{
    display: flex;
    height: 110%;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.benefit .benefit-btn-prev span{
    display: flex;
    height: 110%;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.proc-page {
    width: 100%;
    height: 100%;
}

.proc-page .proc-swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.process {
    width: 100%;
    height: 100%;
    position: relative;
}

.process .content {
    width: 900px;
    height: 540px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.process .name {
    margin-top: 30px;
}

.process .timeline {
    margin-top: 70px;
    height: 60px;
    width: 100%;
    /* border: 1px solid #000; */
    position: relative;
}

.process .timeline .node {
    width: 90px;
}

.process .eventline {
    margin-top: 100px;
    overflow: hidden;
    position: relative;
}

.process .eventline .node {
    text-align: center;
}

.process .eventline .icon {
    width: 82px;
    margin: 0 auto;
}

.process .eventline .icon .iconfont {
    font-size: 82px;
}

.process .eventline .proc-title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.process .eventline .proc-date {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}

.proc-btn-prev,
.proc-btn-next {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 30%;
    margin-top: 0;
    z-index: 10;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    outline: none;
}

.process .proc-btn-prev {
    left: 100px;
}

.process .proc-btn-next {
    right: 100px;
}

.proc-btn-next .iconfont,
.proc-btn-prev .iconfont {
    font-size: 50px;
}

.trip-page {
    width: 100%;
    height: 100%;
    position: relative;
}

.trip-page .content {
    width: 900px;
    height: 550px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.trip-page .name {
    display: inline-block;
    width: 260px;
}

.mapbox {
    width: 580px;
    height: 431px;
    /* width: 856px;
    height: 640px; */
    background-color: transparent;
    /* border: 1px solid; */
}

.trip-page .right-box {
    width: 210px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
}

.trip-page .trip-list {
    width: 100%;
    height: 407px;
    position: absolute;
    top: 50px;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.trip-list .trip-item {
    height: 192px;
    margin-bottom: 24px;
    font-size: 0;
    border-bottom: 1px solid #DCDCDC
}

.trip-list .trip-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.trip-list .middle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.trip-item .trip-city {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.trip-item .trip-line {
    line-height: 24px;
    margin-top: 4px;
}

.trip-item .trip-icon {
    margin-left: 14px;
    width: 24px;
    vertical-align: middle;
}

.trip-item .text {
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    vertical-align: middle;
}

.trip-item .text>.text-block {
    display: inline-block;
    margin-left: 2px;
    width: 120px;
    vertical-align: top;
}

.trip-btn-prev {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.trip-btn-next .iconfont,
.trip-btn-prev .iconfont {
    font-size: 32px;
}

.trip-btn-next {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.more-page {
    width: 100%;
    height: 100%;
    position: relative;
}

.more-page .content {
    width: 100%;
    height: 100%;
    position: absolute;
}

.more-page .name {
    margin-top: 80px;
    font-size: 20px;
}

.more-page .name .line {
    width: 30px;
    height: 30px;
}

.more-page .card {
    position: absolute;
    left: 0;
    right: 252px;
    bottom: 59px;
    margin: auto;
    width: 827px;
    height: 454px;
    background-image: url(../img/more-card.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.more-page .bg-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -2;
    background-image: linear-gradient(15deg, #DEDEDE 0%, #F5F5F5 48%, #FDFDFD 100%);
}

.more-page .bg-footer {
    width: 100%;
    height: 96px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background-image: none !important;
    border: none;
}

.more-page .qrcode {
    width: 210px;
    position: absolute;
    top: 30%;
    left: 39%;
}

.more-page .website {
    position: absolute;
    top: 36%;
    left: 74%;
    width: 148px;
    height: 44px;
    line-height: 44px;
    background-color: #ccc;
}

.more-page .website img {
    width: 28px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 6px;
}

.more-page .website .text {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    color: #fff;
}

.more-page .career {
    position: absolute;
    top: 50%;
    left: 74%;
    width: 148px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    background-color: #ccc;
}

.more-page .career img {
    width: 28px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 6px;
}

.more-page .career .text {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    color: #fff;
}

.more-page .weibo {
    position: absolute;
    top: 64%;
    left: 74%;
    width: 148px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    background-color: #ccc;
}

.more-page .weibo img {
    width: 28px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 6px;
}

.more-page .weibo .text {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    color: #fff;
}


@media (min-width: 1800px) {
    .footer .scroll-icon {
        height: 100px
    }

    .footer .scroll-icon .iconfont {
        font-size: 60px
    }

    .about .content {
        transform-origin: center center;
        transform: scale(1.2, 1.2)
    }

    .history .content {
        transform-origin: center center;
        transform: scale(1.2, 1.2)
    }

    .honor .name {
        transform-origin: left center;
        transform: scale(1.2, 1.2) translate(0, -30px)
    }

    .honor .honor-wrapper {
        transform: translate(0, 30px)
    }

    .product .name {
        margin-top: -40px;
    }

    .product .content {
        transform: scale(1.1, 1.1)
    }

    .product .product-list {
        margin-top: 50px;
    }

    .product .product-btn-next {
        right: -12%;
    }

    .product .product-btn-prev {
        left: -12%;
    }

    .team .name {
        transform-origin: left center;
        transform: scale(1.2, 1.2) translate(0, -30px)
    }

    .team .team-wrapper {
        transform: translate(0, 30px)
    }

    .jobs .content>.name .title_en,
    .jobs .content>.name .line {
        display: block;
    }

    .jobs .name {
        margin-top: -40px;
    }

    .jobs .content .detail {
        height: 120%;
    }

    .process .content {
        transform: scale(1.2, 1.2)
    }

    .trip-page .content {
        width: 1200px;
        height: 733.33px;
    }

    .trip-page .mapbox {
        width: 771.4px;
        height: 574.23px;
    }

    .trip-page .trip-list {
        height: 623px;
    }

    .more-page .name {
        margin-top: 160px;
        font-size: 30px;
    }

    .more-page .line {
        width: 36px;
        height: 36px;
    }

    .more-page .card {
        width: 1158px;
        height: 636px;
        right: 353px;
        bottom: 44px;
    }

    .more-page .qrcode,
    .more-page .weibo,
    .more-page .website,
    .more-page .career {
        transform: scale(1.6);
        transform-origin: left top;
    }

    .benefit-btn-next{
        top: 100px;
        right: -130px;
    }
    .benefit .benefit-btn-prev{
        top: 100px;
        left: -130px;
    }
}