﻿* {
    padding: 0;
    margin: 0;
}

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

ul, ol, li {
    list-style-type: none;
}

img {
    max-width: 100%;
}

#dituContent img {
    max-width: none;
}

.w1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.relative {
    position: relative;
    z-index: 10;
}

#slides, #slides2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    #slides li img, #slides2 li img {
        width: 100%;
        display: block;
    }

    #slides .hd {
        position: absolute;
        bottom: 10px;
        z-index: 101;
        text-align: center;
        left: 0;
        width: 100%;
    }

        #slides .hd li {
            color: transparent;
            cursor: pointer;
            display: inline-block;
            margin-left: 12px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #fff;
        }

            #slides .hd li.on {
                background: #ef8200;
            }

    #slides .prev, #slides .next {
        width: 27px;
        height: 50px;
        position: absolute;
        cursor: pointer;
        z-index: 100;
        top: 50%;
        margin-top: -25px;
    }

    #slides .prev {
        background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/l.png) no-repeat center;
        left: 20px;
    }

    #slides .next {
        background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/r.png) no-repeat center;
        right: 20px;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 1.8;
    overflow-x: hidden;
    color: #333;
    background: #fff url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/bg.jpg);
}

.container {
    margin: auto;
    width: 1200px;
}

.block:after {
    content: "";
    display: block;
    clear: both;
}

