html,
body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
    outline: none;
}

body,
html {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC,
        Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #666;
    font-weight: 400;
}

h2 {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 36px;
    color: #333;
}

h3,
h4 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-size: 15px;
}

p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    font-weight: 400;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #222;
}

ul,
ol {
    list-style: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #d9d9d9;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

ul,
ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

/* Navigation */

#menu {
    padding: 28px;
    transition: all 0.8s;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    box-shadow: 2px 2px 2px rgb(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 2px rgb(0, 0, 0, 0.1);
    -o-box-shadow: 2px 2px 2px rgb(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 2px rgb(0, 0, 0, 0.1);
}

#menu.navbar-default {
    background-color: #fff;
    border-color: rgba(231, 231, 231, 0);
}

#menu.navbar-default .navbar-nav>li>a {
    display: inline-block;
    line-height: 30px;
    text-transform: uppercase;
    color: #00B8B0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    padding: 0 20px;
    margin-right: 10px;
}

#menu.navbar-default .navbar-nav>li .erp-login {
    background: #00B8B0;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    padding: 0 10px 0 20px;
}

#menu.navbar-default .navbar-nav>li .erp-login img {
    width: 16px;
    margin-left: 10px;
}

#menu.navbar-default .navbar-nav>li .erp-login:hover {
    color: #FFFFFF;
}

#menu.navbar-default .navbar-nav>li>a:hover {
    color: #00cab4;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #00818E !important;
    background-color: #FFFFFF;
}

.navbar-default .navbar-nav>.active .page-scroll:after {
    content: "";
    width: 20px;
    height: 6px;
    background: #00818E;
    border-radius: 3px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transition: .3s;
    transform: translateX(-50%);
}

a:focus {
    outline: none;
    outline-offset: none;
}

/* Header Section */

#header {
    margin-top: 68px;
}

#header img {
    /* width: 100%; */
    max-width: 100%;
}

.intro-text {
    padding-top: 20px;
    text-align: center;
}

/* Company-business Section */

#company-business .tab_wrapper {
    /* width: 1180px; */
    height: 100px;
    position: relative;
    background-color: #fff;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0px 2px 7px 0px rgba(82, 182, 190, 0.51);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#company-business .tab_wrapper span {
    margin-left: 19px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    color: #666666;
}

#company-business .tab_wrapper>.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #40cac4;
    width: 200px;
    height: 180px;
    padding-top: 29px;
    border-radius: 15px;
}

#company-business .tab_wrapper>.active .text {
    margin-top: 18px;
    margin-left: 0;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 15px;
}

#company-business .tab_wrapper>.active .text_icon_import {
    width: 80px;
    height: 80px;
    background: url(https://oss.fmpets.cn/prod/official-website/imgs/company-business/tab-wrapper/import.png) no-repeat;
}

#company-business .tab_wrapper>.active .text_icon_marketing {
    width: 80px;
    height: 80px;
    background: url(https://oss.fmpets.cn/prod/official-website/imgs/company-business/tab-wrapper/marketing.png) no-repeat;
}

#company-business .tab_wrapper>.active .text_icon_sale {
    width: 80px;
    height: 80px;
    background: url(https://oss.fmpets.cn/prod/official-website/imgs/company-business/tab-wrapper/sale.png) no-repeat;
}

#company-business .tab_wrapper .text_icon_import {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background: url(https://oss.fmpets.cn/prod/official-website/imgs/company-business/tab-wrapper/import-default.png) no-repeat;
}

#company-business .tab_wrapper .text_icon_marketing {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background: url(https://oss.fmpets.cn/prod/official-website/imgs/company-business/tab-wrapper/marketing-default.png) no-repeat;
}

#company-business .tab_wrapper .text_icon_sale {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background: url(https://oss.fmpets.cn/prod/official-website/imgs/company-business/tab-wrapper/sale-default.png) no-repeat;
}

#company-business .company-business-container .import-container {
    top: 87px !important;
    left: 50% !important;
    height: 727px;
    padding-bottom: 19px;
    transform: translateX(-50%) !important;
}

#company-business .company-business-container .import-container .map-bg {
    position: relative;
    width: 1336px;
    height: 621px;
}

#company-business .import-container img {
    pointer-events: none;
}

.brand-show {
    display: inline-block !important;
}

#company-business .company-business-container .import-container .italy {
    position: absolute;
    top: 163px;
    left: 138px;
    width: 122px;
    height: 35px;
}

.italy-show {
    overflow: hidden;
}

#company-business .company-business-container .import-container .farmina {
    position: absolute;
    top: 200px;
    left: 52px;
    display: none;
    width: 195px;
    height: 118px;
    background: #0069B7;
    background: url(https://oss.fmpets.cn/prod/official-website/imgs/company-business/brand/farmina.png) center/cover no-repeat;
}

#company-business .company-business-container .import-container .america {
    position: absolute;
    top: 200px;
    left: 1000px;
    width: 107px;
    height: 35px;
}

.america-show {
    overflow: hidden;
}

