/*
*Description: custom Theme CSS
*Author: zypay
*Website: https://www.zypay.net/
*Mail: 3381516647@qq.com
*Version: 5.0.3(2024-03-06)
*/
body.index .main, body.contact .main, body.about .main, body.operation .main, body.download .main, body.join .main {
    padding-bottom: 0px;
    background: #fff
}

.bannersuc .swiper-bannersuc {
    position: relative;
}
.bannersuc .swiper-bannersuc a {
    text-align: center;
}
.bannersuc .swiper-bannersuc a img {
    vertical-align: middle;
}
.bannersuc .swiper-bannersuc a img.mb {
    display: none;
}
.swiper-bannersuc .swiper-pagination-bannersuc {
    position: absolute;
    bottom: 60px;
    z-index: 2;
}
.swiper-bannersuc .swiper-pagination-bannersuc .swiper-pagination-bullet {
    width: 30px;
}
.swiper-bannersuc .swiper-pagination-bannersuc .swiper-pagination-bullet-active {
    width: 90px;
}

.hlt-title {
    margin-top: 100px;
    margin-bottom: 54px;
    text-align: center;
}
.hlt-title span {
    font-size: 44px;
}
.company-profile .mainbk {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.company-profile .mainbk .para {
    width: 44%;
    color: #393e3e;
}
.company-profile .mainbk .para .slogan {
    margin-bottom: 28px;
    font-size: 23px;
}
.company-profile .mainbk .para p {
    line-height: 2;
    text-align: justify;
}
.company-profile .mainbk .pic {
    width: 44%;
}
.company-profile .mainbk .pic img {
    -webkit-border-radius: 60px 0 60px 0;
    border-radius: 60px 0 60px 0;
    box-shadow: 0 0 45px 0 rgba(207, 207, 207, 0.53);
}

.advantage .mainbk .list {
    display: -webkit-flex;
    display: flex;
}
.advantage .mainbk .list .item {
    position: relative;
    width: 24.25%;
    overflow: hidden;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.advantage .mainbk .list .item+.item {
    margin-left: 15px;
}
.advantage .mainbk .list .item .itemcon {
    position: absolute;
    top: 240px;
    z-index: 2;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.advantage .mainbk .list .item .conlogo {
    margin-bottom: 28px;
}
.advantage .mainbk .list .item .context {
    font-size: 22px;
    color: #fff;
}
.advantage .mainbk .list .item .conbottom {
    display: none;
}
.advantage .mainbk .list .item .conbottom p {
    color: #fff;
    line-height: 2.2;
}
.advantage .mainbk .list .item .itemimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advantage .mainbk .list .item .bgimage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
}
.advantage .mainbk .list .item .bgcolor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 16%);
}
.scale1 {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 3;
}
.advantage .mainbk .list .item.scale1 .itemcon {
    top: 120px;
}
.advantage .mainbk .list .item.scale1 .conbottom {
    display: block;
    margin: 24px 15%;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.partners .mainbk .swiper-slide {
    display: -webkit-flex;
    display: flex;
    background-color: rgba(0, 0, 0, .5);
}
.partners .mainbk .media {
    width: 55%;
    flex-shrink: 0;
    background-color: rgba(126, 156, 241, .5);
}
.partners .mainbk .media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partners .mainbk .con {
    padding: 60px 50px;
    color: #fff;
}
.partners .mainbk .con .bigtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 28px;
}
.partners .mainbk .con .sub {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 20px;
    line-height: 1.5;
    border-top: 1px dashed #ddd;
}
.partners .mainbk .con .num {
    margin-top: 50px;
}
.partners .mainbk .con .num ul {
    display: -webkit-flex;
    display: flex;
}
.partners .mainbk .con .num ul li {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.partners .mainbk .con .num ul li+li {
    margin-left: 40px;
}
.partners .mainbk .con .num ul li span {
    font-size: 24px;
}
.partners .mainbk .con .num ul li i {
    display: inline-block;
    width: 27px;
    height: 42px;
    margin-left: 6px;
}
.partners .mainbk .swiper-slide-active .con .num ul li i {
    -webkit-animation: fadeOutUp 2s 1;
    animation: fadeOutUp 2s 1;
    background: url(../style/images/indexicon_up.png) center/100% no-repeat;
}
.partners .mainbk .con .more {
    margin-top: 50px;
    text-align: right;
}
.partners .mainbk .con .more a {
    color: #fff;
}
.partners .mainbk .swiper-pagination-partners {
    text-align: center;
}
.swiper-pagination-bullet {
    background-color: #0000003d;
}
.partners .consult {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.partners .consult a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 34px;
    margin-top: 40px;
    color: #fff;
    background-color: #bb913d;
    border-color: #BB913D;
    border-radius: 5px;
}

.news-information a {
    color: #393e3e;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    cursor: pointer;
}
.news-information .more {
    margin-top: 50px;
    margin-right: 15px;
    text-align: right;
}
.news-information .mainbk .postcon {
    display: -webkit-flex;
    display: flex;
    margin-top: 60px;
    margin-bottom: 100px;
}
.news-information .mainbk .postcon .left {
    flex: 1;
}
.news-information .mainbk .postcon .left .postitem a {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.news-information .mainbk .postcon .left .postitem a .postpic {
    width: 100%;
}
.news-information .mainbk .postcon .left .postitem a .postpic img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 15px 15px 0 0;
}
.news-information .mainbk .postcon .left .postitem a .posttext {
    padding: 28px;
    background-color: #f8f8f7;
}
.news-information .mainbk .postcon .left .postitem a .posttext .title {
    font-size: 22px;
}
.news-information .mainbk .postcon .left .postitem a .posttext .time {
    padding-top: 12px;
}
.news-information .mainbk .postcon .right {
    flex: 1;
    padding-left: 85px;
}
.news-information .mainbk .postcon .right .postitem {
    margin-bottom: 60px;
}
.news-information .mainbk .postcon .right .postitem a {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
}
.news-information .mainbk .postcon .right .postitem a .itemleft {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 96px;
    height: 90px;
    line-height: 1;
    color: #fff;
    background: url(../style/images/indexbg02.jpg) repeat-x center top;
    background-size: 100% 100%;
}
.news-information .mainbk .postcon .right .postitem a .itemleft p {
    font-size: 28px;
    margin-bottom: 6px;
}
.news-information .mainbk .postcon .right .postitem a .itemleft span {
    font-size: 14px;
}
.news-information .mainbk .postcon .right .postitem a .itemright {
    margin-top: 5px;
    margin-left: 4%;
}
.news-information .mainbk .postcon .right .postitem a .itemright .tit {
    font-size: 22px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-information .mainbk .postcon .right .postitem a .itemright .des {
    margin-top: 12px;
    color: #393e3e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bannerpag {
    position: relative;
    text-align: center;
}
.bannerpag img {
    vertical-align: middle;
}
.bannerpag .wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.bannerpag p {
    font-size: 44px;
    color: #fff;
}
.business-cooperation {
    padding: 100px 0;
}
.hltle-title {
    margin-bottom: 54px;
}
.hltle-title span {
    font-size: 44px;
}

.business-cooperation {
    position: relative;
}
.business-cooperation:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: #f8f8f7 url(../style/images/contactbg.png) no-repeat bottom left;
    -webkit-border-radius: 0 60px 60px 0;
    border-radius: 0 60px 60px 0;
}
.business-cooperation .mainbk {
    position: relative;
    z-index: 3;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.business-cooperation .left {
    width: 33%;
    color: #393e3e;
}
.business-cooperation .context {
    margin-bottom: 54px;
    font-size: 24px;
    line-height: 40px;
    text-align: justify;
}
.business-cooperation .ctc p {
    font-size: 22px;
    margin-bottom: 15px;
}
.business-cooperation .ctc span {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}
.business-cooperation .right {
    width: 50%;
}

.projectcon {
    padding-bottom: 100px;
}
.project-advantage ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.project-advantage ul li {
    width: 22%;
    color: #393e3e;
}
.project-advantage ul li div {
    margin-bottom: 18px;
    padding-left: 34px;
    font-size: 23px;
    border-left: 5px solid #bb913d;
}
.project-advantage ul li p {
    line-height: 2;
}

.operationcon {
    padding-bottom: 80px;
}
.operationcon ul {
    position: relative;
    top: -38px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: -38px;
    padding: 0 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 45px 0 rgba(207, 207, 207, 0.53);
}
.operationcon ul li {
    display: -webkit-flex;
    display: flex;
    border-bottom: 5px solid #bb913d;
}
.operationcon ul li p {
    padding: 25px 60px;
    font-size: 23px;
    color: #393e3e;
    text-align: center;
}
.operationcon .mainbk {
    position: relative;
}
.operationcon .mainbk .opepic img {
    width: 100%;
    opacity: .5;
    vertical-align: middle;
}
.operationcon .mainbk .opetext {
    position: absolute;
    top: 0;
    right: 80px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 38%;
    height: 100%;
    color: #393e3e;
}
.operationcon .mainbk .opetext .tit {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.operationcon .mainbk .opetext .tit span {
    margin-left: 28px;
    font-size: 23px;
    color: #393e3e;
}
.operationcon .mainbk .opetext p {
    margin-bottom: 30px;
    font-size: 20px;
    color: #393e3e;
    text-align: justify;
}
.operationcon .mainbk .opetext a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 176px;
    height: 42px;
    margin-top: 30px;
    color: #fff;
    background: #bb913d;
    border-color: #BB913D;
    border-radius: 21px;
}
.operationcon .mainbk .opetext a i {
    width: 40px;
    height: 20px;
    margin-left: 20px;
    background: url(../style/images/logoiconw.png) no-repeat center right;
    border-left: 1px solid #fff;
}

.downloadcon ul.sub {
    position: relative;
    top: -38px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: -38px;
    padding: 0 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 45px 0 rgba(207, 207, 207, 0.53);
}
.downloadcon ul.sub li {
    display: -webkit-flex;
    display: flex;
    border-bottom: 5px solid #bb913d;
}
.downloadcon ul.sub li p {
    padding: 25px 60px;
    font-size: 23px;
    color: #393e3e;
    text-align: center;
}
.downloadcon ul.code {
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    margin-bottom: 80px;
}
.downloadcon ul.code li {
    text-align: center;
}

.schoolcon ul.tabnav {
    position: relative;
    top: -38px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: -38px;
    padding: 0 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 45px 0 rgba(207, 207, 207, 0.53);
}
.schoolcon ul.tabnav li {
    display: -webkit-flex;
    display: flex;
    margin: 0 30px;
}
.schoolcon ul.tabnav li.on {
    border-bottom: 5px solid #bb913d;
}
.schoolcon ul.tabnav li a {
    padding: 25px 60px;
    font-size: 23px;
    color: #393e3e;
    text-align: center;
}
.schoolcon ul.tabcon li {
    display: none;
}
.schoolcon ul.tabcon li.on {
    display: block;
}

body.join .header {
    background: transparent;
    border-bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.join .header.headerbg {
    background: #fff;
}
body.join .header:hover {
    background: #fff;
}
body.join .headerup {
    top: -64px;
}
body.join .main {
    padding-top: 0;
}
.bannerfull {
    height: calc(66.64vw - 66px);
    overflow: hidden;
}
.bannerfull img {
    vertical-align: middle;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: moveUp;
    animation-name: moveUp;
}
.partcontact {
    padding: 100px 0 54px;
    background-color: #fff;
}
.partcontact p {
    padding-bottom: 30px;
    font-size: 44px;
    text-align: center;
}
.partcontact form {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.finput {
    width: 340px;
    height: 21px;
    margin-right: 15px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.finput:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0,123,255,.25);
}
.fbutton {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #bb913d;
    border: 1px solid #BB913D;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
}
.partcontact a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    padding: 6px 12px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #bb913d;
    border: 1px solid #BB913D;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.activitytabs {
    background-color: #fff;
}
.activitytabs .tablist {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activitytabs .tabitem {
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0 40px 6px 0;
    padding: 0;
    color: #393e3e;
    background: transparent;
    cursor: pointer;
}
.activitytabs .tabitem.tab4 {
    margin: 0 0 6px;
}
.activitytabs .tabitem.swiper-pagination-bullet-active {
    color: #4581fb;
}
.activitytabs .tabitem:hover {
    color: #4581fb;
}
.activitytabs .itembar {
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 3px;
    margin-left: 10px;
    -webkit-transition: width .6s;
    transition: width .6s
}
.activitytabs .tabitem.swiper-pagination-bullet-active .itembar {
    width: 100%;
    background: #4581fb;
}
.activitytabs .numicon {
    width: 60px;
    height: 60px;
    background-position: 50%;
    background-size: auto 100%;
    -webkit-transition: background-image .5s;
    transition: background-image .5s
}
.activitytabs .num1 {
    background: url(../style/images/01_nor.png) center/contain no-repeat;
}
.activitytabs .num2 {
    background: url(../style/images/02_nor.png) center/contain no-repeat;
}
.activitytabs .num3 {
    background: url(../style/images/03_nor.png) center/contain no-repeat;
}
.activitytabs .num4 {
    background: url(../style/images/04_nor.png) center/contain no-repeat;
}
.activitytabs .swiper-pagination-bullet-active .num1 {
    background: url(../style/images/01_sel.png) center/contain no-repeat;
}
.activitytabs .swiper-pagination-bullet-active .num2 {
    background: url(../style/images/02_sel.png) center/contain no-repeat;
}
.activitytabs .swiper-pagination-bullet-active .num3 {
    background: url(../style/images/03_sel.png) center/contain no-repeat;
}
.activitytabs .swiper-pagination-bullet-active .num4 {
    background: url(../style/images/04_sel.png) center/contain no-repeat;
}
.activitytabs .tabitem:hover .num1 {
    background: url(../style/images/01_sel.png) center/contain no-repeat;
}
.activitytabs .tabitem:hover .num2 {
    background: url(../style/images/02_sel.png) center/contain no-repeat;
}
.activitytabs .tabitem:hover .num3 {
    background: url(../style/images/03_sel.png) center/contain no-repeat;
}
.activitytabs .tabitem:hover .num4 {
    background: url(../style/images/04_sel.png) center/contain no-repeat;
}
.activitytabs span {
    margin-left: 15px;
    font-size: 22px;
}
.activitycon {
    background: url(../style/images/joinbg1.jpg) center/cover no-repeat;
}
.activitycon .swiper-activity {
    width: 100%;
    height: calc(100vh - 66px);
    padding-bottom: 34px;
}
.activitycon .acttit {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;    height: 120px;
    font-size: 40px;
    color: #393e3e;
    text-align: center;
}
.activitycon .actbk {
    position: relative;
    width: 100%;
    height: calc(100% - 120px);
    text-align: center;
}
.activitycon .actbk:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 25%;
    z-index: -1;
    display: block;
    width: 200px;
    height: 200px;
    background: url(../style/images/joinbg2.png) center/contain no-repeat;
}
.activitycon .actbk:after {
    content: '';
    position: absolute;
    right: 25%;
    bottom: 10%;
    z-index: -1;
    display: block;
    width: 200px;
    height: 200px;
    background: url(../style/images/joinbg3.png) center/contain no-repeat;
}
.activitycon .actbk img {
    width: auto;
    max-height: 100%;
    vertical-align: middle;
    border-radius: 15px;
    box-shadow: 0 0 45px 0 rgba(207, 207, 207, 0.53);
}
.activitycon .swiper-slide-active .actbk img {
    -webkit-animation: bounceIn 1s 1;
    animation: bounceIn 1s 1;
}
.activitycon .swiper-activity-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    width: 48px;
    height: 48px;
    background: url(../style/images/left-gray.svg) no-repeat;
    opacity: .6;
    cursor: pointer;
}
.activitycon .swiper-activity-prev:hover {
    opacity: 1;
}
.activitycon .swiper-activity-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
    width: 48px;
    height: 48px;
    background: url(../style/images/right-gray.svg) no-repeat;
    opacity: .6;
    cursor: pointer;
}
.activitycon .swiper-activity-next:hover {
    opacity: 1;
}
.cent-title {
    padding-top: 100px;
    padding-bottom: 54px;
    font-size: 44px;
    text-align: center;
}
.activationcon {
    padding-bottom: 60px;
    background: url(../style/images/joinbg2.jpg) center/cover no-repeat;
}
.activationcon ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.activationcon ul li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: calc(50% - 15px);
    margin-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.activationcon ul li:hover {
    box-shadow: 1px 5px 24px #9099d12e;
    transform: translateY(-10px);
}
.activationcon ul li a {
    position: absolute;
    right: 30px;
    bottom: -30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.activationcon ul li:hover a {
    bottom: 30px;
}
.activationcon ul li .actimg {
    width: 220px;
}
.activationcon ul li .actimg img {
    vertical-align: middle;
}
.activationcon .acttext {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 24px;
}
.activationcon .acttext .pname {
    padding-bottom: 30px;
    font-size: 24px;
}
.activationcon .acttext p {
    padding-bottom: 15px;
    font-size: 20px;
}
.activationcon .acttext span {
    font-size: 20px;
}
.commissioncon {
    padding-bottom: 80px;
    background: #fffbe0;
}
.commissioncon .combk {
    position: relative;
    z-index: 1;
    text-align: center;
}
.commissioncon .combk:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: -1;
    display: block;
    width: 200px;
    height: 200px;
    background: url(../style/images/joinbg4.png) center/contain no-repeat;
}
.commissioncon .combk:after {
    content: '';
    position: absolute;
    right: 5%;
    bottom: 10%;
    z-index: -1;
    display: block;
    width: 200px;
    height: 200px;
    background: url(../style/images/joinbg5.png) center/contain no-repeat;
}
.commissioncon .combk img {
    vertical-align: middle;
    border-radius: 15px;
    box-shadow: 0 0 45px 0 rgba(207, 207, 207, 0.53);
}
.purchasingcon .purbk {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.purchasingcon .pcon {
    position: relative;
    width: calc(50% - 15px);
    height: 300px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
    transition: width 0.3s ease;
}
.purchasingcon .pleft {
    background-color: #4581fb;
}
.purchasingcon .pright {
    background-color: #ffa314;
}
.purchasingcon .purimg {
    position: absolute;
    right: 0;
    bottom: -100px;
    max-width: 300px;
}
.purchasingcon .purimg img {
    vertical-align: middle;
    object-fit: contain;
}
.purchasingcon .purtext {
    padding-left: 60px;
    color: #fff;
}
.purchasingcon .purtext .ptit {
    padding-bottom: 30px;
    font-size: 24px;
}
.purchasingcon .purtext .ptxt {
    padding-bottom: 15px;
    font-size: 20px;
}
.purchasingcon .purtext p {
    transform: translateY(150px);
    -webkit-transition: all .3s ease;
    transition: all .4s ease;
}
.purchasingcon .pcon:hover .purtext p {
    transform: translateY(0)
}

.footertop {
    color: #393e3e;
    background: url(../style/images/footerbg.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 0 24px;
}
.footertop .wrap .mainbk {
    display: -webkit-flex;
    display: flex;
}
.footle {
    width: 18%;
    flex-shrink: 0;
}
.footle img {
    width: 40%;
}
.footri {
    flex: 1;
}
.footri ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.footri ul li {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.footri ul li h4 {
    position: relative;
    padding: 12px 0;
    margin-bottom: 18px;
}
.footri ul li h4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c8ccd4;
    bottom: 0;
    left: 0
}
.footri ul li h4:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #bb913d;
    bottom: 0;
    left: 0
}
.footri ul li a {
    display: block;
    margin-bottom: 4px;
    color: #393e3e;
}
.footri ul li p {
    margin-bottom: 4px;
}


body.index.night .main, body.contact.night .main, body.about.night .main, body.operation.night .main, body.download.night .main, body.join.night .main {
    background: #191919;
}
.night .hlt-title, .night .company-profile .mainbk .para, .night .partners .mainbk .con, .night .partners .mainbk .con .more a, .night .news-information .more a, .night .news-information .mainbk .postcon .right .postitem a .itemright p, .night .business-cooperation .left, .night .project-advantage ul li, .night .operationcon .mainbk .opetext .tit span, .night .operationcon .mainbk .opetext p, .night .downloadcon ul.code li, .night .partcontact p, .night .activitycon .acttit, .night .cent-title, .night .partcontact p, .night .footri ul li a {
    color: #ccc;
}
body.contact.night .business-cooperation:after {
    background: #2f2f2f url(../style/images/contactbg.png) no-repeat bottom left;
}
body.join.night .header.headerbg {
    background: #202020;
}
body.join.night .partcontact, body.join.night .activitycon, body.join.night .activationcon, body.join.night .commissioncon {
    background: transparent;
}
body.join.night .activitytabs, body.join.night .activationcon ul li {
    background: #bbbbbb;
}
body.join.night .activitycon .actbk:before {
    opacity: .5;
}
.night .footertop {
    color: #ccc;
    background: #191919;
}
.partners .mainbk .con .more a:hover, .news-information .more a:hover, .news-information .mainbk .postcon .right .postitem a:hover .itemright p, .footri ul li a:hover {
    color: #BB913D;
}
.partners .consult a:hover, .operationcon .mainbk .opetext a:hover, .fbutton:hover {
    background-color: #4581fb;
    border-color: #007bff;
}
.partcontact a:hover {
    color: #fff;
    background-color: #4581fb;
    border-color: #007bff;
}
body.join.night .header:hover {
    background: #202020;
}


@media screen and (max-width: 1920px) {
    .wrap {
        width: auto;
        max-width: 1440px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1440px) {
    .wrap {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .wrap {
        width: auto;
    }
    .advantage .mainbk .list .item.scale1 .itemcon {
        top: 60px;
    }
    .advantage .mainbk .list .item.scale1 .conbottom {
        margin: 24px 1%;
    }
    .partners .mainbk .con .bigtitle {
        font-size: 24px;
    }

    .business-cooperation .mainbk {
        align-items: center;
    }

    .bannerfull {
        height: calc(66.64vw - 30px);
    }
}

@media screen and (max-width: 1080px) {
    .company-profile .mainbk .para p {
        font-size: 14px;
    }
}

@media screen and (max-width: 750px) {
    .bannersuc .swiper-bannersuc a img.pc {
        display: none;
    }
    .bannersuc .swiper-bannersuc a img.mb {
        display: block;
    }
    .swiper-bannersuc .swiper-pagination-bannersuc {
        bottom: 5px;
    }
    .swiper-bannersuc .swiper-pagination-bannersuc .swiper-pagination-bullet {
        width: 15px;
    }
    .swiper-bannersuc .swiper-pagination-bannersuc .swiper-pagination-bullet-active {
        width: 30px;
    }
    .company-profile .mainbk {
        flex-direction: column;
        align-items: center;
    }
    .company-profile .mainbk .para p {
        font-size: 16px;
        line-height: 1.6;
    }
    .company-profile .mainbk .para, .company-profile .mainbk .pic {
        width: auto;
        margin: 0 15px;
    }
    .para, .company-profile .mainbk .pic img {
        margin-top: 24px;
    }
    .advantage .mainbk .list {
        width: 350%;
        height: 50vh;
        margin-left: 15px;
    }
    .advantage .mainbk {
        overflow: auto;
        padding-bottom: 6px;
    }
    .advantage .mainbk::-webkit-scrollbar {
        height: 3px;
    }
    .advantage .mainbk .list .item .conbottom {
        display: block;
    }
    .advantage .mainbk .list .item .itemcon{
        top: auto;
        bottom: 0;
        left: 0;
        width: 84%;
        padding: 20px 8%;
        text-align: left;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: inset 0 0 4px 0 rgb(165 165 165);
    }
    .advantage .mainbk .list .item .conlogo {
        margin-bottom: 10px;
    }
    .advantage .mainbk .list .item .conlogo img {
        width: 40px;
    }
    .advantage .mainbk .list .item .context {
        margin-bottom: 8px;
        color: #393e3e;
    }
    .advantage .mainbk .list .item .conbottom p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.6;
        color: #393e3e;
    }

    .partners .mainbk .swiper-slide {
        flex-direction: column;
    }
    .partners .mainbk .media {
        width: 100%;
    }
    .partners .mainbk .con {
        padding: 20px;
        color: #393e3e;
        background-color: #fff;
        box-shadow: inset 0 0 4px 0 rgb(165 165 165);
    }
    .partners .mainbk .con .bigtitle {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 20px;
    }
    .partners .mainbk .con .sub {
        margin-top: 3px;
        padding-top: 8px;
    }
    .partners .mainbk .con .num {
        margin-top: 20px;
    }
    .partners .mainbk .con .num ul li span {
        font-size: 22px;
    }
    .partners .mainbk .con .num ul li i {
        width: 15px;
        height: 24px;
    }
    .partners .mainbk .con .more {
        margin-top: 25px;
    }
    .partners .mainbk .con .more a {
        color: #393e3e;
    }

    .news-information .mainbk .postcon {
        flex-direction: column;
        margin: 30px 15px 50px;
    }
    .news-information .mainbk .postcon .right {
        margin-top: 40px;
        padding-left: 0;
    }
    .news-information .mainbk .postcon .right .postitem {
        margin-bottom: 20px;
    }
    .news-information .mainbk .postcon .right .postitem a .itemright .tit {
        font-size: 20px;
    }

    .bannerpag .mainbk {
        padding: 0 15px;
    }
    .bannerpag p {
        font-size: 18px;
    }
    .business-cooperation:after {
        display: none;
    }
    .business-cooperation .mainbk {
        flex-direction: column;
        padding: 0 15px;
    }
    .business-cooperation .context {
        font-size: 16px;
    }
    .business-cooperation .left, .business-cooperation .right {
        width: 100%;
    }

    .project-advantage ul {
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px;
    }
    .project-advantage ul li {
        width: 100%;
        margin-bottom: 28px;
    }

    .operationcon ul {
        top: -10px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .operationcon ul li p {
        padding: 15px 10px;
        font-size: 18px;
    }
    .operationcon .mainbk {
        margin: 0 15px;
    }
    .operationcon .mainbk .opetext {
        position: static;
        width: auto;
        padding: 15px 18px;
    }
    .operationcon .mainbk .opetext .tit img {
        width: 40px;
    }
    .operationcon .mainbk .opetext .tit span {
        margin-left: 20px;
        font-size: 20px;
    }
    .operationcon .mainbk .opetext p {
        font-size: 18px;
    }
    .operationcon .mainbk .opetext a {
        margin-top: 10px;
    }

    .downloadcon ul.sub {
        top: -10px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .downloadcon ul.sub li p {
        padding: 15px 10px;
        font-size: 20px;
    }

    .schoolcon ul.tabnav {
        top: -10px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .schoolcon ul.tabnav li {
        margin: 0 10px;
    }
    .schoolcon ul.tabnav li a {
        padding: 15px 10px;
        font-size: 18px;
    }
    .schoolcon .mask {
        margin-bottom: 30px;
    }
    .schoolcon .block.hotspot {
        margin: 8px 8px 0;
    }

    .partcontact p {
        font-size: 32px;
    }

    .activitytabs .tabitem {
        margin: 0 15px 6px 0;
    }
    .activitytabs .numicon {
        width: 42px;
        height: 42px;
        flex-shrink: 0;
    }
    .activitytabs span {
        display: none;
        margin-left: 10px;
        font-size: 18px;
    }
    .activitytabs .swiper-pagination-bullet-active span {
        display: block;
    }
    .activitycon .swiper-activity {
        height: auto;
    }
    .activitycon .actbk {
        height: auto;
    }
    .activitycon .actbk:before {
        display: none;
    }
    .activitycon .actbk:after {
        display: none;
    }
    .activitycon .acttit {
        margin: 30px 24px;
        font-size: 32px;
    }
    .activitycon .swiper-activity-prev {
        display: none;
    }
    .activitycon .swiper-activity-next {
        display: none;
    }

    .activationcon ul li {
        width: 100%;
    }
    .activationcon ul li:hover {
        transform: translateY(0);
    }
    .activationcon ul li .actimg {
        width: 150px;
    }
    .activationcon .acttext {
        margin-left: 0;
    }
    .activationcon .acttext .pname {
        padding: 5px 0 20px;
        font-size: 22px;
    }
    .activationcon .acttext p {
        padding-bottom: 10px;
        font-size: 18px;
    }
    .activationcon .acttext span {
        font-size: 18px;
    }
    .activationcon ul li a {
        right: 0;
        bottom: 0;
        display: block;
        padding: 2px 6px;
        font-size: 14px;
        color: #fff;
        background: rgba(10,10,10,0.2);
        border-top-left-radius: 15px;
    }
    .activationcon ul li:hover a {
        right: 0;
        bottom: 0;
    }

    .purchasingcon .purbk {
        flex-direction: column;
    }
    .purchasingcon .pcon {
        width: 100%;
        height: 200px;
    }
    .purchasingcon .pleft {
        margin-bottom: 30px;
    }
    .purchasingcon .purimg {
        width: 200px;
        height: 200px;
        right: -10px;
        bottom: -80px;
    }
    .purchasingcon .purtext {
        padding-left: 40px;
    }
    .purchasingcon .purtext .ptit {
        padding: 5px 0 20px;
        font-size: 22px;
    }
    .purchasingcon .purtext .ptxt {
        padding-bottom: 10px;
        font-size: 18px;
    }
    .purchasingcon .purtext p {
        padding-right: 30px;
        transform: translateY(0);
    }

    .partcontact {
        padding: 50px 0;
    }

    .bannerfull {
        height: calc(66.64vw - 10px);
    }

    .footertop .wrap .mainbk {
        flex-direction: column;
        margin: 0 15px;
    }
    .footertop .footle img {
        width: 80%;
    }
    .footertop ul li:not(:last-child) {
        display: none;
    }


    .night .advantage .mainbk .list .item .context, .night .advantage .mainbk .list .item .conbottom p {
        color: #ccc;
    }
    .night .advantage .mainbk .list .item .itemcon, .night .partners .mainbk .con {
        background-color: #292929;
    }
}


.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}


@-webkit-keyframes moveUp {
    0% { transform:  translate(0,0); }
    50% { transform: translate(0,-3%); }
    100% { transform:  translate(0,0); }
}
@keyframes moveUp {
    0% { transform:  translate(0,0); }
    50% { transform: translate(0,-3%); }
    100% { transform:  translate(0,0); }
}