.iabifo-pc .swiper-comm {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden
}

.iabifo-pc .swiper-comm .swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%
}

.iabifo-pc .swiper-comm .swiper-wrapper .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 100%;
    float: left
}

.iabifo-pc .swiper-comm .swiper-wrapper .swiper-slide .inner-txt {
    top: 0;
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    color: #fff;
    font-size: 22px
}

.iabifo-pc .swiper-comm .swiper-wrapper .inner-txt dl {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0
}

.iabifo-pc .swiper-comm .swiper-wrapper .inner-txt dl::before {
    content: '';
    width: 5px;
    height: 86%;
    background: #5b7738;
    position: absolute;
    top: 11%;
    left: 0
}

.iabifo-pc .swiper-comm .swiper-wrapper .inner-txt dl strong {
    font-size: 40px;
    margin-bottom: 16px;
    display: block
}

.iabifo-pc .swiper-comm .swiper-wrapper .inner-txt .open-pop {
    font-size: 16px;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    margin-top: 100px;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.2);
}

.iabifo-pc .swiper-comm .swiper-wrapper .inner-txt .open-pop:hover {
    background: #fff;
    color: #000
}

.iabifo-pc .swiper-comm .swiper-wrapper img {
    display: block;
    width: 100%;
    height: auto
}

.iabifo-pc .control-swiper {
    position: absolute;
    right: 12.5%;
    bottom: 5%;
    z-index: 9;
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.iabifo-pc .control-swiper .home-pagination,.iabifo-pc .control-swiper .swiper-button-bg {
    height: 100%;
    background: rgba(0,0,0,.5);
    border-radius: 50px 50px 50px 50px;
    padding: 0 26px
}

.iabifo-pc .control-swiper .swiper-button-bg {
    margin-right: 30px;
    box-sizing: border-box;
    padding: 13px 26px
}

.iabifo-pc .control-swiper .swiper-button-bg .swiper-button-prev {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    margin-right: 30px;
    cursor: pointer
}

.iabifo-pc .control-swiper .swiper-button-bg .swiper-button-next {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    cursor: pointer
}

.iabifo-pc .control-swiper .home-pagination {
    box-sizing: border-box;
    padding: 10px 26px;
    height: 26px;
    line-height: 6px
}

.iabifo-pc .control-swiper .home-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    transition: all .5s ease;
    cursor: pointer
}

.iabifo-pc .control-swiper .home-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0
}

.iabifo-pc .control-swiper .home-pagination .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 10px
}

.iabifo-pc .why-choose {
    width: 1200px;
    margin: 0 auto
}

.iabifo-pc .why-choose .slide-wrap {
    margin: 80px auto;
    display: flex;
    justify-content: space-between
}

.iabifo-pc .why-choose .slide-wrap .slide-img {
    height: 542px;
    width: 650px;
    margin-left: 30px
}

.iabifo-pc .why-choose .slide-wrap .slide-img img {
    display: block;
    width: 100%;
    height: 100%
}

.iabifo-pc .why-choose .slide-wrap .slide-number {
    flex: 1
}

.iabifo-pc .why-choose .slide-wrap .slide-number dl {
    padding: 20px 0;
    height: 108.5px;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    display: flex;
    color: #999;
    cursor: pointer;
    margin-bottom: 0
}

.iabifo-pc .why-choose .slide-wrap .slide-number dl dt {
    font-size: 64px;
    margin-right: 30px;
    font-weight: 500
}

.iabifo-pc .why-choose .slide-wrap .slide-number dl dd {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    font-size: 18px
}

.iabifo-pc .why-choose .slide-wrap .slide-number dl dd strong {
    font-size: 32px;
    display: block
}

.iabifo-pc .why-choose .slide-wrap .slide-number dl dd span {
    display: none
}

.iabifo-pc .why-choose .slide-wrap .slide-number dl.cur {
    color: #000!important
}

.iabifo-pc .why-choose .slide-wrap .slide-number dl.cur dd span {
    display: block
}

.iabifo-pc .home-about-us {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
    min-height: 640px
}

.iabifo-pc .home-about-us .inner-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.iabifo-pc .home-about-us .inner-box .detail {
    font-size: 20px;
    margin-top: 40px;
    line-height: 40px
}

.iabifo-pc .home-about-us .inner-box .detail strong {
    font-size: 20px;
    font-weight: 700
}

.iabifo-pc .home-about-us .inner-box ul {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 96px 0 0 0
}

.iabifo-pc .home-about-us .inner-box ul li {
    box-sizing: border-box;
    font-size: 16px;
    width: 390px;
    height: 162px;
    background: rgba(255,255,255,.8);
    padding: 15px;
    line-height: 26px
}

.iabifo-pc .home-about-us .inner-box ul li strong {
    display: block;
    font-size: 28px;
    position: relative;
    margin-bottom: 4px;
    line-height: 40px
}

.iabifo-pc .home-about-us .inner-box ul li strong::before {
    content: '';
    position: absolute;
    width: 60px;
    left: 0;
    bottom: -3px;
    height: 5px;
    background: #f36a34
}

.iabifo-pc .home-about-us>img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 640px
}

.iabifo-pc .featured-products {
    padding-top: 40px;
    width: 1200px;
    margin: 0 auto
}

.iabifo-pc .featured-products .description {
    margin-top: 30px;
    font-size: 24px
}

.iabifo-pc .featured-products .products-wrapper {
    position: relative
}

.iabifo-pc .featured-products .products-wrapper>.swiper-button-next,.iabifo-pc .featured-products .products-wrapper>.swiper-button-prev {
    position: absolute;
    top: 22%;
    width: 60px;
    height: 60px;
    z-index: 1000;
    cursor: pointer
}

.iabifo-pc .featured-products .products-wrapper>.swiper-button-prev {
    left: -76px;
    background: url(../img/pro-prev.png) no-repeat;
    background-size: 100%
}

.iabifo-pc .featured-products .products-wrapper>.swiper-button-next {
    right: -50px;
    background: url(../img/pro-next.png) no-repeat;
    background-size: 100%
}

.iabifo-pc .featured-products .products-swiper {
    position: relative;
    width: 1200px;
    min-height: 690px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 50px;
    left: 12px
}

.iabifo-pc .featured-products .products-swiper ul {
    display: flex;
    flex-wrap: nowrap;
    height: 100%
}

.iabifo-pc .featured-products .products-swiper ul li {
    width: 400px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 100%;
    flex: 0 0 auto;
    padding-right: 50px;
    cursor: pointer
}

.iabifo-pc .featured-products .products-swiper ul li>img {
    width: 100%;
    max-width: 360px;
    max-height: 360px
}

.iabifo-pc .featured-products .products-swiper ul li strong {
    margin-top: 30px;
    display: block;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 100
}

.iabifo-pc .featured-products .products-swiper ul li p {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    padding: 12px 0
}

.iabifo-pc .featured-products .products-swiper ul li .link {
    display: block;
    width: 220px;
    height: 50px;
    background: #5b7738;
    background-size: 40px 15px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff
}

.iabifo-pc .featured-products .products-swiper ul li .link:hover {
    background: #5B7738
}

.iabifo-pc .video-wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
    background: #000
}

.iabifo-pc .video-wrap>img {
    width: 100%;
    height: 100%;
    display: block
}

