@charset "UTF-8";
div[class$='_title'] > .title_text {
    display: inline-block;
    position: relative
}

div[class$='_title'] > .title_text > h3 {
    position: relative;
    z-index: 2
}

div[class$='_title'] > .title_text > i {
    position: absolute;
    z-index: 1;
    bottom: -15PX;
    left: -40PX;
    display: block;
    width: 100%;
    height: 30PX;
    padding: 0 40PX;
    background-color: #59A00D;
    opacity: .06
}

@media screen and (max-width: 768px) {
    div[class$='_title'] > .title_text > h3 {
        font-size: 1rem
    }

    div[class$='_title'] > .title_text > i {
        bottom: -.5rem;
        left: -1rem;
        height: 1rem;
        padding: 0 1rem
    }
}

.container {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 1750px) {
    .container {
        max-width: 90%;
    }
}
.banner {
    position: relative
}

.banner img {
    display: block;
    width: 100%
}

.banner .banner_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner .banner_content h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.5
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .banner .banner_content h3 {
        font-size: 56PX
    }
}

.crumbs {
    background-color: #F9F9F9
}

.crumbs .crumbs_text {
    display: flex;
    line-height: 40PX;
    margin-left: 20px;
}

.crumbs .crumbs_text > span {
    margin: 0 12PX
}

@media screen and (max-width: 768px) {
    .banner .banner_content h3 {
        font-size: 1rem
    }

    .crumbs {
        padding: 0 .5rem
    }

    .crumbs .crumbs_text {
        flex-wrap: wrap;
        line-height: 1.5rem
    }

    .crumbs .crumbs_text > a, .crumbs .crumbs_text > span {
        font-size: .6rem
    }

    .crumbs .crumbs_text > span {
        margin: 0
    }
}

.article_nav {
    background-color: #f0f1f2
}

.article_nav ul {
    display: flex;
}

.article_nav ul > .active > a {
    background-color: #59A00D;
    color: #fff
}

.article_nav ul a {
    display: block;
    height: 60PX;
    padding: 0 30PX;
    line-height: 60PX
}

@media screen and (max-width: 768px) {
    .article_nav ul {
        display: flex;
        overflow-x: auto
    }

    .article_nav ul > li {
        flex-shrink: 0
    }

    .article_nav ul a {
        height: 1.75rem;
        padding: 0 .75rem;
        line-height: 1.75rem;
        font-size: .7rem
    }
}

.business {
    background-color: #FBFCFA
}

.business .business_content {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.business .business_content > .content_left {
    width: 40%
}

.business .business_content > .content_left > .left_img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 60%;
    /*padding: 43PX 45PX;*/
    background-color: #fff;
    transform: translateY(-50%);
    box-sizing: border-box;
    box-shadow: 5PX 10PX 17PX 8PX rgba(0, 0, 0, .05)
}

.business .business_content > .content_left > .left_img > img {
    width: 100%
}

.business .business_content > .content_info {
    width: 40%;
    padding: 202PX 65PX 202PX 415PX;
    /*background-color: #59A00D*/
}

.business .business_content > .content_info > p {
    line-height: 1.5
}
@media screen and (min-width: 1201px) and (max-width: 1367px) {
    .business .business_content > .content_left {
        width: 27%
    }
    
    .business .business_content > .content_left > .left_img {
        width: 45%;
    }
    
    .business .business_content > .content_info {
        width: 73%;
        padding: 160PX 65PX 160PX 250PX;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1200px) {
    div[class$='_title'] {
        text-align: center
    }

    .business .business_content {
        flex-wrap: wrap;
        justify-content: center
    }

    .business .business_content > .content_left {
        width: 70%
    }

    .business .business_content > .content_left > .left_img {
        position: static;
        width: 100%;
        transform: translateY(0)
    }

    .business .business_content > .content_info {
        width: 70%;
        padding: 50PX;
        box-sizing: border-box
    }
}

@media screen and (max-width: 768px) {
    .business {
        padding: 1.25rem .5rem
    }

    .business .business_content {
        flex-wrap: wrap;
        justify-content: center
    }

    .business .business_content > .content_left {
        width: 100%
    }

    .business .business_content > .content_left > .left_img {
        position: static;
        width: 100%;
        padding: 1.075rem 1.125rem
    }

    .business .business_content > .content_info {
        width: 100%;
        padding: 1.25rem
    }

    .business .business_content > .content_info > p {
        font-size: .7rem
    }
}

.pivotal {
    background-color: #fff
}

.pivotal .pivotal_title {
    margin-bottom: 55PX
}

.pivotal .pivotal_list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.pivotal .pivotal_list > li {
    width: 50%;
    padding-bottom: 30PX;
    margin-top: -1PX;
    box-sizing: border-box
}

.pivotal .pivotal_list > li > .list_top {
    position: relative;
    padding: 43PX 0 0 20PX
}

.pivotal .pivotal_list > li > .list_top > img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 99PX;
    opacity: .3
}