#company-business .company-business-container .import-container .vets-best {
    position: absolute;
    top: 235px;
    left: 922px;
    display: none;
    width: 195px;
    height: 118px;
    background: url(https://oss.fmpets.cn/prod/official-website/imgs/company-business/brand/vets-best.png) left/cover no-repeat;
}

#company-business .company-business-container .import-container .east {
    position: absolute;
    top: 200px;
    left: 500px;
}

#company-business .company-business-container .import-container .chongqing {
    position: absolute;
    top: 223px;
    left: 440px;
}

#company-business .company-business-container .marketing-container {
    padding-top: 52px !important;
    left: 50% !important;
    padding-bottom: 78px;
    transform: translateX(-50%) !important;
}

#company-business .company-business-container .sale-container {
    padding-top: 27px !important;
    left: 50% !important;
    padding-bottom: 89px;
    transform: translateX(-50%) !important;
}

/* Operation-case Section */

#operation-case {
    width: 100%;
    height: 750px;
    background: #f5f5f5;
}

#operation-case .operation-case-warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

ol.steps {
    list-style: none;
    height: 77px;
    margin-top: 50px;
}

ol.steps:after,
ol.steps li:after {
    content: '';
    display: block;
    clear: both;
}

ol.steps li {
    float: left;
    position: relative;
    width: 700px;
}

ol.steps li .step-line {
    height: 2px;
    background: #9CD8D4;
    margin-top: 15px;
}

/* ol.steps li.step-active .step-line {
	background-color: #B4DCDF;
} */

ol.steps .step-content {
    position: absolute;
    top: -13px;
    left: -50px;
    text-align: center;
    cursor: pointer;
}

ol.steps .step-content div {
    margin-bottom: 4px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B4DCDF;
    line-height: 15px;
}

ol.steps li .step-content .step-num {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #B4DCDF;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

ol.steps li.step-active .step-content {
    color: #00B8B0;
    top: -17px;
}

ol.steps li.step-active .step-content .step-text {
    color: #00B8B0;
}

ol.steps li.step-active .step-content .step-num {
    width: 30px;
    height: 30px;
    background: radial-gradient(circle closest-side, #00b8b0 60%, #afe8e6 50%);
}

ol.steps li.step-end {
    width: 0 !important;
    flex: inherit;
}

ol.steps li.step-end .step-line {
    display: none;
}

.operation-case-container {
    /* height: 500px !important; */
    display: flex;
}

.img_wrap {
    flex: 1;
    position: relative;
    background: #f5f5f5;
    width: 100%;
}

.img_wrap .img_background {
    position: absolute;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.item_one {
    position: absolute;
    width: 314px;
    height: 229px;
    top: 80px;
    left: 0px;
    background-image: url('https://oss.fmpets.cn/prod/official-website/imgs/operation_case/leonardo.jpg');
    z-index: 10;
}

.item_two {
    width: 355px;
    height: 259px;
    background-image: url('https://oss.fmpets.cn/prod/official-website/imgs/operation_case/farmina.jpg');
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 63px;
}

.item_three {
    width: 435px;
    height: 316px;
    background-image: url('https://oss.fmpets.cn/prod/official-website/imgs/operation_case/vets-best.jpg');
    position: absolute;
    z-index: 1000;
    top: 48px;
    left: 117px;
}

.mask_one {
    width: 314px;
    height: 229px;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 20;
    opacity: 0.5;
    background-color: #000000;
    border-radius: 10px;
}

.mask_two {
    width: 355px;
    height: 259px;
    position: absolute;
    top: 0px;
    left: 63px;
    z-index: 200;
    background-color: #000000;
    opacity: 0.5;
    border-radius: 10px;
}

.img_wrap .img_background_desc {
    position: absolute;
    top: 375px;
    left: 117px;
    width: 435px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
}

.steps-container {
    flex: 1;
    margin-left: 72px;
    overflow: visible !important;
    /* position: absolute; */
    /* left: 500px; */
}

.steps-container .title {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-bottom: 8px;
}

.steps-container .first_text {
    padding-bottom: 10px !important;
}

.steps-container span {
    display: inline-block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    padding-bottom: 24px;
    color: #666666;
}

#operation-case .office_nation {
    float: right;
}

#operation-case .steps-container a {
    display: flex;
    margin: 0.64rem auto 0;
    justify-content: center;
    align-items: center;
    text-decoration-line: none;
    width: 120px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: #00B8B0;
    border: 1px solid #00B8B0;
}

.steps-container img {
    position: absolute;
    right: 0;
    top: 330px;
    cursor: pointer;
}

/* isotope  */

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* Ordering platform Section */

#ordering-platform {
    width: 100%;
}

#ordering-platform .ordering-platform-warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 84px;
}

#ordering-platform .ordering-platform-warpper .content {
    display: flex;
    flex-direction: row;
    margin-top: 51px;
}

#ordering-platform .ordering-platform-warpper .content>div {
    margin-right: 7px;
}

#ordering-platform .ordering-platform-warpper .content .content-text {
    width: 392px;
    height: 149px;
    text-align: center;
    background: #00B8B0;
    padding-top: 32px;
}

#ordering-platform .ordering-platform-warpper .content .content-text span {
    display: inline-block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

