﻿@charset "utf-8";

html {
    overflow-x: auto;
    overflow-y: auto;
}

* {
    padding: 0;
    margin: 0;
    outline: none !important;
}

.wow {
    visibility: inherit !important;
}

ul, ol, li {
    list-style-type: none;
}

body, button, input, select, textarea {
    font-family: 'Microsoft yahei';
    font-size: 13px;
}

code, kbd, pre, samp {
    font-family: 'Microsoft yahei';
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

img {
    border: 0;
    max-width: 100%;
}

li {
    line-height: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
    font-family: 'Microsoft yahei';
}

input, table, tr, td {
    margin: 0;
    padding: 0;
    border: none;
}

button, table {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}

select {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft yahei';
    border: none;
}

textarea {
    resize: none;
    outline: none;
}

label {
    margin-bottom: 0;
    font-weight: normal;
}

input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.clear {
    clear: both;
}
/*********************************************************************重置***********************************************************************/

.pz_top {
    width: 100%;
    z-index: 101;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
}

.pz_banner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
    height:auto;
}

.pz_menu {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
    background: #dc6b10;
}

.pz_main {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

@media screen and (max-width: 700px) {
    .pz_main {
        float: left;
        width: 100%;
        overflow: visible !important;
        background: #fff;
        margin-top: 20px;
    }
}

.pz_down {
    float: left;
    width: 100%;
    background: #3a3a3a;
    position: relative;
}

/*首页*/
.top {
    height: 70px;
    width: 100%;
    float: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pz_70 {
    width: 100%;
    height: 70px;
    float: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.top .logo {
    width: 68px;
    float: left;
    margin-top: 10px;
}

.top .topr {
    float: right;
}

.top .logo img {
    max-width: none;
}

.menu {
    z-index: 99;
    float: left;
}

    .menu > ul {
        float: left;
        position: relative;
    }

    .menu ul .nli {
        float: left;
        z-index: 99;
        position: relative;
        width: 96px;
        height: 70px;
    }

        .menu ul .nli svg {
            display: block;
            width: 1px;
            height: 12px;
            background: #92D050;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -6px;
        }

        .menu ul .nli span a {
            display: block;
            float: left;
            width: 100%;
            height: 70px;
            line-height: 26px;
            padding-top: 8px;
            color: #333;
            font-size: 16px;
            text-align: center;
            position: relative;
        }

            .menu ul .nli span a:before {
                content: '';
                width: 0;
                height: 2px;
                background: #92D050;
                position: absolute;
                left: 50%;
                bottom: 0;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

        .menu ul .nli span .yw {
            font-size: 11px;
            color: #999;
        }

        .menu ul .nli.on span a:before,
        .menu ul .nli:hover span a:before {
            width: 56px;
            margin-left: -28px;
        }

        .menu ul .nli.on span a,
        .menu ul .nli:hover span a {
            color: #92D050;
        }

.top.on {
    height: 50px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.top.on_1 {
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.pz_70.on {
    height: 50px;
}

.top.on .logo {
    margin-top: 0px;
}

.top.on .wb {
    padding-top: 5px;
}

.top.on .fx {
    top: 5px;
}

.top.on .menu ul .nli {
    height: 50px;
}

    .top.on .menu ul .nli span a {
        height: 50px;
        line-height: 20px;
    }




/*下拉菜单（漂浮在menu .nli上）*/
.sub {
    z-index: 21;
    position: absolute;
    display: none;
    width: 160px;
    background: url(../images/zbg1.png);
    top: 100% !important;
    left: 0;
    margin-top: -2px;
    text-align: center;
    border-top: solid 2px #92D050;
}

    .sub .l2 {
        width: 100%;
        float: left;
        position: relative;
        border-top: solid 1px #92D050;
        margin-top: -2px;
    }

        .sub .l2 .l2_a {
            line-height: 52px;
            width: 100%;
            display: block;
            float: left;
            color: #fff;
            font-size: 14px;
        }

        .sub .l2:hover .l2_a {
            color: #92D050;
        }

    .sub .ul2 {
        float: left;
        position: absolute;
        left: 96%;
        top: 20px;
        display: none;
        margin: 0px;
        width: 185px;
        padding: 17px 30px 16px 25px;
        overflow: hidden;
        background: url(images/bg_8.png);
        border-top: solid 2px black;
        box-shadow: 0 3px 16px rgba(0,0,0,0.15);
    }

        .sub .ul2 .l3 {
            float: left;
            position: static;
            padding: 0;
            margin: 0;
            width: 100%;
            height: 40px;
            line-height: 40px;
            float: left;
            font-size: 14px;
            color: #333;
            text-align: left;
        }

            .sub .ul2 .l3 .l3_a {
                padding: 0px;
                line-height: 40px;
                width: 100%;
                display: block;
                float: left;
                color: #333333;
                background-position: left center;
            }

            .sub .ul2 .l3:hover .l3_a {
                color: #082b8f;
                width: 165px;
                padding-left: 20px;
                background: url(images/ico_2_1.png) no-repeat left center;
            }

.menuph {
    float: right;
    margin-top: 25px;
    cursor: pointer;
    width: 26px;
    height: 32px;
    text-align: center;
    display: none;
}

    .menuph .point {
        display: inline-block;
        width: 26px;
        height: 3px;
        position: relative;
    }

    .menuph .navbtn {
        position: absolute;
        top: 0px;
        right: 0;
        display: inline-block;
        width: 18px;
        height: 2px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #92D050;
    }

        .menuph .navbtn::after,
        .menuph .navbtn::before {
            position: absolute;
            right: 0;
            display: inline-block;
            width: 26px;
            height: 2px;
            content: '';
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
            background: #92D050;
        }

        .menuph .navbtn::after {
            top: -9px;
        }

        .menuph .navbtn::before {
            top: 9px;
        }

    .menuph .point.active .navbtn {
        background: transparent;
    }

        .menuph .point.active .navbtn::after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0px;
        }

        .menuph .point.active .navbtn::before {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 0px;
        }

.pf_menu {
    position: fixed;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    right: 0px;
    top: 0px;
    z-index: 60;
    display: block;
    padding: 50px 0 0 0;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    z-index: 98;
    background: white;
    height: calc(100% - 40px);
}

.ph_menu {
    float: left;
    width: 100%;
    text-align: left;
}

.nav_box {
    text-align: left;
    overflow-y: scroll;
}

    .nav_box ul {
        overflow-y: scroll;
    }

.ph_menu .nli {
    float: left;
    width: 100%;
    border-bottom: solid 1px #92D050;
    position: relative;
}

    .ph_menu .nli span {
        float: left;
        width: 100%;
    }

    .ph_menu .nli .l1_a {
        float: left;
        width: 100%;
        color: #666;
        font-size: 26px;
        line-height: 60px;
        white-space: nowrap;
        font-weight: bold;
        position: relative;
        letter-spacing: 1px;
        padding: 0 10px;
    }

 
    .ph_menu .nli svg {
        display: block;
        background: url(../images/top1.png) no-repeat center center;
        width: 7px;
        height: 60px;
        background-size: contain;
        position: absolute;
        right: 10px;
        top: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .ph_menu .nli.on svg {
        background-image: url(images/top1_h.png);
        transform: rotate(90deg);
    }

    .ph_menu .nli.on .l1_a:before, .ph_menu .nli:hover .l1_a:before {
        margin-left: -75px;
    }

    .ph_menu .nli.on .l1_a:after, .ph_menu .nli:hover .l1_a:after {
        margin-right: -75px;
    }

    .ph_menu .nli .l2_ul {
        display: none;
        height: auto;
        float: left;
        width: 100%;
        padding: 10px 30px;
        background: #eee;
    }

        .ph_menu .nli .l2_ul li {
            border-bottom: 1px #fff solid;
            line-height: 35px;
        }

            .ph_menu .nli .l2_ul li a {
                line-height: 32px;
                font-size: 20px;
                color: #666;
            }

.pz_menu.on {
    box-shadow: 0 3px 6px rgba(0,0,0,0.10);
}




@media screen and (max-width: 991px) {
    .menuph {
        display: block;
    }

    .menu {
        display: none;
    }

    .top {
        height: 50px;
    }

    .pz_70 {
        height: 50px;
    }

    .top .logo {
        margin-top: 0px;
    }

    .top .menu ul .nli {
        height: 50px;
    }

        .top .menu ul .nli span a {
            height: 50px;
            line-height: 50px;
        }

    .ph_menu {
        text-align: center;
    }
}


@media screen and (max-width: 767px) {
    .top {
        padding: 0 10px;
    }

    .pz_menu {
        padding: 0 10px;
    }

    .top .logo {
        width: 48px;
        margin-top: 10px;
    }
}




.slide_banner {
    width: 100%;
    float: left;
    position: relative;
    min-height: 200px;
}

    .slide_banner .slick-slide {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
    }

        .slide_banner .slick-slide img {
            width: 100%;
            float: left;
            transition: 1.5s ease-in-out;
            transform: scale(1.2);
            height:700px;
        }

        .slide_banner .slick-slide.slick-current img {
            transform: scale(1);
        }

    .slide_banner .slick-dots {
        position: absolute;
        bottom: 30px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        overflow: hidden;
    }

        .slide_banner .slick-dots li {
            position: relative;
            display: inline-block;
            width: 14px;
            height: 14px;
            margin: 0 10px;
            padding: 0;
            cursor: pointer;
            border: solid 2px #ccc;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
        }

            .slide_banner .slick-dots li.slick-active {
                background: #92D050;
            }

@media screen and (max-width: 991px) {
    .slide_banner .slick-dots {
        bottom: 10px;
    }

        .slide_banner .slick-dots li {
            width: 10px;
            height: 10px;
            margin: 0 5px;
        }
}

@media screen and (max-width: 991px) {
    .slide_banner {
        width: 100%;
        float: left;
        position: relative;
        min-height: auto !important;
    }
}



.c_0100_1 {
    padding: 66px 0 56px 0;
}


.tem-index-container {
    width: 100%;
    position: relative;
}

.tem-index-video {
    width: 34%;
    /*border: red solid 1px;*/
    height: 255px;
    position: relative;
    float: left;
}

    .tem-index-video iframe {
    
        width:100%;
        height:255px;
    }

.tem-index-container .ind_ab {
    width: 45%;
    margin: 30px auto;
    overflow: hidden;
}


.tem-index-container .tit_1 {
    width: 54%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.tem-index-container .tit_1 span {
        *zoom: 1;
        *display: inline;
        line-height: 50px;
        font-size: 36px;
        padding-bottom: 10px;
    }

 .tem-index-container .ind_ab p {
        width: 100%;
        /*text-align: center;*/
        color: #666;
        line-height: 26px;
        margin: 0px auto;
        font-size: 15px;
    }



.tit_1 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

    .tit_1 span {
        *zoom: 1;
        *display: inline;
        line-height: 50px;
        font-size: 36px;
        padding-bottom: 10px;
    }

.tit_1_s span {
    font-size: 30px;
}

.tit_1 p {
    color: #999;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 10px;
}

.tit_1 svg {
    background: url(../images/zico1.png) no-repeat center center;
    width: 109px;
    height: 9px;
}

.ind_ab {
    width: 100%;
    margin: 30px auto;
}

    .ind_ab p {
        width: 50%;
        text-align: left;
        color: #666;
        line-height: 26px;
        margin: 0px auto;
        font-size: 15px;
    }

.indab {
    background: #3a3a3a;
    margin: 30px auto;
}

.ablist {
    width: 100%;
    margin: 40px auto;
}

    .ablist li {
        width: 25%;
        text-align: center;
        overflow: hidden;
        float: left;
    }

        .ablist li img {
            margin: 0 0 10px 0px;
            -webkit-transition: -webkit-transform 0.6s ease-out;
            -moz-transition: -moz-transform 0.6s ease-out;
            -o-transition: -o-transform 0.6s ease-out;
            -ms-transition: -ms-transform 0.6s ease-out;
        }

            .ablist li img:hover {
                -webkit-transform: rotateZ(360deg);
                -moz-transform: rotateZ(360deg);
                -o-transform: rotateZ(360deg);
                -ms-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
            }

        .ablist li a {
            font-size: 16px;
            color: #333;
            display: block;
        }

@media screen and (max-width: 991px) {
    .c_0100_1 {
        padding: 36px 0 20px 0;
    }

    .tit_1 span {
        line-height: 40px;
        font-size: 30px;
        padding-bottom: 15px;
    }

    .tit_1_s span {
        font-size: 24px;
    }

    .ind_ab p {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .c_0100_1 {
        padding: 26px 10px 36px 10px;
    }

    .tit_1 span {
        line-height: 30px;
        font-size: 20px;
        padding-bottom: 20px;
    }

    .tit_1_s span {
        font-size: 18px;
    }

    .ablist li {
        width: 49%;
        margin-bottom: 3%;
    }

    .ablist {
        margin-bottom: 0px;
    }
}


@media screen and (max-width: 480px) {
    .ind_ab p {
        line-height: 22px;
        font-size: 13px;
        width: 90%;
    }
}

.more {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

    .more a {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        width: 163px;
        height: 45px;
        line-height: 41px;
        border: solid 1px #ccc;
        font-size: 14px;
        color: #898989;
    }

        .more a:hover {
            color: white;
            background: #92D050;
            border: none;
        }



.work {
    padding0px 0px 20px 0px;
    text-align: center;
}

    .work .content {
        padding-top: 20px;
        width: 100%;
        height: auto;
    }

        .work .content:after {
            content: "020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .work .content .child {
            position: relative;
            float: left;
            width: 24%;
            margin: 0.5% 0.5%;
        }

            .work .content .child .childImg {
                width: 100%;
                height: auto;
                vertical-align: middle;
            }

            .work .content .child .childHide {
                display: none;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background: #92D050;
            }

            .work .content .child .childPointer {
                position: absolute;
                bottom: 10px;
                right: 13px;
                width: 44px;
            }

            .work .content .child .childTag {
                letter-spacing: 0.1em;
                font-weight: 100;
                font-stretch: condensed;
                padding: 6%;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 88%;
                *width: 60%;
                font-size: 24px;
                font-family: 'MyriadPro-LightCond';
                font-size: 24px;
                color: #fff;
                text-align: left;
            }

                .work .content .child .childTag .childSub {
                    width: 13px;
                    height: 1px;
                    background: #fff;
                    margin: 10px 0px;
                }

            .work .content .child .childContent {
                position: absolute;
                top: 50%;
                left: 0px;
                height: 54px;
                width: 100%;
                margin-top: -27px;
            }

                .work .content .child .childContent .title {
                    font-size: 16px;
                    color: #fff;
                    width: 90%;
                    margin: 0 auto;
                }

                .work .content .child .childContent .info {
                    color: #fff;
                    font-size: 16px;
                    margin-top: 10px;
                }

    .work .linkBtn {
        margin: 80px auto 0px auto;
    }

@media screen and (max-width: 767px) {
    .work .content .child {
        width: 48%;
        margin: 1% 1%;
    }

    .work .content {
        padding-top: 0px;
    }
}


.prodet {
    width: 100%;
    margin: 20px auto;
}

.prodetleft {
    float: left;
    width: 49%;
    margin: 0px auto;
    text-align: center;
}

.prodetright {
    float: right;
    width: 49%;
    margin: 0px auto;
    text-align: center;
}

.prodet tr td {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 767px) {
    .prodet tr td {
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 640px) {
    .prodet tr td {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .prodet {
        width: 100%;
        margin: 0px auto;
    }
}

.footer-box {
    position: relative;
}

.footerl {
    width: 33.33%;
    float: left;
    padding: 30px 0px;
}

    .footerl .dblogo {
        width: 100%;
        padding-bottom: 25px;
    }

    .footerl p {
        line-height: 26px;
    }

        .footerl p a {
            color: #fff;
            padding-right: 10px;
        }

            .footerl p a:hover {
                color: #92D050;
            }

.footerc {
    width: 33.33%;
    float: left;
    color: #fff;
    padding: 50px 0px;
}

    .footerc p {
        line-height: 30px;
    }

.footerr {
    width: 20%;
    float: right;
    position: relative;
    padding: 150px 0px 0px;
    top: 63px;
}

.footvideo {
    position: absolute;
    right: 0;
}

    .footvideo iframe {
        height: 218px;
    }

.wb {
    padding-top: 18px;
    padding-right: 10px;
    float: left;
}

.pos_a {
    position: absolute;
}

.fx {
    top: 166px;
    z-index: 201;
    margin-left: 55px;
}

    .fx a {
        margin: 0 10px 0 0;
    }

    .fx .show1 {
        display: none;
        padding: 10px 10px 5px 10px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
        z-index: 999;
    }

    .fx a:hover .show1 {
        left: -40px;
        top: -142px;
        display: block;
        position: absolute;
        width: 120px;
        height: 140px;
    }

.wxtit {
    text-align: center;
    font-size: 13px;
    color: #666;
    padding-top: 5px;
}

.bottom {
    background: #333;
    width: 100%;
    text-align: center;
    color: #666;
    line-height: 60px;
}

    .bottom a {
        color: #666;
    }

        .bottom a:hover {
            color: #92D050;
        }



@media screen and (max-width: 991px) {
    .footerc {
        width: 36%;
    }

    .footerr {
        width: 15%;
    }
}

@media screen and (max-width: 767px) {
    .pz_down {
        display: none;
    }

    .bottom {
        padding: 10px 0px;
    }

        .bottom p {
            line-height: 26px;
        }

    .ablist li img {
        width: 60%;
    }
}



.nyab {
    width: 100%;
    margin: 20px auto;
}

    .nyab .abimg {
        float: left;
        width: 50%;
        padding-right: 20px;
    }

  .nyab p {
    line-height: 26px;
    color: #666;
}   

@media screen and (max-width: 991px) {
    .nyab {
        margin: 10px auto;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .nyab {
        margin: 10px auto;
        width: 100%;
    }

    .tit_1 span {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .nyab {
        margin: 0px auto;
        width: 100%;
    }

    .tit_1 span {
        padding-bottom: 0px;
    }

    .nyab .abimg {
        width: 100%;
        margin: 0px auto;
        padding-right: 0px;
        margin-bottom: 10px;
    }
}



/*内页公用*/
.banner {
    width: 100%;
    float: left;
    height: 340px;
    overflow: hidden;
    position: relative;
}

    .banner img {
        width: 1920px;
        height: 340px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -170px 0 0 -960px;
        max-width: none;
    }

    .banner .mb {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.15;
    }

@media screen and (max-width: 991px) {
    .banner {
        height: 240px;
    }

        .banner img {
            width: 1355px;
            height: 240px;
            margin: -120px 0 0 -677px;
        }
}

@media screen and (max-width: 767px) {
    .banner {
        height: 120px;
    }

        .banner img {
            width: 573px;
            height: 111px;
            margin: -60px 0 0 -289px;
        }
}





.product_cp {
    width: 24%;
    text-align: center;
    margin: 0.5% 0.5%;
    float: left;
}

.product_cp_img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

    .product_cp_img a {
        display: block;
        width: 100%;
        transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
    }

        .product_cp_img a img {
            display: block;
            width: 100%;
            -webkit-transition: all 0.6s linear;
            -moz-transition: all 0.6s linear;
            -o-transition: all 0.6s linear;
            -ms-transition: all 0.6s linear;
            transition: all 0.6s linear;
            opacity: 1;
        }

        .product_cp_img a:hover {
            -webkit-transform: scale(1.2,1.2);
            -moz-transform: scale(1.2,1.2);
            -o-transform: scale(1.2,1.2);
            -ms-transform: scale(1.2,1.2);
            transform: scale(1.2,1.2);
            opacity: 1;
        }

.product_cp h1 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    text-align: center;
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .product_cp h1 a:hover {
        color: #92D050;
    }

.product_cp p {
    line-height: 26px;
    font-size: 13px;
    color: #999;
    text-align: left;
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
    .product_cp {
        width: 48%;
        margin: 1% 1%;
    }

        .product_cp h1 {
            font-size: 16px;
        }
}

@media screen and (max-width: 320px) {
    .product_cp {
        width: 100%;
        margin: 1% 0px;
    }

        .product_cp h1 {
            font-size: 16px;
        }
}



.casenyimg {
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .casenyimg {
        margin: 10px auto;
    }
}

@media screen and (max-width: 480px) {
    .casenyimg {
        margin: 0px auto;
    }

    .tit_1 span {
        text-align: center;
        display: block;
    }
}




.nynews {
    width: 100%;
    float: left;
    margin-top: 130px;
    position: relative;
}

    .nynews .dt {
        width: 1px;
        height: 110%;
        position: absolute;
        left: 50%;
        top: -112px;
        background: #dcdddd;
    }

    .nynews li {
        position: relative;
        width: 451px;
        float: left;
        margin-top: 38px;
    }

        .nynews li.first {
            margin-top: -112px;
        }

        .nynews li .bian {
            width: 150px;
            height: 1px;
            background: #dcdddd;
            position: absolute;
            left: 100%;
            top: 19px;
        }

        .nynews li .time {
            width: 140px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background: #92D050;
            font-size: 18px;
            color: white;
            position: absolute;
            left: 100%;
            margin-left: 78px;
            top: 0;
        }

        .nynews li.l1 {
            float: right;
        }

            .nynews li.l1 .bian {
                left: auto;
                right: 100%;
            }

            .nynews li.l1 .time {
                left: auto;
                right: 100%;
                margin-left: 0;
                margin-right: 78px;
            }

        .nynews li .img {
            width: 100%;
            float: left;
            overflow: hidden;
        }

            .nynews li .img img {
                width: 100%;
                float: left;
                transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
                -o-transition: width all 0.3s linear;
            }

        .nynews li:hover .img img {
            transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
        }

        .nynews li .text {
            width: 100%;
            float: left;
            padding: 31px 37px 32px 38px;
            background: white;
        }

            .nynews li .text .p {
                width: 100%;
                float: left;
                font-size: 13px;
                color: #898989;
                line-height: 30px;
                height: 60px;
                overflow: hidden;
            }

            .nynews li .text .detail {
                width: 100%;
                float: left;
                margin-top: 37px;
                text-align: right;
            }

                .nynews li .text .detail a {
                    display: block;
                    float: left;
                    font-size: 12px;
                    color: #a4a4a4;
                    line-height: 20px;
                }

                .nynews li .text .detail span {
                    display: inline-block;
                    *zoom: 1;
                    *display: inline;
                    font-size: 12px;
                    color: #a4a4a4;
                    line-height: 20px;
                    margin-left: 40px;
                    padding-left: 26px;
                    text-transform: uppercase;
                }

                    .nynews li .text .detail span.span2 {
                        background: url(../images/zico6_2.png) no-repeat left center;
                    }

        .nynews li:hover .text {
            background: #92D050;
        }

            .nynews li:hover .text .p {
                color: white;
            }

            .nynews li:hover .text .detail a {
                color: white;
            }

            .nynews li:hover .text .detail span {
                color: white;
            }

                .nynews li:hover .text .detail span.span2 {
                    background-image: url(../images/zico6_2_h.png);
                }



@media screen and (max-width:1199px) {
    .nynews li {
        width: 351px;
    }

        .nynews li .time {
            margin-left: 60px;
        }

        .nynews li.l1 .time {
            margin-left: 0;
            margin-right: 60px;
        }

        .nynews li .text .detail span {
            margin-left: 20px;
        }
}

@media screen and (max-width:991px) {
    .nynews li {
        width: 300px;
        margin-top: 28px;
    }

    .nynews .dt {
        top: -62px;
    }

    .nynews {
        margin-top: 80px;
    }

        .nynews li.first {
            margin-top: -62px;
        }

        .nynews li .text {
            padding: 21px 27px 22px 28px;
        }

            .nynews li .text .p {
                font-size: 13px;
                line-height: 22px;
                height: 44px;
            }

            .nynews li .text .detail {
                margin-top: 27px;
            }

                .nynews li .text .detail a {
                    line-height: 18px;
                }

                .nynews li .text .detail span {
                    line-height: 18px;
                    margin-left: 10px;
                    padding-left: 22px;
                }

        .nynews li .time {
            width: 100px;
            font-size: 16px;
            margin-left: 24px;
        }

        .nynews li.l1 .time {
            margin-right: 24px;
        }

        .nynews li .bian {
            width: 60px;
        }
}

@media screen and (max-width:767px) {
    .nynews li {
        width: 48%;
        margin-bottom: 18px;
        margin-top: 0px;
    }

        .nynews .dt, .nynews li .bian {
            display: none;
        }

    .nynews {
        margin-top: 10px;
    }

        .nynews li.first {
            margin-top: 0px;
        }

        .nynews li .text {
            padding: 11px 14px 12px 14px;
        }

            .nynews li .text .detail {
                margin-top: 17px;
            }

                .nynews li .text .detail a {
                    width: 100%;
                    margin-bottom: 6px;
                }

                .nynews li .text .detail span {
                    margin-left: 5px;
                }

            .nynews li .text .p {
                font-size: 13px;
                line-height: 20px;
                height: 40px;
            }

        .nynews li .time {
            margin-left: 0;
            left: auto;
            right: 5px;
        }

        .nynews li.l1 .time {
            margin-right: 0;
            right: 5px;
        }
}




.nynewstit {
    width: 100%;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
}

.nynewsdet .time {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 13px;
    color: #a4a4a4;
    line-height: 28px;
    text-transform: uppercase;
}

.nynewsdet p {
    line-height: 26px;
    color: #666;
}

@media screen and (max-width:991px) {
    .nynewsdet .time {
        margin: 10px auto;
    }
}

@media screen and (max-width:767px) {
    .nynewstit {
        font-size: 20px;
        line-height: 20px;
    }

    .nynewsdet .time {
        margin: 0px auto;
    }
}




.conleft {
    float: left;
    width: 50%;
}

.conrig {
    float: right;
    width: 40%;
}

.conleft h1 {
    font-size: 20px;
}

.conl1 {
    float: left;
    width: 47%;
    font-size: 14px;
}

.conl2 {
    float: right;
    width: 47%;
    font-size: 14px;
}

.unitep {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #898989;
    line-height: 24px;
    padding: 0 10px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.conrig ul {
    width: 100%;
    float: left;
    margin-top: 14px;
}

    .conrig ul li {
        width: 100%;
        float: left;
        padding: 0 15px;
        margin-top: 20px;
    }

        .conrig ul li .zbox {
            width: 100%;
            float: left;
            background: white;
            border: solid 1px #e8e6e6;
            padding-left: 54px;
            position: relative;
        }

            .conrig ul li .zbox .name {
                width: 53px;
                position: absolute;
                left: 0;
                top: 0;
                line-height: 38px;
                text-align: center;
                font-size: 14px;
                color: balck;
            }

            .conrig ul li .zbox input {
                display: block;
                width: 100%;
                height: 38px;
                line-height: 38px;
                font-size: 14px;
                color: balck;
                background: none;
            }

        .conrig ul li.l1 {
            width: 50%;
        }

        .conrig ul li .zbox textarea {
            display: block;
            width: 100%;
            height: 118px;
            line-height: 22px;
            font-size: 14px;
            color: balck;
            padding: 8px 0;
        }

        .conrig ul li.l2 {
            margin-top: 35px;
        }

            .conrig ul li.l2 input {
                width: 163px;
                height: 45px;
                line-height: 41px;
                text-align: center;
                font-size: 14px;
                color: #898989;
                cursor: pointer;
                border: solid 2px #92D050;
                background: #f7f8f8;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

                .conrig ul li.l2 input:hover {
                    background: #92D050;
                    color: white;
                }



@media screen and (max-width:991px) {
    .conleft h1 {
        font-size: 16px;
    }

    .unitep {
        font-size: 16px;
    }

    .conrig {
        width: 46%;
    }

        .conrig ul li {
            padding: 0px 10px;
        }
}


@media screen and (max-width:767px) {
    .conleft h1 {
        font-size: 16px;
    }

    .unitep {
        font-size: 16px;
    }

    .conleft {
        width: 100%;
    }

    .conrig {
        width: 100%;
        margin-top: 20px;
    }

        .conrig ul li {
            padding: 0px 10px;
        }
}

@media screen and (max-width:480px) {
    .conleft h1 {
        font-size: 16px;
    }

    .unitep {
        font-size: 16px;
    }

    .conleft {
        width: 100%;
    }

    .conl1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .conl2 {
        width: 100%;
    }

    .conrig {
        width: 100%;
        margin-top: 20px;
    }

        .conrig ul li {
            padding: 0px 10px;
        }
}

.mss {
    border: 1px #c38080 solid !important;
}



.jslist {
    width: 100%;
    margin: 20px auto;
}

    .jslist li {
        width: 25%;
        float: left;
    }

        .jslist li .jsimg {
            text-align: center;
            margin: 0px auto;
        }

.jstit {
    color: #666;
    padding-top: 15px;
    width: 70%;
    margin: 0px auto;
    line-height: 26px;
}

.jslist p {
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 26px;
}

.jslist span {
    color: #92D050;
}

@media screen and (max-width:767px) {
    .jslist li .jsimg img {
        width: 70%;
    }

    .jslist p {
        font-size: 18px;
        margin-top: 20px;
    }
}

@media screen and (max-width:480px) {
    .jslist li {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

        .jslist li .jsimg img {
            width: 50%;
        }

    .jstit {
        color: #666;
        padding-top: 15px;
        width: 90%;
        margin: 0px auto;
        line-height: 22px;
    }
}


.zsimg {
    text-align: center;
    margin: 0px auto 20px;
}

.zsjmlist li {
    background: #92D050;
    color: #fff;
    padding: 20px 10px 50px;
    width: 30%;
    border-radius: 50%;
    text-align: center;
    margin: 25px auto;
}

    .zsjmlist li .num {
        font-size: 50px;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 10px;
    }

    .zsjmlist li .ms {
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

.zsjmlist p {
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 26px;
}

    .zsjmlist p span {
        color: #92D050;
    }

@media screen and (max-width:767px) {
    .zsjmlist li {
        background: #92D050;
        color: #fff;
        padding: 20px 40px 30px;
        width: 40%;
        border-radius: 60%;
        text-align: center;
        margin: 25px auto;
    }
}

@media screen and (max-width:480px) {
    .zsjmlist li {
        background: #92D050;
        color: #fff;
        padding: 20px 40px 30px;
        width: 60%;
        border-radius: 60%;
        text-align: center;
        margin: 25px auto;
    }

    .zsjmlist p {
        text-align: center;
        font-size: 18px;
        color: #333;
        line-height: 26px;
    }

    .zsjmlist li .num {
        font-size: 40px;
    }
}



.products-wrap li {
    float: left;
    width: 32%;
    margin-bottom: 3%;
    position: relative;
}

    .products-wrap li .yimg {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 65px;
    }

    .products-wrap li .tips {
        padding: 22px 0;
        border: 1px solid #ddd;
        border-top: 0;
        text-align: center;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .products-wrap li .tips a.tit {
            display: inline-block;
            position: relative;
            width: 100%;
            padding-bottom: 22px;
            font-size: 18px;
            line-height: 40px;
            color: #666;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

            .products-wrap li .tips a.tit::after {
                content: "";
                display: inline-block;
                position: absolute;
                left: 50%;
                top: 41px;
                width: 40px;
                height: 1px;
                background-color: #ddd;
                margin-left: -20px;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
            }

            .products-wrap li .tips a.tit:hover {
                color: #92D050;
            }

                .products-wrap li .tips a.tit:hover::after {
                    background-color: #92D050;
                }

.tips .more1 {
    display: inline-block;
    width: 136px;
    border: 1px solid #999;
    border-radius: 21px;
    font: 14px/40px Arial;
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .tips .more1:hover {
        border-color: #92D050;
        color: #92D050;
    }

.products-wrap li .tips:hover {
    border-color: #92D050;
}

.products-wrap li:nth-child(3n-1) {
    margin: 0 2% 3%;
}

@media screen and (max-width:991px) {
    .products-wrap li .tips {
        padding: 10px 0px;
    }

    .tips .more1 {
        width: 100px;
    }
}




@media screen and (max-width:767px) {

    .products-wrap li {
        float: left;
        width: 48%;
        margin-bottom: 3%;
        position: relative;
        margin: 0px 1% 2%;
    }

        .products-wrap li:nth-child(3n-1) {
            margin: 0 1% 2%;
        }
}


@media screen and (max-width:480px) {

    .products-wrap li {
        width: 100%;
        margin: 0px auto 2%;
    }

        .products-wrap li:nth-child(3n-1) {
            margin: 0 auto 2%;
        }
}
/* 公司简介单独样式 */
.about-box {
    width: 100%;
    padding-top: 10px;
}

    .about-box .about-box-wz {
        padding-right: 30px;
        float: left;
        width: 50%;
    }

    .about-box .about-box-video {
        float: right;
        width: 50%;
    }

        .about-box .about-box-video iframe {
            width: 100%;
            height: 300px;
        }

    .about-box::after {
        content: '';
        display: block;
        clear: both;
    }

@media screen and (max-width:900px) {
    .about-box div {
        width: 100% !important;
        padding: 10px !important;
    }
}

.about-link {
    text-align: center;
}

    .about-link span a {
        display: block;
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        border: 1px solid #ccc;
        margin: 0 auto;
    }

        .about-link span a:hover {
            background-color: #92D050;
            color: #fff;
        }

.about-img {
    width: 100%;
}

    .about-img img {
        display: inline-block;
        width: 30%;
        margin: 10px;
    }

@media screen and (max-width:900px) {
    .about-img img {
        display: inline-block;
        width: 100% !important;
        margin: 10px;
    }
}
.case-detail {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
