/*公共部分*/
body {
    min-width: 375px;
    background: white;
    font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

.allline {
    width: 60px;
    height: 4px;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: 8px;
}

.mt10 {
    margin-top: 10px;
}

.main-bg {
    width: 100%;
    background-size: 100% 100%;
    background-position: center center;
}

.w1200 {
    width: 1200px;
}

.w1400 {
    width: 1400px;
}

.w30 {
    width: 30%;
}

.ftr {
    text-align: right;
}

img {
    vertical-align: top;
}

.it1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block
}

.it3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    display: block
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flex-pj {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-flex-pack: justify;
    justify-content: space-between;
}

.flex-ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-flex-align: center;
    align-items: center;
}

.flex-pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-flex-pack: center;
    justify-content: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
.round10 {
    border-radius: 10px;
}

.ft20 {
    font-size: 20px;
}

.ft22 {
    font-size: 22px;
}

.ft28 {
    font-size: 28px;
}

.ft30 {
    font-size: 30px;
}

.ft32 {
    font-size: 32px;
}

.ft35 {
    font-size: 35px;
}

.ft36 {
    font-size: 36px;
}

.ft40 {
    font-size: 40px;
}

.ft45 {
    font-size: 45px;
}

.ft48 {
    font-size: 48px;
}

.ft50 {
    font-size: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb80 {
    margin-bottom: 80px;
}
.mt70 {
    margin-top: 70px;
}
.mt60 {
    margin-top: 60px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr32 {
    margin-right: 32px;
}

.ml20 {
    margin-left: 20px;
}

.mt3 {
    margin-top: 3px;
}

.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.pt40{
    padding-top: 40px;
}
.corange {
    color: #F07F39;
}

.bgorange {
    background-color: #F07F39;
}

.bgf8 {
    background-color: #F8F8F8;
}

.pop-bg {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.h100 {
    height: 100%;
}

.cursor {
    cursor: pointer;
}

.ls1 {
    letter-spacing: 1px;
}

.ls2 {
    letter-spacing: 2px;
}

.ls5 {
    letter-spacing: 5px;
}

.ls10 {
    letter-spacing: 10px;
}

/*尾部*/
.epet-bottom .wxico {
    width: 28px;
    height: 28px;
    background: url(../png/icon_wechat.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.epet-bottom .wbico {
    width: 28px;
    height: 28px;
    background: url(../png/icon_weibo.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.epet-bottom .wxico:hover {
    width: 28px;
    height: 28px;
    background: url(../png/icon_wechat_hover.png);
    background-size: 100% 100%;
}

.epet-bottom .wxico:hover img {
    display: block;
    width: 100px;
    left: -10px;
    top: -120px;
}

.epet-bottom .wbico:hover {
    width: 28px;
    height: 28px;
    background: url(../png/icon_weibo_hover.png);
    background-size: 100% 100%;
}

.epet-bottom .about-us {
    padding: 30px 0 26px 0;
    border-bottom: 1px solid #EEEEEE;
}

.epet-bottom .about-us > p {
    line-height: 26px;
}

.epet-bottom .bottom-content {
    padding: 76px 0 135px 0;
}

.epet-bottom .bottom-content .content-chapter {
    margin-right: 100px;
}

.epet-bottom .bottom-content .content-chapter a:hover {
    color: #F07F39
}

.epet-bottom .bottom-logo {
    margin-left: 60px;
    margin-top: 90px;
}

.epet-bottom .bottom-link span {
    margin-left: 38px;
    letter-spacing: 0px;
}


.banner-box {
    height: 680px;
    top: 0;
    left: 0;
    overflow: hidden;
}

.epet-menu a {
    color: #fff;
    font-size: 18px;
    padding-left: 65px;
    width: 86px;
    text-align: center;
    display: block;
}

.epet-menu > li {
    float: left;
}

.epet-menu > li:hover > a:after {
    opacity: 1;
    transform: scale(1, 1);
}

.epet-menu > li > a:after {
    display: block;
    content: "";
    height: 4px;
    width: 60px;
    position: absolute;
    bottom: -8px;
    left: 78px;
    background: #ED6D1E;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
}

.epet-menu > li a.show-sub-menu {
    color: #333;
    /*font-weight: bold;*/
}

.epet-menu > li ul.epet-sub-menu {
    display: none;
    z-index: 1;
    margin-top: 20px;
}

.epet-menu > li ul.epet-sub-menu li {
    padding: 4px 0;
    text-align: center;
}

.epet-menu > li ul.epet-sub-menu li a {
    font-size: 16px;
    color: #999;
    text-align: center;
    line-height: 28px;
}

.epet-menu > li ul.epet-sub-menu li a:hover {
    color: #F07F39;
}

.epet-back-color {
    /*position: fixed;*/
    height: 80px;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 1000;
    /* display: none; */
}

.logo1 {
    width: 180px;
    height: 23px;
    background: url(../png/logoyi.png);
    background-size: 100% 100%;
}

.logo2 {
    width: 180px;
    height: 23px;
    background: url(../png/logoyi_active.png);
    background-size: 100% 100%;
}

.epet-index-content-1 .slide-box {
    width: 30px;
    height: 57px;
    z-index: 2;
    margin-top: 200px;
}

.epet-index-content-1 .slide-line {
    width: 2px;
    height: 32px;
    border-radius: 2px;
    margin-bottom: 8px;
    animation: a_banner_s_line 1s 0.1s linear both infinite;
    -webkit-animation: a_banner_s_line 1s 0.1s linear both infinite;
    -ms-animation: a_banner_s_line 1s 0.1s linear both infinite;
    -moz-animation: a_banner_s_line 1s 0.1s linear both infinite;
    -o-animation: a_banner_s_line 1s 0.1s linear both infinite;
}

@keyframes a_banner_s_line {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 1;
    }
    20% {
        transform: scale(1, 0.01);
        -webkit-transform: scale(1, 0.01);
        -ms-transform: scale(1, 0.01);
        -moz-transform: scale(1, 0.01);
        -o-transform: scale(1, 0.01);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 1;
    }
    30% {
        transform: scale(1, 0.01);
        -webkit-transform: scale(1, 0.01);
        -ms-transform: scale(1, 0.01);
        -moz-transform: scale(1, 0.01);
        -o-transform: scale(1, 0.01);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 0;
    }
    31% {
        transform: scale(1, 0.01);
        -webkit-transform: scale(1, 0.01);
        -ms-transform: scale(1, 0.01);
        -moz-transform: scale(1, 0.01);
        -o-transform: scale(1, 0.01);
        transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        opacity: 0;
    }
    50% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 1;
    }
}

.delay2 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.delay3 {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s; /* Safari 和 Chrome */
}

.delay4 {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s; /* Safari 和 Chrome */
}
.delay4 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s; /* Safari 和 Chrome */
}
.delay5 {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s; /* Safari 和 Chrome */
}
.delay6 {
    animation-delay: 2.1s;
    -webkit-animation-delay: 2.1s; /* Safari 和 Chrome */
}

@-webkit-keyframes updown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -66px, 0);
        transform: translate3d(0, -66px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes updown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -66px, 0);
        transform: translate3d(0, -66px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.updown {
    -webkit-animation-name: updown;
    animation-name: updown;
}

.animated {

    animation-duration: 1s;

    animation-fill-mode: both;

}


.animated.infinite {

    animation-iteration-count: infinite;

}


.animated.hinge {

    animation-duration: 2s;

}

/*首页*/
.epet-index-content-1 .bgmain {
    background: url(../png/banner.png) center center no-repeat;
    height: 710px;
    min-width: 1200px;
}

.epet-index-content-1 .bgmain .bg {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.epet-index-content-1 .bgmain .bg p {
    letter-spacing: 10px;
}

.epet-index-content-2.chapter-word p {
    line-height: 55px;
    font-size: 28px;
}

.epet-index-content-3 {
    background: url(../png/ditu1.png) center;
    height: 555px;
    min-width: 1200px;
    overflow: hidden;
}

.epet-index-content-3 > .content {
    overflow: hidden;
    height: 100%;
}

.epet-index-content-3 .content-left { /*width: 40%;*/
    padding: 30px 0;
    flex-flow: column;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
}

.epet-index-content-3 .content-left .text-desc { /*padding: 48px 0;*/
    height: 33.3%;
    cursor: pointer;
}

.epet-index-content-3 .content-left .desc {
    line-height: 25px;
}

.epet-index-content-3 .content-left .title {
    line-height: 25px;
}

.epet-index-content-3 .content-left .arrow {
    margin-top: 18px;
}

.epet-index-content-3 .content-left .active .left-border {
    border-left: 8px solid #F07F39;
    padding-left: 18px;
    color: #F07F39;
    height: 63px;
}

.epet-index-content-3 .content-left .active .desc { /*font-style: italic;*/
}

.content-right .tips {
    padding: 50px 0 20px 0px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));
}

.content-right .tips p {
    padding-left: 32px;
    padding-right: 30px;
}

.epet-index-content-4 .adimg {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    top: 0;
    height: 100%;
}

.epet-index-content-4 .adimg > img {
    height: 100%;
}

.epet-index-content-4 .adimg:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.epet-index-content-4 .advbox {
    height: 553px;
}

.epet-index-content-4 .adimgTip {
    bottom: 30px;
    left: 22px;
}

.epet-index-content-4 .tipCircle {
    margin-top: 10px;
    margin-right: 5px;
}

.epet-index-content-5 .pageSwiper {
    width: 1500px;
}

.epet-index-content-5 .swiper-container {
    position: relative;
    /*width: 1400px;*/
    margin: 25px auto
}

.epet-index-content-5 .swiper-container .swiper-container {
    padding-bottom: 60px
}

.epet-index-content-5 .swiper-container .swiper-slide {
    width: 700px;
    height: 480px
}

.epet-index-content-5 .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0px
}

.epet-index-content-5 .swiper-flame .swiper-button-prev {
    left: 0px;
    width: 20px;
    height: 35px;
    top: 244px;
    background: url(../png/arrow2.png) no-repeat;
    background-size: 100%
}

.epet-index-content-5 .swiper-flame .swiper-button-next {
    right: 0px;
    width: 20px;
    height: 35px;
    top: 244px;
    background: url(../png/arrow1.png) no-repeat;
    background-size: 100%
}

.epet-index-content-5 .swiper-flame .swiper-button-prev:hover {
    background: url(../png/arrow3.png) no-repeat;
    background-size: 100%
}

.epet-index-content-5 .swiper-flame .swiper-button-next:hover {
    background: url(../png/arrow4.png) no-repeat;
    background-size: 100%
}

.epet-index-content-5 {
    background: url(../png/ditu2.png);
    height: 800px;
}

.swiper-tips {
    padding: 50px 0 30px 0px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7));
}