.iabifo-pc .video-wrap .play-icon {
    width: 60px;
    height: 60px;
    background: url(../img/play-icon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer
}

.video-box {
    width: 1200px;
    height: auto;
    background: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    overflow: hidden;
    border-radius: 10px;
    transition: all .2s;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 100;
    position: fixed;
    margin-left: -600px;
    margin-top: -316px
}

.video-box.layer-anim {
    opacity: 1!important;
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important
}

.video-box .popup-close {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../img/video-close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9999999
}

.video-box-product {
    width: 900px;
    height: auto;
    background: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    overflow: hidden;
    border-radius: 10px;
    transition: all .2s;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 100;
    position: fixed;
    margin-left: -450px;
    margin-top: -316px
}

.video-box-product.layer-anim {
    opacity: 1!important;
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important
}

.video-box-product .popup-close {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../img/video-close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9999999
}

.iabifo-pc .home-join-us {
    padding: 100px 0;
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.iabifo-pc .home-join-us .ship {
    font-size: 20px;
    width: 500px
}

.iabifo-pc .home-join-us .ship p {
    margin-bottom: 20px;
    line-height: 40px
}

.iabifo-pc .home-join-us .ship p.txt-more {
    margin-bottom: 122px
}

.iabifo-pc .home-join-us .ship .link-email {
    width: 393px;
    height: 50px;
    padding: 0 20px;
    background: #5b7738;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    border-radius: 50px
}

.iabifo-pc .home-join-us .ship .link-email:hover {
    background: #5B7738
}

.iabifo-pc .home-join-us .ship .link-email i {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../img/email-big.png) no-repeat;
    background-size: 100%;
    margin-right: 10px
}

.iabifo-pc .home-join-us .ship .link-email b {
    width: 40px;
    height: 15px;
    display: inline-block;
    background: url(../img/enter-icon.png) no-repeat;
    background-size: 100%;
    margin-left: 10px
}

.iabifo-pc .home-join-us .form-apply {
    width: 540px
}

.iabifo-pc .home-join-us .form-apply h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 10px
}

.iabifo-pc .investment-caption {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
    min-height: 750px;
    color: #fff
}

.iabifo-pc .investment-caption>img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 750px
}

.iabifo-pc .investment-caption .inner-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
    padding: 0
}

.iabifo-pc .investment-caption .inner-box>h3 {
    font-size: 40px;
    margin-bottom: 40px;
    position: relative
}

.iabifo-pc .investment-caption .inner-box>h3::before {
    width: 100px;
    height: 6px;
    background: #5b7738;
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px
}

.iabifo-pc .investment-caption .inner-box .row1 {
    display: flex;
    justify-content: space-between
}

.iabifo-pc .investment-caption .inner-box .row1 li {
    width: 570px
}

.iabifo-pc .investment-caption .inner-box .row1 strong {
    font-size: 32px
}

.iabifo-pc .investment-caption .inner-box .row1 p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    margin: 10px 0
}

.iabifo-pc .investment-caption .inner-box .row1 .link {
    display: block;
    width: 220px;
    height: 50px;
    background: #5b7738;
    background-size: 40px 15px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff
}

.iabifo-pc .investment-caption .inner-box .row1 .link:hover {
    background: #5B7738
}

.iabifo-pc .investment-caption .inner-box>h4 {
    margin-top: 50px;
    font-size: 36px;
    font-weight: 500
}

.iabifo-pc .investment-caption .inner-box .row2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.iabifo-pc .investment-caption .inner-box .row2 dl {
    margin-top: 30px;
    margin-bottom: 0;
    width: 570px
}

.iabifo-pc .investment-caption .inner-box .row2 dl dt {
    font-size: 24px
}

.iabifo-pc .investment-caption .inner-box .row2 dl dd {
    margin-top: 10px
}

.iabifo-pc .comm-tit {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    font-size: 40px;
    font-weight: 500
}

.iabifo-pc .products-detail .comm-tit {
    font-weight: 600
}

.iabifo-pc .comm-tit::before {
    width: 100px;
    height: 6px;
    background: #5b7738;
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px
}

.iabifo-pc .cookie-policy {
    width: 1200px;
    height: 500px;
    background: #fff;
    box-shadow: 0 10px 50px 0 rgba(194,194,194,.2);
    position: fixed;
    z-index: 100;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    padding: 30px;
    box-sizing: border-box;
    margin-left: -600px;
    margin-top: -250px;
    transition: all .2s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.iabifo-pc .cookie-policy.layer-anim {
    opacity: 1!important;
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important
}

.iabifo-pc .cookie-policy h3 {
    text-align: center;
    margin-top: 0
}

.iabifo-pc .cookie-policy .popup-close {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../img/big-close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 5px;
    right: 5px
}

.iabifo-pc .cookie-policy p {
    margin-top: 12px
}

.iabifo-pc .cookie-policy .bold {
    font-weight: 700
}

.iabifo-pc .cookie-model {
    height: 90px;
    position: fixed;
    padding: 0 40px;
    display: flex;
    box-shadow: 0 -4px 10px 4px #d1d1d6;
    align-items: center;
    justify-content: space-between;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff
}

.iabifo-pc .cookie-model.wrapper-gradient {
    animation: wrapper-gradient .5s linear
}

.iabifo-pc .cookie-model.layer-hide {
    animation: wrapper-hidden .5s linear;
    transform: translateY(200%)
}

.iabifo-pc .cookie-model .content {
    flex: 1;
    margin-right: 40px;
    height: 50px
}

.iabifo-pc .cookie-model .content .open-policy {
    margin-bottom: 8px
}

.iabifo-pc .cookie-model .content .open-policy a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: underline
}

.iabifo-pc .cookie-model .btn-box a {
    width: 256px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    box-sizing: border-box;
    display: inline-block
}

.iabifo-pc .cookie-model .btn-box a.reject {
    color: #333;
    border: 1px solid #dfdfdf;
    margin-right: 20px
}

.iabifo-pc .cookie-model .btn-box a.reject:hover {
    border: 1px solid #333
}

.iabifo-pc .cookie-model .btn-box a.agree {
    color: #fff;
    background: #111
}

.iabifo-pc .cookie-model .btn-box a.agree:hover {
    background: #333
}

.iabifo-pc .comm-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.iabifo-pc .article-top {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
    min-height: 500px;
    color: #fff
}

.iabifo-pc .article-top .inner-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
    padding: 0
}

.iabifo-pc .article-top .inner-box .crumbs {
    font-size: 20px;
    color: #999
}

.iabifo-pc .article-top .inner-box .crumbs a {
    color: #999
}

.iabifo-pc .article-top .inner-box h1 {
    margin-top: 10px;
    font-size: 40px;
    color: #fff;
    font-weight: 600
}

.iabifo-pc .article-top .inner-box .date {
    font-size: 16px;
    color: #fff;
    margin-top: 10px
}

.iabifo-pc .news-max {
    background: #f7f8fa
}

.iabifo-pc .news-detail {
    padding: 40px 80px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    box-sizing: border-box
}

.iabifo-pc .news-detail .form-apply {
    width: 284px;
    height: 390px;
    position: sticky;
    top: 0
}

.iabifo-pc .news-detail .form-apply h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 600
}

.iabifo-pc .news-detail .news-main {
    width: 676px;
    margin-top: -10px
}

.iabifo-pc .news-detail .news-main .ind-details img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto
}

.iabifo-pc .news-detail .news-main .ind-details>div,.iabifo-pc .news-detail .news-main .ind-details>p {
    color: #000;
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px
}

.iabifo-pc .blog-all {
    background: #f7f8fa;
    padding-bottom: 50px
}

.iabifo-pc .blog-all .blog-wrap {
    width: 1200px;
    margin: 0 auto
}

.iabifo-pc .blog-all .blog-wrap .blog-crumbs {
    padding: 20px 0;
    line-height: 40px;
    color: #999;
    font-size: 16px
}

.iabifo-pc .blog-all .blog-wrap .blog-crumbs a {
    color: #000
}

.iabifo-pc .blog-all .blog-wrap .form {
    display: flex;
    padding: 40px;
    background: #fff;
    justify-content: space-between;
    align-items: center
}