.pivotal .pivotal_list > li > .list_top > h4 {
    position: relative;
    z-index: 2
}

.pivotal .pivotal_list > li > p {
    padding-left: 20PX;
    margin-top: 20PX;
    line-height: 1.5;
    text-align: justify
}

.pivotal .pivotal_list > li:nth-child(odd) {
    padding-right: 90PX;
    border-top: 1PX dashed #DEECCF;
    border-right: 1PX dashed #DEECCF
}

.pivotal .pivotal_list > li:nth-child(even) {
    padding-left: 90PX;
    border-top: 1PX dashed #DEECCF
}

.pivotal .pivotal_list > li:nth-last-child(1), .pivotal .pivotal_list > li:nth-last-child(2) {
    padding-top: 30PX;
    padding-bottom: 0
}

@media screen and (max-width: 1200px) {
    .pivotal .pivotal_list {
        width: 80%;
        margin: 0 auto
    }
}

@media screen and (max-width: 768px) {
    .pivotal {
        padding: 1.75rem .5rem
    }

    .pivotal .pivotal_title {
        margin-bottom: 1.375rem
    }

    .pivotal .pivotal_list {
        width: 100%
    }

    .pivotal .pivotal_list > li {
        width: 100%;
        padding: 30PX 0;
        border-bottom: 1PX dashed #DEECCF
    }

    .pivotal .pivotal_list > li > .list_top {
        padding: 1.25rem 0 0 .75rem
    }

    .pivotal .pivotal_list > li > .list_top > img {
        width: 3.5rem
    }

    .pivotal .pivotal_list > li > .list_top > h4 {
        font-size: 1rem
    }

    .pivotal .pivotal_list > li > p {
        padding-left: .75rem;
        margin-top: .5rem;
        font-size: .7rem
    }

    .pivotal .pivotal_list > li:nth-child(odd) {
        padding-right: 0;
        border-top: none;
        border-right: none
    }

    .pivotal .pivotal_list > li:nth-child(even) {
        padding-left: 0
    }

    .pivotal .pivotal_list > li:nth-last-child(1), .pivotal .pivotal_list > li:nth-last-child(2) {
        padding: 30PX 0
    }
}

.technical {
    padding: 70PX 0;
    background-color: #FBFCFA
}

.technical .technical_swiper {
    position: relative;
    margin-top: 55PX
}

.technical .technical_swiper .swiper-button-next {
    right: -100PX
}

.technical .technical_swiper .swiper-button-prev {
    left: -100PX;
    transform: rotate(180deg)
}

.technical .technical_swiper div[class^=swiper-button] {
    width: 60PX;
    height: 1.5rem;
    background: url(../images/product_details/swiper_icon.png) no-repeat;
    background-size: 100% 100%;
    outline: 0
}

.technical .technical_swiper div[class^=swiper-button]::after {
    content: ''
}

.technical .technical_swiper div[class^=swiper-button].swiper-button-disabled {
    display: none
}

.technical .technical_swiper .swiper-content .swiper_item {
    width: 25%;
    height: 340PX;
    padding: 40PX 40PX 20PX;
    background-color: #fff;
    border-left: 4PX solid #59A00D;
    box-shadow: 5PX 10PX 15PX 8PX rgba(0, 0, 0, .05);
    box-sizing: border-box
}

.technical .technical_swiper .swiper-content .swiper_item > .item_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.technical .technical_swiper .swiper-content .swiper_item > .item_info > p {
    width: 360PX;
    margin-top: 20PX;
    line-height: 1.8;
    min-height: 180px;
}

