html {
    font-size: 100px
}
@font-face {
    font-family: HONORSansCN-Bold;
    src: url(../fonts/HONORSansCN-Bold.ttf)
}

@font-face {
    font-family: HONORSansCN-Medium;
    src: url(../fonts/HONORSansCN-Medium.ttf)
}


    src: url(../fonts/HONORSansCN-Bold.ttf)
}

@font-face {
    font-family: HONORSansCN-Medium;
    src: url(../fonts/HONORSansCN-Medium.ttf)
}

.form-content .founder-info .item .label p {
    font-family: HONORSansCN-Medium
}

.funds h3,
.index-sec1-inner .title .left h3,
.swi-ban .swiper-slide .text h3,
.swi-service-item .text h3,
.why-list .item .inner h3 {
    font-family: HONORSansCN-Bold
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400
}

body {
    font-size: .16rem;
    color: #1e1e1e
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2rem .6rem;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

.header .logo {
    height: .5rem;
    display: block
}

.header .logo img {
    display: block;
    height: 100%
}

.header .hd-r {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header .nav .nav-item {
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header .nav .nav-item.active,
.header .nav .nav-item:hover {
    color: #a98c51
}

.header .nav .nav-item+.nav-item {
    margin-left: .4rem
}

.header .hd-tools {
    display: flex;
    align-items: center
}

.header .hd-tools .lang {
    margin-right: .3rem;
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #fff
}

.header .hd-tools .hd-btn {
    font-size: .14rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.hd-btn {
    width: 1.6rem;
    height: .6rem;
    background: #fff;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a98c51;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.hd-btn:hover {
    background: #a98c51;
    color: #fff
}

.header.header-fixed {
    background-color: rgba(169, 140, 81, .3);
    backdrop-filter: blur(.2rem)
}

.footer .footer-top {
    background: #464646
}

.footer .fd-top {
    padding: 1.8rem 0 .8rem;
    border-bottom: 1px solid rgba(238, 238, 238, .3);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer .fd-top .left .text {
    font-size: .52rem;
    color: #fff;
    line-height: .75rem
}

.footer .fd-top .left .text h4 {
    font-family: HONORSansCN-Bold
}

.footer .fd-top .left .btn {
    margin-top: .7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .4rem;
    width: 4.8rem;
    height: 1rem;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    border-radius: .5rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .fd-top .left .btn span {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #fff
}

.footer .fd-top .left .btn i {
    background: url(../images/arrow.svg) no-repeat center center/contain;
    display: block;
    width: .25rem;
    height: .25rem
}

.footer .fd-top .left .btn:hover {
    opacity: .8
}

.footer .fd-top .right .media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: .7rem
}

.footer .fd-top .right .media a+a {
    margin-left: .6rem
}

.footer .fd-top .right .media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .32rem;
    height: .32rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .fd-top .right .media a img {
    display: block;
    width: 100%;
    height: 100%
}

.footer .fd-top .right .media a:hover {
    opacity: .3
}

.footer .fd-top .right .link {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.footer .fd-top .right .link a {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .fd-top .right .link a:hover {
    opacity: .3
}

.footer .fd-top .right .link a+a {
    margin-left: .4rem
}

.footer .fd-top .right .fd-nav {
    text-align: right;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: .5rem
}

.footer .fd-top .right .fd-nav dl+dl {
    margin-left: 3rem
}

.footer .fd-top .right .fd-nav dd a:hover {
    opacity: .3
}

.footer .fd-top .right .fd-nav dd+dd {
    margin-top: .4rem
}

.footer .fd-top .right .fd-nav dd a {
    font-family: HONORSansCN-Bold;
    font-size: .2rem;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .fd-bot {
    padding: .8rem 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer .fd-bot .left .row+.row {
    margin-top: .45rem
}

.footer .fd-bot .left .row {
    display: flex;
    align-items: center
}

.footer .fd-bot .left .row img {
    display: block;
    width: .32rem;
    height: .32rem;
    margin-right: .2rem
}

.footer .fd-bot .left .row a {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .fd-bot .left .row a:hover {
    opacity: .3
}

.footer .fd-bot .right {
    text-align: right;
    font-family: HONORSansCN-Bold;
    color: #fff
}

.footer .fd-bot .right h3 {
    font-size: .24rem
}

.footer .fd-bot .right h4 {
    font-size: .2rem;
    margin: .1rem 0 .2rem
}

.footer .fd-bot .right p {
    font-size: .16rem
}

.footer .copyright {
    background: #1e1e1e
}

.footer .copyright .wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.footer .copyright .wp .center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: .16rem;
    color: #fff
}

.footer .copyright .wp .fd-logo {
    height: .5rem
}

.footer .copyright .wp .fd-logo img {
    display: block;
    height: 100%
}

.footer .copyright .wp .to-top {
    cursor: pointer;
    display: flex;
    align-items: center
}

.footer .copyright .wp .to-top em {
    font-size: .16rem;
    color: #fff;
    margin-right: .2rem
}

.footer .copyright .wp .to-top .pic {
    width: 1.4rem;
    height: 1.2rem;
    position: relative
}

.footer .copyright .wp .to-top .pic img {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}

.swi-ban {
    overflow: hidden;
    position: relative
}

.swi-ban .swiper-slide {
    position: relative;
    height: calc(100vh - 220px);
    overflow: hidden
}

.swi-ban .swiper-slide .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff
}

.swi-ban .swiper-slide .pic:after {
    content: '';
    background: linear-gradient(90deg, rgba(169, 140, 81, .8) 0, rgba(169, 140, 81, .2) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.swi-ban .swiper-slide .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 14.4rem;
    padding-right: 1.9rem
}

.swi-ban .swiper-slide .text h3 {
    font-size: .48rem;
    color: #fff;
    line-height: .75rem;
    padding-bottom: .6rem;
    margin-bottom: .6rem;
    border-bottom: 1px solid #fff
}

.swi-ban .swiper-slide .text .desc {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #fff;
    line-height: .45rem
}

.swi-ban .swiper-slide .text .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url(../images/arrow.svg) no-repeat center center/.17rem auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swi-ban .swiper-slide .text .arrow:hover {
    background: #fff url(../images/arrow-t.svg) no-repeat center center/.17rem auto
}

.swi-ban .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    margin: 0;
    padding-bottom: 1.4rem
}

.swi-ban .swiper-pagination .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    background: #eee;
    border-radius: .06rem;
    opacity: .5;
    margin: 0 .15rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swi-ban .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a98c51;
    opacity: 1
}

.funds {
    z-index: 10;
    margin-top: -1rem;
    border-radius: .4rem;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    padding: .6rem .6rem .7rem;
    position: relative
}

.funds .content {
    position: relative;
    z-index: 2
}

.funds .btn {
    width: 1.8rem;
    height: .6rem;
    background: rgba(255, 255, 255, .3);
    border-radius: .3rem;
    padding: .05rem;
    cursor: pointer
}

.funds .btn span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: .25rem;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #a98c51
}

.funds .btn:hover span {
    background: #a98c51;
    color: #fff
}

.funds:After {
    content: '';
    border-radius: .4rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/wave.png) no-repeat top .3rem center/cover
}

.funds h3 {
    font-size: .24rem;
    color: #fff;
    margin-bottom: .3rem
}

.funds .row {
    display: flex;
    align-items: center
}

.funds .row .row-item {
    margin-right: .2rem;
    position: relative
}

.funds .row .row-item .error {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: .1rem;
    display: none
}

.funds .row .m-input {
    width: 2.35rem;
    height: .6rem;
    background: #fff;
    border-radius: .3rem;
    padding: 0 .3rem
}

.funds .row .m-input input {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #1e1e1e;
    border: none;
    display: block;
    width: 100%;
    height: 100%
}

.funds .row .m-input input::-webkit-input-placeholder {
    color: #c4c4c4
}

.funds .row .m-input input::-moz-placeholder {
    color: #c4c4c4
}

.funds .row .m-input input:-moz-placeholder {
    color: #c4c4c4
}

.funds .row .m-input input:-ms-input-placeholder {
    color: #c4c4c4
}

.m-select {
    position: relative;
    z-index: 6
}

.m-select .js-show {
    cursor: pointer
}

.m-select .js-show input {
    cursor: pointer
}

.m-select .show.with-input {
    width: 3.15rem
}

.m-select .show.with-input .js-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 1.4rem;
    padding-right: .14rem;
    position: relative;
    margin-right: .1rem
}

.m-select .show.with-input .js-show:after {
    content: '';
    width: .02rem;
    height: .16rem;
    background: #333;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.08rem;
    opacity: .8
}

.m-select .show.with-input .js-show span {
    font-size: .14rem
}

.m-select .show {
    width: 2.35rem;
    height: .6rem;
    background: #fff;
    border-radius: .3rem;
    padding: 0 .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.m-select .show span {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #c4c4c4
}

.m-select .show i {
    display: block;
    width: .1rem;
    height: .1rem;
    background: url(../images/down.svg) no-repeat center center/contain;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.m-select .show input {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #1e1e1e;
    border: none;
    display: block;
    width: 100%;
    height: 100%
}

.m-select .show input::-webkit-input-placeholder {
    color: #c4c4c4
}

.m-select .show input::-moz-placeholder {
    color: #c4c4c4
}

.m-select .show input:-moz-placeholder {
    color: #c4c4c4
}

.m-select .show input:-ms-input-placeholder {
    color: #c4c4c4
}

.m-select .show.on span {
    color: #333
}

.m-select .m-select-list {
    z-index: 2;
    display: none;
    position: absolute;
    top: calc(100% + .1rem);
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: .25rem .25rem .65rem 0rem rgba(169, 140, 81, .15);
    border-radius: .3rem;
    padding: .1rem .1rem .1rem .3rem;
    overflow: hidden
}

.m-select .m-select-list ul {
    max-height: 2.15rem;
    padding-right: .3rem;
    overflow-y: auto
}

.m-select .m-select-list ul::-webkit-scrollbar {
    width: .08rem
}

.m-select .m-select-list ul::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: .04rem
}

.m-select .m-select-list ul::-webkit-scrollbar-thumb {
    background: #a98c51;
    border-radius: .04rem
}

.m-select .m-select-list ul::-webkit-scrollbar-thumb:window-inactive {
    background: #a98c51
}

.m-select .m-select-list ul li {
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #333;
    padding: .16rem 0;
    cursor: pointer
}

.m-select .m-select-list li+li {
    border-top: 1px solid #eee
}

.m-select.active {
    z-index: 999
}

.m-select.active .js-show i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.index-sec1-inner {
    padding-top: 1.8rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #e5e5e5
}

.index-sec1-inner .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .9rem
}

.index-sec1-inner .title .left {
    font-size: .52rem;
    line-height: .75rem
}

.index-sec1-inner .title .left h4 {
    color: #1e1e1e
}

.index-sec1-inner .title .left h3 {
    color: #a98c51
}

.index-sec1-inner .title .right {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #c4c4c4;
    line-height: .6rem;
    letter-spacing: .08rem
}

.index-sec1-inner .mod1 {
    display: flex
}

.index-sec1-inner .mod1 .video {
    width: 6.4rem;
    height: 3.6rem;
    border-radius: .4rem;
    overflow: hidden;
    margin-right: .8rem;
    position: relative
}

.index-sec1-inner .mod1 .video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.index-sec1-inner .mod1 .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/play.svg) no-repeat center center/contain;
    width: .73rem;
    height: .53rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.index-sec1-inner .mod1 .video .play:hover {
    background: url(../images/play-t.svg) no-repeat center center/contain
}

.index-sec1-inner .mod1 .text {
    flex: 1
}

.index-sec1-inner .mod1 .text h3 {
    font-family: HONORSansCN-Bold;
    font-size: .32rem;
    color: #1e1e1e;
    line-height: .6rem;
    margin-bottom: .7rem
}

.index-sec1-inner .mod1 .text h3 span {
    color: #a98c51
}

.index-sec1-inner .mod1 .text .desc {
    font-size: .16rem;
    color: #1e1e1e;
    line-height: .35rem;
    margin-bottom: .6rem
}

.g-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.0rem;
    height: .6rem;
    border-radius: .3rem;
    border: 2px solid #a98c51;
    font-size: .14rem;
    color: #a98c51;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

.g-btn span {
    color: #a98c51;
    position: relative;
    z-index: 2
}

.g-btn:after {
    content: '';
    border-radius: .3rem;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    opacity: 0;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.g-btn.gray {
    color: #c4c4c4;
    border: 2px solid #c4c4c4
}

.g-btn.gray span {
    color: #c4c4c4
}

.g-btn.gray:after {
    background: #c4c4c4
}

.g-btn:hover {
    color: #fff
}

.g-btn:hover span {
    color: #fff
}

.g-btn:hover:After {
    opacity: 1
}

.g-btn.white {
    color: #fff;
    border: 2px solid #fff
}

.g-btn.white span {
    color: #fff
}

.g-btn.white:after {
    background: #fff
}

.g-btn.white:hover {
    color: #a98c51
}

.g-btn.white:hover span {
    color: #a98c51
}

.g-btn.white:hover:After {
    opacity: 1
}

.index-sec2 {
    padding: 1.2rem 0 1.8rem
}

.section-title {
    text-align: center;
    margin-bottom: .8rem;
}

.section-title h4 {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #c4c4c4;
    margin-bottom: .6rem;
    line-height: 1;
    letter-spacing: .08rem;
    text-transform: uppercase
}

.section-title h3 {
    font-family: HONORSansCN-Bold;
    font-size: .36rem;
    color: #1e1e1e
}

.section-title h3 span {
    color: #a98c51
}

.section-title p {
    margin-top: .5rem;
    font-size: .16rem;
    color: #1e1e1e;
    line-height: .35rem
}

.section-title.white h3,
.section-title.white h4,
.section-title.white p {
    color: #fff
}

.business-mod {
    display: flex
}

.business-mod .mod-col1 {
    flex: 0 0 6.6rem;
    margin-right: .6rem
}

.business-mod .mod-col2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.business-mod .mod-item:hover:after {
    opacity: 1
}

.business-mod .mod-item:hover .text h3 {
    color: #a98c51
}

.business-mod .mod-item:hover .text .g-btn {
    opacity: 1
}

.business-mod .mod-item {
    position: relative;
    border-radius: .4rem;
    overflow: hidden
}

.business-mod .mod-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.business-mod .mod-item .pic img {
    display: block;
    width: 100%
}

.business-mod .mod-item .text {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .6rem
}

.business-mod .mod-item .text .g-btn {
    opacity: 0
}

.business-mod .mod-item .text h3 {
    font-family: HONORSansCN-Bold;
    font-size: .32rem;
    color: #1e1e1e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.index-sec3 {
    padding: 1.8rem 0 1.7rem;
    background: #f5f5f5 url(../images/map-bg.jpg) no-repeat top center/100% auto
}

.index-sec3 .section-title h3 {
    max-width: 8rem;
    margin: 0 auto;
    line-height: .6rem
}

.service-mod .card-box {
    border-radius: .4rem;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    padding: .6rem .4rem;
    position: relative
}

.service-mod .card-box .content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.service-mod .card-box .content .left h3 {
    font-family: HONORSansCN-Bold;
    font-size: .62rem;
    color: #fff;
    line-height: .75rem;
    max-width: 4.4rem
}

.service-mod .card-box .content .left i {
    width: .44rem;
    height: .44rem;
    display: block;
    margin-top: .3rem;
    background: url(../images/pos.svg) no-repeat center center/contain
}

.service-mod .card-box .content .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff
}

.service-mod .card-box .content .right .data p {
    font-family: HONORSansCN-Bold;
    font-size: .16rem
}

.service-mod .card-box .content .right .data .bot em {
    font-family: Bebas;
    font-size: .62rem
}

.service-mod .card-box .content .right .data .bot span {
    font-size: .14rem
}

.service-mod .card-box .content .right .desc {
    font-size: .16rem;
    color: #fff;
    line-height: .35rem;
    margin-top: .5rem;
    text-align: right
}

.service-mod .card-box:After {
    content: '';
    border-radius: .4rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/wave2.png) no-repeat bottom .8rem center/100% auto
}

.service-con {
    display: flex;
    margin-top: .8rem
}

.service-con .tab-list {
    flex: 0 0 3.15rem;
    margin-right: .6rem
}

.service-con .tab-list .item+.item {
    margin-top: .1rem
}

.service-con .tab-list .item.active,
.service-con .tab-list .item:hover {
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%)
}

.service-con .tab-list .item.active .icon,
.service-con .tab-list .item:hover .icon {
    background: #fff
}

.service-con .tab-list .item.active .icon img.active,
.service-con .tab-list .item:hover .icon img.active {
    display: block
}

.service-con .tab-list .item.active .icon img.def,
.service-con .tab-list .item:hover .icon img.def {
    display: none
}

.service-con .tab-list .item.active .txt,
.service-con .tab-list .item:hover .txt {
    color: #fff
}

.service-con .tab-list .item.active i,
.service-con .tab-list .item:hover i {
    opacity: 1
}

.service-con .tab-list .item {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    padding: .2rem;
    background: #fff;
    border-radius: .6rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-con .tab-list .item .icon {
    width: .8rem;
    height: .8rem;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .15rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-con .tab-list .item .icon img {
    display: block;
    width: .48rem;
    height: .48rem
}

.service-con .tab-list .item .icon .active {
    display: none
}

.service-con .tab-list .item .txt {
    color: #a98c51;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-con .tab-list .item .txt h3 {
    font-family: HONORSansCN-Bold;
    font-size: .2rem
}

.service-con .tab-list .item .txt p {
    font-size: .16rem
}

.service-con .tab-list .item i {
    background: url(../images/arrow.svg) no-repeat center center/contain;
    display: block;
    width: .2rem;
    height: .2rem;
    position: absolute;
    right: .2rem;
    top: 50%;
    margin-top: -.1rem;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swi-service {
    overflow: hidden;
    position: relative;
    padding: 0 .45rem .6rem;
    margin: 0 -.45rem
}

.swi-service .swiper-scrollbar {
    left: 2.3rem;
    width: 6rem;
    height: .1rem;
    background: #fff;
    border-radius: .05rem
}

.swi-service .swiper-scrollbar-drag {
    height: .06rem;
    background: #a98c51;
    border-radius: .03rem;
    top: .02rem
}

.tab-wrap-con {
    flex: 1;
    width: 0
}

.tab-wrap-con .tab-con {
    display: none
}

.tab-wrap-con .tab-con.show {
    display: block
}

.swi-service-item:hover {
    box-shadow: .25rem .25rem .65rem 0rem rgba(169, 140, 81, .15)
}

.swi-service-item:hover .text h3 {
    color: #a98c51
}

.swi-service-item .text {
    margin-bottom: .2rem
}

.swi-service-item {
    background: #fff;
    border-radius: .4rem;
    overflow: hidden;
    min-height: 6.4rem;
    display: flex;
    flex-direction: column
}

.swi-service-item .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.swi-service-item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.swi-service-item .bot {
    flex: 1;
    padding: .4rem .3rem;
    display: flex;
    flex-direction: column
}

.swi-service-item .bot .g-btn {
    height: .5rem
}

.swi-service-item .text {
    flex: 1
}

.swi-service-item .text h3 {
    font-size: .2rem;
    color: #1e1e1e;
    margin-bottom: .3rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swi-service-item .text .desc {
    font-size: .16rem;
    color: #1e1e1e;
    line-height: .3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.swi-service-item .text .info+.info {
    margin-top: .2rem
}

.swi-service-item .text .info {
    display: flex;
    align-items: center
}

.swi-service-item .text .info .icon {
    width: .4rem;
    height: .4rem;
    background: #f5f5f5;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .12rem
}

.swi-service-item .text .info .icon img {
    display: block;
    width: .26rem;
    height: .26rem
}

.swi-service-item .text .info span {
    font-size: .16rem;
    color: #a98c51;
    line-height: .2rem
}

.index-sec4 {
    padding: 1.8rem 0
}

.index-sec4 .btn-row {
    margin-top: .6rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.member-list .item+.item {
    margin-top: .4rem
}

.member-list .item:hover:after {
    opacity: 1
}

.member-list .item:hover .con {
    color: #fff
}

.member-list .item:hover .con .index {
    color: #fff
}

.member-list .item:hover .con .icon img.active {
    display: block
}

.member-list .item:hover .con .icon img.def {
    display: none
}

.member-list .item {
    background: #f5f5f5;
    border-radius: .4rem;
    overflow: hidden;
    position: relative
}

.member-list .item:After {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.member-list .item .con {
    position: relative;
    z-index: 2;
    padding: .4rem;
    display: flex;
    color: #1e1e1e;
    justify-content: space-between
}

.member-list .item .con .index {
    font-family: Bebas;
    flex: 0 0 3.36rem;
    font-size: .2rem;
    color: #a98c51;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.member-list .item .con .text {
    flex: 1
}

.member-list .item .con .text h3 {
    font-size: .24rem;
    font-family: HONORSansCN-Bold;
    margin-bottom: .2rem
}

.member-list .item .con .text p {
    line-height: .35rem;
    font-size: .16rem
}

.member-list .item .con .icon {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.member-list .item .con .icon img {
    width: .9rem
}

.member-list .item .con .icon .active {
    display: none
}

.member-list .item .con .icon .def {
    display: block
}

.index-sec5 {
    padding: 1.8rem 0;
    background: url(../images/bg2.jpg) no-repeat center center/cover
}

.index-sec5 .btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .6rem
}

.index-sec5 .btn-row .g-btn+.g-btn {
    margin-left: .2rem
}

.why-list {
    display: flex;
    flex-wrap: wrap;
    margin: 1.6rem -.3rem -1.4rem
}

.why-list .item {
    flex: 0 0 33.3%;
    margin-bottom: 1.4rem
}

.why-list .item .inner:hover h3 {
    color: #a98c51
}

.why-list .item .inner:hover .icon .icon-in {
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%)
}

.why-list .item .inner:hover .icon .icon-in .def {
    opacity: 0
}

.why-list .item .inner:hover .icon .icon-in .active {
    opacity: 1
}

.why-list .item .inner {
    height: 100%;
    margin: 0 .3rem;
    background: #fff;
    border-radius: .4rem;
    padding: .8rem .4rem;
    position: relative
}

.why-list .item .inner .icon {
    position: absolute;
    left: 50%;
    width: 1.78rem;
    height: 1.4rem;
    background: url(../images/icon-bg.png) no-repeat top center/100% auto;
    border-radius: .7rem .7rem 0rem 0rem;
    top: -.8rem;
    margin-left: -.89rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.why-list .item .inner .icon .icon-in {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem
}

.why-list .item .inner .icon .icon-in .active {
    opacity: 0
}

.why-list .item .inner .icon .icon-in .def {
    opacity: 1
}

.why-list .item .inner .icon .icon-in img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: .73rem;
    height: .73rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.why-list .item .inner h3 {
    text-align: center;
    font-size: .24rem;
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: .2rem
}

.why-list .item .inner p {
    font-size: .16rem;
    color: #333;
    line-height: .35rem
}

.index-sec6 {
    background: #f5f5f5
}

.our-partners {
    display: flex;
    align-items: center
}

.our-partners .section-title {
    max-width: 4rem;
    text-align: left;
    margin-right: .8rem
}

.our-partners .section-title .g-btn {
    margin-top: .6rem;
    width: 1.6rem
}

.our-partners .logo-wrap {
    flex: 1;
    display: flex;
    justify-content: space-between;
    position: relative
}

.our-partners .logo-wrap:After {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(245, 245, 245, .95) 10%, rgba(255, 255, 255, 0) 50%, rgba(245, 245, 245, .95) 90%);
    pointer-events: none;
    z-index: 90
}

.our-partners .logo-wrap .swi-logo {
    width: 2.8rem
}

.our-partners .logo-wrap.forMob {
    display: none
}

.swi-logo {
    overflow: hidden;
    height: calc(100vh - 1rem)
}

.swi-logo .swiper-wrapper {
    transition-timing-function: linear !important
}

.swi-logo .logo-item {
    background: #fff;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 1.2rem; */
    padding: 3vh 0;
}

.swi-logo .logo-item .pic {
    width: 2rem;
    height: .4rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.swi-logo .logo-item .pic img {
    display: block;
    max-height: 100%
}

.index-sec7 {
    height: 100vh;
    background: url(../images/values-bg-new.jpg?t=1) no-repeat center center/cover;
    display: flex;
    align-items: center;
    padding-left: 1.8rem
}

.index-sec7 .section-title {
    position: relative
}

.index-sec7 .section-title:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.87rem;
    height: 4.92rem;
    /* background: url(../images/logo-big.svg) no-repeat center center/contain; */
    opacity: .2;
    pointer-events: none
}

.index-sec7 .section-title .g-btn {
    width: 1.6rem;
    margin: .5rem auto 0
}

.index-sec7 .values-list {
    flex: 1;
    display: flex;
    margin-left: 1.7rem;
    height: 100%
}

.index-sec7 .values-list .item:hover {
    background: linear-gradient(-45deg, rgba(169, 140, 81, .3) 0, rgba(173, 156, 122, .3) 100%);
    backdrop-filter: blur(.2rem)
}

.index-sec7 .values-list .item:hover p {
    height: auto
}

.index-sec7 .values-list .item+.item:After {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: .02rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #a98c51 50%, rgba(255, 255, 255, 0) 100%)
}

.index-sec7 .values-list .item {
    flex: 0 0 33.3%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .4rem;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.index-sec7 .values-list .item .icon {
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .3rem;
    position: relative;
    z-index: 2
}

.index-sec7 .values-list .item .icon img {
    display: block;
    width: .4rem;
    height: .4rem
}

.index-sec7 .values-list .item h3 {
    font-family: HONORSansCN-Bold;
    font-size: .26rem;
    color: #fefefe;
    position: relative;
    z-index: 2
}

.index-sec7 .values-list .item p {
    position: relative;
    z-index: 2;
    height: 0;
    overflow: hidden;
    margin-top: .3rem;
    font-size: .16rem;
    color: #fefefe;
    line-height: .35rem;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.cookies-pop {
    position: fixed;
    z-index: 90;
    right: .4rem;
    bottom: .4rem;
    width: 3.4rem;
    background: #f5f5f5;
    border-radius: .4rem;
    padding: .4rem
}

.cookies-pop h3 {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #1e1e1e;
    margin-bottom: .15rem
}

.cookies-pop p {
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #1e1e1e;
    line-height: .2rem
}

.cookies-pop .btn-row {
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cookies-pop .btn-row .g-btn {
    height: .5rem;
    cursor: pointer
}

.banner-inner {
    height: 66vh;
    position: relative;
    overflow: hidden
}

.banner-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-inner .wp {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding-bottom: 1.8rem
}

.banner-inner .wp h3 {
    font-family: HONORSansCN-Bold;
    font-size: .48rem;
    color: #fff
}

.banner-inner .wp p {
    font-size: .2rem;
    color: #fff;
    line-height: .35rem;
    margin-top: .3rem;
    white-space: pre-line
}

.abo-sec1 {
    padding: 1.36rem 0 1.8rem
}

.abo-sec1 .wp {
    display: flex;
    justify-content: space-between
}

.abo-sec1 .wp .title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.abo-sec1 .wp .title em {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #c4c4c4;
    letter-spacing: .06rem;
    display: block;
    margin-bottom: .5rem;
    text-transform: uppercase
}

.abo-sec1 .wp .title h3 {
    font-family: HONORSansCN-Bold;
    font-size: .36rem;
    color: #1e1e1e;
    padding-bottom: .1rem;
    border-bottom: .05rem solid #a98c51
}

.abo-sec1 .wp .text img {
    display: block;
    height: .8rem
}

.abo-sec1 .wp .text h3 {
    margin: .5rem 0 .7rem;
    font-family: HONORSansCN-Bold;
    font-size: .32rem;
    color: #1e1e1e;
    line-height: .6rem
}

.abo-sec1 .wp .text h3 span {
    color: #a98c51
}

.abo-sec1 .wp .text .desc {
    line-height: .35rem;
    font-size: .16rem;
    color: #1e1e1e
}

.abo-sec1 .wp .text .desc b {
    font-family: HONORSansCN-Bold;
    color: #a98c51
}

.abo-sec2 {
    height: 100vh;
    position: relative;
    margin-bottom: 1.8rem;
}

.abo-sec2 video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.abo-sec2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    object-fit: cover
}

.abo-sec2 .play {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/play.svg) no-repeat center center/contain;
    width: 1.47rem;
    height: 1.06rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.abo-sec2 .play:hover {
    background: url(../images/play-t.svg) no-repeat center center/contain
}

.abo-sec3 {
    padding: 1.8rem 0
}

.abo-sec3 .vision {
    display: flex;
    justify-content: space-between
}

.abo-sec3 .vision .pic {
    flex: 0 0 calc(50% - .4rem);
    border-radius: .4rem;
    overflow: hidden
}

.abo-sec3 .vision .pic img {
    display: block;
    width: 100%
}

.abo-sec3 .vision .list {
    flex: 1;
    margin-right: .8rem;
    display: flex;
    flex-direction: column
}

.abo-sec3 .vision .list .item.active {
    flex: 1
}

.abo-sec3 .vision .list .item.active:after {
    height: .03rem;
    background: #a98c51
}

.abo-sec3 .vision .list .item.active .title h3 {
    color: #a98c51
}

.abo-sec3 .vision .list .item.active .title .icon {
    background: #f5f5f5
}

.abo-sec3 .vision .list .item.active .title .icon:after {
    background-image: url(../images/jian.svg)
}

.abo-sec3 .vision .list .item.active .desc {
    display: block
}

.abo-sec3 .vision .list .item {
    flex: 0 0 .8rem;
    padding: .4rem 0;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.abo-sec3 .vision .list .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.abo-sec3 .vision .list .item .title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.abo-sec3 .vision .list .item .title h3 {
    font-family: HONORSansCN-Bold;
    font-size: .32rem;
    color: #1e1e1e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.abo-sec3 .vision .list .item .title .icon {
    width: .6rem;
    height: .6rem;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.abo-sec3 .vision .list .item .title .icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/jia.svg) no-repeat center center/contain;
    width: .2rem;
    height: .2rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.abo-sec3 .vision .list .item .desc {
    display: none;
    margin-top: .5rem;
    font-size: .16rem;
    color: #333;
    line-height: .35rem
}

.abo-sec4 {
    padding-bottom: 1.8rem
}

.abo-sec4 .creativity-list .item+.item {
    margin-top: .6rem
}

.abo-sec4 .creativity-list .item:nth-child(even) {
    flex-direction: row-reverse
}

.abo-sec4 .creativity-list .item:nth-child(even) .pic {
    margin-right: 0;
    margin-left: .2rem
}

.abo-sec4 .creativity-list .item {
    display: flex;
    background: #f5f5f5;
    border-radius: .4rem;
    padding: .2rem
}

.abo-sec4 .creativity-list .item .pic {
    flex: 0 0 4.8rem;
    height: 4.8rem;
    overflow: hidden;
    border-radius: .2rem;
    margin-right: .2rem
}

.abo-sec4 .creativity-list .item .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.abo-sec4 .creativity-list .item .text {
    flex: 1;
    padding: .4rem
}

.abo-sec4 .creativity-list .item .text h3 {
    font-family: HONORSansCN-Bold;
    font-size: .32rem;
    color: #333
}

.abo-sec4 .creativity-list .item .text em {
    font-family: HONORSansCN-Bold;
    font-size: .2rem;
    color: #c4c4c4;
    display: block;
    margin: .2rem 0 .3rem
}

.abo-sec4 .creativity-list .item .text .desc {
    font-size: .16rem;
    color: #333;
    line-height: .35rem
}

.pos-sec1 {
    padding: 1.8rem 0
}

.pos-sec1 .title {
    text-align: center
}

.pos-sec1 .title em {
    text-transform: uppercase;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #c4c4c4;
    letter-spacing: .06rem
}

.pos-sec1 .title h3 {
    font-family: HONORSansCN-Bold;
    font-size: 1.2rem;
    color: #a98c51;
    line-height: 1.4rem;
    white-space: pre-line;
    margin: .5rem 0 .6rem
}

.pos-sec1 .title .pos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .3rem
}

.pos-sec1 .title .pos i {
    background: url(../images/pos2.svg) no-repeat center center/contain;
    display: block;
    width: .32rem;
    height: .32rem;
    margin-right: .05rem
}

.pos-sec1 .title .pos span {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #a98c51
}

.pos-sec1 .title p {
    font-family: HONORSansCN-Bold;
    font-size: .32rem;
    color: #333
}

.pos-sec1 .pic {
    border-radius: .4rem;
    overflow: hidden;
    margin: .8rem 0
}

.pos-sec1 .pic img {
    display: block;
    width: 100%
}

.pos-sec1 .text {
    display: flex;
    justify-content: space-between
}

.pos-sec1 .text .left em {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #c4c4c4;
    letter-spacing: .06rem;
    margin-bottom: .55rem;
    display: block;
    text-transform: uppercase
}

.pos-sec1 .text .left h3 {
    white-space: pre-line;
    font-family: HONORSansCN-Bold;
    font-size: .36rem;
    color: #1e1e1e;
    line-height: .6rem
}

.pos-sec1 .text .right {
    padding-top: .8rem;
    max-width: 6.2rem;
    font-size: .16rem;
    color: #333;
    line-height: .35rem
}

.mapbox {
    height: 8.5rem
}

.pos-sec3 {
    overflow: hidden;
    padding: .8rem 0 1.8rem
}

.pos-sec3 .bud-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.3rem -.6rem
}

.pos-sec3 .bud-list .item {
    flex: 0 0 33.3%;
    margin-bottom: .6rem
}

.pos-sec3 .bud-list .item .inner:hover {
    box-shadow: 0rem .35rem .65rem 0rem rgba(169, 140, 81, .15)
}

.pos-sec3 .bud-list .item .inner:hover:after {
    opacity: 1
}

.pos-sec3 .bud-list .item .inner:hover h3 {
    color: #fff
}

.pos-sec3 .bud-list .item .inner:hover .data {
    color: #fff
}

.pos-sec3 .bud-list .item .inner {
    margin: 0 .3rem;
    background: #f5f5f5;
    border-radius: .4rem;
    padding: .4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 2.4rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pos-sec3 .bud-list .item .inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pos-sec3 .bud-list .item .inner h3 {
    font-family: HONORSansCN-Bold;
    font-size: .2rem;
    color: #1e1e1e;
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pos-sec3 .bud-list .item .inner .data {
    position: relative;
    z-index: 2;
    color: #333;
    width: 100%;
    display: flex;
    align-items: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pos-sec3 .bud-list .item .inner .data .col {
    flex: 0 0 50%
}

.pos-sec3 .bud-list .item .inner .data .col p {
    font-size: .14rem;
    opacity: .5
}

.pos-sec3 .bud-list .item .inner .data .col .bot em {
    font-family: Bebas;
    font-weight: 400;
    font-size: .42rem
}

.pos-sec3 .bud-list .item .inner .data .col .bot span {
    font-family: HONORSansCN-Bold;
    font-size: .16rem
}

.pos-sec3 .park-list {
    padding-top: .8rem;
    margin: .8rem -.3rem 0;
    border-top: 1px solid #e5e5e5;
    display: flex
}

.pos-sec3 .park-list .item {
    flex: 0 0 50%
}

.pos-sec3 .park-list .item .inner {
    margin: 0 .3rem;
    background: #f5f5f5;
    border-radius: .4rem;
    height: 2.8rem;
    padding: .4rem
}

.pos-sec3 .park-list .item .inner .top {
    display: flex;
    align-items: center;
    margin-bottom: .6rem
}

.pos-sec3 .park-list .item .inner .top .icon {
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem
}

.pos-sec3 .park-list .item .inner .top .icon img {
    display: block;
    width: .5rem;
    height: .5rem
}

.pos-sec3 .park-list .item .inner .top h3 {
    font-family: HONORSansCN-Bold;
    font-size: .2rem;
    color: #1e1e1e
}

.pos-sec3 .park-list .item .inner p {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #1e1e1e
}

.hatch-sec1 {
    padding: 1.8rem 0 1.45rem;
    overflow: hidden;
    background: url(../images/wave3.svg) no-repeat bottom center/100% auto
}

.hatch-sec1-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.4rem
}

.hatch-sec1-list .item {
    flex: 0 0 50%
}

.hatch-sec1-list .item .inner:hover {
    box-shadow: .25rem .25rem .65rem 0rem rgba(169, 140, 81, .15)
}

.hatch-sec1-list .item .inner:hover .top .icon {
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%)
}

.hatch-sec1-list .item .inner:hover .top .icon .def {
    opacity: 0
}

.hatch-sec1-list .item .inner:hover .top .icon .active {
    opacity: 1
}

.hatch-sec1-list .item .inner:hover .top .txt h3 {
    color: #a98c51
}

.hatch-sec1-list .item .inner:hover .bot .btn {
    opacity: 1
}

.hatch-sec1-list .item .inner {
    margin: 0 .4rem;
    background: #f5f5f5;
    border-radius: .4rem;
    padding: .6rem .4rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.hatch-sec1-list .item .inner .top {
    display: flex;
    align-items: center;
    margin-bottom: 1rem
}

.hatch-sec1-list .item .inner .top .icon {
    width: 1.4rem;
    height: 1.4rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .3rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

.hatch-sec1-list .item .inner .top .icon img {
    width: .82rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.hatch-sec1-list .item .inner .top .icon .def {
    opacity: 1
}

.hatch-sec1-list .item .inner .top .icon .active {
    opacity: 0
}

.hatch-sec1-list .item .inner .top .txt h3 {
    font-family: HONORSansCN-Bold;
    font-size: .32rem;
    color: #333;
    margin-bottom: .08rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.hatch-sec1-list .item .inner .top .txt p {
    font-family: HONORSansCN-Bold;
    font-size: .18rem;
    color: #333
}

.hatch-sec1-list .item .inner .bot {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hatch-sec1-list .item .inner .bot .text {
    flex: 1;
    margin-right: 1.35rem
}

.hatch-sec1-list .item .inner .bot .text span {
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #333;
    opacity: .4
}

.hatch-sec1-list .item .inner .bot .text p {
    font-size: .16rem;
    color: #333;
    line-height: .35rem
}

.hatch-sec1-list .item .inner .bot .btn {
    opacity: 0;
    flex: 0 0 .82rem;
    width: .82rem;
    height: .82rem;
    border-radius: 50%;
    border: 2px solid #a98c51;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.hatch-sec1-list .item .inner .bot .btn i {
    background: url(../images/arrow-t.svg) no-repeat center center/contain;
    display: block;
    width: .2rem;
    height: .2rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.hatch-sec1-list .item .inner .bot .btn:hover {
    background: #a98c51
}

.hatch-sec1-list .item .inner .bot .btn:hover i {
    background: url(../images/arrow.svg) no-repeat center center/contain
}

.hatch-sec2 {
    padding: .34rem 0 1.8rem;
    overflow: hidden
}

.why-list2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.3rem -.6rem
}

.why-list2 .item {
    flex: 0 0 33.3%;
    margin-bottom: .6rem
}

.why-list2 .item .inner:hover {
    box-shadow: 0rem .35rem .65rem 0rem rgba(169, 140, 81, .15)
}

.why-list2 .item .inner:hover .icon {
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%)
}

.why-list2 .item .inner:hover .icon .def {
    opacity: 0
}

.why-list2 .item .inner:hover .icon .active {
    opacity: 1
}

.why-list2 .item .inner:hover .text h3 {
    color: #a98c51
}

.why-list2 .item .inner {
    height: 100%;
    margin: 0 .3rem;
    background: #f5f5f5;
    border-radius: .4rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: .4rem
}

.why-list2 .item .inner .icon {
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 1.3rem
}

.why-list2 .item .inner .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: .5rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.why-list2 .item .inner .icon .def {
    opacity: 1
}

.why-list2 .item .inner .icon .active {
    opacity: 0
}

.why-list2 .item .inner .text h3 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #1e1e1e;
    margin-bottom: .2rem
}

.why-list2 .item .inner .text p {
    font-size: .16rem;
    color: #333;
    line-height: .35rem
}

.hatch-sec3 {
    overflow: hidden;
    padding: 1.8rem 0;
    background: linear-gradient(0deg, rgba(245, 245, 245, 0) 0, #f5f5f5 100%)
}

.he-list {
    margin: 0 -.35rem 1.2rem;
    display: flex
}

.he-list .item {
    flex: 0 0 25%
}

.he-list .item .inner {
    margin: 0 .35rem
}

.he-list .item .inner .icon {
    width: 1.4rem;
    height: 1.4rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .3rem
}

.he-list .item .inner .icon img {
    display: block;
    width: .5rem
}

.he-list .item .inner .text {
    text-align: center
}

.he-list .item .inner .text h3 {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #1e1e1e;
    margin-bottom: .2rem
}

.he-list .item .inner .text p {
    font-size: .16rem;
    color: #1e1e1e;
    line-height: .35rem
}

.he-content+.he-content {
    margin-top: .8rem
}

.he-content .big-pic img {
    display: block;
    width: 100%
}

.he-content .he-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: .6rem
}

.he-content .he-title .left h3 {
    font-family: HONORSansCN-Bold;
    font-size: .32rem;
    color: #1e1e1e;
    margin-bottom: .3rem
}

.he-content .he-title .left p {
    font-size: .16rem;
    color: #333
}

.he-content .he-title em {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #c4c4c4;
    text-transform: uppercase;
    letter-spacing: .08rem
}

.he-content .he-box {
    padding: .4rem;
    background-color: #fff;
    border-radius: .4rem;
    margin-bottom: .4rem
}

.he-content .he-box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .4rem;
    border-bottom: 1px solid #e5e5e5
}

.he-content .he-box .top .left {
    display: flex;
    align-items: center
}

.he-content .he-box .top .left .icon {
    width: 1rem;
    height: 1rem;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem
}

.he-content .he-box .top .left .icon img {
    width: .41rem;
    display: block
}

.he-content .he-box .top .left h3 {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #333
}

.he-content .he-box .top em {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #c4c4c4;
    text-transform: uppercase;
    letter-spacing: .08rem
}

.he-content .he-box ul li {
    padding-top: .4rem;
    display: flex
}

.he-content .he-box ul li .left {
    display: flex;
    align-items: center;
    margin-right: 1.4rem
}

.he-content .he-box ul li .left .icon {
    width: .8rem;
    height: .8rem;
    background: #f5f5f5;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem
}

.he-content .he-box ul li .left .icon img {
    display: block;
    width: .32rem
}

.he-content .he-box ul li .left h3 {
    font-family: HONORSansCN-Bold;
    font-size: .2rem;
    color: #333;
    line-height: .25rem;
    width: 2rem
}

.he-content .he-box ul li .logos {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem -.2rem
}

.he-content .he-box ul li .logos .item {
    flex: 0 0 33.3%;
    margin-bottom: .2rem
}

.he-content .he-box ul li .logos .item .pic {
    margin: 0 .2rem;
    height: 1.2rem;
    background: #f5f5f5;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.he-content .he-box ul li .logos .item .pic img {
    display: block;
    max-height: .5rem;
    max-width: 80%
}

.swi-product {
    overflow: hidden;
    position: relative
}

.swi-product .product-item {
    position: relative
}

.swi-product .product-item .bg {
    padding-top: 100%;
    position: relative;
    z-index: 1
}

.swi-product .product-item .bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    opacity: .5
}

.swi-product .product-item .bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
    display: block
}

.swi-product .product-item .pic {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

/* .swi-product .product-item .pic:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    background: var(--var-icon-bg, #141400);
    border-radius: 50%;
    z-index: 1
} */

.swi-product .product-item .pic img {
    position: relative;
    z-index: 2;
    display: block
}

.swi-product .product-item .txt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding-bottom: 1.5rem;
    text-align: center;
    z-index: 4;
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #fff
}

.swi-product .swi-tools {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6
}

.swi-product .swi-tools .swi-button-next,
.swi-product .swi-tools .swi-button-prev {
    flex: 0 0 .8rem;
    width: .8rem;
    height: .8rem;
    border: 2px solid #fff;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swi-product .swi-tools .swi-button-next:after,
.swi-product .swi-tools .swi-button-prev:after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.13rem;
    margin-top: -.13rem;
    background: url(../images/arrow.svg) no-repeat center center/contain;
    width: .26rem;
    height: .26rem
}

.swi-product .swi-tools .swi-button-prev:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swi-product .swi-tools .swi-button-next:hover,
.swi-product .swi-tools .swi-button-prev:hover {
    background-color: #fff
}

.swi-product .swi-tools .swi-button-next:hover:after,
.swi-product .swi-tools .swi-button-prev:hover:after {
    background-image: url(../images/arrow-t.svg)
}

.swi-product .swi-tools .swi-button-next.swiper-button-disabled,
.swi-product .swi-tools .swi-button-prev.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.swi-product .swi-tools .swi-pagination {
    width: auto;
    margin: 0 .4rem
}

.swi-product .swi-tools .swi-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: .2rem
}

.swi-product .swi-tools .swi-pagination .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    background: #fff;
    border-radius: .06rem;
    opacity: .3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swi-product .swi-tools .swi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.hatch-sec5 {
    padding: 1.8rem 0
}

.protection-box {
    background: #f9f9f9;
    border-radius: .4rem;
    padding: .4rem
}

.protection-box .top {
    display: flex;
    align-items: center;
    padding-bottom: .4rem;
    border-bottom: 1px solid #e5e5e5
}

.protection-box .top .icon {
    width: 1.4rem;
    height: 1.4rem;
    background: #fff;
    border-radius: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .4rem
}

.protection-box .top .icon img {
    display: block;
    width: .5rem;
    height: .5rem
}

.protection-box .top .txt h3 {
    font-family: HONORSansCN-Bold;
    font-size: .32rem;
    color: #1e1e1e;
    margin-bottom: .15rem
}

.protection-box .top .txt p {
    font-size: .16rem;
    color: #333
}

.protection-box ul li+li {
    border-top: 1px solid #e5e5e5
}

.protection-box ul li.active .tit .icon {
    background: #fff
}

.protection-box ul li.active .tit .icon:after {
    background-image: url(../images/jian.svg)
}

.protection-box ul li {
    padding: .3rem 0
}

.protection-box ul li .tit {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.protection-box ul li .tit h3 {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #1e1e1e
}

.protection-box ul li .tit .icon {
    cursor: pointer;
    width: .6rem;
    height: .6rem;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    border-radius: 50%;
    position: relative
}

.protection-box ul li .tit .icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/jia.svg) no-repeat center center/contain;
    width: .2rem;
    height: .2rem
}

.protection-box ul li .desc {
    display: none;
    padding: .3rem 0;
    font-size: .16rem;
    line-height: 0.3rem;
    color: #333
}

.protection-box+.protection-box {
    margin-top: .6rem
}

.swi-banner-inner {
    overflow: hidden;
    position: relative;
}

.swi-banner-inner .swiper-slide {
    position: relative
}

.swi-banner-inner .pic {
    height: 66vh;
    position: relative
}

.swi-banner-inner .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(169, 140, 81, .8) 0, rgba(169, 140, 81, .2) 100%)
}

.swi-banner-inner .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.swi-banner-inner .wp {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
    font-family: HONORSansCN-Bold;
    font-size: .48rem;
    color: #fff;
    line-height: .75rem
}

.swi-banner-inner .wp h3 {
    max-width: 7.9rem
}

.swi-banner-inner .swiper-pagination {
    bottom: 1.4rem;
    margin: 0;
    font-size: 0
}

.swi-banner-inner .swiper-pagination .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    background: #eee;
    border-radius: .06rem;
    opacity: .5;
    margin: 0 .15rem
}

.swi-banner-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a98c51;
    opacity: 1
}

.space-sec1 {
    padding: 1.8rem 0
}

.tab-wrapper {
    display: flex;
    justify-content: center
}

.tab-wrapper .tab-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .1rem;
    background: #f5f5f5;
    border-radius: .4rem
}

.tab-wrapper .tab-list .item+.item {
    margin-left: .3rem
}

.tab-wrapper .tab-list .item.active {
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    color: #fff
}

.tab-wrapper .tab-list .item {
    width: 2.0rem;
    cursor: pointer;
    height: .6rem;
    border-radius: .3rem;
    display: flex;
    justify-content: center;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #a98c51;
    align-items: center
}

.tab-wrapper .tab-list .item em {
    font-size: .12rem;
    position: relative;
    top: .02rem;
    margin-left: .03rem
}

.space-list {
    margin: .8rem -.3rem -.6rem;
    display: flex;
    flex-wrap: wrap
}

.space-list .item {
    flex: 0 0 50%;
    margin-bottom: .6rem
}

.space-list .item .inner {
    margin: 0 .3rem;
    border-radius: .4rem;
    overflow: hidden;
    position: relative
}

.space-list .item .inner .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.space-list .item .inner .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.space-list .item .inner .text {
    position: absolute;
    left: .2rem;
    right: .2rem;
    bottom: .2rem;
    background: rgba(255, 255, 255, .3);
    border-radius: .2rem;
    backdrop-filter: blur(.2rem);
    padding: .4rem;
    color: #fff
}

.space-list .item .inner .text .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .3rem
}

.space-list .item .inner .text .top h3 {
    font-family: HONORSansCN-Bold;
    font-size: .32rem
}

.space-list .item .inner .text .top span {
    font-family: HONORSansCN-Bold;
    font-size: .16rem
}

.space-list .item .inner .text .bot {
    display: flex;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    justify-content: space-between
}

.space-list .item .inner .text .bot .col {
    flex: 0 0 calc(50% - .4rem);
    display: flex;
    align-items: center
}

.space-list .item .inner .text .bot .col .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem
}