.iabifo-pc .blog-all .blog-wrap .form .text-box {
    width: 380px;
    margin-right: 40px;
    font-size: 16px;
    color: #666
}

.iabifo-pc .blog-all .blog-wrap .form .text-box h3 {
    font-weight: 600;
    font-size: 32px;
    color: #000
}

.iabifo-pc .blog-all .blog-wrap .form .info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.iabifo-pc .blog-all .blog-wrap .form .info .input-box {
    margin-bottom: 0
}

.iabifo-pc .blog-all .blog-wrap .form .info .apply-btn {
    width: 132px;
    margin-top: 0
}

.iabifo-pc .blog-all .blog-wrap .blog-list .flex {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between
}

.iabifo-pc .blog-all .blog-wrap .blog-list .flex .box {
    width: 390px;
    margin-top: 40px;
    background: #fff
}

.iabifo-pc .blog-all .blog-wrap .blog-list .flex .box .item {
    display: block;
    width: 100%;
    height: 100%
}

.iabifo-pc .blog-all .blog-wrap .blog-list .flex .box .item .img-box {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden
}

.iabifo-pc .blog-all .blog-wrap .blog-list .flex .box .item .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.iabifo-pc .blog-all .blog-wrap .blog-list .flex .box .item .txt-box {
    padding: 24px 30px
}

.iabifo-pc .blog-all .blog-wrap .blog-list .flex .box .item .txt-box .date {
    font-size: 14px;
    color: #999
}

.iabifo-pc .blog-all .blog-wrap .blog-list .flex .box .item .txt-box .tit {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin: 10px 0;
    line-height: 32px
}

.iabifo-pc .blog-all .blog-wrap .blog-list .flex .box .item .txt-box .desc {
    font-size: 16px;
    color: #000;
    line-height: 21px
}

.iabifo-pc .page-boxing {
    margin-top: 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.iabifo-pc .page-boxing a {
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    display: inline-block;
    margin-left: 5px
}

.iabifo-pc .page-boxing a.prev {
    background: url(../img/prev-page.png) no-repeat center center;
    background-size: 8px 14px
}

.iabifo-pc .page-boxing a.next {
    background: url(../img/next-page.png) no-repeat center center;
    background-size: 8px 14px
}

.iabifo-pc .page-boxing .cur {
    background: #5b7738;
    color: #fff;
    border-radius: 6px
}

.iabifo-pc .products-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 97px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.45);
    z-index: 99;
    display: none
}

.iabifo-pc .pop-products {
    position: absolute;
    top: 97px;
    border-top: 1px solid #e2e2e2;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding: 37px 0;
    display: none
}

.iabifo-pc .pop-products .cate-all {
    display: flex;
    min-width: 1200px;
    max-width: 1536px;
    margin: 0 auto
}

.iabifo-pc .pop-products .cate-all .level1 {
    width: 242px
}

.iabifo-pc .pop-products .cate-all .level1 .item {
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    cursor: pointer;
    padding-left: 9px;
    box-sizing: border-box
}

.iabifo-pc .pop-products .cate-all .level1 .item.cur {
    background: #f5f5f5 url(../img/next-page.png) no-repeat 226px center;
    background-size: 5px 9px;
    font-weight: 600
}

.iabifo-pc .pop-products .cate-all .level2 {
    flex: 1;
    min-height: 278px
}

.iabifo-pc .pop-products .cate-all .level2 .products-box {
    display: none
}

.iabifo-pc .pop-products .cate-all .level2 .products-box.visible {
    display: block
}

.iabifo-pc .pop-products .cate-all .level2 .products-box .clearfix .item {
    float: left;
    width: 20%;
    padding-left: 14px;
    box-sizing: border-box;
    display: none
}

.iabifo-pc .pop-products .cate-all .level2 .products-box .clearfix .item .img-box {
    padding-top: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    height: auto
}

.iabifo-pc .pop-products .cate-all .level2 .products-box .clearfix .item .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.iabifo-pc .pop-products .cate-all .level2 .products-box .clearfix .item .tit {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    text-align: center;
    padding: 8px 0
}

.iabifo-pc .category-box {
    display: flex;
    margin-top: 40px
}

.iabifo-pc .category-box .menu {
    width: 288px;
    padding-top: 20px;
    margin-right: 16px
}

.iabifo-pc .category-box .menu dl {
    margin-bottom: 47px
}

.iabifo-pc .category-box .menu dl dt {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 19px;
    margin-bottom: 6px
}

.iabifo-pc .category-box .menu dl dd a {
    display: block;
    padding: 10px 24px 10px 10px;
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 19px
}

.iabifo-pc .category-box .menu dl dd a.cur {
    background: url(../img/pro-enter.png) no-repeat 264px center;
    background-size: 13px 10px;
    font-weight: 600;
    color: #5b7738
}

.iabifo-pc .category-box .menu dl dd a:hover {
    color: #5B7738
}

.iabifo-pc .category-box .products-box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

.iabifo-pc .category-box .products-box .box {
    width: 288px;
    background: #fff;
    margin-bottom: 40px;
    margin-right: 16px
}

.iabifo-pc .category-box .products-box .box:nth-child(3n+3) {
    margin-right: 0
}

.iabifo-pc .category-box .products-box .box .img-box {
    width: 288px;
    height: 288px;
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.iabifo-pc .category-box .products-box .box .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.iabifo-pc .category-box .products-box .box .img-box .hover-img {
    display: none
}

.iabifo-pc .category-box .products-box .box:hover .img-box img {
    display: none
}

.iabifo-pc .category-box .products-box .box:hover .img-box .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.iabifo-pc .category-box .products-box.products-box-special .box:hover .img-box img {
    display: block
}

.iabifo-pc .category-box .products-box .box .desc {
    padding: 24px 18px 24px 24px;
    font-size: 16px;
    line-height: 21px;
    color: #000
}

.iabifo-pc .banner-wapper {
    height: 500px;
    background: linear-gradient(90deg,#FFFAFA 0,#F5F5F5 100%)
}
.iabifo-pc .products-detail{
    /* text-transform: capitalize; */
}
.iabifo-pc .banner-wapper .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.iabifo-pc .banner-wapper .container .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 800px;
    color: #000;
    font-size: 16px
}

.iabifo-pc .banner-wapper .container .inner p {
    line-height: 24px;
    margin-top: 20px
}

.iabifo-pc .banner-wapper .container .inner h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 53px
}

.iabifo-pc .banner-wapper .container .inner .open-pop {
    display: block;
    width: 220px;
    height: 50px;
    background: #5b7738;
    background-size: 40px 15px;
    margin: 20px 0 0 0;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #fff
}

.iabifo-pc .banner-wapper .container .inner .open-pop:hover {
    background: #334D12
}

.iabifo-pc .banner-wapper .container .inner img {
    position: absolute;
    width: 786px;
    height: 500px;
    right: -616px;
    top: 50%;
    transform: translateY(-50%)
}

.iabifo-pc .overview {
    padding: 60px 0 0 0
}

.iabifo-pc .overview .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.iabifo-pc .overview .container p {
    font-size: 16px;
    margin-top: 32px;
    line-height: 29px
}

.iabifo-pc .overview .container p strong {
    font-size: 24px;
    display: block;
    margin-top: 60px
}
.iabifo-pc .overview .container .img-box{
    margin-top: 20px;
}
.iabifo-pc .overview .container table {
    width: 100%;
    border: 1px solid #ccc;
}

.iabifo-pc .overview .container table tr:nth-child(even) td {
    background: #f7f8fa
}

.iabifo-pc .overview .container table td {
    border-bottom: 1px solid #ccc;
    padding: 22px 14px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
}