.technical .technical_swiper .swiper-content .swiper_item > .item_info > span {
    display: block;
    text-align: right;
    font-size: 80PX;
    /*opacity: .1*/
}

.technical .technical_swiper .swiper-content .swiper_item {
    width: 500PX;
    /*background-color: #59A00D*/
}

.technical .technical_swiper .swiper-content .swiper_item > .item_info > h4 {
    /*color: #fff*/
}

.technical .technical_swiper .swiper-content .swiper_item > .item_info > p {
    display: block
}

.technical .technical_swiper .swiper-content .swiper_item > .item_info > span {
    color: #73B330
}

@media screen and (max-width: 1420px) {
    .technical .technical_swiper {
        padding: 0 70PX
    }

    .technical .technical_swiper .swiper-button-next {
        right: 0
    }

    .technical .technical_swiper .swiper-button-prev {
        left: 0
    }

    .technical .technical_swiper .swiper-content .swiper_item {
        width: 40%
    }
}

@media screen and (max-width: 1000px) {
    .technical .technical_swiper .swiper-content .swiper_item {
        width: 300PX
    }
}

@media screen and (max-width: 768px) {
    .technical {
        padding: 1.75rem 0
    }

    .technical .technical_swiper {
        padding: 0 2rem;
        margin-top: 1.375rem
    }

    .technical .technical_swiper .swiper-button-next {
        right: .25rem
    }

    .technical .technical_swiper .swiper-button-prev {
        left: .25rem
    }

    .technical .technical_swiper div[class^=swiper-button] {
        width: 1.5rem;
        height: 1.5rem
    }

    .technical .technical_swiper .swiper-content .swiper_item {
        height: auto;
        padding: 1rem 1rem .5rem;
        width: 80%;
        background-color: #59A00D
    }

    .technical .technical_swiper .swiper-content .swiper_item:hover {
        width: 80%
    }

    .technical .technical_swiper .swiper-content .swiper_item > .item_info > p {
        display: block;
        width: 9rem;
        margin-top: .5rem;
        font-size: .7rem
    }

    .technical .technical_swiper .swiper-content .swiper_item > .item_info > h4 {
        color: #fff;
        font-size: 1rem
    }

    .technical .technical_swiper .swiper-content .swiper_item > .item_info > span {
        color: #FFF;
        font-size: 3rem
    }
}

.case, .cost {
    background-color: #fff
}

.cost {
    padding: 70PX 0
}

.cost .cost_list {
    display: flex;
    overflow: hidden;
    margin-top: 55PX
}

.cost .cost_list > li {
    width: 50%;
    margin-left: -1PX;
    border-left: 1PX dashed #DEECCF
}

.cost .cost_list > li:nth-child(odd) {
    padding-right: 90PX
}

.cost .cost_list > li:nth-child(even) {
    padding-left: 90PX
}

.cost .cost_list > li > .list_top, .cost .cost_list > li > p {
    padding-left: 20PX
}

.cost .cost_list > li > .list_top {
    position: relative;
    padding-top: 43PX
}

.cost .cost_list > li > .list_top > img {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 99PX;
    opacity: .3
}

.cost .cost_list > li > .list_top > h3 {
    position: relative;
    z-index: 2
}

.cost .cost_list > li > p {
    margin-top: 20PX;
    line-height: 1.5;
    text-align: justify
}

@media screen and (max-width: 1200px) {
    .cost .cost_list {
        width: 80%;
        margin: 55PX auto 0
    }
}

@media screen and (max-width: 768px) {
    .cost {
        padding: 1.75rem .5rem
    }

    .cost .cost_list {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 1.375rem
    }

    .cost .cost_list > li {
        width: 100%;
        margin-left: 0;
        padding: 30PX 0;
        border-left: none;
        border-bottom: 1PX dashed #DEECCF
    }

    .cost .cost_list > li:nth-child(odd) {
        padding-right: 0
    }

    .cost .cost_list > li:nth-child(even) {
        padding-left: 0
    }

    .cost .cost_list > li > .list_top {
        padding: 1.25rem 0 0 .75rem
    }

    .cost .cost_list > li > .list_top > img {
        width: 3.5rem
    }

    .cost .cost_list > li > .list_top > h4 {
        font-size: 1rem
    }

    .cost .cost_list > li > p {
        padding-left: .75rem;
        margin-top: .5rem;
        font-size: .7rem
    }
}

