@charset "utf-8";
/* CSS Document */


html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font: 14px Arial, 微软雅黑;
    position: relative;
    color: #000;
    overflow-x: hidden;
}

ul, li, p, img, b, a, ol, em, a, h1, h2, h3, h4, h5, h6 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
    border: none;
    font-weight: normal;
    text-decoration: none;
}

    a, a:visited, a:link {
        color: inherit;
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}


.fl {
    float: left;
}

.fr {
    float: right;
}


/**/
.top {
    background: #12954E;
    text-align: center;
    line-height: 36px;
    color: #fff;
}
.logo img {
    display: block;
    margin: auto;
}

/**/
.navs b {
    display: block;
    margin: 4px auto 0;
    width: 30px;
    height: 4px;
}

    .navs b:after {
        display: inline-block;
        width: 23px;
        height: 3px;
        background: #e4e4fe;
        content: "";
        margin-left: 4px;
    }

    .navs b:before {
        display: inline-block;
        width: 3px;
        height: 3px;
        background: #e4e4fe;
        content: "";
    }

.navs {
    width: 48px;
    height: 48px;
    background: #00BB4A;
    border-radius: 50%;
    position: fixed;
    bottom: 170px;
    z-index: 11111;
    right: 10px;
}

.nav {
    width: 60%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background: #333436;
    box-shadow: -2px 0 5px #000;
}

    .nav li {
        border-bottom: 1px solid #45494C;
    }

        .nav li a {
            font-size: 16px;
            position: relative;
            display: block;
            padding: 4% 0 4% 25px;
            color: #fff;
        }

        .nav li img {
            margin-right: 5px;
        }

.nav_gb {
    position: absolute;
    top: 10px;
    right: 63%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat;
}

.nav_m {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
}

/**/
.banner {
    position: relative;
}
.banner .bd li img {
    width: 100%;
    display: block;
}
.banner .hd li.on {
    background: #12954e;
}
.banner .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 5px;
    border-radius: 50%;
    font-size: 0px;
}
.banner .hd {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}


/*首页*/

/**/
.one {
    margin-top: 20px;
}
.one ul {
    overflow: hidden;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 15px;
}

.one li img {
    width: 70%;
    display: block;
    margin: 0 auto;
}
.one li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}
/**/
.two {
    margin: 10px 0;
}
.title p {
    font-size: 16px;
    line-height: 26px;
}
.title {
    background: url(../guohai/21.jpg);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
}

.two_c ul {
    padding: 2%;
    position: relative;
    counter-reset: number;
}