h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

    h4.related span {
        display: inline-block;
        border-bottom: 2px solid #666;
    }

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    color: inherit;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
        color: inherit;
    }

    ul.relate_pr li img {
        width: 100%;
        display: block;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*开始*/
.top {
    line-height: 26px;
    border-bottom: 1px solid #d9d9d9;
    color: #5e5e5e;
}

.logo {
    padding: 20px 0;
}

.nav li {
    display: inline-block;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

    .nav li a {
        display: block;
        padding: 0 40px;
    }

    .nav li ul {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 999;
        display: none;
        background: #007632;
    }

        .nav li ul li {
            display: block;
        }

            .nav li ul li a {
                padding: 0;
            }

    .nav li:hover ul {
        display: block;
    }

.huxian {
    width: 1920px;
    height: 21px;
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/hux.png) no-repeat center;
}

.product {
    padding: 50px 0;
}

.title {
    text-align: center;
    margin-bottom: 40px;
}

    .title h2 {
        width: 150px;
        margin: auto;
        height: 150px;
        line-height: 1.1;
        background: #009946;
        color: #fff;
        font-size: 34px;
        border-radius: 50%;
        padding-top: 50px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

        .title h2 i {
            display: block;
            font-size: 12px;
            line-height: 30px;
            text-align: left;
            font-style: normal;
            font-weight: normal;
            text-indent: 12px;
            text-transform: uppercase;
        }

        .title h2:after {
            content: "";
            position: absolute;
            width: 140%;
            height: 100%;
            left: -20%;
            bottom: -80%;
            background: #f39800;
            border-radius: 50%;
        }

.tabnav {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

    .tabnav li {
        display: inline-block;
        line-height: 32px;
    }

        .tabnav li a {
            display: block;
            padding: 0 20px;
        }

.plist li {
    float: left;
    margin-right: 30px;
    width: 380px;
    font-size: 16px;
    margin-bottom: 20px;
}

    .plist li:nth-child(3n) {
        margin-right: 0;
    }

.pbox {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.des {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    color: #fff;
    box-sizing: border-box;
    padding: 50px;
    text-align: center;
}

.plist li h3 {
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
}

.pbox img {
    display: block;
    width: 100%;
    height: 100%;
}

.plist li:hover h3 {
    background: #009946;
    color: #fff;
}

.plist li .des h3 {
    background: none;
}

.title-alias {
    position: absolute;
    line-height: 30px;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    text-transform: uppercase;
    color: #009946;
    font-weight: bold;
    padding-left: 76px;
}

    .title-alias:before {
        content: "";
        position: absolute;
        width: 66px;
        height: 2px;
        background: #009946;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }

    .title-alias b {
        color: #f39800;
    }

.more {
    clear: both;
    text-align: center;
    margin-top: 20px;
}

    .more a {
        display: inline-block;
        padding: 0 50px 0 20px;
        line-height: 30px;
        background: #009946 url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/more.png) no-repeat 90px center;
        color: #fff;
        border-radius: 15px;
    }

.wt {
    padding: 50px 0 80px;
    color: #fff;
}

.title2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 54px;
    font-weight: bold;
    color: #ffc526;
    line-height: 1.4;
    position: relative;
    margin-top: 60px;
}

    .title2 p {
        color: #fff;
        font-size: 36px;
    }

    .title2:after {
        content: "";
        width: 30px;
        height: 2px;
        background: #ffc526;
        display: block;
        margin: 20px auto 0;
    }

.wtcon {
    height: 549px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    font-size: 20px;
    border-radius: 10px;
}

    .wtcon li {
        width: 424px;
        height: 274px;
        float: left;
        box-sizing: border-box;
        padding: 50px 20px 0;
        text-align: center;
    }

img.wtimg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.wtcon li:nth-child(2n) {
    float: right;
}

.wtcon li img {
    display: block;
    margin: auto;
    height: 83px;
    width: auto;
}

.wtcon li em {
    font-style: normal;
    color: #f1c228;
}

.warm {
    padding-left: 140px;
    font-size: 30px;
    margin: 40px 0;
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/wranning.png) no-repeat left center;
}

    .warm em {
        color: #ffc526;
        font-style: normal;
        font-size: 26px;
        font-weight: bold;
    }

.swt {
    padding: 90px 0;
    margin-top: -30px;
}

.swtt {
    text-align: right;
    margin-bottom: 62px;
    font-size: 46px;
    font-weight: bold;
    color: #009946;
    line-height: 1.4;
    padding-right: 100px;
}

    .swtt p {
        font-size: 48px;
        font-weight: normal;
        color: #fff;
    }

    .swtt b {
        font-style: italic;
    }

.inlineblock {
    display: inline-block;
    padding: 30px 60px;
    position: relative;
    text-align: left;
}

    .inlineblock:before {
        content: "";
        position: absolute;
        width: 42px;
        height: 62px;
        border-left: 12px solid #fff;
        border-bottom: 12px solid #fff;
        left: 0;
        bottom: 0;
    }

    .inlineblock:after {
        content: "";
        position: absolute;
        width: 42px;
        height: 62px;
        border-right: 12px solid #fff;
        border-top: 12px solid #fff;
        right: 0;
        top: 0;
    }

.swtcon {
    min-height: 425px;
    overflow: hidden;
}

img.swtimg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 380px;
    display: block;
}

.swtcon li {
    width: 50%;
    height: 200px;
    float: left;
    padding: 30px 170px 30px 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    position: relative;
}

    .swtcon li h4 {
        font-size: 36px;
        font-style: italic;
        color: #ffc526;
    }

    .swtcon li:nth-child(2n) {
        padding: 30px 30px 30px 170px;
        float: right;
        text-align: right;
    }

    .swtcon li:first-child:after {
        content: "";
        background: -o-radial-gradient(circle at right 225px,transparent 230px,#009946 220px, #009946);
        background: -moz-radial-gradient(circle at right 225px,transparent 230px,#009946 220px, #009946);
        background: radial-gradient(circle at right 225px,transparent 230px,#009946 220px, #009946);
        position: absolute;
        width: 600px;
        height: 380px;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .swtcon li:nth-child(2):after {
        content: "";
        background: -o-radial-gradient(circle at left 225px,transparent 230px,#fff 220px, #fff);
        background: -moz-radial-gradient(circle at left 225px,transparent 230px,#fff 220px, #fff);
        background: radial-gradient(circle at left 225px,transparent 230px,#fff 220px, #fff);
        position: absolute;
        width: 600px;
        height: 380px;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .swtcon li:nth-child(3):after {
        content: "";
        background: -o-radial-gradient(circle at right 155px,transparent 230px,#fff 220px, #fff);
        background: -moz-radial-gradient(circle at right 155px,transparent 230px,#fff 220px, #fff);
        background: radial-gradient(circle at right 155px,transparent 230px,#fff 220px, #fff);
        position: absolute;
        width: 600px;
        height: 380px;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .swtcon li:nth-child(4):after {
        content: "";
        background: -o-radial-gradient(circle at left 155px,transparent 230px,#009946 220px, #009946);
        background: -moz-radial-gradient(circle at left 155px,transparent 230px,#009946 220px, #009946);
        background: radial-gradient(circle at left 155px,transparent 230px,#009946 220px, #009946);
        position: absolute;
        width: 600px;
        height: 380px;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .swtcon li:nth-child(2), .swtcon li:nth-child(3) {
        color: #333;
    }

        .swtcon li:nth-child(2) h4, .swtcon li:nth-child(3) h4 {
            color: #009946;
        }

    .swtcon li em {
        font-style: normal;
        color: #ffc526;
        font-weight: bold;
    }

.ys {
    padding: 60px 0;
}

.btitle {
    text-align: center;
    margin-bottom: 60px;
    font-size: 28px;
    color: #fff;
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/tbg.png) no-repeat center;
    line-height: 1.4;
    height: 159px;
    box-sizing: border-box;
    padding-top: 30px;
}

    .btitle h2 {
        font-size: 42px;
    }

    .btitle i {
        color: #ffc526;
    }

.yscon {
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/ysline.png) no-repeat center;
    counter-reset: ysindex;
}

    .yscon li {
        overflow: hidden;
        font-style: italic;
        font-size: 18px;
    }

.ysl {
    max-width: 50%;
    float: left;
}

    .ysl img {
        display: block;
    }

.ysr {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 130px;
    position: relative;
    margin-top: 50px;
}

    .ysr:before {
        counter-increment: ysindex;
        content: "0"counter(ysindex);
        font-size: 82px;
        position: absolute;
        left: 0;
        top: 0;
        color: #009946;
        font-weight: bold;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .ysr:after {
        content: "";
        width: 4px;
        height: 70px;
        background: #009946;
        position: absolute;
        left: 48px;
        top: 120px;
    }

    .ysr h2 {
        font-size: 32px;
        color: #009946;
    }

    .ysr em {
        font-size: 12px;
        color: #a4a4a4;
    }

    .ysr p {
        padding: 10px 0 10px 30px;
        background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/gou.png) no-repeat left 18px;
    }

    .ysr b, .ysr strong {
        color: #ffc526;
    }

.yscon li:nth-child(even) .ysl {
    float: right;
}

.yscon li:nth-child(even) .ysr {
    float: left;
}

.case {
    padding: 60px 0;
}

.ctitle {
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
}

    .ctitle h2 {
        font-size: 36px;
        color: #009946;
    }

.titleic {
    display: block;
    margin: auto;
    width: 85px;
    height: 85px;
    background: #009946;
    border-radius: 50%;
}

i.ibox {
    background-image: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/ibox.png);
    background-position: center;
    background-repeat: no-repeat;
}

i.icarm {
    background-image: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/icarm.png);
    background-position: center;
    background-repeat: no-repeat;
}

i.ihonnor {
    background-image: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/ihonnor.png);
    background-position: center;
    background-repeat: no-repeat;
}

i.inote {
    background-image: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/inote.png);
    background-position: center;
    background-repeat: no-repeat;
}

i.ipeople {
    background-image: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/ipeople.png);
    background-position: center;
    background-repeat: no-repeat;
}


.clist li {
    width: 390px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

    .clist li:nth-child(3n+4) {
        margin-right: 0;
    }

    .clist li img {
        display: block;
        width: 100%;
        height: 225px;
    }

    .clist li.first {
        margin-right: 0;
        width: 100%;
        float: none;
    }

        .clist li.first img {
            height: auto;
        }

.cdes {
    position: absolute;
    z-index: 99;
    top: 50px;
    right: 0;
    padding: 60px 40px;
    border-right: 2px solid #009946;
    background-color: rgba(255,255,255,.93);
    width: 40%;
    max-height: 80%;
    overflow: hidden;
    line-height: 2;
}

    .cdes h3 {
        font-size: 24px;
        color: #009946;
        margin-bottom: 20px;
    }

        .cdes h3:after {
            content: "";
            display: block;
            width: 100px;
            height: 3px;
            background: #009946;
            margin-top: 10px;
        }

.cbox {
    height: 440px;
    overflow: hidden;
}

.clist li h4 {
    padding: 0 10px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    line-height: 50px;
    color: #fff;
    bottom: -50px;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.clist li:hover h4 {
    bottom: 0;
}

.top-20 {
    margin-top: -20px;
}

.about {
    padding: 60px 0;
}

.abtitle {
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 50px;
}

.inline {
    overflow: hidden;
    text-align: left;
    display: inline-block;
    position: relative;
    padding-left: 95px;
    min-height: 85px;
    margin-left: -95px;
}

    .inline i {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -42px;
    }

.abtitle h3 {
    font-size: 34px;
    color: #009946;
}

.abl {
    width: 50%;
}

    .abl img {
        display: block;
    }

.abr {
    width: 48%;
    line-height: 30px;
    padding-top: 30px;
}

.data li {
    width: 223px;
    float: left;
    height: 280px;
    border: 1px solid #ccc;
    margin-right: 20px;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
}

.data {
    padding-bottom: 50px;
}

    .data li:nth-child(5) {
        margin-right: 0;
    }

    .data li img {
        width: auto;
        height: 105px;
        display: block;
        margin: 30px auto 10px;
    }

    .data li h4 {
        font-size: 32px;
        color: #009946;
    }

.honnor {
    padding: 60px 0;
    color: #fff;
    box-sizing: border-box;
    min-height: 750px;
}

.titleic.yellow {
    background-color: #ffaf2a;
}

.honnor .abtitle h3 {
    color: #fff;
}

.honnor li {
    width: 285px;
    margin: 0 7px 20px;
    float: left;
}

    .honnor li img {
        display: block;
        width: 100%;
        height: 403px;
    }

.more.yellow a {
    background-color: #ffaf2a;
}

.gc {
    padding: 50px 0;
}

    .gc li {
        float: left;
        width: 387px;
        margin: 0 6px 10px;
    }

        .gc li img {
            display: block;
            width: 100%;
            height: 269px;
        }

.ntab.tabnav ul {
    background: #e1e1e1;
    display: inline-block;
}

.ntab.tabnav li a {
    padding: 0 30px;
}

.ntab.tabnav li.on a {
    background: #ffaf2a;
}

.news {
    padding: 50px 0;
}

.nlist li {
    float: right;
    width: 595px;
    box-sizing: border-box;
    padding-left: 95px;
    margin-bottom: 25px;
    height: 85px;
    overflow: hidden;
    position: relative;
}

.date {
    position: absolute;
    width: 85px;
    height: 85px;
    left: 0;
    top: 0;
    text-align: center;
    background: #f2f2f2;
    box-sizing: border-box;
}

    .date b {
        font-size: 22px;
        line-height: 44px;
        font-weight: normal;
        color: #000;
    }

.nlist li h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 8px;
}

.nlist li p {
    line-height: 24px;
    color: #818181;
    height: 48px;
    overflow: hidden;
    border-bottom: 1px dashed #545454;
}

.nlist li.first {
    float: left;
    height: auto;
    padding: 0;
    width: 579px;
    background: #ffaf2a;
    color: #fff;
}

    .nlist li.first img {
        display: block;
        width: 100%;
        height: 310px;
        margin-bottom: 21px;
    }

    .nlist li.first p {
        border: none;
        color: #fff;
    }

.abt {
    padding: 0 10px;
}

.flink {
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/fbg.png) no-repeat top center;
    padding: 30px 0 20px;
    color: #fff;
    line-height: 60px;
    border-bottom: 1px solid #00813b;
}

.ftitle {
    font-size: 42px;
    font-weight: bold;
    color: #ffaf2a;
    width: 140px;
    text-align: center;
}

.flinkc {
    width: 1010px;
    font-size: 16px;
}

.footer {
    background: #009946;
    padding: 20px 0;
    color: #fff;
}

.treetop {
    overflow: hidden;
    margin-bottom: 30px;
}

    .treetop h2 {
        font-size: 20px;
        font-weight: 100;
        border: 1px solid #ef8200;
        line-height: 34px;
        padding: 0 18px;
        float: left;
        margin-right: 5px;
        color: #ef8200;
    }

    .treetop ul {
        float: left;
    }

    .treetop li {
        display: inline-block;
        margin: 0 5px;
        border: 1px solid #ef8200;
        padding: 0 26px;
        line-height: 34px;
    }

        .treetop li.cur {
            background: #ef8200;
            color: #fff;
            border: 1px solid #fff;
        }

.title4 {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ccc;
    height: 16px;
    margin-bottom: 50px;
}

    .title4:before {
        content: "";
        width: 90px;
        display: block;
        border-bottom: 3px solid #000;
        position: absolute;
        bottom: -1.5px;
        left: 0;
    }

    .title4 p {
        display: inline-block;
        padding: 0 10px;
        line-height: 26px;
        height: 26px;
        font-size: 20px;
        color: #d30000;
        font-weight: bold;
    }

    .title4 b {
        color: #000;
    }

    .title4:after {
        content: "";
        width: 90px;
        display: block;
        border-bottom: 3px solid #000;
        position: absolute;
        bottom: -1.5px;
        right: 0;
    }

.tongdao {
    margin-top: 30px;
    overflow: hidden;
}

    .tongdao ul b {
        display: inline-block;
        width: 100px;
        float: left;
        font-size: 16px;
        color: #333;
        line-height: 32px;
    }

        .tongdao ul b:before {
        }

        .tongdao ul b:before {
            content: ">";
            display: block;
            float: left;
            margin-left: 10px;
            background: #d30000;
            color: #fff;
            width: 13px;
            height: 13px;
            line-height: 14px;
            text-align: center;
            border-radius: 50%;
            font-family: serif;
            margin-top: 10px;
            margin-right: 6px;
        }

    .tongdao li {
        display: inline-block;
        padding: 0 20px;
        color: #333;
        line-height: 32px;
        font-size: 12px;
    }

    .tongdao ul {
        margin-bottom: 20px;
    }



.title5 {
    display: inline-block;
    line-height: 32px;
    position: relative;
    top: -28px;
    font-size: 20px;
    font-weight: bold;
    background: inherit;
    padding: 0 10px;
}

    .title5 span {
        text-transform: uppercase;
        font-size: 20px;
        color: #d30000;
        margin: 0 0 0 12px;
        font-weight: 100;
    }


/*内页*/
.tips {
    background: #f5f5f5;
    margin-bottom: 60px;
    text-align: right;
    position: relative;
    height: 100px;
    line-height: 100px;
    color: #515151;
    font-size: 12px;
}

.page_head {
    height: 230px;
    color: #fff;
    background: #009946;
    font-size: 26px;
    padding: 22px 0px 0px 30px;
    width: 214px;
    position: absolute;
    bottom: -25px;
    z-index:100;
}

    .page_head h2 {
        font-size: 40px;
        font-weight: normal;
        text-align: left;
        line-height: 48px;
    }

.tips b {
    display: none;
}

.page_head h2 span {
    font-size: 26px;
}

.biaoyu {
    text-indent: 23px;
    padding: 36px 0 0 0;
    font-size: 23px;
    text-align: left;
    line-height: 30px;
    font-family: "华文行楷";
    
}

.pagel {
    width: 244px;
}

.treepage h2 {
    height: 76px;
    background: #009946;
    padding: 20px 0px 0px 40px;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}

    .treepage h2 b {
        display: block;
        font-size: 12px;
        font-weight: normal;
    }

.treepage li a {
    background: #009946;
    height: 50px;
    display: block;
    margin-top: 1px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    padding-left: 35px;
}





.treepage li ul.subTree li a {
    line-height: 48px;
    height: 48px;
    background: #fff;
    color: #262626;
    padding: 0px 10px 0px 47px;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}

    .treepage li ul.subTree li a:before {
        content: ">";
        position: absolute;
        left: 22px;
        top: 18px;
        background: #009946;
        color: #fff;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        line-height: 14px;
        text-align: center;
        font-family: serif;
        font-size: 12px;
    }

    .treepage li ul.subTree li a:hover {
        color: #009946;
    }

ul.subTree {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.newspage h3 {
    background: #009946;
    line-height: 70px;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.newspage {
    margin-top: 20px;
}

    .newspage ul {
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        padding: 5px 14px;
        border-bottom: 1px solid #e7e7e7;
    }

    .newspage li a {
        line-height: 38px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        border-bottom: 1px dashed #d2cdcd;
        color: #333;
    }


.contactpage {
    margin-top: 20px;
}

    .contactpage h3 {
        background: #ccc;
        color: #3b3b3b;
        font-size: 19px;
        padding-left: 20px;
        line-height: 50px;
        font-weight: normal;
    }

    .contactpage .con {
        border: 1px solid #e7e7e7;
        padding: 5px 10px;
    }

    .contactpage li {
        padding: 22px 0px 22px 84px;
        border-bottom: 1px dashed #b9c3d1;
        line-height: 1.6;
        color: #4a4848;
        font-size: 13px;
        position: relative;
    }

        .contactpage li img {
            width: 70px;
            height: 60px;
            position: absolute;
            left: 0;
            top: 10px;
        }

        .contactpage li:last-child {
            border-bottom: none;
        }

.pager {
    width: 930px;
}

.prdesc {
    margin-bottom: 30px;
}

    .prdesc h3.fl {
        display: inline-block;
        border-left: 7px solid #009946;
        font-size: 30px;
        width: 62px;
        line-height: 36px;
        padding: 10px 20px;
        border-right: 4px solid #009946;
        color: #009946;
        float: left;
        height: 72px;
    }

    .prdesc .con {
        color: #818080;
        width: 800px;
    }

        .prdesc .con h4 {
            font-size: 24px;
            color: #454545;
            padding-bottom: 5px;
            font-weight: normal;
        }

.pagescroll {
    margin-bottom: 35px;
}

    .pagescroll .scroll {
        width: 700px;
        height: 370px;
    }

        .pagescroll .scroll img {
            width: 700px;
            height: 370px;
        }

.scroll li div {
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 92%;
    background-color: rgba(0,0,0,.6);
    padding: 10px 4%;
    color: #fff;
}

.scroll li {
    position: relative;
}

    .scroll li div h4 {
        font-size: 18px;
        font-weight: normal;
        line-height: 40px;
    }

    .scroll li div p {
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

h3.pagetitle {
    height: 38px;
    font-size: 24px;
    color: #009946;
    line-height: 38px;
    font-weight: normal;
}

ul.prlist li {
    border: 1px solid #d0d0d0;
    height: 250px;
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

    ul.prlist li img {
        width: 307px;
        height: 250px;
    }

    ul.prlist li div {
        padding: 35px 0px 0px 24px;
        width: 580px;
        float: right;
        line-height: 1.7;
        color: #6d6d6d;
        font-size: 13px;
    }

        ul.prlist li div h4 {
            color: #0d0d0d;
            font-size: 20px;
            font-weight: normal;
            margin-bottom: 15px;
        }

        ul.prlist li div p {
            color: #6d6d6d;
            line-height: 24px;
            font-size: 12px;
            height: 96px;
            overflow: hidden;
        }

    ul.prlist li span {
        position: absolute;
        width: 51px;
        height: 51px;
        background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/pro_30.png) no-repeat center;
        right: -1px;
        bottom: -1px;
        display: none;
    }

    ul.prlist li:hover span {
        display: block;
    }

    ul.prlist li span a {
        display: block;
        width: 100%;
        height: 100%;
    }

    ul.prlist li:hover {
        border: 1px solid #009946;
    }

.pading a, .pading span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}

.pading {
    text-align: right;
    position: relative;
    padding-right: 78px;
}

    .pading span.current {
        background: #009946;
        color: #fff;
    }

    .pading a.prev {
        background: #7c7c7c url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/pagging.png) no-repeat left center;
        color: transparent;
        position: absolute;
        right: 38px;
    }

    .pading a.next {
        background: #7c7c7c url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/pagging.png) no-repeat right center;
        color: transparent;
        position: absolute;
        right: 0;
    }

.preview {
    background: #f3f3f3;
    padding: 14px 36px 14px 14px;
    margin-bottom: 50px;
}

.imgs {
    width: 486px;
    padding: 1px;
    overflow: hidden;
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/pro_41.gif) no-repeat;
    position: relative;
    background-size: 100% 100%;
}

    .imgs li img {
        width: 100%;
        display: block;
    }

.dess {
    width: 690px;
    padding-top: 18px;
    line-height: 28px;
    color: #5d5d5d;
    font-size: 14px;
    position: relative;
}

    .dess h3 {
        font-size: 26px;
        color: #333;
        padding-bottom: 8px;
        border-bottom: 1px solid #ababab;
        line-height: 1.5;
        margin-bottom: 18px;
        font-weight: normal;
    }

.descon {
    padding: 18px;
    background: #f3f3f3;
}

.prtit {
    border-bottom: 5px solid #009946;
    padding: 0 18px;
}

    .prtit span {
        display: inline-block;
        line-height: 26px;
        background: #009946;
        padding: 0 10px;
        color: #fff;
        font-weight: bold;
        margin-left: -18px;
    }

.record {
    text-align: center;
    padding: 30px 0;
}

    .record span {
        display: inline-block;
        width: 48%;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.pagescroll {
    margin-bottom: 35px;
}

    .pagescroll .scroll {
        width: 700px;
        height: 370px;
        overflow: hidden;
        position: relative;
    }

        .pagescroll .scroll img {
            width: 700px;
            height: 370px;
        }

.scroll li div {
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 92%;
    background-color: rgba(0,0,0,.6);
    padding: 10px 4%;
    color: #fff;
}

.scroll li {
    position: relative;
}

    .scroll li div h4 {
        font-size: 18px;
        font-weight: normal;
        line-height: 40px;
    }

    .scroll li div p {
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

.scroll .prev {
    width: 21px;
    height: 42px;
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/pro_11.png) no-repeat;
    position: absolute;
    top: 170px;
    left: 32px;
    z-index: 10;
    cursor: pointer;
    display: none;
}

.scroll .next {
    width: 21px;
    height: 42px;
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/pro_12.png) no-repeat;
    position: absolute;
    top: 170px;
    right: 32px;
    z-index: 10;
    cursor: pointer;
    display: none;
}

.scroll:hover .next, .scroll:hover .prev {
    display: block;
}

.newscenter {
    padding-top: 270px;
}

ul.news_list li.first {
    position: absolute;
    height: 245px;
    top: -270px;
    width: 1200px;
    background: #f4f4f4;
}

ul.news_list {
    position: relative;
}

    ul.news_list li.first img {
        width: 420px;
        height: 245px;
        float: left;
        margin-right: 20px;
    }

    ul.news_list li.first h3 {
        line-height: 56px;
        height: 56px;
        font-size: 24px;
        font-weight: normal;
        color: #009946;
    }

        ul.news_list li.first h3:before {
            content: "头条";
            display: inline-block;
            border: 1px solid #009946;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            margin-right: 20px;
            font-size: 20px;
        }

    ul.news_list li.first p {
        line-height: 24px;
        color: #999;
        font-size: 12px;
        height: 168px;
        overflow: hidden;
        text-indent: 2em;
    }

        ul.news_list li.first p a {
            color: #444;
        }

    ul.news_list li p a {
        color: #444;
    }

    ul.news_list li img {
        width: 306px;
        float: left;
        height: 158px;
    }

    ul.news_list li {
        height: 158px;
        overflow: hidden;
        margin-bottom: 42px;
    }

        ul.news_list li div {
            width: 600px;
            float: right;
            line-height: 24px;
            color: #777;
            font-size: 14px;
        }

        ul.news_list li h4 {
            line-height: 58px;
            height: 58px;
            overflow: hidden;
            font-size: 17px;
            font-weight: normal;
            color: #333;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.info span {
    display: block;
    line-height: 24px;
    color: #8d8d8d;
    font-size: 12px;
    text-align: center;
}

h3.ar_title {
    font-size: 22px;
    text-align: center;
    color: #222;
    padding-bottom: 22px;
    font-weight: normal;
}

.info {
    position: relative;
    border-bottom: 1px dashed #c7c7c7;
    margin-bottom: 20px;
}

a.back {
    position: absolute;
    display: block;
    height: 25px;
    line-height: 25px;
    background: #ccd2d8;
    color: #526373;
    width: 76px;
    text-align: center;
    bottom: -1px;
    right: 0;
}

.tips2 {
    margin: 26px 0 47px 0;
    text-align: right;
    border-bottom: 1px solid #ccc;
    line-height: 38px;
}

span.icon {
    float: left;
    font-size: 70px;
    line-height: 64px;
    color: #443e3e;
    font-family: fantasy;
    position: relative;
    height: 37px;
    overflow: hidden;
    margin-top: -6px;
}

.tips2 em {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #333;
    float: left;
    height: 20px;
    line-height: 20px;
    position: relative;
    left: -218px;
    bottom: -29px;
}

    .tips2 em.newsp {
        left: -152px;
    }

    .tips2 em:before {
        content: "";
        width: 35px;
        display: block;
        border-bottom: 3px solid #000;
        float: left;
        margin-top: 8px;
        margin-right: 5px;
    }

    .tips2 em:after {
        content: "";
        width: 35px;
        display: block;
        border-bottom: 3px solid #000;
        float: right;
        margin-top: 8px;
        margin-left: 5px;
    }
/*网站色调*/
.paopao {
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/paopao.png) repeat-y center;
}

.bg2 {
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/bg2.gif) no-repeat top center;
}

.bg3 {
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/bg3.png) no-repeat top center;
}

.bg4 {
    background: url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/bg4.png) no-repeat top center;
}

.bg5 {
    background: #e8e8e8 url(/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/bg5.png) no-repeat top center;
}

.bgcolor, .bghover:hover, .tabnav li.on a {
    background-color: #009946;
    color: #fff;
}

.lihover a:hover, .lihover a.cur {
    background-color: #f39800;
    color: #fff;
}

.bordercolor, .hoverborder:hover {
    border-color: #05883d;
}

.color, .title span {
    color: #009946;
}

.bglinear {
    background: -webkit-linear-gradient(#05883d,#007331);
    background: -moz-linear-gradient(#05883d,#007331);
    background: -o-linear-gradient(#05883d,#007331);
    background: linear-gradient(#05883d,#007331);
}
.interlink {
    background: url(https://web.archive.org/web/20211123102109im_/http://static2.fuhai360.com/n190731/images/fbg.png) no-repeat top center;
    padding: 30px 0 20px;
    color: #fff;
    line-height: 60px;
    border-bottom: 1px solid #00813b;
}

.interlink__inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {
    font-size: 37px;
    font-weight: bold;
    color: #ffaf2a;
    width: 150px;
    text-align: center;
    float: left;
}

.interlink__list {
    width: 1034px;
    font-size: 16px;
    float: right;
    line-height: 26px;
    padding-top: 15px;
}

.interlink__list a {
    margin: 0 25px;
    margin-left: 0;
}

/*
     FILE ARCHIVED ON 10:21:09 Nov 23, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:11:37 Nov 17, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 250.255
  exclusion.robots: 0.118
  exclusion.robots.policy: 0.106
  cdx.remote: 0.088
  esindex: 0.015
  LoadShardBlock: 157.753 (3)
  PetaboxLoader3.datanode: 132.583 (4)
  load_resource: 784.672
  PetaboxLoader3.resolve: 689.657
*/