#ordering-platform .ordering-platform-warpper .content .retail span {
    font-size: 16px;
}

#ordering-platform .ordering-platform-warpper .content .content-text .title {
    margin-bottom: 20px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 12px;
}

/* Company-events Section */

#company-events {
    width: 100%;
    padding-bottom: 56px;
    background: #f5f5f5;
}

#company-events .company-events-warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

#company-events .company-events-warpper .title_img {
    margin-left: -54px;
}

#company-events .company-events-warpper .content {
    display: flex;
    margin-top: 52px;
}

#company-events .company-events-warpper .content .left {
    margin-left: 50px;
}

#company-events .company-events-warpper .content .title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#company-events .company-events-warpper .content .text {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

#company-events .company-events-warpper .content .point {
    display: inline-block;
    margin-left: 20px;
    width: 15px;
    height: 15px;
    background: #00B8B0;
    border-radius: 50%;
}

#company-events .company-events-warpper .content .line {
    height: 4px;
    background: #b9e3e2;
}

#company-events .company-events-warpper .content .year-2018 .title {
    margin: 50px 0 0 0;
    position: relative;
}

#company-events .company-events-warpper .content .year-2018 .title .line {
    width: 372px;
}

#company-events .company-events-warpper .content .year-2018 .title .text {
    display: inline-block;
    width: 110px;
    text-align: right;
}

#company-events .company-events-warpper .content .year-2019 .title {
    position: relative;
    margin: 170px 0 0 -278px;
}

#company-events .company-events-warpper .content .year-2020 .title {
    margin: 60px -88px 0 0;
    position: relative;
}

#company-events .company-events-warpper .content .year-2020 .title .line {
    width: 296px;
}

#company-events .company-events-warpper .content .year-2022 .title {
    margin: 90px -88px 0 0;
    position: relative;
}

#company-events .company-events-warpper .content .year-2022 .title .line {
    width: 296px;
}

#company-events .company-events-warpper .content .year-2021 .title {
    position: relative;
    margin: 60px 0 0 -278px;
}


#company-events .company-events-warpper .content .right .title .line {
    width: 203px;
}

#company-events .company-events-warpper .content .right .title .point {
    margin-left: 0;
}

#company-events .company-events-warpper .content .right .title .text {
    margin: 0 0 0 6px;
}



.outer_container_right {
    width: 74px;
    height: 55px;
    left: -77px;
    top: -29px;
    position: absolute;
    background: url(https://oss.fmpets.cn/prod/official-website/imgs/company-events/arrow_right.png) center/contain no-repeat;
}

.inner_container_right {
    position: absolute;
    border-radius: 4px;
    left: 5px;
    top: 5px;
}

.outer_container_left {
    width: 74px;
    height: 55px;
    right: -77px;
    top: -29px;
    position: absolute;
    background: url(https://oss.fmpets.cn/prod/official-website/imgs/company-events/arrow_left.png) center/contain no-repeat;
}

.inner_container_left {
    position: absolute;
    border-radius: 4px;
    left: 7px;
    top: 5px;
}

#company-events .events_content .active {
    color: #00B8B0;
}

#company-events .events_content {
    margin-top: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

#company-events .events_content img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

#company-events .events_content span {
    display: block;
    position: relative;
    cursor: pointer;
}

#outerdiv {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3000;
    width: 100%;
    height: 100%;
    display: none;
}

#innerdiv {
    position: absolute;
    top: 50%;
    left: 50%;
}

#bigimg {
    border: 5px solid #fff;
    min-height: 50px;
    min-width: 50px;
}

/* 新闻中心 */
#home-news {
    width: 100%;
    padding: 60px 0;
}

#home-news .title_img {
    margin: auto;
}

#home-news .home-news-more {
    padding: 20px 10px;
    text-align: right;
}

#home-news .home-news-more a {
    color: #00B8B0;
    vertical-align: middle;
}

#home-news .home-news-more img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

#home-news .home-news-cell {
    width: 33.333%;
    overflow: hidden;
    padding-left: 20px;
    float: left;
}

#home-news .home-news-cell-img {
    width: 100%;
    border-radius: 8px;
}

#home-news .home-news-cell-title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: bold;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 10px;
}


#home-news .home-news-cell-title a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

#home-news .home-news-cell-title a:focus,
#home-news .home-news-cell-title a:active {
    color: inherit;
    text-decoration: none;
}

#home-news .home-news-cell-title:hover {
    color: #00B8B0;
}

#home-news .home-news-cell-desc {
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}


/* Contact Section */

#contact {
    padding: 60px 0;
    background-color: #F9F9F9;
}

#contact h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
}

#contact p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

#contact .contact-info {
    display: flex;
    margin-bottom: 28px;
}

#contact .contact-info .left .address {
    margin-right: 10px;
}

#contact .contact-info .right .contact-type {
    display: flex;
}

#contact .contact-info .right .contact-type div {
    flex: 1;
}

/* Footer Section*/

#footer {
    background: #00B8B0;
    padding: 25px 0 23px;
}

#footer p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 0;
}

#footer a {
    color: #FFFFFF;
}

#footer a:hover {
    color: #ccc;
}