.fl {
    float: left;
}

.fr {
    float: right;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
}

body {
    background: #fff;
}

.position-relative {
    position: relative;
}

.header_warp {
    background: #ffffff;
    height: 90px;
    z-index: 2;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    border-bottom: #EEEEEE 1px solid;
}

.header_warp_logo {
    background: url("../images/h_logo_pc.png") no-repeat center center;
    background-size: 100% auto;
    display: block;
    width: 220px;
    height: 90px;
}

.main_warp {
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.i_banner {
    margin-top: 90px;
    overflow: hidden;
}

.sj-banner {
    display: none !important;
}

.select-wrapper {
    width: 170px;
    height: 32px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *float: left;
    border-radius: 0;
}

.select-button {
    border: 1px solid #7fcb9b;
    width: 100% !important;
    height: 32px;
    border-radius: 1px;
    background: #159243;
    cursor: pointer;
    padding: 0 26px 0 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
    color: #bdf0e2;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.select-down {
    position: absolute;
    top: 3px;
    right: 5px;
    color: #c6dbef;
    overflow: hidden;
}

.disabled {
    color: #cccccc;
}

.select-list {
    width: 100% !important;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 3px #ddd;
    border-radius: 0;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: 35px;
    overflow: hidden;
}

.select-list ul {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 140px;
    line-height: 24px !important;
}

.select-list ul li {
    height: 24px !important;
    width: auto;
    font-size: 12px;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.select-list ul li.selected,
.select-list ul li:hover {
    color: #fff;
    background: #159243;
}

.select-button-disable {
    color: #ccc;
    width: 238px;
    height: 34px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
}

.select-down-disable {
    color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 34px;
}

.header_warp_nav .menu_nav {
    display: block;
    padding: 30px 16px 5px;
    height: 90px;
    line-height: 26px;
    color: #696969;
    margin-left: 20px;
    float: left;
}

.header_warp_nav a i {
    margin-right: 5px;
    font-size: 18px;
}

.header_warp_nav a:hover {
    color: #098d3a;
}

.header_warp_nav a.on {
    background: #098d3a;
    color: #fff;
}

.title-warp {
    margin: 20px 0;
    text-align: center;
    position: relative;
    height: 40px;
}

.title-warp h3 {
    font-family: "宋体";
    font-size: 26px;
    font-weight: bold;
    color: #010101;
    position: relative;
    z-index: 20;
    line-height: 30px;
}

.title-warp h6 {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    color: #efefef;
    line-height: 30px;
    font-family: 'Impact';
    text-transform: uppercase;
}

.title-warp .tw-wire {
    position: absolute;
    left: 50%;
    background: #098d3a;
    width: 55px;
    height: 4px;
    margin-left: -27.5px;
}

.title-warp-white h3 {
    color: #fff;
}

.title-warp-white h6 {
    color: #5ca66f;
}

.title-warp-white .tw-wire {
    background: #fff;
}

.w-50p {
    width: 50%;
}

.w-48p {
    width: 48%;
}

.w-52p {
    width: 52%;
}

.navBtn {
    margin-top: 5px;
    width: 60px;
    height: 60px;
    background: url("../images/navBtn.png") no-repeat right center;
    background-size: 30px auto;
    float: right;
    display: none;
}

.navClose {
    width: 40px;
    height: 40px;
    background: url("../images/navClose.png") no-repeat center center;
    background-size: 26px auto;
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.n_banner {
    background-repeat: no-repeat;
    height: 140px;
    background-position: center center;
}

.sj-nav {
    z-index: 100;
    display: none;
    padding-top: 65px;
    position: fixed;
    top: 0;
    right: -250px;
    transition: .35s;
    width: 250px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.accordion {
    border-top: 1px solid #eee;
}

.accordion li {
    border-bottom: 1px solid #eee;
}

.accordion li.on a {
    background: #098d3a;
    color: #fff;
}

.accordion a {
    display: block;
    line-height: 45px;
    padding: 0 15px;
    color: #000;
}

.i_banner .banner-back {
    position: relative;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.i_product_row {
    padding-top: 10px;
    height: 230px;
    position: relative;
    background-size: auto 100%;
}

.i_product_row .slides a {
    display: block;
    background: #F3F3F3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #DDDDDD;
}

.i_product_row .txt {
    padding: 5px 10px;
}

.i_product_row h5 {
    font-size: 18px;
    color: #000000;
}

.i_product_row p {
    margin-top: 10px;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.i_product_row .pic {
    height: 160px;
    overflow: hidden;
}

.i_product_row .pic img {
    height: 160px;
}

.i_product_row .flex-direction-nav {
    text-align: right;
    padding-right: 25px;
}

.i_product_row .flex-direction-nav li {
    display: inline-block;
    margin: 0;
}

.i_product_row .flex-direction-nav a {
    position: relative;
    margin: 0;
    top: auto !important;
    left: auto;
    right: auto;
    cursor: pointer;
}

.i_product_row .flex-direction-nav .flex-disabled {
    opacity: 1 !important;
}

.i_product_row .flex-direction-nav .flex-prev {
    background: url("../images/arr2-left.png") no-repeat center center !important;
}

.i_product_row .flex-direction-nav .flex-next {
    background: url("../images/arr2-right.png") no-repeat center center !important;
}

.carousel li {
    margin: 0 25px 0 0;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i_news {
    /*padding-bottom: 30px;*/
}

.i_news_list {
    border-top: 1px solid #eee;
}

.i_news_list li a {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    display: block;
}

.i_news_list li a:hover h5 {
    color: #098d3a;
}

.i_news_list h5 {
    font-size: 16px;
    color: #000000;
    padding-right: 130px;
    position: relative;
    line-height: 20px;
}

.i_news_list h5 .time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #707070;
    line-height: 22px;
}

.i_news_list p {
    font-size: 14px;
    color: #707070;
    line-height: 2;
    height: 22px;
    overflow: hidden;
}

.i_news_left {
    padding-right: 25px;
}

.i_news_left .flex-direction-nav {
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    height: 40px;
}

.i_news_left .flex-direction-nav li {
    display: inline-block;
    margin: 0;
}

.i_news_left .flex-direction-nav a {
    margin: 0;
    top: 30%;
    left: auto;
    right: auto;
    cursor: pointer;
    width: 53px;
    height: 53px;
}
.i_news_left .flex-control-nav {
    bottom: 120px;
}
.i_news_left .flex-direction-nav .flex-disabled {
    opacity: 1 !important;
}

.i_news_left .flex-direction-nav .flex-prev {
    left: 10px;
    /*background: #098d3a url("../images/arr3-left.png") no-repeat center center !important;*/
}

.i_news_left .flex-direction-nav .flex-next {
    right: 10px;
    /*background: #098d3a url("../images/arr3-right.png") no-repeat center center !important;*/
}

.i_news_left .flex-direction-nav a:hover {
    transform: translate(0, 0);
    /*background-color: #f4a418 !important;*/
}
.i_news_left .flex-direction-nav {
    height: 0;
}
.i_news_right {
    padding-left: 25px;
}

.i_news_item {
    background: #f6f6f6;
    /*padding: 15px 35px 30px;*/
}

.i_news_item .time {
    font-size: 30px;
    color: #000000;
}

.i_news_item h4 {
    font-size: 18px;
    color: #000000;
    margin: 20px 0;
    padding: 0 10px;
}
.i_news_item p {
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
    height: 46px;
    margin: 0 0 20px 10px;
    overflow: hidden;
}

.i_news_item .pic {
    height: 360px;
    width: 100%;
    /*background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;*/
    /*margin: 20px 0 20px;*/
}

.i_news_item .btn {
    background: #098d3a;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
}

.i_news_item .btn:hover {
    opacity: .8;
}

.i_about {
    padding-bottom: 70px;
}

.i_about .row {
    margin: 0;
}

.i_about-left {
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #000000
}

.i_about-left, .i_about-right {
    height: 300px;
}

.i_about-right {
    position: relative;
    background: #f9f9f9;
    padding: 30px 0 20px 45px;
}

.i_about-right h5 {
    font-size: 22px;
    color: #000008;
    height: 50px;
    border-bottom: 2px solid #098d3a;
    line-height: 1.5;
}

.i_about-right p {
    padding: 10px 20px 0 0;
    font-size: 14px;
    color: #797979;
    line-height: 24px;
}

.i_about-right .btn-add {
    width: 45px;
    background: #f4a418;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.i_about-right .btn-add i {
    line-height: 45px;
    font-size: 30px;
}

.i_about-right .btn-add:hover {
    opacity: .8;
}

.i_case {
    background: url("../images/i_case_back.jpg") no-repeat center center;
    background-size: auto 100%;
    height: 690px;
    /*.swiper-slide{ .row{opacity: 0!important;} }
    .swiper-slide.swiper-slide-active .row{opacity: 1!important;}*/
}

.i_case_text {
    padding-left: 10px;
}

.i_case_text h4 {
    color: #000000;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}

.i_case_text h4 span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 2px;
}

.i_case_text p {
    font-size: 14px;
    color: #969696;
    line-height: 26px;
    margin-top: 25px;
    height: 130px;
    overflow: hidden;
}

.footer-row2 {
    background: #2f333c;
    padding: 40px 0 15px;
}

.footer-row2 p {
    text-align: center;
    color: #b9c2d6;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-row2 p span {
    padding: 0 20px;
    display: inline-block;
}

.footer-row2 p i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.footer-row2 p a {
    color: #b9c2d6;
}

.footer-row2 p a:hover {
    color: #098d3a;
}

.footer-row1 {
    text-align: left;
    background: #EEEEEE;
    padding: 15px 0;
}

.footer-row1 span {
    color: #333;
    position: absolute;
    left: 15px;
    top: 0;
}

.footer-row1 span i {
    margin-right: 5px;
}

.footer-row1 .select-wrapper {
    margin-left: 15px;
    text-align: left;
}

.footer-row1 .container {
    padding-left: 105px;
}

.footer-row1-link {
    width: 100%;
    overflow: hidden;
}

.footer-row1-link a {
    display: inline-block;
    font-size: 14px;
    padding: 3px 5px;
    color: #fff;
}

.footer-row1-link a:hover {
    opacity: .8;
}

.footer-row1-link img {
    width: 135px;
    height: 45px;
}

.n-banner {
    margin-top: 90px;
    height: 300px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.news-list-warp {
    background: #f9f9f9;
    min-height: 251px;
    padding-bottom: 30px;
}

.news-list-warp h2 {
    padding: 40px 0 30px;
    margin: 0;
}

.news-list {
    padding: 16px;
}

.news-list li {
    transition: .3s;
    position: relative;
    padding: 14px 200px 14px 260px;
    margin-bottom: 35px;
    height: 158px;
}

.news-list li:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-list li:hover .news-list-btn {
    background: #dedfe1;
    color: #fff;
}

.news-list-pic {
    top: 14px;
    left: 14px;
    width: 210px;
    height: 130px;
    position: absolute;
    overflow: hidden;
}

.news-list-pic img {
    width: 100%;
}

.news-list-date {
    position: absolute;
    top: 30px;
    right: 14px;
    text-align: center;
    width: 150px;
}

.news-list-time {
    font-size: 18px;
    color: #a0a0a0;
}

.news-list-btn {
    width: 80px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #dedfe1;
    color: #cccccc;
    border-radius: 16px;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.news-list-btn:hover {
    background: #098d3a !important;
    border-color: #098d3a !important;
    color: #fff;
}

.news-list-text {
    padding-top: 15px;
}

.news-list-text h4 {
    font-size: 18px;
    color: #494949;
    font-weight: bold;
}

.news-list-text p {
    font-size: 14px;
    color: #797979;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 20px;
}

.page-list {
    text-align: right;
    padding: 0 20px 45px;
}

.page-list a {
    font-size: 14px;
    color: #797979;
    line-height: 34px;
    height: 34px;
    width: 34px;
    background: #dcdcdc;
    border-radius: 17px;
    display: inline-block;
    text-align: center;
    margin: 0 3px;
}

.page-list a:hover, .page-list a.active, .page-list .page-num-current {
    background: #098d3a;
    color: #fff;
}

.page-list .page-list-a1 {
    width: 82px;
    margin: 0 5px;
}

.news-details-warp {
    padding: 20px 0;
    background: #f9f9f9;
    min-height: 251px;
}

.news-details-title {
    font-size: 24px;
    color: #262626;
    font-weight: bold;
    padding: 45px 0 35px;
    text-align: center;
    margin: 0;
}

.news-details-info {
    text-align: center;
    font-size: 14px;
    color: #8c8c8c;
}

.news-details-synopsis {
    border: 1px solid #eeeeee;
    background: #fff;
    border-radius: 3px;
    padding: 25px;
    margin-top: 40px;
}

.news-details-main {
    background: #fff;
    padding: 35px 25px 10px;
    margin-top: 25px;
}

.news-details-main p {
    font-size: 14px;
    line-height: 40px;
    color: #797979;
    text-indent: 2em;
    margin-bottom: 10px;
}

.news-details-main img {
    max-width: 100%;
    margin-bottom: 25px;
}

.news-details-foot {
    text-align: center;
    padding: 50px 0;
}

.news-details-foot a {
    font-size: 14px;
    color: #797979;
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
    background: #dcdcdc;
    border-radius: 17px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.news-details-foot a:hover, .news-details-foot a.active {
    background: #098d3a;
    color: #fff;
}

#certify {
    margin-top: 40px;
}

@media screen and (max-width: 1601px) {
    .i_banner .banner-back {
        height: 300px;
    }
}

@media screen and (max-width: 1450px) {
    .i_banner .banner-back {
        height: 270px;
    }

    .i_case {
        height: 640px;
    }
}

@media screen and (max-width: 1370px) {
    .i_banner .banner-back {
        height: 250px;
    }
}

@media screen and (max-width: 1280px) {
    .i_banner .banner-back {
        height: 240px;
    }
}

@media screen and (max-width: 1199px) {
    .header_warp_logo {
        width: 220px;
        height: 70px;
    }

    .header_warp_nav a {
        height: 70px;
        padding-top: 20px;
    }

    .header_warp {
        height: 70px;
    }

    .n-banner {
        height: 300px;
    }

    .i_product_row {
        height: 400px;
        padding-top: 15px;
    }

    .i_product_row .flex-direction-nav {
        padding-right: 0;
    }

    .i_case_text p {
        height: 100px;
        margin-top: 0;
    }

    .i_case {
        height: 550px;
    }

    #certify {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .header_warp_nav {
        display: none;
    }

    .navBtn, .sj-nav, .navClose {
        display: block;
    }

    .select-wrapper {
        width: 130px !important;
    }

    .i_news_left {
        padding-right: 15px;
        margin-bottom: 25px;
    }

    .i_news_right {
        padding-left: 15px;
    }
}

@media screen and (max-width: 860px) {
    .i_product_row .pic {
        height: 120px;
    }

    .i_news_item .pic {
        height: 17rem;
    }

    .news-list-warp h2 {
        font-size: 26px;
    }

    .news-list {
        padding: 16px 0;
    }

    .news-list-pic {
        width: 190px;
    }

    .news-list-pic img {
        width: 100%;
    }

    .news-list-date {
        width: 125px;
    }

    .news-list li {
        padding: 14px 150px 14px 225px;
    }

    .i_product_row {
        background-position: right -280px center;
        height: 200px;
    }

    .i_case_img {
        overflow: hidden;
        height: 200px;
        margin-bottom: 25px;
    }

    .i_case_img img {
        width: 100%;
    }

    #certify {
        margin-top: 0;
    }

    .i_case {
        height: 700px;
    }

    #certify .swiper-button-prev, #certify .swiper-button-next {
        color: #000;
    }

    #certify .swiper-button-prev {
        left: 0;
    }

    #certify .swiper-button-next {
        right: 0;
    }

    .i_about-right {
        height: auto;
        padding-bottom: 50px;
    }

    .i_banner .banner-back {
        height: 250px;
    }

    .flex-direction-nav .flex-next {
        opacity: 0.8;
    }
}

@media screen and (max-width: 767px) {
    .header_warp_logo {
        width: 150px;
        height: 60px;
    }

    .header_warp_nav a {
        height: 60px;
        padding-top: 15px;
    }

    .header_warp {
        height: 60px;
        overflow: hidden;
    }

    .navBtn {
        margin-top: 0;
    }

    .footer-row1 .container {
        padding-left: 15px;
    }

    .footer-row1 .container > span {
        display: block;
        margin-bottom: 10px;
        left: auto;
        position: relative;
    }

    .footer-row1 .select-wrapper {
        margin-bottom: 12px;
    }

    .n-banner {
        height: 220px;
    }

    .news-list-pic, .news-list-date {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    .news-list li {
        padding: 14px;
        height: auto;
    }

    .news-list-time {
        float: left;
        padding-top: 5px;
    }

    .news-list-btn {
        float: right;
        margin-top: 0;
    }

    .news-list-pic {
        height: auto;
    }

    .news-list-pic img {
        width: 100%;
    }

    .news-list-date {
        margin-top: 15px;
    }

    .news-list {
        padding: 0;
    }

    .page-list {
        padding: 0 0 45px;
    }

    .i_banner .banner-back {
        height: 160px;
    }

    .title-warp h3, .title-warp h6 {
        font-size: 20px;
    }

    .title-warp {
        margin: 15px 0;
    }

    .i_case_img {
        height: 150px;
    }

    .i_case_text p {
        height: 75px;
    }

    .i_case_text h4 {
        padding-bottom: 0;
    }

    .i_case {
        height: 520px;
    }

    #certify .swiper-button-prev, #certify .swiper-button-next {
        display: none;
    }

    .i_news {
        padding-bottom: 20px;
    }

    .i_about-left {
        height: 245px;
    }

    .i_about-right {
        padding: 30px 0 45px 25px;
    }

    .i_about-right p {
        padding: 20px 10px 0 0;
    }

    .i_about-right h5 {
        height: 58px;
        margin-top: 0;
    }
}

/*# sourceMappingURL=style.css.map */

.sonsort {
    margin-top: 20px;
}

.sonsort .btn-info {
    color: #fff;
    background-color: #098d3a;
    border-color: #098d3a;
}

a {
    color: #333333;
}

.search {
    width: 100%;
    background: #fff;
    padding: 35px;
    margin: 25px auto;
}

.search input {
    width: 70%;
    height: 3rem;
    border-radius: 5px;
    border: #cccccc 1px solid;
    text-indent: 10px;
}

.search button {
    height: 3rem;
    padding: 0 10px;
    border-radius: 5px;
    border: #cccccc 1px solid;
}

.telphone {
    width: 100%;
    text-align: right;
    padding-top: 10px;
}

.telphone .hot {
    font-size: 20px;
    color: #098d3a;
}

.telphone_mob {
    padding-left: 15px;
}

.telphone_mob .hot {
    font-size: 20px;
    color: #098d3a;
}

.head_search {
    width: 200px;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
    margin-left: 15px;
}

.head_search input {
    width: 160px;
    height: 26px;
    border-radius: 3px 0 0 3px;
    border: #cccccc 1px solid;
    text-indent: 5px;
}

.head_search button {
    width: 40px;
    height: 26px;
    padding: 0 3px;
    border-radius: 0 3px 3px 0;
    border: #cccccc 1px solid;
    margin-left: -1px;
}
.head_menu {
    min-width: 110px;
    display: block;
    padding: 30px 0  30px;
    height: 90px;
    line-height: 26px;
    font-size: 16px;
    color: #696969;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    text-align: center;
}
.menu_on {
    background: #098d3a;
}
.menu_on a,.menu_on a:hover {
    color: #fff;
}
.last{
    display: none;
    height: auto;
    margin-right: 0;
    position: relative;
    z-index: 9999;
    margin-top: 30px;
}
.last li {
    width: 110px;
    line-height: 20px;
    background: #0DC652;
    border-top: 1px solid #FFF;
    display: block;
    margin: 0;
    padding: 12px;
    text-align: left;
}
.last li a,.last li a:hover{
    font-size: 14px;
    color:#fff ;
}