.iabifo-pc .overview .container table td:first-child {
    border-right: 1px solid #ccc
}
.iabifo-pc .overview .spec-title{
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
}
.iabifo-pc .overview .spec-content{
    margin-top: 30px;
    display: flex; 
}
.iabifo-pc .overview .spec-content .img{
    width: 640px;
    height: 484px;
    object-fit: cover;
}
.iabifo-pc .overview .spec-content .table-content{
    flex: 1;
    margin-left: 10px;
}
.iabifo-pc .products-show {
    background: #fff;
    padding: 47px 0 96px 0
}

.iabifo-pc .products-show .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

.iabifo-pc .products-show .container .item {
    width: 592px;
    margin-right: 16px;
    margin-top: 43px;
    background: #fff
}

.iabifo-pc .products-show .container .item img {
    display: block;
    width: 592px;
    height: 592px;
}

.iabifo-pc .products-show .container .item .content {
    padding: 13px 0 24px 0;
}

.iabifo-pc .products-show .container .item .content .desc {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 64px;
}

.iabifo-pc .products-show .container .item .content .model {
    padding: 20px 0;
    font-size: 16px;
    color: #666
}

.iabifo-pc .products-show .container .item .content .link {
    display: block;
    width: 100%;
    height: 50px;
    background: #5b7738;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff
}

.iabifo-pc .products-show .container .item .content .link:hover {
    background: #334D12
}

.iabifo-pc .products-show .container .item:nth-child(2n+2) {
    margin-right: 0
}

.iabifo-pc .products-advantage {
    padding: 20px 0 80px 0
}

.iabifo-pc .products-advantage .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

.iabifo-pc .products-advantage .container .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
    margin-top: 60px
}

.iabifo-pc .products-advantage .container .flex img {
    width: 600px;
    height: 448px;
    object-fit: cover;
}
.iabifo-pc .products-advantage .container .flex img.img1{
    height: 245px;
}
.iabifo-pc .products-advantage .container .flex img.img2{
    height: 457px;
}
.iabifo-pc .products-advantage .container .flex .products-video-box img {
    margin-left: 0
}

.iabifo-pc .products-advantage .container .flex .products-video-box {
    position: relative;
    width: 600px;
    height: 400px;
    margin-left: 40px
}

.iabifo-pc .products-video-box .play-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    background: url(../img/play-icon.png) 0 0/100% no-repeat
}

.iabifo-pc .products-advantage .container .flex .content {
    flex: 1
}

.iabifo-pc .products-advantage .container .flex .content strong {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px
}

.iabifo-pc .products-advantage .container .flex .content p {
    font-size: 16px;
    line-height: 29px;
    margin-top: 20px
}
.iabifo-pc .products-advantage .container .flex .content p.p1{
    color: #666;
}
.iabifo-pc .products-advantage .container .flex .content p label{
    font-weight: bold;
    color: #000;
}
.iabifo-pc .products-advantage .container .flex .content .link {
    display: block;
    width: 220px;
    height: 50px;
    background: #5b7738;
    margin-top: 30px;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #fff
}

.iabifo-pc .products-advantage .container .flex .content .link:hover {
    background: #334D12
}

.iabifo-pc .use-scene {
    padding: 80px 0;
    background: #f7f8fa
}

.iabifo-pc .use-scene .container {
    width: 1200px;
    margin: 0 auto
}

.iabifo-pc .use-scene .container p {
    font-size: 16px;
    margin-top: 30px;
    line-height: 29px
}

.iabifo-pc .use-scene .container .img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.iabifo-pc .use-scene .container .img-box img {
    width: 390px;
    height: 390px;
    margin-top: 50px;
    display: block
}

.iabifo-pc .products-faq {
    padding: 0 0 80px 0
}

.iabifo-pc .products-faq .container {
    width: 1200px;
    margin: 0 auto
}

.iabifo-pc .products-faq .container .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.iabifo-pc .products-faq .container .flex li {
    margin-top: 16px;
    padding: 20px;
    background: #f7f8fa;
    width: 592px;
    box-sizing: border-box
}

.iabifo-pc .products-faq .container .flex li:nth-child(1),.iabifo-pc .products-faq .container .flex li:nth-child(2) {
    margin-top: 50px
}

.iabifo-pc .products-faq .container .flex li dt {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

.iabifo-pc .products-faq .container .flex li dd {
    margin-top: 20px;
    font-size: 16px;
    line-height: 29px
}

.iabifo-pc .products-faq .container .flex li.full {
    width: 100%
}
.iabifo-pc .products-img-box{
    padding: 80px 0;
    background: #f5f5f5
}
.iabifo-pc .products-img-box .brand-img{
    margin-top: 50px;
}
.iabifo-pc .products-about {
    padding: 80px 0;
    background: #fff
}
.iabifo-pc .products-img-box .container {
    width: 1200px;
    margin: 0 auto
}
.iabifo-pc .products-about .products-wrapper {
    position: relative;
    width: 1200px;
    margin: 50px auto 0
}

.iabifo-pc .products-about .products-wrapper .products-swiper {
    width: 1200px;
    overflow: hidden;
    position: relative;
    height: 334px
}

.iabifo-pc .products-about .products-wrapper .products-swiper ul {
    display: flex;
    flex-wrap: nowrap;
    height: 100%
}

.iabifo-pc .products-about .products-wrapper .products-swiper ul li {
    width: 304px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 100%;
    flex: 0 0 auto;
    padding-right: 16px;
    cursor: pointer
}

.iabifo-pc .products-about .products-wrapper .products-swiper ul li img {
    width: 288px;
    height: 288px
}

.iabifo-pc .products-about .products-wrapper .products-swiper ul li:last-child {
    padding-right: 0;
    width: 288px
}

.iabifo-pc .products-about .products-wrapper .products-swiper ul li p {
    background: #fff;
    text-align: center;
    font-weight: 600!important;
    font-size: 16px
}

.iabifo-pc .products-about .products-wrapper .products-swiper ul li p strong {
    padding: 0 20px 20px 20px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000
}

.iabifo-pc .products-about .products-wrapper .swiper-button-next,.iabifo-pc .products-about .products-wrapper .swiper-button-prev {
    position: absolute;
    top: 33%;
    width: 60px;
    height: 60px;
    z-index: 1000;
    cursor: pointer
}

.iabifo-pc .products-about .products-wrapper .swiper-button-prev {
    left: -76px;
    background: url(../img/pro-prev.png) no-repeat;
    background-size: 100%
}

.iabifo-pc .products-about .products-wrapper .swiper-button-next {
    right: -76px;
    background: url(../img/pro-next.png) no-repeat;
    background-size: 100%
}

.iabifo-pc .one-stop {
    padding: 80px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.iabifo-pc .one-stop img {
    width: 600px;
    height: 400px;
    margin-left: 40px
}

.iabifo-pc .one-stop strong {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px
}

.iabifo-pc .one-stop p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 20px
}

.iabifo-pc .one-stop .open-pop {
    display: block;
    width: 220px;
    height: 50px;
    background: #5b7738;
    margin-top: 30px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff
}

.iabifo-pc .one-stop .open-pop:hover {
    background: #334D12
}

.iabifo-pc .site-footer {
    padding: 80px 0;
    background: #000
}

.iabifo-pc .site-footer .flex {
    width: 1200px;
    margin: 0 auto
}

.iabifo-pc .site-footer .flex .item {
    flex: 1;
    padding-right: 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #999;
    line-height: 29px
}

.iabifo-pc .site-footer .flex .item h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 10px
}

.iabifo-pc .site-footer .flex .item h2.second {
    margin-top: 30px
}

.iabifo-pc .site-footer .flex .item li a {
    color: #999
}

.iabifo-pc .site-footer .flex .item li a:hover {
    color: #fff
}