.space-list .item .inner .text .bot .col .icon img {
    display: block;
    width: .42rem;
    height: .42rem
}

.space-list .item .inner .text .bot .col p {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    line-height: .3rem
}

.tab-con-wrapper .tab-con {
    display: none
}

.tab-con-wrapper .tab-con.show {
    display: block
}

.space-sec2 {
    padding: 1.8rem 0;
    background: #f5f5f5 url(../images/wave3.svg) no-repeat center center/100% auto
}

.service-facility-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.3rem -.6rem
}

.service-facility-list .item {
    flex: 0 0 25%;
    margin-bottom: .6rem
}

.service-facility-list .item .inner {
    margin: 0 .3rem;
    background: #fff;
    border-radius: .4rem;
    overflow: hidden;
    height: 100%
}

.service-facility-list .item .inner .pic {
    padding-top: 56.5%;
    position: relative;
    overflow: hidden
}

.service-facility-list .item .inner .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    opacity: .6;
    z-index: 2
}

.service-facility-list .item .inner .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1
}

.service-facility-list .item .inner .text {
    padding: .4rem .3rem
}

.service-facility-list .item .inner .text h3 {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #1e1e1e;
    margin-bottom: .2rem
}

.service-facility-list .item .inner .text p {
    font-size: .16rem;
    color: #1e1e1e;
    line-height: .35rem
}