.case {
    padding: 100PX 0;
}

.case .case_list {
    margin-top: 56PX;
    display: flex;
    flex-wrap: wrap;
}

.case .case_list > li {
    width: 24%;
    margin-left: 10px;
    margin-top: 10px;
    background: url(../images/product_details/case_bg.png) center center no-repeat;
    background-size: 120% 120%;
    box-shadow: 5PX 10PX 17PX 8PX rgba(0, 0, 0, .05)
}

.case .case_list > li > div {
    height: 100%;
    padding: 45PX 30PX;
    background-color: rgba(255, 255, 255, .95);
    box-sizing: border-box;
}

.case .case_list > li > div:hover {
    background-color: rgba(89, 160, 13, .95)
}

.case .case_list > li > div:hover > .list_sign {
    background-color: #fff;
    color: #59A00D
}

.case .case_list > li > div:hover > a, .case .case_list > li > div:hover > h4 {
    color: #fff
}

.case .case_list > li > div:hover > .list_info > span {
    display: none
}

.case .case_list > li > div:hover > .list_info > p {
    visibility: visible
}

.case .case_list > li > div > .list_sign {
    display: initial;
    width: 100%;
    height: 18PX;
    background-color: #59a00d;
    text-align: center;
    line-height: 18PX;
    border-radius: 2PX
}

.case .case_list > li > div > h4 {
    margin-top: 30PX
}

.case .case_list > li > div .list_info {
    position: relative;
    margin-top: 10PX;
    line-height: 1.5;
    min-height: 120px
}

.case .case_list > li > div .list_info > span {
    position: absolute;
    top: 0;
    left: 0
}

.case .case_list > li > div .list_info > p {
    visibility: hidden
}

@media screen and (max-width: 1200px) {
    .case .case_list {
        flex-wrap: wrap;
        width: 80%;
        margin: 56PX auto 0
    }

    .case .case_list > li {
        width: 44%;
        margin-bottom: 50PX
    }
}

@media screen and (max-width: 768px) {
    .case {
        padding: 0 .5rem 2.5rem
    }

    .case .case_list {
        width: 100%;
        margin-top: 1.4rem
    }

    .case .case_list > li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1.25rem
    }

    .case .case_list > li > div {
        padding: 1.125rem .75rem;
        background-color: rgba(89, 160, 13, .95)
    }

    .case .case_list > li > div > .list_sign {
        width: 2.5rem;
        height: 1rem;
        line-height: 1rem;
        background-color: #fff;
        font-size: .7rem;
        color: #59A00D
    }

    .case .case_list > li > div > a, .case .case_list > li > div > h4 {
        color: #fff
    }

    .case .case_list > li > div > h4 {
        margin-top: .75rem;
        font-size: 1rem
    }

    .case .case_list > li > div > .list_info > span {
        display: none
    }

    .case .case_list > li > div > .list_info > p, .case .case_list > li > div > a {
        font-size: .7rem
    }

    .case .case_list > li > div > .list_info > p {
        visibility: visible
    }

    .case .case_list > li > div .list_info {
        margin-top: .25rem
    }
}

.content {
    background-color: #fff;
}
.content .page_content {
    margin-top: 20px;
}
.content .page_content img {
    width: 100%;
}
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 768px) {
    .content {
        padding: 1.75rem .5rem
    }
}

.control_img, .meet_info,.fence_info {
    margin-top: 55px;
}

.control .control_cut ul .cut_bg, .control .control_cut ul li:hover {
    background-color: #59A00D
}

.control .control_img .img_banner {
    position: relative;
    display: none
}

.control .control_img .img_banner img {
    width: 100%;
    vertical-align: middle
}

.control .control_img .img_banner .banner_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 128PX;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0));
}

.control .control_img .img_banner .banner_text h3 {
    padding: 20PX;
    font-size: 32PX;
    font-weight: 500
}

.control .control_img .img_banner .banner_text p {
    line-height: 1.5;
}

.control .control_img .banner_show {
    display: block
}

.control .control_cut ul {
    display: flex;
    overflow: hidden;
    overflow-x: auto
}

.control .control_cut ul li {
    flex-shrink: 0;
    text-align: center;
    line-height: 120PX;
    padding: 0 56PX;
    box-sizing: border-box;
    flex: 1;
}