.swiper-tips p {
    padding-left: 32px;
    padding-right: 10px;
}

/*关于*/
.epet-about-bg .bgmain {
    background: url(../png/about_banner.png) center;
    height: 460px;
    min-width: 1200px;
    margin-top: 80px;
}

.epet-about-content-1 .percent-box {
    width: 350px;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
}

.epet-about-content-1 .percent-box img {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.epet-about-content-1 .percent-box:hover img {
    transform: scale(1.08);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.epet-about-content-big {
    background: url(../png/about_page1.png) center;
    height: 850px;
    min-width: 1200px;
}

.epet-about-content-big .about-flame {
    width: 500px;
    height: 450px;
    background: url(../png/about_flame.png);
}

.epet-about-content-big .about-flame > div {
    padding: 80px 0;
}

.epet-about-content-big .about-flame .oblock {
    width: 28px;
    height: 6px;
}

.epet-about-content-2 .w1, .epet-about-content-5 .w1 {
    height: 200px;
}

.epet-about-content-2 .w2, .epet-about-content-5 .w2 {
    height: 70px;
    width: 20%
}

.epet-about-content-4 .person-box:nth-child(1) {
    padding-right: 40px;
}

.epet-about-content-4 .person-box:nth-child(2) {
    padding: 0 40px;
}

.epet-about-content-4 .person-box:nth-child(3) {
    padding-left: 40px;
}

.epet-about-content-4 .person-box div {
    background: #fff;
    color: #333;
    padding: 30px 0 40px 0;
}

.epet-about-content-4 .person-box:hover div {
    background: #F07F39;
    color: #fff;
}

.epet-about-content-4 .person-box:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.epet-about-content-4 .person-box {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.epet-about-content-3 {
    background: url(../png/about_page3.png);
    height: 730px;
}

.epet-about-content-3 #nav .swiper-slide span {
    font-weight: bold;
    font-size: 35px;
    display: block;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none;
    user-select: none;
    line-height: 40px;
}

.epet-about-content-3 .text-box p {
    line-height: 56px;
}

/*.epet-about-content-3 .swiper-container{padding: 0 10px;}*/
.epet-about-content-3 .swiper-button-next {
    width: 20px;
    height: 35px;
    background: url(../png/arrow4.png);
}

.epet-about-content-3 .swiper-button-prev {
    width: 20px;
    height: 35px;
    background: url(../png/arrow3.png);
    left: 0;
}

.epet-about-content-3 .swiper-father .swiper-button-prev, .epet-about-content-3 .swiper-father .swiper-button-next {
    top: -93px;
}

.epet-about-content-3 .swiper-father .swiper-slide .corange {
    margin-top: 12px;
}

/*.epet-about-content-3 .swiper-father .slidepage{padding: 0 10px;}*/
.epet-about-content-3 .swiper-father .slidepage .slide-line {
    width: 1px;
    height: 100%;
    left: 9px;
    top: 0;
}

.epet-about-content-3 .swiper-father .slidepage .line-dot {
    width: 18px;
    height: 18px;
    background: #F07F39;
    display: inline-block;
    border-radius: 20px;
    margin-right: 10px;
}

.epet-about-content-5 {
    background: #C64F3F;
}

.epet-about-content-5 .bgblack {
    background: #333;
}

.epet-about-content-5 .text-box {
    width: 520px;
    line-height: 35px;
    text-align: justify;
}

.epet-about-content-5 .gy-swiper {
    width: 534px;
    height: 600px;
}

.epet-about-content-5 .gy-swiper .tip-box {
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7));
}