.iabifo-pc .site-footer .flex .item li.phone {
    padding-left: 30px;
    background: url(../img/foot-tel.png) no-repeat 0 4px
}

.iabifo-pc .site-footer .flex .item li.email {
    padding-left: 30px;
    background: url(../img/foot-email.png) no-repeat 0 4px
}

.iabifo-pc .site-footer .flex .item li.wx {
    padding-left: 30px;
    background: url(../img/foot-wx.png) no-repeat 0 4px
}

.iabifo-pc .site-footer .flex .item li.wx a {
    color: #32c131
}

.iabifo-pc .home-aboutus {
    position: relative;
    padding-top: 60px
}

.iabifo-pc .home-aboutus::before {
    content: "";
    width: 100%;
    height: 550px;
    background: #006dce;
    position: absolute;
    left: 0;
    top: 0
}

.iabifo-pc .home-aboutus .advantage ul {
    display: flex
}

.iabifo-pc .home-aboutus .advantage ul li {
    flex: 1;
    padding: 0 20px 0 65px;
    font-size: 16px;
    color: #fff
}

.iabifo-pc .home-aboutus .advantage ul li:nth-child(1) {
    background: url(../img/aboutus-icon1.png) no-repeat;
    background-size: 50px 50px
}

.iabifo-pc .home-aboutus .advantage ul li:nth-child(2) {
    background: url(../img/aboutus-icon2.png) no-repeat;
    background-size: 50px 50px
}

.iabifo-pc .home-aboutus .advantage ul li:nth-child(3) {
    background: url(../img/aboutus-icon3.png) no-repeat;
    background-size: 50px 50px
}

.iabifo-pc .home-aboutus .advantage ul li strong {
    font-weight: 520;
    font-size: 20px;
    display: block;
    margin-bottom: 15px
}

.iabifo-pc .home-aboutus .video-wrap {
    margin-top: 40px!important
}

.iabifo-pc .home-aboutus .belong-to {
    margin-top: 120px
}

.iabifo-pc .home-aboutus .belong-to p {
    margin-top: 24px;
    font-size: 20px;
    line-height: 40px
}

.iabifo-pc .home-aboutus .belong-to .title {
    display: flex
}

.iabifo-pc .home-aboutus .belong-to .title strong {
    flex: 1;
    font-weight: 600;
    font-size: 40px
}

.iabifo-pc .home-aboutus .belong-to .title .open-pop {
    display: block;
    width: 250px;
    height: 50px;
    background: #5b7738;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 600
}

.iabifo-pc .home-aboutus .channel {
    height: 796px;
    position: relative;
    margin-top: 60px;
    min-width: 1200px
}

.iabifo-pc .home-aboutus .channel .comm-wrap .bg-fixed {
    position: absolute;
    right: 745px;
    width: 815px;
    height: 796px;
    top: 0
}

.iabifo-pc .home-aboutus .channel .comm-wrap ul {
    height: 796px;
    display: flex;
    align-items: center
}

.iabifo-pc .home-aboutus .channel .comm-wrap ul li {
    width: 700px;
    box-sizing: border-box
}

.iabifo-pc .home-aboutus .channel .comm-wrap ul li.empty {
    width: 500px
}

.iabifo-pc .home-aboutus .channel .comm-wrap ul li strong {
    font-size: 40px;
    display: block;
    line-height: 48px
}

.iabifo-pc .home-aboutus .channel .comm-wrap ul li p {
    margin-top: 6px;
    font-size: 18px;
    line-height: 29px
}

.iabifo-pc .home-aboutus .channel .comm-wrap ul li .open-pop {
    display: block;
    width: 250px;
    height: 50px;
    background: #5b7738;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px
}

.iabifo-pc .all-products {
    padding: 60px 0;
    background: #f5f5f5
}

.iabifo-pc .all-products .comm-wrap .description {
    margin-top: 30px;
    font-size: 24px
}

.iabifo-pc .all-products .comm-wrap ul {
    display: flex;
    flex-wrap: wrap
}

.iabifo-pc .all-products .comm-wrap ul li {
    width: 380px;
    margin-right: 30px;
    margin-top: 40px;
    cursor: pointer
}

.iabifo-pc .all-products .comm-wrap ul li:nth-child(3n+3) {
    margin-right: 0
}

.iabifo-pc .all-products .comm-wrap ul li img {
    width: 380px;
    height: 380px
}

.iabifo-pc .all-products .comm-wrap ul li strong {
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 15px
}

.iabifo-pc .all-products .comm-wrap ul li p {
    font-size: 14px;
    line-height: 21px
}

.iabifo-pc .all-products .comm-wrap .find-more {
    display: block;
    font-weight: 600;
    width: 250px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    border-radius: 50px 50px 50px 50px;
    margin: 40px auto 0;
    padding: 0 0 0 72px;
    font-size: 16px;
    color: #fff;
    background: #5b7738 url(../img/enter-icon.png) 154px center no-repeat;
    background-size: 20px 7px
}

.iabifo-pc .choose-why {
    padding: 60px 0
}

.iabifo-pc .choose-why .title {
    font-weight: 600;
    font-size: 40px
}

.iabifo-pc .choose-why p {
    color: #666;
    font-size: 20px
}

.iabifo-pc .choose-why ul {
    display: flex;
    flex-wrap: wrap
}

.iabifo-pc .choose-why ul li {
    margin-top: 40px;
    flex: 1 0 50%;
    padding: 0 20px 0 70px;
    box-sizing: border-box;
    font-size: 16px
}

.iabifo-pc .choose-why ul li strong {
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 15px
}

.iabifo-pc .choose-why ul li:nth-child(1) {
    background: url(../img/choose-icon1.png) no-repeat;
    background-size: 50px 50px
}

.iabifo-pc .choose-why ul li:nth-child(2) {
    background: url(../img/choose-icon2.png) no-repeat;
    background-size: 50px 50px
}

.iabifo-pc .choose-why ul li:nth-child(3) {
    background: url(../img/choose-icon3.png) no-repeat;
    background-size: 50px 50px
}

.iabifo-pc .choose-why ul li:nth-child(4) {
    background: url(../img/choose-icon4.png) no-repeat;
    background-size: 50px 50px
}

.iabifo-pc .choose-why .form-apply {
    margin-top: 40px;
    padding: 40px;
    background: #f5f5f5
}

.iabifo-pc .choose-why .form-apply h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.iabifo-pc .choose-why .form-apply .info-write {
    display: flex;
    justify-content: space-between
}

.iabifo-pc .choose-why .form-apply .info-write .left {
    width: 500px
}

.iabifo-pc .choose-why .form-apply .info-write .left .input-box {
    background: #fff
}

.iabifo-pc .choose-why .form-apply .info-write .text-area {
    width: 600px;
    background: #fff
}

.iabifo-pc .choose-why .form-apply .apply-btn {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600
}

.iabifo-pc .customer-say {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
    min-height: 610px
}

.iabifo-pc .customer-say .bg {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 610px
}

.iabifo-pc .customer-say .comm-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.iabifo-pc .customer-say .comm-wrap>h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 40px;
    position: relative
}

.iabifo-pc .customer-say .comm-wrap>h3::before {
    width: 100px;
    height: 6px;
    background: #5b7738;
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px
}

.iabifo-pc .customer-say .comm-wrap .say-swiper {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
    height: 300px
}

.iabifo-pc .customer-say .comm-wrap .say-swiper .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%
}

.iabifo-pc .customer-say .comm-wrap .say-swiper .swiper-wrapper .swiper-slide {
    position: relative;
    width: 31%;
    margin-right: 30px;
    flex-shrink: 0;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    height: 300px
}

