.main-color {
    color: #EC6C1F;
}

.pt80 {
    padding-top: 80px;
}

.pt60 {
    padding-top: 60px;
}

.index-bg {
    background: url("../png/index-bg.png") center center no-repeat;
    height: 680px;
    min-width: 1200px;
    animation-name: scaleBanner;
    animation-duration: 5s;
}

.index-bg:hover {
    animation-name: scaleBannerBig;
    animation-duration: 2s;
    transform: scale(1.1)
}

.index-header {
    position: fixed;
    z-index: 98;
}

.footer-box {
    height: 350px;
    background: #ED6D1E;
}

.footer-box a {
    color: #ffffff !important;
}

.footer-line {
    border-top: 1px solid #F49E68;
    margin-top: 45px;
    padding-top: 15px;
}

.footer-logo {
    width: 232px;
    height: 30px;
    background: url("../png/footer-logo.png") no-repeat;
    padding-right: 80px;
    /*margin-right: 80px;*/
    /*background-size: 100% 100%;*/
}

.ft10 {
    font-size: 10px;
}

@keyframes scaleBanner {
    from {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes scaleBannerBig {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(1.1)
    }
}

.epet-intro div {
    padding-bottom: 10px;
    font-family: Microsoft YaHei;
}

.line-img {
    background: url("../png/line-bg.png") center center no-repeat;
    height: 120px;
    min-width: 1200px;
}

.intro-img {
    background: url("../png/intro-bg.png") center center no-repeat;
    height: 870px;
    min-width: 1200px;
    position: relative;
}

.intro-tip-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: -52px -5px;
    width: 341px;
    height: 145px;
}

.intro-tip {

    /*top:310px;*/
    /*left: 780px;*/

    animation: floatDown 2s linear infinite;
}

@keyframes floatDown {
    25% {
        transform: translateY(-4px);
    }

    50%, 100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(4px);
    }
}

.about-box {
    background: url("../png/about-bg.png") center center no-repeat;
    /*height: 800px;*/
    min-width: 1200px;
    padding-bottom: 100px;
}

/*@media screen and (max-width: 1750px) {*/
/*    .about-box .swiper-banner{*/
/*        transform: scale(0.8);*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1400px) {*/
/*    .about-box .swiper-banner{*/
/*        transform: scale(0.7);*/
/*    }*/
/*}*/
.about-box .about-title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 61px;
    position: relative;
    margin-bottom: 60px;
}

.about-box .about-title::before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-font {
    position: absolute;
    bottom: 23px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    /*min-width: 380px;*/
}

.swiper-font .swiper-detail {
    padding: 9px 17px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    cursor: pointer;
}

.swiper-font .swiper-detail img {
    margin-left: 6px;
}