.space-sec3 {
    padding: 1.8rem 0
}

.comparison-table table {
    width: 100%
}

.comparison-table td {
    width: 20%;
    border: .1rem solid #fff;
    vertical-align: top
}

.comparison-table td .pic {
    padding-top: 100%;
    position: relative;
    border-radius: .4rem;
    overflow: hidden
}

.comparison-table td .pic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .8;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%)
}

.comparison-table td .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.comparison-table td .pic .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 3
}

.comparison-table td .pic .text h3 {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #fff
}

.comparison-table td .pic .text p {
    margin-top: .1rem;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #fff
}

.comparison-table .box.tac {
    text-align: center
}

.comparison-table .box {
    background: #f5f5f5;
    border-radius: .4rem;
    padding: .3rem .2rem
}

.comparison-table .box h3 {
    font-size: .14rem;
    color: #c4c4c4;
    line-height: .3rem
}

.comparison-table .box p {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #333;
    line-height: .3rem
}

.space-sec4 {
    padding-bottom: 1.8rem
}

.system-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -.6rem
}

.system-list .item {
    flex: 0 0 20%;
    text-align: center;
    margin-bottom: .6rem
}

.system-list .item .inner .icon {
    width: 1rem;
    height: 1rem;
    margin: 0 auto .2rem;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.system-list .item .inner .icon img {
    display: block;
    max-width: .4rem;
    max-height: .4rem
}

.system-list .item .inner h3 {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #1e1e1e;
    text-align: center
}

.contact-sec1 {
    padding: 1.8rem 0
}

.contact-box {
    background: #f5f5f5;
    border-radius: .4rem;
    padding: 1.2rem .6rem
}

.contact-box h3 {
    text-align: center;
    font-family: HONORSansCN-Bold;
    font-size: .36rem;
    color: #1e1e1e;
    margin-bottom: .8rem
}

.contact-box .row {
    display: flex;
    align-items: center;
    margin-top: .6rem
}

.contact-box .row .row-item+.row-item {
    margin-left: .2rem
}

.contact-box .row .row-item {
    flex: 1;
    border: 2px solid #e5e5e5;
    border-radius: .4rem;
    position: relative
}

.contact-box .row .row-item .error {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: .1rem
}

.contact-box .row .m-select .show.with-input {
    width: 100%
}

.contact-box .row .m-input {
    width: 100%;
    height: .6rem;
    background: #fff;
    border-radius: .3rem;
    padding: 0 .3rem
}

.contact-box .row .m-input input {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #1e1e1e;
    border: none;
    display: block;
    width: 100%;
    height: 100%
}

.contact-box .row .m-input input::-webkit-input-placeholder {
    color: #c4c4c4
}

.contact-box .row .m-input input::-moz-placeholder {
    color: #c4c4c4
}

.contact-box .row .m-input input:-moz-placeholder {
    color: #c4c4c4
}

.contact-box .row .m-input input:-ms-input-placeholder {
    color: #c4c4c4
}

.contact-box .submit-box {
    padding-top: .6rem;
    margin-top: .6rem;
    border-top: 1px solid #e5e5e5
}

.contact-box .submit-box .btn {
    width: 2.4rem;
    height: .8rem;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    border-radius: .4rem;
    margin: .4rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.contact-box .submit-box .btn:hover {
    background: #fff;
    color: #a98c51
}

.contact-box .submit-box .code-input-wrap {
    width: 4.57rem;
    margin: 0 auto
}

.code-input {
    width: 4.57rem;
    height: .8rem;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: .4rem;
    margin: 0 auto;
    overflow: hidden
}

.code-input input {
    border: none;
    height: 100%;
    padding-left: .3rem;
    padding-right: .4rem;
    flex: 1;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #1e1e1e
}

.code-input input::-webkit-input-placeholder {
    color: #999
}

.code-input input::-moz-placeholder {
    color: #999
}

.code-input input:-moz-placeholder {
    color: #999
}

.code-input input:-ms-input-placeholder {
    color: #999
}

.code-input span {
    cursor: pointer;
    white-space: nowrap;
    font-size: .14rem;
    color: #a98c51;
    margin-right: .24rem
}

.code-input img {
    width: 1.26rem;
    height: .6rem
}

.error {
    font-size: .14rem;
    color: #e01c46
}

.check-box {
    position: relative
}

.check-box .error {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: .1rem
}

.check-box .label {
    font-size: .16rem;
    color: #999;
    margin-bottom: .3rem
}

.check-box .con {
    display: flex;
    align-items: center
}

.check-box .con label+label {
    margin-left: 1.1rem
}

.check-box .con label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.check-box .con label input {
    position: absolute;
    left: -9999px
}

.check-box .con label span {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #1e1e1e;
    padding-left: .3rem;
    position: relative
}

.check-box .con label span:after {
    content: '';
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    border: 2px solid #d2d2d2;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.1rem
}

.check-box .con label span:before {
    content: '';
    width: .1rem;
    height: .1rem;
    background: #a98c51;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -.05rem;
    left: .05rem;
    opacity: 0
}

.check-box .con label input:checked+span:before {
    opacity: 1
}

.check-row {
    display: flex;
    align-items: center
}

.check-row label+label {
    margin-left: 1.1rem
}

.check-row label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.check-row label input {
    position: absolute;
    left: -9999px
}

.check-row label span {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #1e1e1e;
    padding-left: .3rem;
    position: relative
}

.check-row label span:after {
    content: '';
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    border: 2px solid #d2d2d2;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.1rem
}

.check-row label span:before {
    content: '';
    width: .1rem;
    height: .1rem;
    background: #a98c51;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -.05rem;
    left: .05rem;
    opacity: 0
}

.check-row label input:checked+span:before {
    opacity: 1
}

.contact-sec2 {
    padding-bottom: 1.8rem
}

.call-list {
    display: flex;
    margin: 0 -.3rem
}

.call-list .item {
    flex: 0 0 50%
}

.call-list .item .inner {
    margin: 0 .3rem;
    background: #f5f5f5;
    border-radius: .4rem;
    padding: .6rem
}

.call-list .item .inner a {
    font-family: HONORSansCN-Bold;
    font-size: .36rem;
    color: #333
}

.call-list .item .inner .top {
    margin-bottom: .8rem;
    display: flex;
    align-items: center
}

.call-list .item .inner .top img {
    width: .25rem;
    height: .25rem;
    object-fit: contain;
    margin-right: .1rem
}

.call-list .item .inner .top span {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #a98c51
}

.news-sec1 {
    padding: 1.8rem 0 1.2rem
}

.news-sec1 .news-big {
    display: flex
}

.news-sec1 .news-big .pic {
    flex: 0 0 8rem;
    border-radius: .4rem;
    overflow: hidden;
    margin-right: .8rem;
    display: block
}

.news-sec1 .news-big .pic img {
    display: block;
    width: 100%
}

.news-sec1 .news-big .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .2rem 0
}

.news-sec1 .news-big .text span {
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #999;
    display: block
}

.news-sec1 .news-big .text a {
    font-family: HONORSansCN-Bold;
    font-size: .36rem;
    color: #a98c51;
    line-height: .6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.news-sec1 .news-big .text a:hover {
    opacity: .8
}

.news-sec1 .news-big .text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .2rem;
    color: #333;
    line-height: .4rem
}

.news-sec1 .news-big .text em {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #999;
    display: block
}

.news-sec2 {
    padding-bottom: 1.8rem
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: .8rem -.3rem .6rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #e5e5e5
}

.news-list .item {
    flex: 0 0 33.3%;
    margin-bottom: .6rem
}

.news-list .item .inner:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.news-list .item .inner {
    margin: 0 .3rem;
    background: #f5f5f5;
    border-radius: .4rem;
    overflow: hidden;
    height: 100%
}

.news-list .item .inner .pic {
    padding-top: 56.36%;
    position: relative;
    overflow: hidden;
    display: block
}

.news-list .item .inner .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news-list .item .inner .text {
    padding: .4rem .3rem
}

.news-list .item .inner .text em {
    font-size: .14rem;
    color: #999;
    display: block
}

.news-list .item .inner .text a:hover {
    color: #a98c51
}

.news-list .item .inner .text a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #1e1e1e;
    line-height: .45rem;
    height: .9rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: .1rem 0 .2rem
}