.iabifo-pc .customer-say .comm-wrap .say-swiper .swiper-wrapper .swiper-slide .text {
    display: -webkit-box;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 16px;
    height: 162px;
    line-height: 27px
}

.iabifo-pc .customer-say .comm-wrap .say-swiper .swiper-wrapper .swiper-slide .customer-info {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.iabifo-pc .customer-say .comm-wrap .say-swiper .swiper-wrapper .swiper-slide .customer-info img {
    width: 70px;
    height: 70px;
    margin-right: 15px
}

.iabifo-pc .customer-say .comm-wrap .say-swiper .swiper-wrapper .swiper-slide .customer-info span {
    font-size: 16px;
    color: #666
}

.iabifo-pc .customer-say .comm-wrap .say-swiper .swiper-wrapper .swiper-slide .customer-info span strong {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    display: block
}

.iabifo-pc .customer-say .comm-wrap .pagination {
    height: 6px;
    text-align: center;
    line-height: 6px;
    margin-top: 40px
}

.iabifo-pc .customer-say .comm-wrap .pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    transition: all .5s ease;
    cursor: pointer;
    vertical-align: middle
}

.iabifo-pc .customer-say .comm-wrap .pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 40px
}

.iabifo-pc .business-partner {
    padding: 60px 0
}

.iabifo-pc .business-partner .comm-wrap h3 {
    font-size: 40px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600
}

.iabifo-pc .business-partner .comm-wrap h4 {
    font-weight: 600;
    font-size: 32px;
    margin-top: 40px
}

.iabifo-pc .business-partner .comm-wrap .row1 {
    display: flex;
    justify-content: space-between
}

.iabifo-pc .business-partner .comm-wrap .row1 li {
    width: 570px
}

.iabifo-pc .business-partner .comm-wrap .row1 li strong {
    font-size: 20px
}

.iabifo-pc .business-partner .comm-wrap .row1 li p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0
}

.iabifo-pc .business-partner .comm-wrap .row1 li .open-pop {
    display: block;
    width: 262px;
    height: 50px;
    background: #5b7738;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff
}

.iabifo-pc .business-partner .comm-wrap .row2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.iabifo-pc .business-partner .comm-wrap .row2 dl {
    margin-top: 30px;
    width: 570px
}

.iabifo-pc .business-partner .comm-wrap .row2 dl dt {
    font-size: 20px;
    font-weight: 600
}

.iabifo-pc .business-partner .comm-wrap .row2 dl dd {
    font-size: 16px;
    margin-top: 10px
}

.download-btn {
    position: fixed;
    bottom: 260px;
    right: 0;
    width: 182px;
    height: 49px;
    background: url(../img/right-down-load.png) no-repeat;
    background-size: 100% auto;
    z-index: 2
}

.iabifo-pc .products-advantage .container .flex .products-video-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

@keyframes wrapper-gradient {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes wrapper-hidden {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(100%)
    }
}

@media (min-width: 1536px) {
    .header-box {
        width:1536px;
        margin: 0 auto!important
    }
}

.navbar-toggle {
    border-color: #002260;
    margin-top: 10px
}

.pop-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.45);
    z-index: 99;
    display: none
}

.pop-mask-product {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.45);
    z-index: 99;
    display: none
}

@font-face {
    font-family: AlimamaFangYuanTiVF-Thin;
    src: url(../fonts/AlimamaFangYuanTiVF-Thin.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.web-wrap {
    max-width: 1450px;
    margin: 0 auto
}

.home-collection-swiper {
    position: relative
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.home-collection-item {
    position: relative
}

.home-collection-link {
    display: block
}

.home-collection-cover {
    width: 100%
}

.home-collection-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #B8CAA2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    font-size: 24px;
    color: #000;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center
}

.home-collection-mask .home-collection-line {
    display: block;
    width: 62px;
    height: 6px;
    background: url(../img/index/jiantou-icon.png) no-repeat;
    background-size: 100%;
    margin: 26px auto
}

.home-collection-mask .home-collection-more {
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #000;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 21px;
    padding: 6px 40px;
    width: 142px;
    margin: 0 auto
}

.home-collection-item:hover .home-collection-mask {
    opacity: 1
}

.home-collection-cover {
    display: block;
    width: 100%;
    height: 100%
}

.home-collection {
    padding: 80px 0
}

.home-common .home-title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    line-height: 53px;
    text-align: center;
    padding-bottom: 60px
}

.customer-title.animate,.home-common .home-title.animate {
    animation-name: bounceInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: linear
}

.home-seller {
    background: #f5f5f5;
    padding: 80px 0
}

.home-seller-item {
    position: relative
}

.home-seller-item img {
    display: block;
    width: 100%;
    height: 100%
}

.home-seller-item .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.home-seller-item .quick-btn {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding: 19px 0;
    text-align: center
}

.home-seller-item .hover {
    display: none
}

.home-seller-item:hover .hover,.home-seller-item:hover .quick-btn {
    display: block
}

.home-seller-swiper,.swiper-img-box {
    position: relative
}

.home-seller-swiper .pro-info {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
    box-sizing: border-box
}

.home-seller-swiper .pro-info .pro-title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 27px
}

.home-seller-swiper .pro-info .pro-no {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #646e78;
    line-height: 19px;
    margin-top: 10px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 23px;
    height: 42px;
    margin-top: -21px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev {
    background-image: url(../img/index/left-arrow.png);
    left: -43px;
    right: auto
}

.swiper-button-next {
    background-image: url(../img/index/right-arrow.png);
    right: -43px;
    left: auto
}

.home-seller .find-more {
    display: block;
    font-weight: 600;
    width: 250px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    border-radius: 5px;
    margin: 60px auto 0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #5b7738
}
.home-seller .find-more:hover{
    background-color: #334D12;
}
.home-reason {
    padding: 80px 0
}

.home-reason.home-common .home-title {
    padding-bottom: 30px
}

.home-reason .home-s-title {
    position: relative;
    font-weight: 500;
    font-size: 32px;
    color: #5b7738;
    line-height: 40px;
    text-align: center;
    margin-bottom: 46px
}

.home-certificate .cer-title::after,.home-reason .home-s-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 6px;
    background: #5b7738
}

.home-reason .home-des {
    font-weight: 400;
    font-size: 20px;
    color: #646e78;
    line-height: 40px;
    text-align: center
}

.home-reason .home-reason-list {
    display: flex;
    text-align: center;
    margin-top: 60px
}

.home-reason .home-reason-item {
    flex: 1
}

.home-reason .home-reason-item .icon {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/index/reason-icon1.png) no-repeat;
    background-size: 100%;
    margin: 0 auto
}

.home-reason .home-reason-item .icon.icon2 {
    background: url(../img/index/reason-icon2.png) no-repeat;
    background-size: 100%
}

.home-reason .home-reason-item .icon.icon3 {
    background: url(../img/index/reason-icon3.png) no-repeat;
    background-size: 100%
}

.home-reason .home-reason-item .icon.icon4 {
    background: url(../img/index/reason-icon4.png) no-repeat;
    background-size: 100%
}

.home-reason .home-reason-item .reason-data {
    font-weight: 500;
    font-size: 32px;
    color: #000;
    line-height: 42px;
    margin-top: 30px
}

.home-reason .home-reason-item .reason-des {
    font-weight: 400;
    font-size: 20px;
    color: #646e78;
    line-height: 27px;
    margin-top: 20px
}

.home-why {
    padding: 80px 0;
    background: url(../img/index/why-bg.png) no-repeat;
    background-size: 100%;
    background-repeat: repeat-y
}

.home-why.home-common .home-title {
    color: #fff;
    position: relative;
    padding-bottom: 26px
}

.home-why.home-common .home-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 6px;
    background: #5b7738
}