.swiper-font .swiper-detail div {
    line-height: 1;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-prev {
    background: url("../png/left.png") no-repeat;
    width: 62px !important;
    height: 62px !important;
    border-radius: 50%;
    left: 250px !important;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-next {
    background: url("../png/right.png") no-repeat;
    width: 62px !important;
    height: 62px !important;
    border-radius: 50%;
    right: 250px !important;
}

.op5 {
    opacity: 0.5;
}

.news-box {
    /*background: #ffffff;*/
    min-height: 870px;
    padding-bottom: 20px;
}

.news-title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    padding-top: 61px;
    position: relative;
    margin-bottom: 60px;
}

.news-title::before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #EC6C1F;
    border-radius: 2px;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.menu-one {
    width: 200px;
    height: 60px;
    background: rgba(236, 108, 31, 0);
    border: 1px solid #999999;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    margin-right: 50px;
    cursor: pointer;
    margin-bottom: 35px;
}

.menu-one-tab {
    width: 200px;
    height: 60px;
    background: rgba(236, 108, 31, 0);
    border: 1px solid #999999;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    margin-right: 50px;
    cursor: pointer;
    margin-bottom: 22px;
}

.industry-advantages .menu-bar .menu-one:last-child {
    margin-right: 0;
}

.menu-active {
    background: #EC6C1F;
    color: #ffffff !important;
    border: 0;
    position: relative;
}

.menu-active::before {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #EC6C1F;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.news-list {
    background: #F7F7F7;
    border-radius: 20px;
}

.list-one {
    height: 280px;
    padding: 35px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #D7D7D7;
    cursor: pointer;
}

.list-one:last-child {
    border: 0;
}
.list-one:hover{
    color: #333;
}
.list-two:last-child {
    border: 0;
}

.list-one .date-box div:nth-child(1) {
    font-size: 70px;
    color: #ED6D1E;
    margin-right: 55px;
}

.list-one .date-box div:nth-child(2) {
    font-size: 20px;
    color: #333;
}

.list-one img {
    width: 320px;
    height: 210px;
    border-radius: 10px;
    margin-left: 67px;
}

.list-two img {
    width: 320px;
    height: 210px;
    border-radius: 10px;
    margin-right: 67px;
}

.list-two {
    height: 280px;
    padding: 35px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #D7D7D7;
}

.line {
    width: 1px;
    height: 15px;
    background: #A9A9A9;
    margin: 0 12px;
}

.content-intro {
    width: 585px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 27px;
}

.hide-menu {
    display: none;
}

.more-btn {
    width: 120px;
    height: 35px;
    background: #F7F7F7;
    border-radius: 18px;
    margin: 30px auto 0 auto;
    cursor: pointer;
}

.more-btn img {
    margin-left: 5px;
}

.shadow-box {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    /*overflow-y: scroll;*/
}

.corporate-culture img {
    border-radius: 10px;
}

.corporate-culture img:hover {
    animation-name: scaleBannerBig;
    animation-duration: 2s;
    transform: scale(1.1);
}

.corporate-box {
    width: 390px;
    height: 250px;
    overflow: hidden;
    border-radius: 20px
}

.corporate-culture {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    width: 1380px;
    height: 830px;
    background: #FFFFFF;
    border-radius: 20px;
    min-width: 1100px;
}

.industry-advantages {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    width: 1380px;
    height: 700px;
    background: #FFFFFF;
    border-radius: 20px;
    min-width: 1100px ;
}

.development-history {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    width: 1380px;
    height: 750px;
    border-radius: 20px;
    background: url("../png/fzls.png") center center no-repeat;
}

@media screen and (max-width: 1600px) {
    .development-history, .industry-advantages, .financing-relationship, .enterprise-honor,.transform-box {
        transform: scale(0.8);
    }
    .corporate-culture{
        width: 1100px !important;
        height: 700px !important;
    }
    .corporate-culture .news-title{
        padding-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .corporate-box{
        width: 312px !important;
        height: 200px !important;
        margin-right: 8px !important;
    }
    .corporate-box img{
        width: 312px !important;
        height: 200px !important;
    }
    .corporate-big-box{
        padding: 0 70px !important;
    }
    .swiper-banner .ft20{
        font-size: 16px !important;
    }
}

.left-click {
    position: absolute;
    left: 90px;
    bottom: 318px;
    cursor: pointer;
    z-index: 99;
}

.right-click {
    position: absolute;
    right: 90px;
    bottom: 319px;
    cursor: pointer;
    z-index: 99;
}

.swiper-line {
    width: 1110px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.historySwiper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
    overflow-x: hidden;
}

.circle {
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
}

.year-content {
    width: 440px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute;
    font-size: 14px;
}

.year-dot:hover .year-content, .year-dot:hover .circle {
    background: #EC6C1F;
    color: #ffffff;
}

.year-dot:hover .top-san::before {
    border-top-color: #EC6C1F !important;
}

.year-dot:hover .bottom-san::before {
    border-bottom-color: #EC6C1F !important;
}

.development-history .oline {
    background: #ffffff !important;
}

.top-san::before {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
}

.bottom-san::before {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -16px;
}

.historySwiper .swiper-slide {
    height: 410px;
}

.pop-font {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.del-img {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    z-index: 100;
}

.ppl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 74px;
}

.financing-relationship {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    width: 1380px;
    height: 700px;
    background: #FFFFFF;
    border-radius: 20px;
}

.enterprise-honor {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    width: 1380px;
    height: 650px;
    border-radius: 20px;
    background: url("../png/qyry.png") center center no-repeat;
    /*overflow: hidden;*/
}

/*商户赋能*/
.mine-brand{
    width: 1200px;
    height: 300px;
    background: url("../png/xqx_bg.png") center center no-repeat;
}
.xqx-logo{
    width: 170px;
    height: 71px;
    margin-top: 53px;
    margin-left: 67px;
}
.card-two{
    margin-bottom: 60px;
}
.merchant-bg {
    background: url("../png/merchant.png") center center no-repeat;
    height: 600px;
    min-width: 1200px;
    animation-name: scaleBanner;
    animation-duration: 5s;
}

.merchant-bg:hover {
    animation-name: scaleBannerBig;
    animation-duration: 2s;
    transform: scale(1.1)
}

.merchant-menu-bar {
    height: 90px;
    background: #EC6C1F;
}

.merchant-banner {
    height: 600px;
}

.merchant-menu-one {
    width: 240px;
    margin-top: 10px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: url("../png/menu-bg.png");
    margin-right: 9px;
    cursor: pointer;
}

.merchant-menu-active {
    background: url("../png/menu-active.png");
    color: #EC6C1F;
    font-weight: bold;
}

.merchant-list {
    height: 300px;
    background: #F7F7F7;
    border-radius: 20px;
    padding: 35px 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.merchant-list .content div{
    padding-bottom: 8px;
}
.merchant-list img {
    margin-left: 0;
    margin-right: 0;
}

.card-three img {
    margin-right: 20px;
}

.phone-box {
    position: relative;
}

.phone-content {
    width: 552px;
    border-radius: 30px;
}
.phone-img{
    scrollbar-width:none;
}
.phone-img::-webkit-scrollbar {
    width: 0;
}

.phone-content img {
    width: 100%;
    border-radius: 30px;
}

.phone-box .phone-img {
    width: 600px;
    height: 1214px;
    background: url("../png/phone.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: -440px;
    transform: translateX(-50%);
    z-index: 11;
    border-radius: 100px;
}

.phone-head {
    width: 600px;
    position: absolute;
    left: 50%;
    top: -462px;
    transform: translateX(-50%);
    z-index: 12;
}
.phone-bottom{
    width: 600px;
    position: absolute;
    left: 50%;
    bottom: -796px;
    transform: translateX(-50%);
    z-index: 12;
}
.merchant-content {
    /*height: 500px;*/
    background: #FFFFFF;
}
.merchant-content-two {
    /*height: 500px;*/
    background: #FFFFFF;
}

.merchant-bottom {
    height: 1606px;
    background: #F7F7F7;
    padding-bottom: 78px;
}

.merchant-tips {
    width: 590px;
    height: 240px;
    background: #FFFFFF;
    border-radius: 20px;
}
.merchant-tips .content div{
    padding-bottom: 5px;
}
.merchant-tips img {
    width: 100px;
    height: 100px;
}


/*联系我们*/
.contact-bg {
    background: url("../png/contact-bg.png") center center no-repeat;
    height: 600px;
    min-width: 1200px;
    animation-name: scaleBanner;
    animation-duration: 5s;
}

.contact-bg:hover {
    animation-name: scaleBannerBig;
    animation-duration: 2s;
    transform: scale(1.1)
}

.border-dashed {
    border-bottom: 1px dashed #D7D7D7;
    padding-bottom: 30px;
}

.other-info {
    height: 860px;
    background: #FFFFFF;
}

.title-area {
    position: absolute;
    top: 68px;
    left: 5px;
}

.contact-box {
    width: 570px;
    height: 120px;
    background: #F7F7F7;
    border-radius: 20px;
}

/*品牌经营管理*/
.brand-bg {
    background: url("../png/brand-bg.png") center center no-repeat;
    height: 600px;
    min-width: 1200px;
    animation-name: scaleBanner;
    animation-duration: 5s;
}

.brand-bg:hover {
    animation-name: scaleBannerBig;
    animation-duration: 2s;
    transform: scale(1.1)
}

.brand-list img {
    margin-right: 48px;
    margin-bottom: 40px;
}

.brand-list img:nth-child(6n) {
    margin-right: 0;
}

.marketing-box {
    height: 800px;
    background: #FFFFFF;
}

.marketing-intro {
    width: 224px;
    height: 500px;
    background: #F7F7F7;
    border-radius: 20px;
    margin-right: 15px;
    /*padding-right: 20px;*/
    box-sizing: border-box;
}

.app-box {
    max-height: 2239px;
    background: #F7F7F7;
}

.app-menu div {
    margin-right: 15px;
}

.app-menu-active {
    border-radius: 20px;
    box-sizing: border-box;
    outline: 5px solid #74BE5F;;
    outline-offset: -5px;
    position: relative;
}

.app-menu-active::after {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #74BE5F;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.epet-box {

}

.epet-info {
    width: 1200px;
    height: 240px;
    margin: 20px auto;
    background: url("../png/epet-bg.png") no-repeat;
    background-size: 100%;
    color: #74BE5F;
    padding: 50px 40px;
    box-sizing: border-box;
}

.epet-show {
    width: 1200px;
    height: 950px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0 auto;
}

.epet-intro-one {
    margin-right: 100px;
}

.epet-intro-one:last-child {
    margin-right: 0;
}

.advantage-one {
    width: 390px;
    height: 300px;
    background: #74BE5F;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 70px 40px;
    box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 15px;
}

.advantage-one:nth-child(3n) {
    margin-right: 0;
}

.font-white {
    position: relative;
}

.font-white::before {
    content: '';
    width: 30px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.font-green {
    position: relative;
}

.font-green::before {
    content: '';
    width: 30px;
    height: 5px;
    background: #74BE5F;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.bg1 {
    background: url("../png/nrzy.png") no-repeat;
    background-size: 100%;
}

.bg2 {
    background: url("../png/spzy.png") no-repeat;
    background-size: 100%;
}

.bg3 {
    background: url("../png/fwzy.png") no-repeat;
    background-size: 100%;
}

.bg4 {
    background: url("../png/spff.png") no-repeat;
    background-size: 100%;
}

.bg5 {
    background: url("../png/zpbz.png") no-repeat;
    background-size: 100%;
}

.epet-more-info {
    height: 820px;
    background: #FFFFFF;
}

/*品牌-它品*/
.tp {
    outline: 5px solid #814093;
}

.tp::after {
    border-top-color: #814093;
}

.tp-intro {
    background: url("../png/tp-bg.png");
    background-size: 100%;
    width: 1200px;
    height: 200px;
    margin: 30px auto;
    padding: 50px 0 0 40px;
    box-sizing: border-box;
}

.tp-platform-box {
    width: 1200px;
    height: 396px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0 auto;
}

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

.tp-title {
    position: relative;
    margin-top: 50px;
}

.tp-title::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -12px;
    width: 30px;
    height: 5px;
    background: #814093;

}

.tp-circle {
    margin-right: 70px;
}

.tp-circle .circle-box {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border: 2px solid #814093;
    border-radius: 50%;
    font-size: 18px;
    color: #814093;
}

.tp-phone {
    position: absolute;
    right: 144px;
    bottom: 0;
}

.tp-line-one {
    width: 595px;
    height: 180px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px 0 0 70px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tp-line-one:nth-child(2n) {
    margin-right: 0;
}

.tp-info-box {
    margin-bottom: 70px;
}

.tp-line-one:hover {
    background: #814093;
    color: #ffffff !important;
}

.tp-line-one:hover div {
    background: #814093;
    color: #ffffff !important;
}

/*品牌-它致*/
.tz {
    outline: 5px solid #FF183C;
}

.tz::after {
    border-top-color: #FF183C;
}

.tz-info {
    background: url("../png/tz_bg.png");
    background-size: 100%;
    height: 220px;
    margin: 30px auto 20px auto;
    padding: 50px 0 0 40px;
    box-sizing: border-box;
}

.tz-color {
    color: #FF183C;
}

.tz-bg-color {
    background: #FF183C;
}

.tz-bg1 {
    background: url("../png/01.png") no-repeat;
    background-size: 100%;
}

.tz-bg2 {
    background: url("../png/02.png") no-repeat;
    background-size: 100%;
}

.tz-bg3 {
    background: url("../png/03.png") no-repeat;
    background-size: 100%;
}

.tz-bg4 {
    background: url("../png/04.png") no-repeat;
    background-size: 100%;
}

.tz-bg5 {
    background: url("../png/05.png") no-repeat;
    background-size: 100%;
}

.tz-before::before {
    background: #FF183C;
}

/*品牌 芬宠*/
.fc-info {
    margin: 30px auto 20px auto;
    background: url("../png/fc_bg.png");
    background-size: 100%;
    height: 220px;
    padding: 50px 0 0 40px;
    box-sizing: border-box;
}

.fc {
    outline: 5px solid #FF183C;
}

.fc::after {
    border-top-color: #FF183C;
}

.fc-bg1 {
    background: url("../png/fc01.png") no-repeat;
    background-size: 100%;
    width: 795px;
    height: 300px;
    margin-right: 0;
}

.fc-bg2 {
    background: url("../png/fc02.png") no-repeat;
    background-size: 100%;
    margin-right: 15px !important;
}

.fc-bg3 {
    background: url("../png/fc03.png") no-repeat;
    background-size: 100%;
}

.fc-bg4 {
    background: url("../png/fc04.png") no-repeat;
    background-size: 100%;
    margin-right: 0;
}

/*天猫京东*/
.tmjd {
    outline: 5px solid #ED6D1E;
}

.tmjd::after {
    border-top-color: #ED6D1E;
}

.tmjd-list {
    width: 1200px;
    height: 800px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 30px auto;
    padding: 50px 0 0 20px;
    color: #ED6D1E;
}

.img-list {
    margin-top: 40px;
}

.img-list img {
    margin-right: 24px;
    margin-bottom: 30px;
}

/*生命品质*/
.life-bg {
    background: url("../png/life-bg.png") center center no-repeat;
    height: 600px;
    min-width: 1200px;
    animation-name: scaleBanner;
    animation-duration: 5s;
}

.life-bg:hover {
    animation-name: scaleBannerBig;
    animation-duration: 2s;
    transform: scale(1.1)
}

.life-box {
    height: 650px;
    background: #F7F7F7;
}

.welfare-box {
    height: 670px;
    background: #FFFFFF;
}

.one-box {
    width: 680px;
    height: 120px;
    border-bottom: 1px solid #E7E7E7;
    color: #333333;
    padding: 15px 30px 0 30px;
    box-sizing: border-box;
}

.num-index {
    position: absolute;
    right: 35px;
    bottom: 30px;
}

.box-name {
    position: absolute;
    left: 23px;
    bottom: 30px;
}

/*.one-box:hover{*/
/*    background: url("../images/life/active.png");*/
/*    background-size: 100%;*/
/*    color: #ffffff;*/
/*    border: 0;*/
/*}*/
.active-box {
    background: url("../png/active.png");
    background-size: 100%;
    color: #ffffff;
    border: 0;
}