.news-list .item .inner .text p {
    font-size: .16rem;
    color: #999;
    line-height: .3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.expand-more-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.expand-more {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.expand-more .icon {
    width: .8rem;
    height: .8rem;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem
}

.expand-more .icon img {
    width: .25rem;
    height: .25rem;
    display: block
}

.expand-more span {
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #a98c51
}

.det-page-top {
    background: linear-gradient(0deg, rgba(169, 140, 81, 0) 0, #a98c51 100%)
}

.det-page-top .title {
    position: relative;
    z-index: 2;
    padding: 2.75rem 1.2rem .8rem;
    background: url(../images/wave4.svg) no-repeat top center/100% auto;
    border-bottom: 1px solid #e5e5e5;
    text-align: center
}

.det-page-top .title .icon {
    width: 1.4rem;
    height: 1.4rem;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    border-radius: 50%;
    margin: 0 auto .3rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.det-page-top .title .icon img {
    display: block;
    width: .8rem
}

.det-page-top .title h1 {
    font-family: HONORSansCN-Bold;
    font-size: .48rem;
    color: #1e1e1e;
    line-height: .75rem;
    margin-bottom: .5rem
}

.det-page-top .title p {
    font-size: .16rem;
    color: #333
}

.det-page-top.preview .title {
    padding-top: 1.86rem;
    border-bottom: none;
    padding-bottom: .8rem
}

.det-page-top.preview .title h1 {
    margin-bottom: .3rem
}

.det-page-top.preview .title p {
    font-size: .18rem
}

.det-page-sec1 {
    padding: 1.8rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.det-page-sec1 .side-news {
    position: sticky;
    top: 1.1rem;
    background: #f5f5f5;
    border-radius: .4rem;
    margin-right: .8rem;
    padding: 0 .3rem .4rem;
    flex: 0 0 4rem
}

.det-page-sec1 .side-news .title {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #1e1e1e;
    padding: .35rem 0;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: .4rem
}

.det-page-sec1 .side-news .item+.item {
    margin-top: .2rem
}

.det-page-sec1 .side-news .item:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.det-page-sec1 .side-news .item:hover .text {
    color: #a98c51
}

.det-page-sec1 .side-news .item {
    display: flex;
    align-items: center
}

.det-page-sec1 .side-news .item .pic {
    flex: 0 0 1.6rem;
    width: 1.6rem;
    height: .9rem;
    border-radius: .2rem;
    overflow: hidden;
    margin-right: .2rem
}

.det-page-sec1 .side-news .item .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.det-page-sec1 .side-news .item .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.det-page-sec1 .content {
    flex: 1
}

.det-page-sec1 .content .text-con {
    font-size: .16rem;
    color: #333;
    line-height: .35rem
}

.det-page-sec1 .content .text-con h3 {
    font-size: .32rem;
    color: #a98c51;
    font-family: HONORSansCN-Bold;
    margin-bottom: .35rem
}

.det-page-sec1 .content .text-con p {
    margin-bottom: .35rem
}

.det-page-sec1 .content .text-con img {
    margin-bottom: .35rem;
    border-radius: .4rem
}

.det-page-sec1 .content .text-con .text-con {
    padding-bottom: .8rem;
    margin-bottom: .6rem;
    border-bottom: 1px solid #e5e5e5
}

.det-page-sec1 .content .text-con2 {
    margin: 0 auto;
    max-width: 10rem;
    font-size: .16rem;
    color: #333;
    line-height: .35rem
}

.det-page-sec1 .content .text-con2 h3 {
    font-size: .24rem;
    font-family: HONORSansCN-Bold
}

.det-page-sec1 .content .text-con2 b {
    font-family: HONORSansCN-Bold
}

.det-page-sec1 .content .jump-wrap {
    padding-top: .6rem;
    margin-top: .8rem;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center
}

.det-page-sec1 .content .jump-wrap .jump {
    display: flex;
    align-items: center;
    justify-content: center
}

.det-page-sec1 .content .jump-wrap .jump .icon {
    width: .8rem;
    height: .8rem;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem
}

.det-page-sec1 .content .jump-wrap .jump .icon img {
    margin: 0;
    width: .25rem;
    height: .25rem
}

.det-page-sec1 .content .jump-wrap .jump span {
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #a98c51
}

.form-content-wrap {
    padding: 1.8rem 0;
    position: relative
}

.step-list {
    position: absolute;
    right: .4rem;
    top: 1.8rem;
    text-align: right
}

.step-list .item+.item {
    margin-top: .6rem
}

.step-list .item:first-child em:after {
    display: none
}

.step-list .item {
    position: relative;
    padding-right: .3rem
}

.step-list .item:after {
    content: '';
    width: .2rem;
    height: .2rem;
    background: #d2d2d2;
    border-radius: 50%;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.1rem
}

.step-list .item:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: .1rem;
    height: .1rem;
    background: #d2d2d2;
    border-radius: 50%;
    right: .05rem;
    top: 50%;
    margin-top: -.05rem
}

.step-list .item em {
    font-size: .12rem;
    color: #c4c4c4;
    position: relative
}

.step-list .item em:after {
    content: '';
    width: 1px;
    height: .6rem;
    border-right: 1px dashed #d2d2d2;
    position: absolute;
    bottom: 128%;
    right: -.2rem
}

.step-list .item h3 {
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #c4c4c4
}

.step-list .item.active:after,
.step-list .item.active:before {
    background: #a98c51
}

.step-list .item.active em:after {
    border-color: #a98c51
}

.step-list .item.active h3 {
    color: #a98c51
}

.form-content .form-title {
    padding-left: .3rem;
    position: relative;
    margin-bottom: .8rem
}

.form-content .form-title:After {
    content: '';
    width: .1rem;
    height: .6rem;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.3rem
}

.form-content .form-title em {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #c4c4c4
}

.form-content .form-title h3 {
    font-family: HONORSansCN-Bold;
    font-size: .32rem;
    color: #a98c51
}

.form-content .form {
    padding-bottom: .9rem;
    margin-bottom: .6rem;
    border-bottom: 1px solid #e5e5e5
}

.form-content .form-item+.form-item {
    margin-top: .3rem
}

.form-content .form-row {
    display: flex;
    justify-content: space-between;
    margin: .3rem 0
}

.form-content .form-row .form-item+.form-item {
    margin-left: .2rem;
    margin-top: 0
}

.form-content .form-row .form-item {
    flex: 1
}

.form-content .form-item {
    position: relative;
    padding-bottom: .3rem
}

.form-content .form-item .error {
    position: absolute;
    left: .3rem;
    bottom: 0;
    display: none
}

.form-content .form-item .title {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
    line-height: 1
}

.form-content .form-item .title h3 {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #1e1e1e;
    margin-right: .15rem
}

.form-content .form-item .title p {
    font-size: .16rem;
    color: #999
}

.form-content .form-item .title em {
    color: #a98c51
}

.form-content .form-item .title span {
    color: #e01c46
}

.form-content .form-item .con .input {
    width: 100%;
    height: .6rem;
    border-radius: .3rem;
    border: 2px solid #d2d2d2;
    padding: 0 .3rem;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #1e1e1e;
    background: 0 0
}

.form-content .form-item .con .textarea {
    height: 1.2rem;
    border-radius: .3rem;
    border: 2px solid #d2d2d2;
    padding: .2rem .3rem;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #1e1e1e;
    width: 100%;
    background: 0 0
}

.form-content .form-item .con input::-webkit-input-placeholder {
    color: #999
}

.form-content .form-item .con input::-moz-placeholder {
    color: #999
}

.form-content .form-item .con input:-moz-placeholder {
    color: #999
}

.form-content .form-item .con input:-ms-input-placeholder {
    color: #999
}

.form-content .form-item .con textarea::-webkit-input-placeholder {
    color: #999
}

.form-content .form-item .con textarea::-moz-placeholder {
    color: #999
}

.form-content .form-item .con textarea:-moz-placeholder {
    color: #999
}

.form-content .form-item .con textarea:-ms-input-placeholder {
    color: #999
}

.form-content .form-item .con .input-wrap {
    display: flex;
    border-radius: .3rem;
    border: 2px solid #d2d2d2;
    padding: .1rem
}

.form-content .form-item .con .input-wrap input {
    flex: 1;
    align-items: center;
    border: none;
    height: auto;
    padding: 0 0 0 .1rem
}

.form-content .form-item .con .input-wrap .pre {
    width: .4rem;
    height: .4rem;
    background: #e8eef0;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #333
}

.form-content .form-item .con .input-wrap .pre img {
    display: block;
    width: .17rem;
    height: .17rem
}

.form-content .m-select-list {
    z-index: 10
}

.form-content .upload-item+.upload-item {
    margin-top: .2rem
}

.form-content .upload-item {
    background: #f9f9f9;
    border-radius: .4rem;
    padding: .1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.form-content .upload-item .status {
    display: flex;
    align-items: center;
    margin-right: .6rem
}

.form-content .upload-item .status .icon {
    width: .6rem;
    height: .6rem;
    background: #a98c51;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .1rem
}

.form-content .upload-item .status .icon img {
    display: block;
    width: .16rem;
    height: .16rem
}

.form-content .upload-item .status span {
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #a98c51
}

.form-content .upload-item .status.fail .icon {
    background: #e01c46
}

.form-content .upload-item .status.fail span {
    color: #e01c46
}

.form-content .upload-item .name {
    flex: 0 0 50%;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #333;
    margin-right: .2rem
}

.form-content .upload-item .size {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #333;
    flex: 0 0 20%;
    text-align: center
}

.form-content .upload-item .del {
    margin-right: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.form-content .upload-item .del i {
    display: block;
    background: url(../images/del.svg) no-repeat center center/contain;
    width: .24rem;
    height: .24rem
}

.form-content .upload-item .del span {
    font-size: .14rem;
    color: #e01c46;
    margin-left: .1rem
}

.form-content .m-select .js-show {
    position: relative
}

.form-content .m-select .js-show i {
    position: absolute;
    right: .2rem;
    top: 50%;
    margin-top: -.05rem;
    width: .1rem;
    height: .1rem;
    background: url(../images/down.svg) no-repeat center center/contain;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.form-content .founder-info+.founder-info {
    margin-top: .3rem
}

.form-content .add-row {
    margin-top: .3rem;
    height: 1.02rem;
    border-radius: .4rem;
    border: .02rem dashed #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.form-content .add-row .input-file {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.form-content .add-row .icon {
    width: .6rem;
    height: .6rem;
    background: #f5f5f5;
    border-radius: .3rem;
    margin-right: .1rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-content .add-row .icon img {
    width: .2rem;
    height: .2rem
}

.form-content .add-row span {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #a98c51
}

.form-content .founder-info {
    background: #f5f5f5;
    border-radius: .4rem;
    padding: .6rem .3rem .3rem;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.form-content .founder-info .del.dn {
    display: none
}

.form-content .founder-info .del {
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem;
    height: .8rem;
    background: url(../images/del-btn.png) no-repeat center center/contain;
    cursor: pointer
}

.form-content .founder-info .item {
    flex: 0 0 calc(25% - .2rem);
    margin-right: .2rem;
    padding-bottom: .3rem;
    position: relative
}

.form-content .founder-info .item .label {
    padding-left: .3rem;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: .1rem
}

.form-content .founder-info .item .label p {
    font-size: .14rem;
    color: #999;
    margin-left: .2rem
}

.form-content .founder-info .item.full {
    flex: 0 0 100%;
    margin-right: 0
}

.form-content .btn-row {
    display: flex;
    align-items: center
}

.submit-btn {
    width: 2.4rem;
    height: .6rem;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #fff;
    cursor: pointer
}

.submit-btn.back {
    background: #f5f5f5;
    color: #a98c51;
    margin-left: .2rem
}

.submit-btn:hover {
    opacity: .8
}

.form-preview {
    padding-bottom: 1.8rem
}

.preview-box+.preview-box {
    margin-top: .4rem
}

.preview-box {
    background: #f5f5f5;
    border-radius: .4rem;
    padding: 0 .4rem
}

.preview-box .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .3rem 0;
    border-bottom: 2px solid #a98c51
}

.preview-box .title h3 {
    font-family: HONORSansCN-Bold;
    font-size: .32rem;
    color: #a98c51
}

.preview-box .title em {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #c4c4c4
}

.preview-box .row+.row {
    border-top: 1px solid #e5e5e5
}

.preview-box .row {
    display: flex;
    padding: .4rem 0
}

.preview-box .row .label {
    flex: 0 0 4.8rem;
    padding-right: .9rem;
    font-size: .16rem;
    color: #999;
    line-height: .35rem
}

.preview-box .row .con.pre-line {
    white-space: pre-line
}

.preview-box .row .con {
    flex: 1;
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #1e1e1e;
    line-height: .35rem
}

.preview-box .row .con .con-item+.con-item {
    padding-top: .4rem;
    margin-top: .4rem;
    border-top: 1px solid #e5e5e5
}

.preview-box .row .con .con-item p {
    margin-top: .2rem
}

.preview-box .row .con .link {
    font-family: HONORSansCN-Bold;
    font-size: .16rem;
    color: #a98c51;
    line-height: .35rem;
    text-decoration-line: underline
}

.code-input-wrap {
    position: relative
}

.code-input-wrap .error {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    margin-top: .1rem
}

.bot-submit {
    margin-top: .6rem;
    display: flex;
    justify-content: space-between
}

.bot-submit .right {
    flex: 1;
    margin-left: 1.2rem
}

.bot-submit .top {
    padding-bottom: .4rem;
    border-bottom: 1px solid #e5e5e5
}

.bot-submit .bot {
    margin-top: .4rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bot-submit .bot .submit-btn {
    height: .8rem;
    border-radius: .4rem
}

.bot-submit .bot .code-input {
    background: #f5f5f5;
    padding-right: .2rem;
    margin: 0;
    width: auto
}

.bot-submit .bot .code-input input {
    background: #f5f5f5;
    flex: 0 0 auto;
    width: auto
}

.bot-submit .bot .code-input span {
    white-space: nowrap
}

.bot-submit .bot .code-input img {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: .6rem;
    background: #fff;
    border-radius: .3rem
}

.bot-submit .error {
    margin-top: .18rem;
    padding-left: .3rem;
    display: none
}

.bot-submit .checkbox {
    position: relative;
    overflow: hidden
}

.bot-submit .checkbox input {
    position: absolute;
    left: -9999px
}

.bot-submit .checkbox span {
    font-size: .16rem;
    color: #333;
    position: relative;
    padding-left: .3rem;
    display: block
}

.bot-submit .checkbox span:after {
    content: '';
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    border: 2px solid #d2d2d2;
    position: absolute;
    left: 0;
    top: .02rem
}

.bot-submit .checkbox span:before {
    content: '';
    width: .1rem;
    height: .1rem;
    background: #a98c51;
    border-radius: 50%;
    position: absolute;
    top: .07rem;
    left: .05rem;
    opacity: 0
}

.bot-submit .checkbox span a {
    font-family: HONORSansCN-Bold;
    color: #a98c51;
    text-decoration: underline
}

.bot-submit .checkbox input:checked+span:before {
    opacity: 1
}

.submit-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.submit-pop .pop-mask {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7
}

.submit-pop .pop-con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7rem;
    height: 3.5rem;
    background: #fff;
    border-radius: .4rem;
    overflow: hidden;
    display: flex
}

.submit-pop .pop-con .pic {
    flex: 0 0 50%;
    height: 100%
}

.submit-pop .pop-con .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.submit-pop .pop-con .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .4rem .3rem
}

.submit-pop .pop-con .text h3 {
    font-family: HONORSansCN-Bold;
    font-size: .24rem;
    color: #a98c51
}

.submit-pop .pop-con .text p {
    font-size: .16rem;
    color: #333;
    line-height: .3rem
}

.submit-pop .pop-con .text .btn {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 1.6rem;
    height: .6rem;
    background: linear-gradient(-45deg, #a98c51 0, #ad9c7a 100%);
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: HONORSansCN-Bold;
    font-size: .14rem;
    color: #fff;
    cursor: pointer
}

.submit-pop .pop-con .text .btn:hover {
    opacity: .8
}

.business-mod .mod-item .pic {
    display: block;
    width: 100%;
    height: 100%
}

.business-mod .mod-item .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.business-mod .mod-col2 .mod-item+.mod-item {
    margin-top: .6rem
}

.business-mod .mod-col2 .mod-item {
    flex: 1
}

.index-sec7 .values-list .item h3 {
    text-align: center
}

.menuBtn {
    display: none
}

.news-sec2 {
    overflow: hidden
}

.news-sec1 .news-big .pic img {
    height: 100%
}

.pos-sec3 .bud-list .item .inner:after {
    pointer-events: none
}

.form-content .form-item .con .textarea {
    display: block
}

.abo-sec3 .vision .pic img,
.abo-sec4 .creativity-list .item .pic img,
.business-mod .mod-item .pic img,
.comparison-table td .pic img,
.det-page-sec1 .side-news .item .pic img,
.news-list .item .inner .pic img,
.news-sec1 .news-big .pic img,
.pos-sec1 .pic img,
.service-facility-list .item .inner .pic img,
.space-list .item .inner .pic img,
.swi-product .product-item .pic img,
.swi-service-item .pic img {
    -webkit-transition: transform 2s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform 2s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: transform 2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform 2s cubic-bezier(.19, 1, .22, 1);
    transition: transform 2s cubic-bezier(.19, 1, .22, 1)
}

.abo-sec3 .vision .pic:hover img,
.abo-sec4 .creativity-list .item .pic:hover img,
.business-mod .mod-item:hover .pic img,
.comparison-table td .pic:hover img,
.det-page-sec1 .side-news .item:hover .pic img,
.news-list .item .inner:hover .pic img,
.news-sec1 .news-big .pic:hover img,
.pos-sec1 .pic:hover img,
.service-facility-list .item .inner .pic:hover img,
.space-list .item .inner .pic:hover img,
.swi-product .product-item .pic:hover img,
.swi-service-item:hover .pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

@media only screen and (max-width:1920px) {
    .form-content-wrap .wp {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
        max-width: none
    }
}

@media only screen and (max-width:1199px) {
    .call-list {
        margin: 0
    }

    .header {
        justify-content: flex-end
    }

    .header .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .form-preview {
        padding-bottom: 80px
    }

    .bot-submit .bot .code-input input {
        width: 150px
    }

    .bot-submit .right {
        margin-left: 20px
    }

    .preview-box .row .label {
        flex: 0 0 240px
    }

    .form-content-wrap .wp {
        padding-left: 20px
    }

    .step-list {
        top: 80px
    }

    .form-content-wrap {
        padding: 80px 0
    }

    .det-page-top .title h1 {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 20px
    }

    .call-list .item+.item {
        margin-top: 30px
    }

    .call-list {
        display: block
    }

    .contact-box .row .row-item+.row-item {
        margin-left: 0;
        margin-top: 30px
    }

    .contact-box .row {
        display: block
    }

    .check-box .con label+label {
        margin-left: 50px
    }

    .service-facility-list {
        margin-left: -10px;
        margin-right: -10px
    }

    .service-facility-list .item .inner {
        margin: 0 10px
    }

    .pos-sec3 .bud-list .item .inner {
        padding: 20px
    }

    .pos-sec1 .text .right {
        margin-left: 30px
    }

    .pos-sec1 .title h3 {
        font-size: 80px;
        line-height: 90px
    }

    .abo-sec4 {
        padding-bottom: 80px
    }

    .abo-sec1,
    .abo-sec3 {
        padding: 80px 0
    }

    .swi-product .swi-tools {
        bottom: 20px
    }

    .he-content .he-box ul li .logos .item .pic {
        height: 80px;
        border-radius: 20px
    }

    /* .swi-product .product-item .pic:after {
        width: 150px;
        height: 150px
    } */

    .swi-product .product-item .txt {
        padding-bottom: 100px
    }

    .swi-product .product-item .pic {
        width: 200px;
        height: 200px
    }

    .why-list2 {
        margin-left: -10px;
        margin-right: -10px
    }

    .why-list2 .item .inner {
        margin: 0 10px
    }

    .hatch-sec1-list .item .inner .top .icon {
        flex: 0 0 140px
    }

    .hatch-sec1-list .item {
        flex: 0 0 48%
    }

    .hatch-sec1-list .item .inner {
        margin: 0
    }

    .hatch-sec1-list {
        margin: 0;
        justify-content: space-between
    }

    .news-list {
        margin-left: -10px;
        margin-right: -10px
    }

    .news-list .item .inner {
        margin: 0 10px
    }

    .news-sec1 .news-big .pic {
        margin-right: 20px
    }

    .wp {
        padding: 0 20px
    }

    .header {
        padding: 20px;
        background-color: rgba(169, 140, 81, .3);
        backdrop-filter: blur(20px)
    }

    .header .logo {
        height: 30px
    }

    .header .hd-r {
        display: none;
        margin-left: 0;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: #fff
    }

    .header .nav {
        display: block;
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 0 20px
    }

    .header .nav .nav-item+.nav-item {
        margin-left: 0;
        border-top: 1px solid rgba(169, 140, 81, .3)
    }

    .header .nav .nav-item {
        height: 60px;
        line-height: 60px;
        display: block;
        color: #a98c51
    }

    .header .hd-tools {
        justify-content: center;
        margin-top: 40px
    }

    .hd-btn {
        width: 120px;
        height: 40px;
        font-size: 14px;
        background: #a98c51;
        color: #fff
    }

    .header .hd-tools .lang {
        color: #a98c51
    }

    .menuBtn {
        width: 30px;
        height: 30px;
        display: block;
        background: url(../images/menu.svg) no-repeat center center/contain;
        cursor: pointer
    }

    .menuBtn.open {
        background-image: url(../images/close.svg)
    }

    .swi-ban .swiper-slide .text {
        padding-left: 20px;
        padding-right: 140px
    }

    .swi-ban .swiper-slide .text .arrow {
        right: 20px;
        width: 80px;
        height: 80px
    }

    .swi-ban .swiper-slide .text h3 {
        font-size: 20px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        line-height: 30px
    }

    .swi-ban .swiper-slide .text .desc {
        font-size: 18px;
        line-height: 28px
    }

    .funds {
        padding: 30px 30px 40px;
        border-radius: 30px
    }

    .funds h3 {
        font-size: 18px
    }

    .funds .row {
        justify-content: space-between;
        flex-wrap: wrap
    }

    .funds .row .m-select .show {
        width: 100%
    }

    .funds .row .row-item {
        flex: 0 0 48%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .funds .btn {
        margin: 0 auto
    }

    .index-sec1-inner,
    .index-sec2,
    .index-sec3,
    .index-sec4,
    .index-sec5,
    .index-sec6,
    .news-sec1 {
        padding: 80px 0
    }

    .news-sec2 {
        padding-bottom: 80px
    }

    .index-sec1-inner .title .left {
        font-size: 40px;
        line-height: 50px
    }

    .index-sec1-inner .mod1 {
        display: block
    }

    .index-sec1-inner .mod1 .video {
        width: 100%;
        margin: 0 0 30px;
        height: auto
    }

    .service-mod .card-box .content .left h3 {
        font-size: 40px
    }

    .swi-service .swiper-scrollbar {
        width: 80%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .swi-logo {
        height: 600px
    }

    .swi-logo .logo-item .pic {
        width: 80%;
        height: 20px
    }

    .section-title h3 {
        font-size: 24px
    }

    .index-sec7 {
        padding-left: 0
    }

    .index-sec7 .section-title {
        padding: 0 20px;
        flex: 0 0 240px;
        width: 240px
    }

    .index-sec7 .values-list {
        margin-left: 0;
        width: calc(100vw - 240px)
    }

    .index-sec7 .values-list .item .icon {
        width: 80px;
        height: 80px
    }

    .index-sec7 .values-list .item h3 {
        font-size: 18px
    }

    .index-sec7 .values-list .item p {
        font-size: 14px;
        line-height: 24px
    }

    .footer .fd-top {
        padding: 90px 0;
        display: block
    }

    .footer .fd-top .right {
        margin-top: 30px
    }

    .footer .fd-top .right .fd-nav,
    .footer .fd-top .right .link,
    .footer .fd-top .right .media {
        justify-content: center;
        text-align: center
    }

    .footer .fd-top .left .text {
        text-align: center
    }

    .footer .fd-bot .right {
        text-align: center
    }

    .index-sec5 {
        overflow: hidden
    }

    .footer .copyright .wp .fd-logo {
        height: 20px
    }

    .footer .copyright .wp .center {
        font-size: 12px
    }

    .swi-service {
        margin: 0 -30px
    }

    .service-con {
        overflow: hidden
    }
}

@media only screen and (max-width:959px) {
    .det-page-top.preview .title {
        padding-top: 100px
    }

    .bot-submit .right {
        margin-left: 0;
        margin-top: 30px
    }

    .bot-submit {
        display: block
    }

    .preview-box .title h3 {
        font-size: 24px
    }

    .det-page-top .title {
        padding-top: 100px
    }

    .contact-sec2 {
        padding-bottom: 80px
    }

    .call-list .item .inner a {
        font-size: 24px
    }

    .contact-box .row {
        margin-top: 30px
    }

    .check-box .con label {
        margin-bottom: 20px;
        flex: 0 0 25%
    }

    .check-box .con label+label {
        margin-left: 0
    }

    .check-box .con {
        flex-wrap: wrap
    }

    .contact-box h3 {
        font-size: 24px;
        margin-bottom: 30px
    }

    .contact-box {
        padding: 60px 30px
    }

    .contact-sec1 {
        padding: 80px 0
    }

    .service-facility-list .item {
        flex: 0 0 50%
    }

    .space-list {
        display: block;
        margin: 40px 0 0
    }

    .space-sec1,
    .space-sec2,
    .space-sec3 {
        padding: 80px 0
    }

    .swi-banner-inner .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 6px
    }

    .swi-banner-inner .wp h3 {
        font-size: 24px;
        line-height: 34px;
        max-width: none
    }

    .pos-sec1,
    .pos-sec3 {
        padding: 80px 0
    }

    .mapbox {
        height: 300px
    }

    .pos-sec3 .park-list .item .inner .top {
        margin-bottom: 20px
    }

    .pos-sec3 .bud-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .pos-sec3 .bud-list .item .inner {
        margin: 0 15px
    }

    .abo-sec4 .creativity-list .item .pic {
        flex: 0 0 48%;
        height: auto
    }

    .he-content .he-box ul li .logos .item {
        flex: 0 0 50%
    }

    .he-content .he-box ul li .left {
        margin-right: 40px
    }

    .he-list {
        margin: 0 -10px 30px
    }

    .he-list .item .inner {
        margin: 0 10px
    }

    .he-list .item .inner .icon {
        width: 100px;
        height: 100px
    }

    .why-list2 .item {
        flex: 0 0 50%
    }

    .hatch-sec1-list .item+.item {
        margin-top: 20px
    }

    .hatch-sec1-list {
        display: block
    }

    .hatch-sec1,
    .hatch-sec2,
    .hatch-sec3,
    .hatch-sec5 {
        padding: 80px 0
    }

    .det-page-sec1 .content .text-con {
        font-size: 14px;
        line-height: 25px
    }

    .det-page-sec1 .content .text-con h3 {
        font-size: 18px
    }

    .det-page-sec1 .content .jump-wrap {
        padding-top: 40px;
        margin-top: 40px
    }

    .det-page-sec1 .side-news {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
        position: static
    }

    .det-page-top .title h1 {
        font-size: 32px;
        line-height: 42px
    }

    .det-page-sec1 {
        padding: 80px 0
    }

    .det-page-sec1 {
        flex-direction: column-reverse
    }

    .banner-inner .wp h3 {
        font-size: 32px
    }

    .swi-ban .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px
    }

    .index-sec1-inner .mod1 .text h3 {
        font-size: 20px;
        line-height: 30px
    }

    .index-sec1-inner .mod1 .text .desc {
        font-size: 14px;
        line-height: 24px
    }

    .section-title h4 {
        margin-bottom: 30px;
        line-height: 1.5
    }

    .business-mod .mod-item {
        border-radius: 30px
    }

    .business-mod .mod-col1 {
        margin-right: 30px
    }

    .business-mod .mod-col2 .mod-item+.mod-item {
        margin-top: 30px
    }

    .business-mod .mod-item .text {
        padding: 30px
    }

    .business-mod .mod-item .text h3 {
        font-size: 18px
    }

    .g-btn {
        height: 60px;
        width: 200px
    }

    .service-mod .card-box .content .left h3 {
        font-size: 32px;
        line-height: 42px
    }

    .service-mod .card-box .content .right .data .bot em {
        font-size: 40px
    }

    .service-mod .card-box .content .right .desc {
        font-size: 14px;
        line-height: 25px
    }

    .service-con .tab-list {
        flex: 0 0 200px;
        margin-right: 30px
    }

    .service-con .tab-list .item {
        border-radius: 30px
    }

    .service-con .tab-list .item .icon {
        width: 40px;
        height: 40px
    }

    .service-con .tab-list .item .icon img {
        width: 24px;
        height: 24px
    }

    .service-con .tab-list .item .txt h3 {
        font-size: 16px
    }

    .service-con .tab-list .item .txt p {
        font-size: 12px
    }

    .swi-service-item {
        height: 100%;
        min-height: 550px
    }

    .swi-service-item .bot .g-btn {
        height: 60px
    }

    .swi-service-item .text .info .icon {
        flex: 0 0 40px
    }

    .swi-service {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden
    }

    .member-list .item .con .index {
        flex: 0 0 100px
    }

    .why-list .item {
        flex: 0 0 50%
    }

    .index-sec7 {
        display: block;
        height: auto;
        padding: 40px 0 0
    }

    .index-sec7 .section-title {
        width: 100%
    }

    .index-sec7 .values-list {
        height: 100vh;
        width: 100%
    }

    .index-sec7 .values-list .item {
        padding: 20px
    }

    .footer .fd-top .left .text {
        font-size: 32px;
        line-height: 42px
    }

    .footer .fd-top .left .btn {
        margin-top: 20px
    }

    .footer .fd-bot .left .row a,
    .footer .fd-bot .right h3,
    .footer .fd-top .right .fd-nav dd a {
        font-size: 16px
    }

    .footer .fd-bot .right h4,
    .footer .fd-bot .right p {
        font-size: 14px
    }

    .footer .copyright .wp .to-top .pic {
        width: 70px;
        height: 50px
    }

    .space-sec4 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .det-page-top.preview .title p {
        font-size: 16px
    }

    .det-page-top.preview .title h1 {
        margin-bottom: 20px
    }

    .det-page-top.preview .title {
        padding-top: 100px;
        padding-bottom: 30px
    }

    .form-preview {
        padding-bottom: 40px
    }

    .bot-submit .error {
        margin-top: 10px
    }

    .cookies-pop {
        left: 50%;
        margin-left: -170px
    }

    .code-input span {
        margin-right: 10px
    }

    .code-input {
        height: 60px
    }

    .bot-submit .bot .code-input input {
        width: 170px
    }

    .code-input input {
        font-size: 14px;
        padding: 0 20px
    }

    .bot-submit .bot .code-input img,
    .code-input img {
        flex: 0 0 100px;
        width: 100px;
        height: 40px
    }

    .bot-submit .bot .submit-btn {
        width: 100%;
        margin-top: 40px;
        height: 60px
    }

    .bot-submit .bot {
        display: block
    }

    .preview-box .row .con {
        font-size: 14px;
        line-height: 1.5
    }

    .preview-box .row .label {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px
    }

    .preview-box .row .label {
        padding-right: 0
    }

    .preview-box .row .con .con-item+.con-item {
        padding-top: 20px;
        margin-top: 20px
    }

    .preview-box .row {
        display: block;
        padding: 20px 0
    }

    .preview-box .title {
        padding: 20px 0
    }

    .preview-box .title h3 {
        font-size: 18px
    }

    .preview-box {
        border-radius: 20px;
        padding: 0 20px
    }

    .form-content .btn-row {
        justify-content: space-between
    }

    .submit-btn {
        width: 150px;
        height: 60px;
        border-radius: 30px
    }

    .form-content .upload-item .del {
        margin-right: 0;
        justify-content: flex-start;
        margin-top: 20px
    }

    .form-content .upload-item .size {
        text-align: left
    }

    .form-content .upload-item .name {
        width: 100%
    }

    .form-content .upload-item .status {
        margin-right: 0;
        margin-bottom: 20px
    }

    .form-content .upload-item .status .icon {
        width: 40px;
        height: 40px
    }

    .form-content .upload-item .status .icon img {
        width: 14px;
        height: 14px
    }

    .form-content .upload-item {
        display: block;
        border-radius: 20px
    }

    .form-content .form-row .form-item+.form-item {
        margin-left: 0;
        margin-top: 30px
    }

    .form-content .form-row {
        display: block
    }

    .check-row label+label {
        margin-left: 0;
        margin-top: 20px
    }

    .check-row {
        display: block
    }

    .form-content .founder-info .item {
        margin-right: 0
    }

    .form-content .founder-info .del {
        width: 50px;
        height: 40px
    }

    .form-content .add-row {
        height: 80px;
        border-radius: 20px
    }

    .form-content .founder-info .item .label {
        padding-left: 0;
        flex-wrap: wrap
    }

    .form-content .founder-info .item .label p {
        margin-left: 0
    }

    .form-content .founder-info {
        display: block;
        padding: 20px;
        border-radius: 20px
    }

    .det-page-top .title .icon {
        width: 80px;
        height: 80px
    }

    .det-page-top .title .icon img {
        width: 32px;
        height: 32px
    }

    .form-content .form-item .error {
        left: 0
    }

    .form-content .form {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .form-content .form-item .con .textarea {
        padding: 20px
    }

    .form-content .form-item .con .input {
        padding: 0 20px
    }

    .form-content .form-item .con .input,
    .form-content .form-item .con .textarea {
        border-radius: 20px;
        font-size: 14px
    }

    .form-content .form-item .title {
        margin-bottom: 20px
    }

    .form-content .form-item .title p {
        font-size: 12px
    }

    .form-content .form-item .title h3 {
        font-size: 16px
    }

    .form-content .form-title {
        padding-left: 20px;
        margin-bottom: 30px
    }

    .form-content .form-title:After {
        height: 50px;
        margin-top: -25px;
        width: 5px
    }

    .form-content .form-title h3 {
        font-size: 24px
    }

    .form-content .form-title em {
        font-size: 14px
    }

    .form-content-wrap .wp {
        padding: 0 20px;
        margin-top: 30px
    }

    .form-content-wrap {
        display: flex;
        flex-direction: column-reverse
    }

    .step-list .item em:after {
        display: none
    }

    .step-list .item+.item {
        margin-top: 0
    }

    .step-list .item h3 {
        font-size: 14px
    }

    .form-content-wrap {
        padding: 40px 0
    }

    .step-list .item {
        flex: 1 0 50%;
        padding-right: 5px;
        padding-bottom: 5px
    }

    .step-list .item:after,
    .step-list .item:before {
        display: none
    }

    .step-list {
        padding: 0 20px;
        text-align: left;
        display: flex;
        overflow-x: auto;
        position: static;
        right: 20px;
        top: 40px
    }

    .contact-sec2 {
        padding-bottom: 40px
    }

    .call-list .item .inner .top {
        margin-bottom: 30px
    }

    .call-list .item .inner a {
        font-size: 18px
    }

    .call-list .item .inner {
        margin: 0;
        padding: 30px;
        border-radius: 20px
    }

    .contact-box .submit-box .btn {
        width: 140px;
        height: 60px
    }

    .code-input input {
        width: 100px
    }

    .code-input,
    .contact-box .submit-box .code-input-wrap {
        width: 100%
    }

    .contact-box .submit-box {
        padding-top: 30px;
        margin-top: 30px
    }

    .check-box .con {
        display: block
    }

    .contact-box h3 {
        font-size: 18px
    }

    .contact-box {
        padding: 30px 20px;
        border-radius: 20px
    }

    .contact-sec1 {
        padding: 80px 0
    }

    .space-sec4 {
        padding-bottom: 80px
    }

    .system-list {
        margin-bottom: -30px
    }

    .system-list .item {
        margin-bottom: 30px
    }

    .system-list .item .inner h3 {
        font-size: 14px
    }

    .system-list .item .inner .icon img {
        width: 32px;
        height: 32px
    }

    .system-list .item {
        flex: 0 0 50%
    }

    .comparison-table .box {
        padding: 10px;
        border-radius: 30px
    }

    .comparison-table .box h3 {
        font-size: 12px;
        line-height: 1.5
    }

    .comparison-table .box p {
        font-size: 14px;
        line-height: 1.5
    }

    .comparison-table {
        overflow-x: auto
    }

    .comparison-table table {
        width: 768px
    }

    .comparison-table td .pic {
        border-radius: 10px
    }

    .comparison-table td .pic .text h3,
    .comparison-table td .pic .text p {
        font-size: 12px;
        line-height: 1.5
    }

    .comparison-table td .pic .text p {
        margin-top: 5px
    }

    .space-sec1,
    .space-sec2,
    .space-sec3 {
        padding: 80px 0
    }

    .service-facility-list .item {
        margin-bottom: 40px
    }

    .service-facility-list .item .inner .text p {
        font-size: 14px;
        line-height: 24px
    }

    .service-facility-list .item .inner .text h3 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .service-facility-list .item .inner .text {
        padding: 20px
    }

    .service-facility-list .item .inner {
        border-radius: 20px;
        margin: 0
    }

    .service-facility-list {
        margin: 0;
        display: block
    }

    .space-list .item {
        margin-bottom: 40px
    }

    .space-list .item .inner .text .bot .col .icon img {
        width: 24px;
        height: 24px
    }

    .space-list .item .inner .text .bot .col+.col {
        margin-top: 10px
    }

    .space-list .item .inner .text .bot {
        display: block
    }

    .space-list .item .inner .text .bot .col p {
        font-size: 14px;
        line-height: 24px
    }

    .space-list .item .inner .text .top span {
        font-size: 14px
    }

    .space-list .item .inner .text .top h3 {
        font-size: 18px
    }

    .space-list .item .inner .text {
        padding: 20px
    }

    .tab-wrapper .tab-list {
        width: 100%
    }

    .space-list .item .inner {
        margin: 0;
        border-radius: 20px;
        overflow: hidden
    }

    .space-list .item .inner .pic {
        padding-top: 0
    }

    .space-list .item .inner .pic img {
        position: static;
        display: block
    }

    .space-list .item .inner .text {
        position: static;
        color: #fff;
        background: #a98c51;
        border-radius: 0
    }

    .det-page-sec1 .content .text-con2 {
        font-size: 14px
    }

    .det-page-sec1 .content .text-con2 h3 {
        font-size: 18px
    }

    .pos-sec3 .park-list .item .inner .top .icon {
        width: 80px;
        height: 80px
    }

    .pos-sec3 .park-list .item .inner .top .icon img {
        width: 35px
    }

    .pos-sec3 .park-list .item {
        margin-bottom: 20px
    }

    .pos-sec3 .park-list {
        margin-left: 0;
        margin-right: 0;
        display: block
    }

    .pos-sec3 .bud-list .item .inner .data .col .bot em {
        font-size: 32px
    }

    .pos-sec3 .bud-list .item {
        margin-bottom: 20px
    }

    .pos-sec3 .bud-list .item .inner h3 {
        margin-bottom: 20px
    }

    .pos-sec3 .park-list {
        margin-top: 40px;
        padding-top: 40px
    }

    .pos-sec3 .bud-list .item .inner,
    .pos-sec3 .park-list .item .inner {
        padding: 20px;
        border-radius: 20px;
        height: auto;
        margin: 0
    }

    .pos-sec3 .bud-list {
        margin: 0;
        display: block
    }

    .pos-sec1 .text .right {
        margin-left: 0;
        padding-top: 20px
    }

    .pos-sec1 .text .left em {
        margin-bottom: 20px
    }

    .pos-sec1 .text {
        display: block
    }

    .pos-sec1 .pic {
        margin: 40px 0
    }

    .pos-sec1 .title p {
        font-size: 16px;
        line-height: 26px
    }

    .pos-sec1 .title .pos span {
        font-size: 18px
    }

    .pos-sec1 .text .left em,
    .pos-sec1 .title em {
        font-size: 14px;
        letter-spacing: 4px
    }

    .pos-sec1 .text .left h3 {
        font-size: 24px;
        line-height: 34px
    }

    .pos-sec1 .title h3 {
        font-size: 24px;
        line-height: 34px;
        margin: 20px 0
    }

    .abo-sec4 .creativity-list .item+.item {
        margin-top: 30px
    }

    .abo-sec4 .creativity-list .item:nth-child(even) .pic {
        margin-left: 0
    }

    .abo-sec4 .creativity-list .item .text h3 {
        font-size: 18px
    }

    .abo-sec4 .creativity-list .item .text em {
        font-size: 16px;
        margin: 10px 0
    }

    .abo-sec4 .creativity-list .item .text .desc {
        font-size: 14px;
        line-height: 25px
    }

    .abo-sec4 .creativity-list .item .text {
        padding: 20px 0
    }

    .abo-sec4 .creativity-list .item .pic {
        margin-right: 0
    }

    .abo-sec4 .creativity-list .item {
        display: block
    }

    .abo-sec3 .vision .list .item {
        padding: 20px 0
    }

    .abo-sec3 .vision .list .item .desc {
        margin-top: 20px;
        font-size: 14px;
        line-height: 25px
    }

    .abo-sec3 .vision .list .item .title .icon:after {
        width: 15px;
        height: 15px
    }

    .abo-sec3 .vision .list .item .title .icon {
        width: 40px;
        height: 40px
    }

    .abo-sec3 .vision .list .item .title h3 {
        font-size: 18px
    }

    .abo-sec3 .vision .list {
        margin-right: 0;
        margin-top: 30px
    }

    .abo-sec3 .vision {
        flex-direction: column-reverse
    }

    .abo-sec1 .wp .text h3 {
        margin: 30px 0;
        font-size: 24px;
        line-height: normal
    }

    .abo-sec1 .wp .text img {
        height: 50px;
        margin: 0 auto
    }

    .section-title h4 {
        letter-spacing: 4px
    }

    .abo-sec1 .wp .title em {
        letter-spacing: 4px;
        font-size: 14px;
        margin-bottom: 30px
    }

    .abo-sec1 .wp .title h3 {
        font-size: 24px;
        border-bottom-width: 2px;
        padding-bottom: 5px
    }

    .abo-sec1 .wp .title {
        margin-right: 0;
        margin-bottom: 20px
    }

    .abo-sec1 .wp {
        display: block
    }

    .protection-box ul li .tit .icon:after {
        width: 15px;
        height: 15px
    }

    .protection-box ul li .tit .icon {
        width: 40px;
        height: 40px
    }

    .protection-box ul li .desc {
        font-size: 14px;
        padding: 20px 0
    }

    .protection-box ul li {
        padding: 20px 0
    }

    .protection-box ul li .tit h3 {
        font-size: 16px;
        margin-right: 10px
    }

    .protection-box .top .txt p {
        font-size: 14px
    }

    .protection-box .top .txt h3 {
        font-size: 18px
    }

    .protection-box .top .icon {
        flex: 0 0 80px;
        height: 80px
    }

    .protection-box .top .icon img {
        width: 40px
    }

    .protection-box {
        padding: 20px;
        border-radius: 20px
    }

    .swi-product .swi-tools .swi-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }

    .swi-product .swi-tools .swi-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-left: 10px
    }

    .swi-product .product-item .txt {
        padding-bottom: 50px;
        font-size: 16px
    }

    .swi-product .swi-tools .swi-button-next,
    .swi-product .swi-tools .swi-button-prev {
        display: none
    }

    .he-content .he-box ul li .logos .item .pic {
        height: 50px;
        border-radius: 20px
    }

    .he-content .he-box ul li .logos .item .pic img {
        max-height: 35px;
        max-width: 60%
    }

    .he-content .he-box ul li .left h3 {
        width: auto
    }

    .he-content .he-box ul li {
        padding-top: 20px
    }

    .he-content .he-box ul li .left {
        margin-right: 0;
        margin-bottom: 20px
    }

    .he-content .he-box ul li {
        display: block
    }

    .he-content .he-box .top em {
        font-size: 12px;
        letter-spacing: 4px;
        margin-top: 10px;
        display: block
    }

    .he-content .he-box .top .left h3,
    .he-content .he-box ul li .left h3 {
        font-size: 18px
    }

    .he-content .he-box .top .left .icon,
    .he-content .he-box ul li .left .icon {
        height: 40px;
        flex: 0 0 40px
    }

    .he-content .he-box .top .left .icon img,
    .he-content .he-box ul li .left .icon img {
        width: 20px
    }

    .he-content .he-box .top {
        padding-bottom: 20px;
        display: block
    }

    .he-content .he-box {
        padding: 20px;
        border-radius: 20px
    }

    .he-content .he-title {
        display: block;
        margin-bottom: 20px
    }

    .he-content .he-title em {
        font-size: 12px
    }

    .he-content .he-title .left h3 {
        font-size: 18px;
        margin-bottom: 0
    }

    .he-list .item .inner .icon img {
        width: 40px
    }

    .he-list .item .inner .text h3 {
        font-size: 18px
    }

    .he-list .item .inner .icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px
    }

    .he-list {
        flex-wrap: wrap
    }

    .he-list .item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .he-list .item .inner .text p,
    .why-list2 .item .inner .text p {
        font-size: 14px;
        line-height: 25px
    }

    .why-list2 .item .inner .text h3 {
        text-align: center;
        font-size: 18px
    }

    .why-list2 .item .inner .icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px
    }

    .why-list2 {
        display: block;
        margin: 0 0 -20px
    }

    .why-list2 .item .inner {
        margin: 0
    }

    .why-list2 .item {
        margin-bottom: 20px
    }

    .hatch-sec1,
    .hatch-sec2,
    .hatch-sec3,
    .hatch-sec5 {
        padding: 80px 0
    }

    .hatch-sec1-list .item .inner .bot .btn {
        opacity: 1;
        width: 60px;
        height: 60px;
        margin-top: 20px
    }

    .hatch-sec1-list .item .inner .bot {
        display: block
    }

    .hatch-sec1-list .item .inner .bot .text {
        margin-right: 0
    }

    .hatch-sec1-list .item .inner .top {
        margin-bottom: 30px
    }

    .hatch-sec1-list .item .inner .top .txt h3 {
        font-size: 18px
    }

    .hatch-sec1-list .item .inner .top .txt p {
        font-size: 14px
    }

    .hatch-sec1-list .item .inner .top .icon {
        flex: 0 0 80px;
        height: 80px
    }

    .hatch-sec1-list .item .inner .top .icon img {
        width: 40px
    }

    .hatch-sec1-list .item .inner {
        padding: 20px
    }

    .banner-inner .wp p {
        font-size: 16px;
        line-height: 26px
    }

    .det-page-sec1 {
        padding-top: 40px
    }

    .det-page-sec1 .side-news .item .text {
        font-size: 14px;
        line-height: 25px
    }

    .det-page-sec1 .side-news .title {
        padding: 20px 0
    }

    .det-page-sec1 .side-news {
        padding: 0 20px 30px;
        border-radius: 30px
    }

    .det-page-top .title h1 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .det-page-top .title {
        padding: 100px 0 30px
    }

    .tab-wrapper .tab-list .item+.item {
        margin-left: 10px
    }

    .tab-wrapper .tab-list .item {
        min-width: 100px;
        width: auto
    }

    .news-list .item .inner .text a {
        font-size: 18px;
        line-height: 28px;
        height: 56px;
        margin: 10px 0
    }

    .news-list .item .inner .text {
        padding: 20px
    }

    .news-sec1 {
        padding-bottom: 40px
    }

    .news-list {
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
        display: block
    }

    .news-list .item {
        margin-bottom: 40px
    }

    .news-list .item .inner {
        border-radius: 30px;
        margin: 0
    }

    .news-sec1 .news-big {
        display: block
    }

    .news-sec1 .news-big .pic {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px
    }

    .news-sec1 .news-big .text a {
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px
    }

    .news-sec1 .news-big .text p {
        margin: 20px 0
    }

    .news-sec1 .news-big .text p {
        font-size: 14px;
        line-height: 24px
    }

    .swi-ban .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }

    .funds .row {
        display: block
    }

    .funds .row .m-input,
    .funds .row .row-item {
        width: 100%
    }

    .submit-pop .pop-con {
        display: block;
        width: 90%;
        height: auto
    }

    .submit-pop .pop-con .pic {
        width: 100%;
        height: auto
    }

    .submit-pop .pop-con .text p {
        margin: 20px 0
    }

    .index-sec1-inner .title {
        display: block
    }

    .index-sec1-inner .title .left {
        font-size: 24px;
        line-height: 34px
    }

    .index-sec1-inner .title .right {
        letter-spacing: 5px
    }

    .index-sec1-inner .mod1 .text h3,
    .index-sec1-inner .title {
        margin-bottom: 30px
    }

    .index-sec1-inner .mod1 .video {
        border-radius: 30px
    }

    .business-mod {
        display: block
    }

    .business-mod .mod-col1 {
        margin-right: 0;
        margin-bottom: 30px
    }

    .section-title {
        margin-bottom: 30px
    }

    .section-title h4 {
        font-size: 14px
    }

    .section-title h4 {
        margin-bottom: 30px
    }

    .section-title h3 {
        font-size: 24px;
        line-height: 35px
    }

    .index-sec3 .section-title h3 {
        line-height: 35px
    }

    .section-title p {
        margin-top: 30px;
        font-size: 14px;
        line-height: 24px
    }

    .service-mod .card-box {
        padding: 30px;
        display: block
    }

    .service-mod .card-box .content {
        display: block
    }

    .service-mod .card-box .content .right {
        margin-top: 20px;
        align-items: flex-start
    }

    .service-mod .card-box .content .right .desc {
        text-align: left;
        margin-top: 20px
    }

    .service-mod .card-box .content .left i {
        width: 30px;
        height: 30px;
        margin-top: 20px
    }

    .index-sec3 {
        overflow: hidden
    }

    .service-con {
        display: block;
        margin-top: 30px;
        overflow: visible
    }

    .swi-service {
        overflow: visible
    }

    .swi-service-item .text {
        margin-bottom: 20px
    }

    .service-con .tab-list {
        margin-right: 0;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .service-con .tab-list .item i {
        display: none
    }

    .service-con .tab-list .item+.item {
        margin-top: 0
    }

    .service-con .tab-list .item {
        flex: 0 0 48%;
        margin-bottom: 10px
    }

    .tab-wrap-con {
        width: 100%
    }

    .service-con .tab-list .item {
        padding: 10px
    }

    .swi-service-item .bot {
        padding: 20px
    }

    .member-list .item .con {
        padding: 20px;
        display: block
    }

    .member-list .item .con .text {
        margin-top: 20px
    }

    .member-list .item .con .icon {
        margin: 0 auto
    }

    .why-list {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -110px
    }

    .why-list .item .inner {
        margin: 0 auto
    }

    .our-partners {
        display: block
    }

    .our-partners .section-title .g-btn {
        width: 140px;
        margin-top: 30px
    }

    .our-partners .section-title {
        margin-right: 0;
        max-width: none
    }

    .swi-logo .logo-item {
        height: 50px;
        border-radius: 10px
    }

    .swi-logo {
        height: 360px
    }

    .index-sec7 .values-list {
        height: auto;
        display: block
    }

    .index-sec7 .values-list .item p {
        height: auto
    }

    .footer .fd-top .left .btn {
        width: 100%;
        height: 80px
    }

    .footer .fd-top .left .btn i {
        width: 20px;
        height: 20px
    }

    .footer .fd-top .right .fd-nav dl {
        flex: 0 0 50%
    }

    .footer .fd-top .right .fd-nav dl+dl {
        margin-left: 0
    }

    .footer .fd-top .right .media a {
        width: 24px;
        height: 24px
    }

    .footer .fd-top .right .media a+a {
        margin-left: 30px
    }

    .footer .fd-top {
        padding: 40px 0
    }

    .footer .fd-bot {
        padding: 40px 0
    }

    .footer .fd-bot {
        display: block
    }

    .footer .fd-bot .right {
        margin-top: 20px
    }

    .footer .fd-bot .left .row {
        justify-content: center
    }

    .footer .copyright .wp .center {
        text-align: center
    }

    .footer .fd-bot .left .row+.row {
        margin-top: 20px
    }

    .footer .copyright .wp .fd-logo {
        display: none
    }

    .footer .copyright .wp .to-top {
        display: none
    }

    .footer .copyright .wp {
        display: block;
        padding: 5px 20px
    }

    .footer .copyright .wp .center {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        white-space: normal
    }

    .swi-ban .swiper-slide .text .arrow {
        width: 60px;
        height: 60px
    }

    .swi-ban .swiper-slide .text {
        padding-right: 100px
    }

    .our-partners .logo-wrap {
        display: none
    }

    .our-partners .logo-wrap.forMob {
        display: flex
    }

    .our-partners .logo-wrap .swi-logo {
        width: 48%
    }

    .swi-ban .swiper-slide .text .desc {
        font-size: 16px;
        line-height: 26px
    }

    .swi-ban .swiper-slide .text h3 {
        font-size: 24px;
        line-height: 34px
    }

    .funds h3 {
        font-size: 16px
    }

    .funds {
        padding: 30px 20px
    }

    .index-sec1-inner .title .right {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 4px
    }

    .index-sec1-inner .mod1 .text h3 {
        font-size: 18px;
        line-height: 28px
    }

    .service-mod .card-box .content .left h3 {
        font-size: 20px;
        line-height: 30px
    }

    .service-mod .card-box .content .right .data .bot em {
        font-size: 32px
    }

    .swi-service-item .text h3 {
        font-size: 18px
    }

    .swi-service-item .text .info span {
        font-size: 14px
    }

    .member-list .item .con .index {
        font-size: 16px
    }

    .member-list .item .con .text h3 {
        font-size: 18px
    }

    .hatch-sec1-list .item .inner .bot .text p,
    .member-list .item .con .text p,
    .news-list .item .inner .text p,
    .pos-sec1 .text .right,
    .why-list .item .inner p {
        font-size: 14px;
        line-height: 25px
    }

    .why-list .item .inner h3 {
        font-size: 18px
    }

    .banner-inner .wp h3 {
        font-size: 24px
    }

    .det-page-top .title p,
    .news-sec1 .news-big .text em {
        font-size: 14px
    }

    .news-list {
        margin-bottom: 80px
    }

    .det-page-top .title h1 {
        font-size: 24px;
        line-height: 34px
    }

    .det-page-sec1 .content .text-con h3,
    .det-page-sec1 .content .text-con p {
        margin-bottom: 24px
    }

    .det-page-sec1 .side-news {
        margin-top: 40px
    }

    .det-page-sec1 .side-news .title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .hatch-sec1-list .item .inner .bot .text span {
        font-size: 16px
    }

    .hatch-sec1-list .item+.item {
        margin-top: 40px
    }

    .hatch-sec2 {
        padding-top: 0
    }

    .he-content .he-title .left p {
        font-size: 14px
    }

    .he-content .he-title .left h3 {
        font-size: 20px
    }

    .he-content .he-box ul li .left h3 {
        font-size: 16px
    }

    .he-content .he-title em {
        letter-spacing: 4px
    }

    .abo-sec1 .wp .text h3 {
        font-size: 20px;
        line-height: 30px;
        text-align: center
    }

    .abo-sec1 .wp .text .desc {
        text-align: center;
        font-size: 14px;
        line-height: 25px
    }

    .abo-sec2 {
        height: 240px;
        margin-bottom: .8rem;
    }

    .abo-sec2 .play {
        width: 80px;
        height: 40px
    }

    .pos-sec3 .bud-list .item .inner h3 {
        font-size: 18px
    }

    .pos-sec3 .bud-list .item .inner .data .col .bot span {
        font-size: 12px
    }

    .pos-sec3 .bud-list .item .inner .data .col .bot em {
        font-size: 24px
    }

    .pos-sec3 .park-list .item .inner .top h3 {
        font-size: 20px
    }

    .pos-sec3 .park-list .item .inner p {
        font-size: 18px
    }

    .det-page-sec1 .content .jump-wrap {
        padding-top: 80px
    }

    .form-content .form-title h3 {
        font-size: 20px
    }

    .form-content .form-item .title h3 {
        font-size: 18px
    }

    .form-content .form-item+.form-item {
        margin-top: 20px
    }

    .form-content .form-item,
    .form-content .founder-info .item {
        padding-bottom: 20px
    }

    .form-content .form-item .title p,
    .form-content .founder-info .item .label p {
        margin-top: 5px
    }

    .form-content .form-item .title {
        display: block
    }

    .form-content .upload-item .name {
        margin-right: 0;
        font-size: 14px
    }

    .form-content .upload-item .size {
        font-size: 14px
    }

    .check-row label span {
        font-size: 14px
    }

    .form-content .form-row .form-item+.form-item {
        margin-top: 20px
    }

    .submit-btn {
        width: 165px
    }

    .form-content .form-item .title h3 {
        margin-right: 0
    }

    .comparison-table td .pic .text h3,
    .comparison-table td .pic .text p {
        font-size: 16px
    }

    .system-list .item .inner h3 {
        font-size: 18px
    }

    .check-box .con label span {
        font-size: 14px
    }

    .contact-box .row .m-input input {
        font-size: 14px
    }

    .m-select .show input {
        font-size: 14px
    }

    .funds .row .m-input input {
        font-size: 14px
    }

    .preview-box .title h3 {
        font-size: 20px
    }

    .preview-box .row .label {
        font-size: 18px
    }

    .preview-box .row .con {
        font-size: 16px
    }
}

.header {
    z-index: 1000;
}

.submit-pop {
    z-index: 2000;
}

.space-list .item .inner .text .bot .col .icon {
    flex: 0 0 .42rem;
    width: .42rem;
    height: .42rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.space-list .item .inner .text .bot .col .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.space-list .item .inner .text .bot .col p {
    line-height: .21rem;
}

.abo-sec3 .vision {
    align-items: flex-start;
}

.abo-sec3 .vision .list .item .desc {
    max-height: 4.2rem;
    overflow-y: auto;
}

.abo-sec3 .vision .list .item .desc::-webkit-scrollbar {
    width: 0.08rem;
}

.abo-sec3 .vision .list .item .desc::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 0.04rem
}

.abo-sec3 .vision .list .item .desc::-webkit-scrollbar-thumb {
    background: #A98C51;
    border-radius: 0.04rem
}

.abo-sec3 .vision .list .item .desc::-webkit-scrollbar-thumb:window-inactive {
    background: #A98C51;
}

@media only screen and (max-width: 767px) {
    .abo-sec3 .vision .list .item .desc {
        max-height: none;
    }
}

.swi-pic {
    position: relative;
    overflow: hidden
}

.swi-pic .swiper-pagination {
    bottom: 1.5rem
}

.swi-pic .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    background: #fff;
    border-radius: 16px;
    opacity: .5;
    margin: 0 .1rem !important
}

.swi-pic .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a98c51;
    opacity: 1
}

@media only screen and (max-width:767px) {
    .swi-pic .swiper-pagination {
        bottom: 50px
    }
}

.abo-sec1 .text {
    max-width: 8rem
}

.service-con .tab-list .item .icon {
    flex: 0 0 .8rem
}

.swi-service-item .text .info .icon {
    flex: 0 0 .4rem
}

.swi-service .swiper-slide {
    height: auto
}

@media only screen and (max-width: 959px) {
    .service-con .tab-list .item .icon {
        flex: 0 0 40px
    }

    .service-con .tab-list .item .txt h3 {
        font-size: 14px
    }
}

.footer .fd-top .right .media a {
    position: relative;
}

.footer .fd-top .right .media a>img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer .fd-top .right .media a:hover {
    opacity: 1;
}

.footer .fd-top .right .media a:hover>img {
    opacity: .5;
}

.footer .fd-top .right .media a .qr {
    position: absolute;
    width: 240px;
    height: 240px;
    bottom: 150%;
    left: 50%;
    margin-left: -120px;
    border-radius: 24px;
    background-color: #fff;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer .fd-top .right .media a:hover .qr {
    opacity: 1;
}

.footer .fd-top .right .media a .qr img {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:767px) {
    .banner-inner {
        height: 33vh;
    }

    .banner-inner .wp {
        padding-bottom: 30px;
    }

    .abo-sec1 .wp .title {
        align-items: center;
    }

    .abo-sec4 .creativity-list .item .text em,
    .abo-sec4 .creativity-list .item .text h3 {
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .tab-wrapper .tab-list {
        overflow-x: auto;
    }

    .tab-wrapper .tab-list .item {
        white-space: nowrap;
    }
}

.tab-wrapper .tab-list {
    overflow-x: auto;
}

.tab-wrapper .tab-list .item {
    white-space: nowrap;
    width: auto;
    padding: 0 .3rem;
}

@media only screen and (max-width:767px) {
    .tab-wrapper .tab-list {
        flex: 1;
        overflow-x: auto;
        padding: 10px;
        display: block;
        white-space: nowrap;
    }

    .tab-wrapper .tab-list .item {
        padding: 0 20px;
        display: inline-block;
        vertical-align: middle;
        min-width: 0;
        width: auto;
        white-space: nowrap;
        height: 40px;
        line-height: 40px;
    }

    .tab-wrapper .tab-list .item em,
    .tab-wrapper .tab-list .item span {
        top: 0;
    }
}

.our-partners .logo-wrap {
    width: 0;
}

.logo-wrap .swi-logo {
    display: none;
}

.logo-wrap .swi-logo:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.logo-wrap .swi-logo .swiper-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -20px;
    height: auto;
}

.logo-wrap .swi-logo .swiper-wrapper .swiper-slide {
    flex: 0 0 30%;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
    .our-partners .logo-wrap.forMob {
        width: 100%;
    }

    .logo-wrap .swi-logo .swiper-wrapper {
        margin-right: 0;
        justify-content: space-between;
    }

    .logo-wrap .swi-logo .swiper-wrapper .swiper-slide {
        flex: 0 0 48%;
        margin-right: 0;
    }
}

.our-partners .logo-wrap:After {
    display: none
}