.home-why-list {
    display: flex;
    align-items: center;
    margin-top: 60px
}

.home-why-list .home-why-left {
    flex: 1;
    margin-right: 30px
}

.home-why-list .home-why-right {
    flex: 1
}

.home-why-list .home-why-left,.home-why-list .home-why-left .item-des {
    transform: translateX(-200%)
}

.home-why-list .home-why-right,.home-why-list .home-why-right .item-des {
    transform: translateX(200%)
}

.home-why .home-why-list .home-why-item{
    height: 156px;
    box-sizing: border-box;
}
.home-why-list .home-why-item {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px
}

.home-why-list .home-why-item:first-of-type {
    margin-top: 0
}

.home-why-list .home-why-item .item-title {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    line-height: 42px
}

.home-why-list .home-why-item .item-des {
    font-weight: 400;
    font-size: 16px;
    color: #646e78;
    line-height: 27px;
    margin-top: 20px
}

.home-certificate {
    padding: 80px 0
}

.home-certificate .certificate-list {
    position: relative;
    display: flex
}

.home-certificate .left {
    flex: 1;
    flex-shrink: 0
}

.home-certificate .right {
    position: relative;
    width: 75.6%;
    overflow: hidden;
    flex-shrink: 0;
    padding: 56px 56px 26px 56px;
    margin: 0 auto
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.certificate-list .home-certificate-item {
    width: 400px;
    height: 566px;
    background: #d0d0d0;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
    background-position: center;
    background-size: cover
}

.certificate-list .swiper-button-prev {
    left: 0;
    right: auto
}

.certificate-list .swiper-button-next {
    right: 0
}

.home-certificate .cer-title {
    font-weight: 500;
    font-size: 32px;
    color: #5b7738;
    line-height: 42px;
    position: relative
}

.home-certificate .cer-title::after {
    left: 0;
    margin-left: 0
}

.home-certificate .left-title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    line-height: 53px;
    margin-top: 30px
}

.home-certificate .left-des {
    font-weight: 400;
    font-size: 20px;
    color: #646e78;
    line-height: 40px;
    margin-top: 30px
}

.home-popular {
    padding: 80px 0;
    background: url(../img/index/popular-bg.png) no-repeat;
    background-size: 100%
}

.home-popular .popular-t1 {
    font-weight: 500;
    font-size: 32px;
    color: #ff7f00;
    line-height: 42px;
    text-align: center
}

.home-popular .popular-t2 {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    line-height: 53px;
    text-align: center;
    margin-top: 30px
}

.home-popular .popular-des {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 30px
}

.home-popular .web-wrap {
    position: relative
}

.home-popular .popular-module {
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
    padding: 40px;
    display: flex;
    align-items: center;
    margin-top: 80px
}

.home-popular .popular-module-item {
    flex: 1;
    text-align: center
}

.home-popular .popular-module-item .item-title {
    font-weight: 500;
    font-size: 50px;
    color: #ff7f00;
    line-height: 66px
}

.home-popular .popular-module-item .item-des {
    font-weight: 400;
    font-size: 20px;
    color: #646e78;
    line-height: 27px;
    margin-top: 20px
}

.home-customer {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding-bottom: 80px
}

.home-customer .customer-title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    line-height: 56px;
    text-align: center
}

.home-customer .say-swiper {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    height: 277px;
    border-radius: 20px
}

.home-customer .say-swiper .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%
}

.home-customer .say-swiper .swiper-wrapper .swiper-slide {
    position: relative;
    width: 31%;
    margin-right: 30px;
    flex-shrink: 0;
    padding: 20px;
    background: #f5f5f5;
    box-sizing: border-box;
    border-radius: 20px;
    height: 277px
}

.home-customer .say-swiper .swiper-wrapper .swiper-slide .text {
    display: -webkit-box;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 16px;
    height: 164px;
    line-height: 27px
}

.home-customer .say-swiper .swiper-wrapper .swiper-slide .customer-info {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.home-customer .say-swiper .swiper-wrapper .swiper-slide .customer-info img {
    width: 50px;
    height: 50px;
    margin-right: 15px
}

.home-customer .say-swiper .swiper-wrapper .swiper-slide .customer-info span {
    font-size: 16px;
    color: #666
}

.home-customer .say-swiper .swiper-wrapper .swiper-slide .customer-info span strong {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    display: block
}

.home-customer .pagination {
    height: 6px;
    text-align: center;
    line-height: 6px;
    margin-top: 40px
}

.home-customer .pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    transition: all .5s ease;
    cursor: pointer;
    vertical-align: middle
}

.home-customer .pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 40px
}

.home-about {
    padding: 80px 0;
    background: url(../img/index/about-bg.png) no-repeat
}

.home-about .about-des {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 30px
}

.home-about.home-common .home-title {
    padding-bottom: 0;
    color: #fff
}

.subscribe-btn {
    display: block;
    width: 250px;
    height: 50px;
    background: #5b7738;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    margin: 30px auto
}

.subscribe-btn:hover {
    background: #334D12;
    color: #fff
}

.home-blog {
    padding: 80px 0;
    background: #f5f5f5
}

.blog-wrap-list {
    display: flex
}

.blog-wrap-list .blog-left {
    width: 382px;
    flex-shrink: 0;
    margin-right: 16px
}

.blog-wrap-list .blog-left .blog-tit {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    line-height: 56px
}

.blog-wrap-list .blog-left .blog-sub-tit {
    font-weight: 400;
    font-size: 20px;
    color: #646e78;
    line-height: 27px;
    margin-top: 30px
}

.blog-wrap-list .blog-left .blog-content {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 27px;
    margin-top: 30px
}

.blog-wrap-list .subscribe-btn {
    margin: 30px 0 0 0
}

.blog-wrap-list .blog-right {
    flex: 1;
    overflow: hidden;
    display: grid;
    gap: 0 16px;
    grid-template-columns: 1fr 1fr 1fr;
    transform: translateX(200%)
}

.blog-wrap-list .blog-right .blog-item {
    background: #fff;
    overflow: hidden
}

.blog-wrap-list .blog-right .blog-item .txt-box {
    padding: 0 30px 30px 30px
}

.blog-wrap-list .blog-right .blog-item .date {
    font-weight: 400;
    font-size: 16px;
    color: #646e78;
    line-height: 21px;
    margin-top: 24px
}

.blog-wrap-list .blog-right .blog-item .tit {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 27px;
    margin-top: 10px
}

.blog-wrap-list .blog-right .blog-item .desc {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 21px;
    margin-top: 10px
}

.blog-wrap-list .blog-right img {
    width: 100%;
    height: 310px;
    overflow: hidden;
    object-fit: cover;
}

.animate-left-to-right {
    animation: leftToRight 1.2s cubic-bezier(.16,1,.3,1) forwards
}