.control .control_cut ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 18PX
}

.control .control_cut ul .cut_bg a, .control .control_cut ul li:hover a {
    color: #fff
}

@media screen and (max-width: 1200px) {
    .control .control_img .img_banner .banner_text {
        width: 75%
    }
}

@media screen and (max-width: 768px) {
    .control .control_img .img_banner .banner_text {
        width: 100%;
        height: 70%;
        padding: 0 10PX;
        box-sizing: border-box
    }

    .control .control_img .img_banner .banner_text h3 {
        padding: .5rem 0;
        font-size: .8rem
    }

    .control .control_cut ul li a, .control .control_img .img_banner .banner_text p {
        font-size: .7rem
    }

    .control .control_cut ul li {
        line-height: 2rem;
        padding: 0 .75rem
    }
}

.meet .meet_info {
    display: flex
}

.meet .meet_info li {
    /*width: calc((100% - 20PX * 3) / 4);*/
    margin: 10PX 20PX 10PX 0;
    background: #fbfcfa;
    border: 4PX solid transparent;
    flex: 1;
}

.meet .meet_info li .info_text {
    padding: 20PX
}

.meet .meet_info li .info_text h3 {
    padding: 20PX 0;
    text-align: center
}

.meet .meet_info li .info_text p {
    padding: 10PX 0;
    line-height: 1.5
}

.meet .meet_info li img {
    width: 100%;
    vertical-align: middle
}

.meet .meet_info li:nth-child(4n) {
    margin-right: 0
}

.meet .meet_info li:hover {
    border: .1rem solid #59a00d;
    box-shadow: 0 0 .45rem 0 rgba(0, 0, 0, .22)
}

@media screen and (max-width: 1200px) {
    .meet {
        padding: 3.25rem 0
    }

    .meet .meet_info {
        flex-wrap: wrap;
        padding: 0 .5rem;
        box-sizing: border-box
    }

    .meet .meet_info li {
        width: calc((100% - 20PX * 2) / 2);
        margin: 10PX 20PX 10PX 0
    }

    .meet .meet_info li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .meet .meet_info li {
        width: 100%;
        margin: .5rem 0
    }

    .meet .meet_info li p {
        font-size: .7rem
    }

    .meet .meet_info li h3 {
        font-size: 1rem
    }
}

.fence {
    padding: 30PX 0
}

.fence .fence_info {
    display: flex;
    flex-wrap: wrap
}

.fence .fence_info li {
    width: calc((100% - 20PX * 2) / 3);
    margin: 10PX 20PX 10PX 0
}

.fence .fence_info li a {
    position: relative;
    display: block;
    width: 100%
}

.fence .fence_info li a img {
    width: 100%
}

.fence .fence_info li a .info_text {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30PX 40PX 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}

.fence .fence_info li a .info_text div {
    flex-shrink: 0
}

.fence .fence_info li a .info_text .text1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.fence .fence_info li a .info_text .text1 h3, .fence .fence_info li a .info_text .text1 span {
    padding: 5PX;
    font-size: 28PX;
    font-weight: 500
}

.fence .fence_info li a .info_text .text2 {
    height: 0;
    transition: all .5s;
    line-height: 1.5
}

.fence .fence_info li a .info_text:hover .text1 {
    flex: 1
}

.fence .fence_info li a .info_text:hover .text2 {
    padding-bottom: 30PX;
    height: auto
}

.fence .fence_info li:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width: 1200px) {
    .fence {
        padding: .75rem 0
    }

    .fence .fence_info {
        flex-wrap: wrap;
        padding: 0 .5rem;
        box-sizing: border-box
    }

    .fence .fence_info li {
        width: calc((100% - 20PX * 2) / 2);
        margin: 10PX 20PX 10PX 0
    }
}

@media screen and (max-width: 768px) {
    .fence .fence_info li {
        width: 100%;
        margin: .5rem 0
    }

    .fence .fence_info li a .info_text .text1 h3, .fence .fence_info li a .info_text .text1 span {
        font-size: 1rem
    }

    .fence .fence_info li a .info_text p {
        font-size: .7rem
    }
}

.content,.control,.meet,.fence,.business,.pivotal,.technical,.banner {
    margin-top: 75px;
}