.two_c li {
    width: 39%;
    float: left;
    border: 1px solid #B4B4B4;
    margin: 2%;
    padding: 3%;
}
.two_c li:before {
    counter-increment: number;
    content: "0"counter(number);
    display: block;
    float: left;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #0aad3b;
    background: -webkit-linear-gradient(bottom,#01962e,#0aad3b);
    background: -moz-linear-gradient(bottom,#01962e,#0aad3b);
    background: -o-linear-gradient(bottom,#01962e,#0aad3b);
    color: #fff;
    transform: translateY(3px);
    margin-right: 4px;
}
.two_c li:nth-child(2n):before {
    float: right;
    margin-right: 0;
    margin-left: 4px;
}
.two_c li h3 {
    font-size: 15px;
    font-weight: bold;
}

.two_t {
    position: absolute;
    border: 1px solid #099528;
    border-radius: 6px;
    width: 83%;
    left: 0;
    margin: 20px 4% 0;
    padding: 4%;
    background: #fff;
    z-index: 1;
    display: none;
}
.two_t:before {
    content: ">";
    background: #fff;
    position: absolute;
    top: -5px;
    transform: rotate(-90deg);
    display: inline-block;
    color: #099528;
    font-size: 16px;
    line-height: 7px;
    width: 6px;
    text-align: center;
}
.two_c li:nth-child(2n) .two_t:before {
    right: 15px;
}
.two_t h4 {
    color: #099528;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

/**/
.three ul {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.three li:nth-child(1) a, .three li:nth-child(2) a, .three li:nth-child(3) a {
    border-top: 1px solid #099528;
}

.three li {
    width: 33.3%;
    float: left;
}
.three li:nth-child(3n) a {
    border-right: 1px solid #099528;
}
.three li a {
    border-bottom: 1px solid #099528;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-left: 1px solid #099528;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color:#444;
}

/**/
.four li img {
    width: 100%;
    display: block;
}

.four li p {
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    background: #f3f3f3;
}
.four ul {
    padding: 1.5%;
    overflow: hidden;
}
.four li {
    width: 46%;
    float: left;
    margin: 1.5%;
    text-align: center;
}
.four a.more {
    display: block;
    text-align: center;
    border-radius: 4px;
    background: #099528;
    color: #fff;
    line-height: 30px;
    width: 94%;
    margin: 0 auto 10px;
}
/**/
.ad2 {
    padding: 15px 0;
}

/**/
.five li img {
    width: 100%;
    display: block;
}

.five li p {
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    background: #f3f3f3;
}
.five ul {
    padding: 1.5%;
    overflow: hidden;
}
.five li {
    width: 46%;
    float: left;
    margin: 1.5%;
    text-align: center;
}
.five a.more {
    display: block;
    text-align: center;
    border-radius: 4px;
    background: #099528;
    color: #fff;
    line-height: 30px;
    width: 94%;
    margin: 0 auto 10px;
}


/**/
.ad3 {
  /*  margin-top: -30px;*/
}


/**/
.six {
    margin-top: 20px;
}

.six_c {
    margin: 16px 10px 0;
    position: relative;
}
.six_c .bd ul {
    counter-reset: number;
}
.six_c .bd li h3 {
    color: #099528;
    line-height: 36px;
    font-size: 16px;
}
.six_c .bd li h3:before {
    counter-increment: number;
    content: "0"counter(number);
    display: block;
    float: left;
    width: 36px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background: #0aad3b;
    background: -webkit-linear-gradient(bottom,#01962e,#0aad3b);
    background: -moz-linear-gradient(bottom,#01962e,#0aad3b);
    background: -o-linear-gradient(bottom,#01962e,#0aad3b);
    color: #fff;
    margin-right: 4px;
}
.six_c .bd li p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    position: relative;
    margin-top: 5px;
}
.six_c .bd li p:before {
    content: "";
    background: #099528;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}
.six_c .bd li p b {
    font-weight: bold;
}
.six_c .bd li img {
    margin-top: 5px;
}
.six_c .hd li.on {
    background: #099528;
}

.six_c .hd {
    text-align: center;
    margin: 20px 0;
}
.six_c .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 3px;
    border-radius: 50%;
    font-size: 0px;
}

/**/
.seven_c p {
    float: right;
    line-height: 50px;
    margin-right: 10px;
}
.seven_c b {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 10px;
    line-height: 50px;
}
.seven_c {
    margin-top: 10px;
    background: #393c43;
    color: #fff;
}
.seven_img img {
    max-width: none;
    width: 1140px;
}
.seven_img {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    overflow-y: hidden;
}
/**/
.eight li p {
    font-size: 14px;
    line-height: 24px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.eight li h4 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
    line-height: 30px;
}
.eight li img {
    float: left;
    width: 40%;
    margin-right: 10px;
    height: 100px;
}
.eight li {
    overflow: hidden;
    margin-bottom: 15px;
}
.eight ul {
    margin-top: 20px;
    padding: 0 10px;
}
.eight h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.eight {
    margin-top: 20px;
}
/**/
.nine ul {
    overflow: hidden;
}
.nine li {
    width: 32%;
    float: left;
    margin-bottom: 1rem;
}
.nine h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.nine {
    padding: 20px 10px 10px;
    background: #F6F6F6;
    margin-top: 10px;
}
/**/
.ten h3:before {
    content: "";
    border-bottom: 2px solid #ccc;
    position: absolute;
    width: 20px;
    height: 10px;
    bottom: -1px;
}
.ten h3 a {
    color: #444;
    float: right;
    font-size: 16px;
    font-weight: bold;
}
.ten h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 10px;
    color: #333;
}
.ten_c img {
    float: left;
    margin-right: 10px;
    width: 40%;
}
.ten_c {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 15px;
    margin: 15px 10px 0;
    overflow: hidden;
    line-height: 24px;
    color: #444;
}
/**/
.eleven_nav li.cur, .eleven_nav li:hover {
    border-bottom: 3px solid #009B44;
}
.eleven_nav li {
    margin: 0 15px;
    padding-bottom: 8px;
    font-size: 16px;
    display: inline-block;
}
.eleven_nav {
    border-bottom: 1px solid #E7E7E7;
    padding: 10px 0 0;
    text-align: center;
}
.eleven_c .next_11 {
    display: block;
    width: 20px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    background: #109625;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    right: 0;
}
.eleven_c .prev_11 {
    display: block;
    width: 20px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    background: #109625;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    left: 0;
}
.eleven_c li {
    width: 144px;
    float: left;
    margin: 0 10px;
}
.eleven_c {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

/**/
.twelve {
    border-top: 3px solid #ECECEC;
    padding: 20px 10px 0;
}
.twelve_nav li.cur, .twelve_nav li:hover {
    background: #0aad3b;
    background: -webkit-linear-gradient(bottom,#01962e,#0aad3b);
    background: -moz-linear-gradient(bottom,#01962e,#0aad3b);
    background: -o-linear-gradient(bottom,#01962e,#0aad3b);
    color: #fff;
}
.twelve_nav a {
    float: right;
}
.twelve_nav li {
    float: left;
    font-size: 18px;
    padding: 0 15px;
}
.twelve_nav {
    line-height: 40px;
    border-bottom: 1px solid #DBDBDB;
    overflow: hidden;
}
.twelve_c li {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-top: 10px;
}
.twelve_c li p {
    clear: both;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.twelve_c li span {
    font-size: 16px;
    float: right;
    line-height: 30px;
    color: #333;
}
.twelve_c li h4 {
    font-size: 16px;
    font-weight: bold;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    float: left;
    color: #444;
}
.twelve_c li img {
    display: none;
}
.twelve_c li:first-child img {
    display: block;
    margin-bottom: 5px;
}



/*页面通用*/

.back {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding: 5px 10px;
}
.back img {
    width: 24px;
}
a.go_home {
    float: right;
}
.tip a {
    color: #009530;
}
.tip {
    padding: 5px 10px;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    background: #F6F5F5;
    margin-top: 10px;
    color: #333;
}
.main_bt:after {
    content: ">";
    transform: rotate(90deg);
    display: inline-block;
    color: #21a348;
    font-size: 16px;
    width: 16px;
    text-align: center;
}
.main_bt {
    float: right;
    color: #444;
}
.main_nav li a.cur, .main_nav li a:hover {
    background: #009B44;
    color: #fff;
    border: 1px solid #009140;
}
.main_nav li a {
    display: block;
    line-height: 26px;
    color: #444;
    border: 1px dashed #009140;
}
.main_nav li {
    width: 31.33%;
    float: left;
    text-align: center;
    background: #fff;
    margin: 0 1% 15px;
}
.main_nav {
    padding: 16px 10px 6px;
    transition: all 0.5s linear;
    border-bottom: 1px solid #D8D8D8;
    overflow: hidden;
}
.main_m {
    padding: 20px 10px;
}
ul.product li h3 {
    background: #F3F3F3;
    height: 44px;
    line-height: 22px;
    text-align: left;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.product li img {
    width: 100%;
    display: block;
    padding: 2px;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
}
ul.product li {
    width: 46%;
    float: left;
    margin: 0 2% 12px;
}

.pading a, .pading span {
    margin: 0 5px;
}
span.current {
    color: #01923f;
    font-weight: bold;
}
.pading {
    text-align: center;
}a.next, a.prev {
    background: #01923F;
    color: #fff;
    padding: 0.3rem 2rem;
    border-radius: 6px;
}

 .product_c img {
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    width: 94%;
    margin-bottom: 10px;
}
 h1.pro_text {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: left;
    line-height: 30px;
}
 ul.article li {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
}
 ul.article li h3 {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
}
ul.article li p {
    color: #6f6f6f;
    line-height: 22px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}
ul.article li em {
    float: right;
    color: #6f6f6f;
}
.article_top {
    text-align: center;
    border-bottom: 1px dashed #DEDEDE;
    padding-bottom: 10px;
}
h1.art_text {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: center;
    color: #333;
}
p.info {
    color: #333;
    line-height: 20px;
}
.article_con img {
    width: 94%;
    display: block;
    border: 1px solid #ccc !important;
    padding: 5px !important;
    margin: 10px auto !important;
}





/**/
#corpright {
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 55px;
    margin: 0px 0 10px;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    background: #575757;
    color: #EAEAEA;
}


.bottom li img {
    width: 24px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
}

.bottom li span {
    line-height: 24px;
    font-size: 14px;
    display: block;
}

.bottom li a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 25px;
}

.bottom li {
    width: 25%;
    height: auto;
    float: left;
    padding: 0px 2%;
    box-sizing: border-box;
    position: relative;
}

.bottom {
    z-index: 9999;
    position: fixed;
    height: auto;
    bottom: 0;
    width: 100%;
    background: #00c049;
}

/**/
.bottom li.backTop {
    width: 48px;
    height: 48px;
    background: #00BB4A;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 60px;
}
.bottom li.Tel {
    width: 48px;
    height: 48px;
    background: #00BB4A;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 115px;
}
.bottom li.Tel img {
    width: 28px;
    margin-top: 5px;
}
.bot_nav:before {
    content: "";
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 50%;
    background: #fff;
    bottom: -6px;
    border-bottom: 1px solid #adadad;
    font-size: 16px;
    color: #adadad;
    text-align: center;
    height: 10px;
    width: 10px;
    margin-left: -5px;
}
.bottom li .bot_nav {
    position: absolute;
    background: #fff;
    border: 1px solid #ADADAD;
    bottom: 60px;
    width: 120px;
    border-radius: 10px;
    padding: 5px 0;
    left: 50%;
    transition: all 0.3s linear;
    transform-origin: bottom center;
    z-index: 99999;
    margin-left: -60px;
    display: none;
}
.bot_nav li a {
    border-bottom: 1px solid #D3D3D3;
    color: #000;
    margin: 0 5px;
    line-height: 24px;
}
.bot_nav li {
    width: 100%;
}
.bottom li.backTop a {
    line-height: 48px;
}