@keyframes leftToRight {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.animate-right-to-left {
    animation: rightToLeft 1.2s cubic-bezier(.16,1,.3,1) forwards
}

@keyframes rightToLeft {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.iabifo-pc .pop-apply {
    width: 650px;
    background: #fff;
    box-shadow: 0 10px 50px 0 rgba(194,194,194,.2);
    position: fixed;
    z-index: 100;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    padding: 50px 30px;
    box-sizing: border-box;
    margin-left: -325px;
    margin-top: -250px;
    transition: all .2s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.iabifo-pc .pop-apply.layer-anim {
    opacity: 1!important;
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important
}

.iabifo-pc .pop-apply .popup-close {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../img/big-close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.iabifo-pc .input-box-flex {
    display: flex
}

.iabifo-pc .input-box {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 20px;
    height: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 15px;
    border-radius: 8px
}

.iabifo-pc .input-box-flex .input-box:last-of-type {
    margin-right: 0
}

.iabifo-pc .input-box .form-input {
    flex: 1;
    height: 100%;
    font-size: 16px
}

.iabifo-pc .input-box .form-input::-webkit-input-placeholder {
    color: #999
}

.iabifo-pc .input-box .form-input:-ms-input-placeholder {
    color: #999
}

.iabifo-pc .input-box .form-input:-moz-placeholder {
    color: #999
}

.iabifo-pc .input-box .form-input::-moz-placeholder {
    color: #999
}

.iabifo-pc .text-area {
    font-size: 16px;
    padding: 15px;
    height: 120px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 8px
}

.iabifo-pc .text-area textarea {
    width: 100%;
    height: 100%;
    resize: none
}

.iabifo-pc .text-area textarea::-webkit-input-placeholder {
    color: #999
}

.iabifo-pc .text-area textarea:-ms-input-placeholder {
    color: #999
}

.iabifo-pc .text-area textarea:-moz-placeholder {
    color: #999
}

.iabifo-pc .text-area textarea::-moz-placeholder {
    color: #999
}

.iabifo-pc .apply-btn {
    width: 200px;
    height: 50px;
    padding: 0 20px;
    background: #5b7738;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    margin: 20px auto 0 auto;
    border-radius: 5px;
    cursor: pointer
}

.iabifo-pc .apply-btn:hover {
    background: #334D12
}

.iabifo-pc .pop-success {
    width: 400px;
    height: 294px;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    background: #fff;
    box-shadow: 0 10 50px 0 rgba(194,194,194,.2);
    text-align: center;
    font-size: 20px;
    display: none
}

.iabifo-pc .pop-success .popup-close {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../img/big-close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.iabifo-pc .pop-success img {
    display: block;
    height: 72px;
    width: 72px;
    margin: 0 auto
}

.iabifo-pc .pop-success p {
    margin: 16px 0
}

.iabifo-pc .pop-success .btn-ok {
    width: 126px;
    height: 50px;
    background: #5b7738;
    line-height: 50px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 20px
}

@media (max-width: 1450px) {
    .web-wrap {
        max-width:1350px
    }
}

@media (max-width: 1350px) {
    .web-wrap {
        max-width:90%
    }

    .certificate-list .home-certificate-item {
        width: 300px;
        height: 425px
    }
}

@media (max-width: 1250px) {
    .web-wrap {
        max-width:90%
    }

    .home-popular {
        background-repeat: repeat-y
    }

    .certificate-list .home-certificate-item {
        width: 260px;
        height: 368px
    }
}

@media (max-width: 767px) {
    .web-wrap {
        max-width:90%
    }
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.counter {
    color: #000
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-300px,0) scaleY(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0) scaleY(.9)
    }

    75% {
        transform: translate3d(0,-10px,0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,5px,0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.right-fixed {
    position: fixed;
    right: 20px;
    bottom: 200px;
    z-index: 10
}

.right-fixed .right-item {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/totop-icon.png) no-repeat;
    background-size: 100%
}

.right-fixed .right-item.btn-chat {
    background: url(../img/chat-icon.png) no-repeat;
    background-size: 100%
}

.iabifo-pc .side-apply {
    position: fixed;
    right: 87px;
    bottom: 30px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    z-index: 1001;
    overflow: hidden;
    width: 0;
    transition: width .5s ease-in-out
}

.iabifo-pc .side-apply.layer-anim {
    width: 400px;
}

.side-apply .side-title {
    height: 48px;
    line-height: 48px;
    background: #5b7738;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding-left: 15px
}

.side-apply .form {
    padding: 20px 25px;
    width: 400px;
    box-sizing: border-box
}

.side-apply .form .form-title {
    font-weight: 400;
    font-size: 12px;
    color: #333;
    line-height: 16px;
    text-align: center;
    padding-bottom: 15px
}

.iabifo-pc .side-apply .input-box {
    margin-right: 0;
    height: 40px;
    margin-bottom: 15px
}

.iabifo-pc .side-apply .popup-close {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../img/big-close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8px;
    right: 0
}

.iabifo-pc .side-apply .text-area{
    height: 80px;
    padding: 10px;
}
.special-index-bg .header-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 10000;
}
.special-index .header-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10000;
}

.iabifo-pc.special-index-bg .header-wrapper .content-box .main-menu>ul>li a{
    color: #fff;
}

.iabifo-pc.special-index-bg .header-wrapper .content-box .navbar-header .open-pop{
    background: transparent;
    border-radius: 5px;
    border: 1px solid #fff;
}

.home-drop{
    padding: 80px 0;
}
.home-drop.home-common .home-title{
    padding-bottom: 30px;
}
.home-drop .drop-tips{
    font-weight: 400;
    font-size: 24px;
    color: #646E78;
    line-height: 32px;
    text-align: center;
    margin-bottom: 50px;
}
.home-drop .home-drop-apply{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    padding: 50px;
}
.iabifo-pc .home-drop-apply .input-box{
    height: 70px;
    margin-bottom: 30px;
}
.iabifo-pc .home-drop-apply .apply-btn{
    margin-bottom: 30px;
}
.iabifo-pc .pop-apply-roles {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 680px;
  margin-top: -250px;
  margin-left: -340px;
  padding: 50px 30px;
  background: #fff;
  transition: all 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
  box-shadow: 0 10px 50px 0 rgba(194, 194, 194, 0.2);
  box-sizing: border-box;
}

.iabifo-pc .pop-apply-roles.layer-anim {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.iabifo-pc .pop-apply-roles .popup-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/big-close.png) no-repeat;
  background-size: 100%;
}
.iabifo-pc .pop-apply-roles .roles-title{
  font-weight: 600;
  font-size: 28px;
  color: #000000;
  line-height: 37px;
  text-align: center;
}
.iabifo-pc .pop-apply-roles .roles-tips{
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 21px;
  margin-top: 15px;
  text-align: center;
}
.iabifo-pc .pop-apply-roles .roles-list{
  margin-top: 30px;
  overflow: hidden;
}
.iabifo-pc .pop-apply-roles .roles-item{
  width: 300px;
  height: 174px;
  border-radius: 8px 8px 8px 8px;
  float: left;
  padding: 45px 16px;
  box-sizing: border-box;
  background: url(../img/ower-icon.png) no-repeat;
  background-size: 100%;
}
.iabifo-pc .pop-apply-roles .roles-item:nth-of-type(1){
  margin-right: 20px;
   background: url(../img/buyer-icon.png) no-repeat;
  background-size: 100%;
}
.iabifo-pc .pop-apply-roles .roles-item:nth-of-type(1) .role-btn{
  background: #1F71E1;
}
.iabifo-pc .pop-apply-roles .roles-item .name{
  margin-top: 10px;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
 }
 .iabifo-pc .pop-apply-roles .roles-item .role-btn{
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
    padding: 10px 8px;
    background: #FF7F00;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin-top: 10px;
 }
 .iabifo-pc .pop-apply-roles .go-btn-a{
    display: block;
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    color: #1F71E1;
    line-height: 21px;
    text-align: center;
 }
  .iabifo-pc .pop-apply-roles .go-btn-a:hover{
    background: #fff!important;
  }
  .iabifo-pc .company-profile.development{
    padding-bottom: 0;
  }
.iabifo-pc .site-footer .flex.contact-footer{
  padding: 30px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.iabifo-pc .site-footer .flex.contact-footer .t{
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 29px;
}
.iabifo-pc .site-footer .flex.contact-footer .t a{
  color: #32C131;
}
.iabifo-pc .site-footer .flex.contact-footer .item{
  flex: none;
  padding-right: 9%;
}
.iabifo-pc .site-footer .flex.top-footer {
    padding-bottom: 30px;
}