.epet-about-content-5 .gy-swiper .tip-box > div {
    padding: 50px 30px 30px 30px;
}

.epet-about-content-5 .gy-swiper .tip-box p {
    text-align: justify;
}

.epet-about-content-5 .gy-pagination {
    width: 100%;
    margin-top: 30px;
}

.epet-about-content-5 .gy-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 6px;
    background: #333;
    opacity: 1;
}

.epet-about-content-5 .gy-pagination .swiper-pagination-bullet-active {
    background: white;
}

.epet-about-content-6 .map-text {
    line-height: 16px;
}

.epet-about-menu {
    height: 73px;
}

.epet-about-menu > div {
    background: #fff;
    height: 73px;
}

.epet-about-menu .content ul li {
    list-style: none;
    height: 56px;
    padding-top: 27px;
    font-size: 16px;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.epet-about-menu .content ul li a.active {
    border-bottom: 3px solid #f07f39;
}

.epet-about-menu .content ul li a {
    display: inline-block;
    color: #333;
    padding-bottom: 22px;
}

.epet-person-content {
    margin-top: 80px;
    background: #F8F8F8;
    padding-bottom: 100px;
}

.epet-person-content .w30 {
    height: 200px;
}

.epet-person-content .border1 {
    height: 20px;
    width: 150px;
    bottom: -20px;
    right: 0;
}

.epet-person-content .border2 {
    height: 100px;
    width: 20px;
    right: -20px;
    bottom: -20px;
}

.epet-person-content .content-text p {
    line-height: 35px;
}

.epet-person-content .back-box {
    bottom: 55px;
    left: 660px;
}

.epet-person-content .back-box img {
    vertical-align: -2px;
}

/*联系我们*/
.epet-contact-bg .bgmain {
    background: url(../png/contact-banner.png) center;
    height: 460px;
    min-width: 1200px;
    margin-top: 80px;
}

.epet-contact-bg .orange-block {
    width: 35px;
    height: 10px;
    margin-top: 12px;
    margin-right: 5px;
}

.epet-contact-content .dash {
    border-bottom: dashed 1px #D7D7D7;
    padding: 70px 0px 50px 0;
    margin-right: 85px;
}

.epet-contact-content .height40 {
    height: 40px;
}

/*业务范围*/
.epet-business-bg .bgmain {
    background: url(../png/business-banner.png) center;
    height: 460px;
    min-width: 1200px;
    margin-top: 80px;
}

.epet-business-bg .orange-block {
    width: 35px;
    height: 10px;
    margin-top: 12px;
    margin-right: 15px;
}

.bgf13 {
    background: #F1F1F3;
}

.epet-business-content-1 .logo-box {
    width: 450px;
    height: 450px;
}

.epet-business-content-1 .business-word {
    padding-top: 100px;
    padding-left: 130px;
}

.epet-business-content-1 .business .business-word .boldline {
    background-color: #74BE5F;
}

.epet-business-content-1 .tapin .business-word .boldline {
    background-color: #814093;
}

.epet-business-content-1 .business-word .business-article {
    line-height: 34px;
}

.epet-business-content-1 > div.business:hover {
    background: #74BE5F;
}

.epet-business-content-1 > div.tapin:hover {
    background: #814093;
}

.epet-business-content-1 > div.brands:hover {
    background: #F07F39;
}

.epet-business-content-1 > div:hover .logo-box > div {
    background: #fff;
}

.epet-business-content-1 > div:hover .business-word > div {
    color: #fff;
}

.epet-business-content-1 > div:hover .business-word > div p {
    color: #fff;
}

.epet-business-content-1 > div:hover .business-word .boldline {
    background-color: #fff;
}

.epet-business-content-1 .border-grey {
    border: 5px solid #F8F8F8;
    padding: 40px 0;
}

.epet-business-content-2 .itflame .it1 {
    padding: 0 55px;
}

.epet-business-content-2 .itflame .it1 > p {
    line-height: 35px;
    text-align: justify;
}

.mb8 {
    margin-bottom: 8px;
}

.epet-business-content-3 .block-box {
    width: 392px;
    height: 440px;
    cursor: pointer;
    margin-bottom: 12px;
}

.bggreen {
    background: #74BE5F;
}

.cgreen {
    color: #74BE5F;
}

.epet-business-content-3 .block-box .text-deco {
    width: 55px;
    height: 6px;
}

.epet-business-content-3 .box1 .text-deco {
    width: 40px;
    height: 10px;
}

.epet-business-content-3 .box2 .boxbg {
    background: url(../png/b_box_w1.png);
}

.epet-business-content-3 .box3 .boxbg {
    background: url(../png/b_box_w2.png);
}

.epet-business-content-3 .box4 .boxbg {
    background: url(../png/b_box_w3.png);
}

.epet-business-content-3 .box5 .boxbg {
    background: url(../png/b_box_w4.png);
}

.epet-business-content-3 .box6 .boxbg {
    background: url(../png/b_box_w5.png);
}

.epet-business-content-3 .boxbg p {
    color: #333;
    line-height: 30px;
}

.epet-business-content-3 .block-box:hover p {
    color: #fff;
}

.epet-business-content-3 .block-box:hover .text-deco {
    background: #fff;
}

.epet-business-content-3 .block-box:hover.box2 .boxbg {
    background: url(../png/b_box_g1.png);
}

.epet-business-content-3 .block-box:hover.box3 .boxbg {
    background: url(../png/b_box_g2.png);
}

.epet-business-content-3 .block-box:hover.box4 .boxbg {
    background: url(../png/b_box_g3.png);
}

.epet-business-content-3 .block-box:hover.box5 .boxbg {
    background: url(../png/b_box_g4.png);
}

.epet-business-content-3 .block-box:hover.box6 .boxbg {
    background: url(../png/b_box_g5.png);
}

.epet-business-content-4 > div {
    height: 452px;
}

.epet-business-content-4 .boldline, .epet-business-content-5 .boldline {
    width: 66px;
    height: 6px;
    background: #814093;
}

.epet-business-content-4 .business-article {
    line-height: 36px;
}

.epet-business-content-5 > div {
    background: url(../png/t_content.png);
    height: 450px;
}

.business-form li {
    width: 456px;
    height: 180px;
    background: #fff;
}

.business-form li:nth-child(2n) {
    margin-left: 15px;
}

.business-form .form-box {
    padding: 54px 68px 0px 68px;
    cursor: pointer;
    margin-bottom: 20px;
}

.business-form .form-box:hover {
    background: #844095;
}

.business-form .form-box > p {
    color: #844095;
    font-size: 20px;
}

.business-form .form-box:hover > p {
    color: #fff
}

.business-form .form-box:hover > div {
    color: #fff
}

.epet-business-content-6 > div {
    height: 450px;
    background: #fff;
}

.epet-business-content-6 .business-article {
    line-height: 32px;
}

.epet-business-content-6 .boldline {
    width: 76px;
    height: 6px;
}

.epet-business-content-7 > div {
    width: 1150px;
    height: 413px;
}

.epet-business-content-7 .boldline {
    width: 76px;
    height: 6px;
}

.epet-business-content-7 .business-article {
    width: 520px;
    margin-right: -10px;
}

.epet-business-content-7 img {
    left: -50px;
    top: -30px;
}

/*资讯*/
.epet-news-bg .bgmain {
    background: url(../png/news_banner.png) center;
    height: 460px;
    min-width: 1200px;
    margin-top: 80px;
}

.epet-news-bg .orange-block {
    width: 35px;
    height: 10px;
    margin-top: 12px;
    margin-right: 5px;
}

.epet-news-content1 .cursors p {
    padding: 25px 2px 15px 2px;
}

.epet-news-content1 .cursors .detail-text {
    line-height: 22px;
    text-align: justify;
    padding: 0 2px;
}

.epet-news-content1 .img-box {
    width: 380px;
    height: 250px;
    overflow: hidden;
}

.epet-news-content1 .cursors .img-box img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.epet-news-content1 .cursors:hover .img-box img {
    transform: scale(1.08);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.epet-news-content2 {
    background: url(../png/news_relation.png) center;
    height: 650px;
    min-width: 1200px;
}

.epet-news-content2 .line-box .dot {
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background: #666666;
}

.epet-news-content2 .line-box .oline {
    width: 100%;
    height: 1px;
    background: #D7D7D7;
}

.epet-news-content2 .line-box .news-box {
    width: 150px;
    left: -60px;
    top: 40px;
}

.epet-news-content2 .line-box .news-box .corange {
    height: 45px;
}

/*.epet-news-content2 .line-box .dot-box{cursor: pointer;}*/
/*.epet-news-content2 .line-box .dot-box.active .news-box {*/
/*    left: -55px;*/
/*}*/

.epet-news-content2 .line-box .dot-box.active p {
    color: #F07F39
}

.epet-news-content2 .line-box .dot-box.active .dot {
    width: 18px;
    height: 18px;
    background: #F07F39;
}

.epet-news-content2 .line-box .dot-box.active .corange {
    font-size: 36px;
}

.epet-news-content2 .line-box .dot-box .rg1 {
    width: 130px;
    height: 60px;
    background: url(../png/22.png);
}

.epet-news-content2 .line-box .dot-box.active .rg1 {
    background: url(../png/2.png);
}

.epet-news-content2 .line-box .dot-box .rg2 {
    width: 130px;
    height: 60px;
    background: url(../png/33.png);
}

.epet-news-content2 .line-box .dot-box.active .rg2 {
    background: url(../png/3.png);
}
.epet-news-content2 .line-box .dot-box .rg11 {
    width: 130px;
    height: 60px;
    background: url(../png/11.png);
}

.epet-news-content2 .line-box .dot-box.active .rg11 {
    background: url(../png/1.png);
}

.epet-news-content2 .line-box .dot-box .rg3 {
    width: 130px;
    height: 60px;
    background: url(../png/44.png);
}

.epet-news-content2 .line-box .dot-box.active .rg3 {
    background: url(../png/4.png);
}

.epet-news-content2 .line-box .dot-box .rg4 {
    width: 130px;
    height: 60px;
    background: url(../png/55.png);
}

.epet-news-content2 .line-box .dot-box.active .rg4 {
    background: url(../png/5.png);
}

.epet-news-content2 .line-box .dot-box .rg5 {
    width: 130px;
    height: 60px;
    background: url(../png/66.png);
}

.epet-news-content2 .line-box .dot-box.active .rg5 {
    background: url(../png/6.png);
}

.epet-news-content2 .line-box .dot-box .rg6 {
    width: 130px;
    height: 60px;
    background: url(../png/77.png);
}

.epet-news-content2 .line-box .dot-box.active .rg6 {
    background: url(../png/7.png);
}

.epet-news-content2 .line-box .dot-box .rg7 {
    width: 130px;
    height: 60px;
    background: url(../png/88.png);
}

.epet-news-content2 .line-box .dot-box.active .rg7 {
    background: url(../png/8.png);
}

.epet-news-content2 .line-box .dot-box .rg8 {
    width: 130px;
    height: 60px;
    background: url(../png/99.png);
}

.epet-news-content2 .line-box .dot-box.active .rg8 {
    background: url(../png/9.png);
}

.epet-news-content2 .line-box .dot-box .rg9 {
    width: 130px;
    height: 60px;
    background: url(../png/100.png);
}

.epet-news-content2 .line-box .dot-box.active .rg9 {
    background: url(../png/10.png);
}

.epet-news-content2 .line-box .dot-box .rg10 {
    width: 130px;
    height: 60px;
    background: url(../png/111.png);
}

.epet-news-content2 .line-box .dot-box.active .rg10 {
    background: url(../png/1111.png);
}

.epet-news-content3 {
    background: url(../png/news_honner.png) center;
    height: 650px;
    min-width: 1200px;
}

.epet-news-content3 .line-box {
    left: 0;
    top: 200px;
}

.epet-news-content3 .line-box .dot {
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background: #F07F39;
}

.epet-news-content3 .line-box .oline {
    width: 100%;
    height: 1px;
    background: #F07F39;
}

.epet-news-content3 .line-box .news-box {
    left: -30px;
    top: 40px;
}

.epet-news-content3 .line-box .news-box .corange {
    height: 45px;
}

/*.epet-news-content3 .line-box .dot-box{cursor: pointer;}*/
/*.epet-news-content3 .line-box .dot-box.active .news-box{left: -20px;}*/
.epet-news-content3 .line-box .dot-box.active .dot {
    width: 18px;
    height: 18px;
}

.epet-news-content3 .line-box .dot-box.active p {
    color: #F07F39
}

.epet-news-content3 .line-box .dot-box.active .corange {
    font-size: 36px;
}

.pop-bg .title-box {
    height: 180px;
    border-bottom: 1px #d7d7d7 solid;
}

.pop-bg .off-btn {
    width: 25px;
    height: 25px;
    border: 2px solid #666;
    line-height: 25px;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    cursor: pointer;
}

/*科技*/
.epet-tech-content-1 .bgmain {
    background: url(../png/tech-banner.png) center;
    height: 460px;
    min-width: 1200px;
    margin-top: 80px;
}

.epet-tech-content-1 .bgmain .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.epet-tech-type-1 {
    background: url(../png/tech-boxbg.png) center;
    height: 560px;
}

.epet-tech-type-1 .tech-box, .epet-tech-type-2 .tech-box {
    padding: 80px 0;
}

.epet-tech-type-1 .tech-article, .epet-tech-type-2 .tech-article {
    line-height: 40px;
    text-align: justify;
}

.epet-tech-type-2 {
    height: 560px;
    background: #fff;
}

/*黄宏博 news*/
.epet-more {
    float: right;
    width: 100px;
    height: 19px;
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    line-height: 19px;
    background: url(../png/arrow.png) no-repeat;
    background-position: right;
}

.epet-more:hover {
    color: #F56E00;
    background: url(../png/arrow1-2.png) no-repeat;
    background-position: right;
}

.right_arrow {
    width: 9px;
    height: 15px;
    margin-top: 3px;
}

.nav_bar {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    background: #F8F8F8;
}

.nav_bar_left {
    width: 189px;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-left: 20px;
    padding-top: 27px;
    white-space: nowrap;
}

.nav_bar_left a:hover {
    color: #ED6D1E;
}

.nav_bar_left img {
    width: 7px;
    height: 7px;
    margin-top: 5px;
}

.nav_bar_right {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #A9A9A9;
    margin-top: 20px;
}

.nav_bar_right .right_block {
    padding: 0 5px;
    height: 32px;
    background: #F8F8F8;
    border: 1px solid #A9A9A9;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #A9A9A9;
}

.nav_bar_right .right_block:hover {
    background: #ED6D1E;
    color: #FFFFFF;
    border: none;
    border: 1px solid #ED6D1E;
}

.nav_bar_right .right_block_check {
    padding: 0 5px;
    height: 32px;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #ED6D1E;
    color: #FFFFFF;
    border: 1px solid #ED6D1E;
}

.right_block_search {
    width: 240px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 6px;
}

.right_block_search img {
    margin: 8px 8px 7px 13px
}

.right_block_search input {
    margin-top: 8px;
    border: 0;
    outline-style: none;
}

.message_block {
    height: 330px;
    border-bottom: 1px solid #FCF2EC;
    position: relative;
}

.list-flame a:last-child .message_block {
    border-bottom: none;
}

.message_block .content {
    float: left;
    width: 840px;
    height: 100%
}

.message_block .showImg {
    height: 100%;
    float: left;
    display: flex;
    align-items: center
}

.message_block .showImg > img {
    width: 320px;
    height: 210px;
}

.message_block:hover {
    background-color: #FCF2EC;
    border: none;
}

.message_block .dataNumber {
    position: absolute;
    top: 80px;
    left: 46px;
    width: 85px;
    height: 59px;
    font-size: 70px;
    font-weight: normal;
    color: #ED6D1E;
    line-height: 40px;
}

.message_block .year_mouth_number {
    position: absolute;
    width: 86px;
    height: 18px;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    line-height: 24px;
    top: 154px;
    left: 45px;
}

.message_block .message_title {
    position: absolute;
    top: 76px;
    left: 180px;
    width: 551px;
    height: 29px;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    padding-top: 5px;
}

.message_block .message_littleTitle {
    position: absolute;
    top: 128px;
    left: 182px;
    /*width: 63px;*/
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #A9A9A9;
    line-height: 22px;
}

.message_block .message {
    position: absolute;
    top: 165px;
    left: 180px;
    width: 584px;
    height: 78px;
    font-size: 19px;
    font-weight: 300;
    color: #333333;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.page-nav {
    margin-top: 69px;
    margin-bottom: 61px;
    margin-left: 40%;
    height: 45px;
    width: 500px;;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.page-nav ul li a {
    margin-right: 13px;
    color: #999999;
    float: left;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.page-nav ul li:first {
    background-color: #ED6D1E;
}

.page-nav ul li a:hover {
    background: #ED6D1E;
    color: #FFFFFF;
    border: none;
}

.footerline {
    margin-top: 20px;
    min-width: 1200px;
    max-width: 1980px;
    width: 100%;
    height: 1px;
    background: #D7D7D7;
    opacity: 0.7;
}

.menuleft {
    width: 295px;
    /*height: 480px;*/
    /*border: 3px solid #F8F8F8;*/
    /*position: absolute;*/
    /*left: 100px;*/
    /*top: 680px;*/
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
    /*background: url(../images/news/back.png) no-repeat;*/
    background-position: 145px 50px;
    background-color: #fff;
    z-index: 1000;
}

.menuleft > div {
    padding: 42px 34px 46px 37px;
    border: 3px solid #F8F8F8;
}

.menuleft p {
    margin-bottom: 16px;
}

.menuleft a:hover {
    color: #ED6D1E;
    z-index: 10010;
}

.menumessage {
    font-size: 20px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

.menumessage:hover {
    color: #ED6D1E
}

.menuleft .time {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #A9A9A9;
    line-height: 22px;
    background: url(../png/%c3%a6%c2%97%c2%b6%c3%a9%c2%97%c2%b4.png) no-repeat;
    background-position: -1px, 0px;
}

.decorline {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    height: 1px;
    font-size: 14px;
    font-weight: 300;
    color: #BFBFBF;
    line-height: 28px;
}

.detailsMessage {
    margin-top: -20px;
    /* margin-left: 32%;
     width: 47%;
     padding: 69px 70px 92px 70px;*/
}

.detailsMessage h2 {
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 35px;
}

.detailsMessage div pre {
    background: url(../png/%c3%a6%c2%97%c2%b6%c3%a9%c2%97%c2%b4.png) no-repeat;
    font-size: 16px;
    font-weight: 400;
    color: #A9A9A9;
    line-height: 22px;
    margin-bottom: 26px;
}

.detailsMessage .logos {
    width: 200px;
    height: 34px;
}

.detailsMessage .logos img {
    width: 34px;
    height: 34px;
    margin-left: 0px;
}

.detailsMessage .logos a {
    margin-left: 7px;
}

.detailsMessage .logos a:first-child {
    margin-left: 0px;
}


.detailsMessage .messageline {
    width: 100%;
    height: 1px;
    background: #D7D7D7;
    margin-top: 25px;
    margin-bottom: 60px;
}

.menuleft p {
    font-size: 20px;
    font-weight: 300;
    color: #333333;
    line-height: 38px;
    /*margin-bottom: 39px;*/
    text-align: justify;
}

.menuright p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 32px;
    text-align: justify;
}

.detailsMessage .img1 {
    width: 730px;
    height: 1166px;
    margin-bottom: 68px;
}

.detailsMessage .textarea {
    width: 780px;
    height: 325px;
    margin-bottom: 65px;
}

.menuright img {
    width: 100%;
    margin-bottom: 39px;
}

/*pages*/
.pages {
    text-align: center;
    margin: 60px auto;
}

.pages a {
    margin-right: 13px;
    color: #999999;
    display: inline-block;
    min-width: 35px;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 0 5px;
}

.pages strong {
    margin-right: 13px;
    color: #999999;
    display: inline-block;
    min-width: 35px;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 0 5px;
}

.pages a:hover, .pages strong {
    background: #ED6D1E;
    color: #FFFFFF;
    border: #ED6D1E solid 1px;
}
