﻿* {
    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;
    overflow: hidden;
}

#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: #2ca320;
            }

    #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/20211226122125im_/http://static2.fuhai360.com/n190430/images/l.png) no-repeat center;
        left: 20px;
    }

    #slides .next {
        background: url(/web/20211226122125im_/http://static2.fuhai360.com/n190430/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: #000;
    background: #fff;
}

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

.block {
    overflow: hidden;
    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: 30px;
    border-top: 2px solid #2ca320;
}

    .top .fr {
        background: #2ca320;
        padding: 0 20px;
        color: #fff;
        position: relative;
        border-radius: 0 0 24px 24px;
        margin-right: 30px;
    }

        .top .fr:before {
            content: "";
            position: absolute;
            left: -13px;
            top: 0;
            border-left: 18px solid transparent;
            border-top: 20px solid #2ca320;
        }

        .top .fr:after {
            content: "";
            position: absolute;
            right: -9px;
            top: 0;
            border-right: 16px solid transparent;
            border-top: 22px solid #2ca320;
        }

.logo {
    padding: 20px 0;
}

.nav {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

    .nav li {
        position: relative;
        display: inline-block;
    }

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

        .nav li ul {
            position: absolute;
            z-index: 99;
            width: 100%;
            background: #362e2c;
            text-align: center;
            display: none;
        }

            .nav li ul li {
                display: block;
            }

                .nav li ul li a {
                    padding: 0;
                    line-height: 34px;
                }

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

.kw {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    background: #fafafa;
    border-bottom: 1px solid #dbdbdb;
}
.kw.innerpage .fl {
    margin-left: 250px;
}
.search {
    position: relative;
    height: 34px;
    line-height: 0;
    margin: 8px 20px 0 0;
}

    .search input {
        height: 32px;
        border: 1px solid #ccc;
        border-radius: 16px;
        padding: 0 32px 0 10px;
        width: 240px;
        color: #999;
    }

a.searchBtn {
    position: absolute;
    right: 1px;
    top: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url(/web/20211226122125im_/http://static2.fuhai360.com/n190430/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
}


.pr {
    padding: 40px 0;
}

.title {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 30px;
}

    .title em {
        font-size: 16px;
        color: #e06a23;
        display: inline-block;
        font-style: normal;
        line-height: 30px;
        border: 1px solid #ccc;
        padding: 0 40px;
        border-radius: 15px;
        position: relative;
    }

        .title em:before {
            content: "";
            width: 960px;
            border-bottom: 1px solid #ccc;
            left: -960px;
            top: 50%;
            position: absolute;
        }

        .title em:after {
            content: "";
            width: 960px;
            border-bottom: 1px solid #ccc;
            right: -960px;
            top: 50%;
            position: absolute;
        }

    .title p {
        font-size: 16px;
        color: #999;
    }

.linestyle {
    display: inline-block;
    position: relative;
}

    .linestyle:before {
        content: "";
        position: absolute;
        width: 960px;
        border-bottom: 1px solid #ccc;
        left: -960px;
        top: 50%;
    }

    .linestyle:after {
        content: "";
        position: absolute;
        width: 960px;
        border-bottom: 1px solid #b5b5b5;
        right: -960px;
        top: 50%;
    }

    .linestyle a {
        display: block;
        position: relative;
        padding: 0 20px;
    }

        .linestyle a:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 4px;
            background: #b5b5b5;
            left: -30px;
            top: 50%;
            margin-top: -2px;
        }

        .linestyle a:after {
            content: "";
            position: absolute;
            width: 30px;
            height: 4px;
            background: #b5b5b5;
            right: -30px;
            top: 50%;
            margin-top: -2px;
        }

.partner {
    padding: 50px 0 30px;
}

.run5 {
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}

span.prev, span.next {
    width: 36px;
    height: 50px;
    position: absolute;
    font-size: 42px;
    font-family: serif;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    top: 50%;
    margin-top: -45px;
}

    span.prev:hover, span.next:hover {
        color: #2ca320;
    }

span.prev {
    left: 0;
}

span.next {
    right: 0;
}

.partner li {
    width: 135px;
    float: left;
    margin: 0 18px;
    padding: 10px 25px 30px;
    background: url(/web/20211226122125im_/http://static2.fuhai360.com/n190430/images/hzbg.png) no-repeat top center;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .partner li img {
        width: 135px;
        height: 135px;
        display: block;
        border-radius: 50%;
        margin-bottom: 22px;
    }

.line {
    border-top-width: 12px;
    border-top-style: solid;
}

    .line p {
        width: 570px;
        margin: auto;
        border-top-width: 12px;
        border-top-style: solid;
        position: relative;
    }

        .line p:before {
            content: "";
            height: 40px;
            width: 70px;
            background: #fff;
            position: absolute;
            left: -5px;
            top: -12px;
            border-radius: 0 40px 0 0;
            z-index: 10;
        }

        .line p:after {
            content: "";
            height: 40px;
            width: 70px;
            background: #fff;
            position: absolute;
            right: -5px;
            top: -12px;
            border-radius: 40px 0 0 0;
            z-index: 10;
        }

    .line b {
        height: 30px;
        width: 90px;
        position: relative;
        display: block;
        margin: 0 auto 30px;
    }

        .line b:before {
            content: "";
            position: absolute;
            width: 60px;
            height: 40px;
            border-radius: 0 80% 0 0;
            z-index: 10;
            left: -10px;
            bottom: -10px;
            background: #fff;
        }

        .line b:after {
            content: "";
            position: absolute;
            width: 60px;
            height: 40px;
            border-radius: 80% 0 0 0;
            z-index: 10;
            right: -10px;
            bottom: -10px;
            background: #fff;
        }

.homer {
    width: 890px;
    float: right;
}

.ptab {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 24px;
    border-left: 4px solid;
    padding-left: 10px;
}

    .ptab b {
        float: left;
        font-size: 20px;
        color: #333;
        padding-right: 30px;
    }

    .ptab li {
        display: inline-block;
        margin-right: 5px;
    }

        .ptab li a {
            display: block;
            padding: 0 40px;
            background: #959595;
            color: #fff;
            line-height: 40px;
            font-size: 16px;
            border-radius: 20px;
        }

.plist li {
    width: 283px;
    float: left;
    margin-right: 20px;
}

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

    .plist li p {
        text-align: center;
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
    }

.des {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    display: none;
}

    .des div {
        display: table-cell;
        vertical-align: middle;
        height: 188px;
        padding: 0 10px;
    }

    .des b {
        display: block;
        font-size: 16px;
        letter-spacing: 4px;
        font-weight: normal;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }

.imgbox {
    overflow: hidden;
    padding: 2px;
    height: 188px;
    border: 1px solid #eaeaea;
    position: relative;
}

    .imgbox img {
        display: block;
        width: 100%;
        margin: auto;
        height: 100%;
    }

.hnav {
    width: 285px;
    border-width: 1px;
    border-style: solid;
}

    .hnav h3 {
        font-size: 24px;
        text-align: center;
        line-height: 80px;
        color: #fff;
    }

.p20 {
    padding: 20px;
}

.hnav li a {
    line-height: 40px;
    background: #999;
    display: block;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    padding: 0 40px 0 30px;
    margin-bottom: 1px;
    position: relative;
}

    .hnav li a:after {
        content: ">";
        position: absolute;
        right: 20px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid #fff;
        line-height: 18px;
        text-align: center;
        font-family: serif;
        font-size: 14px;
        top: 50%;
        margin-top: -10px;
    }

.hnav li ul li a {
    line-height: 30px;
    background: none !important;
    color: #333;
    font-size: 14px;
    padding: 0 0 0 20px;
    margin-left: 30px;
}

    .hnav li ul li a:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 1px solid #333;
        right: auto;
        left: 0;
        margin-top: -5px;
    }

.gc {
    padding: 40px 0;
}

    .gc li {
        width: 285px;
        float: left;
        margin: 0 6px;
        text-align: center;
    }

        .gc li img {
            border-width: 1px;
            border-style: solid;
            display: block;
            width:100%;
            height:214px;
            box-sizing: border-box;
            border-color: transparent;
        }

        .gc li p {
            text-align: center;
            padding-top: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.bgf8 {
    background-color: #f8f8f8;
}

.ys {
    position: relative;
    padding: 50px 0 30px;
    overflow: hidden;
}

img.ysbg {
    position: absolute;
    z-index: -1;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.ystab {
    text-align: center;
    margin-bottom: 50px;
}

    .ystab li {
        display: inline-block;
        background: #959595;
        color: #fff;
        line-height: 40px;
        padding: 0 20px;
        margin: 0 5px;
        border-radius: 20px;
        font-size: 16px;
        cursor: pointer;
    }

.ysli {
    position: relative;
    color: #666;
}

img.ysimg {
    position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.ysli li {
    position: relative;
    padding-right: 250px;
    width: 40%;
    box-sizing: border-box;
    float: left;
    min-height: 105px;
    margin-bottom: 40px;
    text-align: right;
}

    .ysli li:nth-child(2n) {
        float: right;
        padding-left: 250px;
        padding-right: 0;
        text-align: left;
    }

    .ysli li img {
        position: absolute;
        right: 170px;
        top: 50%;
        -moz-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    .ysli li h4 {
        color: #2ca320;
        font-size: 24px;
    }

    .ysli li:nth-child(2n) img {
        left: 170px;
        right: auto;
    }

    .ysli li:first-child:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #2ca320;
        border-radius: 50%;
        bottom: -4px;
        right: 47px;
        z-index: 10;
    }

    .ysli li:first-child:after {
        content: "";
        position: absolute;
        width: 108px;
        height: 1px;
        background: #ccc;
        transform: rotate(25deg);
        bottom: 25px;
        right: 50px;
        z-index: 5;
    }

    .ysli li:nth-child(2):before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #2ca320;
        border-radius: 50%;
        bottom: -4px;
        left: 47px;
        z-index: 10;
    }

    .ysli li:nth-child(2):after {
        content: "";
        position: absolute;
        width: 108px;
        height: 1px;
        background: #ccc;
        transform: rotate(-25deg);
        bottom: 25px;
        left: 50px;
        z-index: 5;
    }

    .ysli li:nth-child(3):before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #2ca320;
        border-radius: 50%;
        bottom: 46%;
        right: 47px;
        z-index: 10;
    }

    .ysli li:nth-child(3):after {
        content: "";
        position: absolute;
        width: 108px;
        height: 1px;
        background: #ccc;
        bottom: 50%;
        right: 50px;
        z-index: 5;
    }

    .ysli li:nth-child(4) {
        top: 145px;
    }

        .ysli li:nth-child(4):before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background: #2ca320;
            border-radius: 50%;
            top: -4px;
            left: 47px;
            z-index: 10;
        }

        .ysli li:nth-child(4):after {
            content: "";
            position: absolute;
            width: 108px;
            height: 1px;
            background: #ccc;
            transform: rotate(25deg);
            top: 25px;
            left: 50px;
            z-index: 5;
        }

    .ysli li:nth-child(5):before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #2ca320;
        border-radius: 50%;
        top: -4px;
        right: 47px;
        z-index: 10;
    }

    .ysli li:nth-child(5):after {
        content: "";
        position: absolute;
        width: 108px;
        height: 1px;
        background: #ccc;
        transform: rotate(-25deg);
        top: 25px;
        right: 50px;
        z-index: 5;
    }

.lc {
    padding: 50px 0;
}

    .lc li {
        width: 90px;
        float: left;
        margin: 0 20px;
        text-align: center;
        position: relative;
        font-weight: bold;
    }

        .lc li img {
            width: 87px;
            display: block;
            height: 87px;
            border-radius: 50%;
            border: 2px solid #333;
            margin-bottom: 50px;
        }

        .lc li:hover img {
            border-color: #53a849;
        }

        .lc li:before {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #333;
            top: 96px;
            left: 50%;
            margin-left: -3px;
        }

        .lc li:after {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            background: #333;
            border-radius: 50%;
            left: 50%;
            margin-left: -2px;
            top: 106px;
        }

        .lc li:hover:after, .lc li:hover:before {
            background: #2ca320;
        }

        .lc li:hover {
            color: #2ca320;
        }

.bline {
    background: url(/web/20211226122125im_/http://static2.fuhai360.com/n190430/images/bline.png) no-repeat center 108px;
}

.ys2 {
    padding: 50px 0 30px;
}

.title2 {
    text-align: center;
    font-size: 34px;
    line-height: 50px;
    position: relative;
    margin-bottom: 40px;
}

    .title2 p {
        font-size: 16px;
        color: #999;
    }

    .title2 b {
        color: #e06a23;
        font-size: 48px;
    }

    .title2:before {
        content: "";
        width: 70%;
        border-bottom: 1px solid #999;
        display: block;
        left: 15%;
        bottom: 0;
        position: absolute;
    }

    .title2:after {
        content: "";
        position: absolute;
        width: 200px;
        height: 3px;
        background: #2ca320;
        bottom: -2px;
        left: 50%;
        margin-left: -100px;
    }

.yscon2 {
    counter-reset: ysindex;
}

    .yscon2 li {
        position: relative;
        overflow: hidden;
        min-height: 400px;
        box-sizing: border-box;
        padding-right: 50%;
    }

        .yscon2 li img {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 400px;
            max-width: 50%;
        }

        .yscon2 li:nth-child(2n) {
            padding-right: 0;
            padding-left: 50%;
        }

            .yscon2 li:nth-child(2n) img {
                left: 0;
            }

.ystext {
    position: relative;
    z-index: 20;
    margin-top: 90px;
    padding-right: 50px;
    color: #666;
}

.yscon2 li:nth-child(2n) .ystext {
    padding-right: 0;
    margin-left: 50px;
}

.ystext:before {
    counter-increment: ysindex;
    content: "0"counter(ysindex);
    position: absolute;
    left: 0;
    width: 75px;
    height: 95px;
    line-height: 65px;
    text-align: center;
    top: -50px;
    z-index: 10;
    font-size: 50px;
    border: 3px solid #2ca320;
    color: #999;
    font-family: cursive;
}

.ystext h4 {
    font-size: 26px;
    position: relative;
    z-index: 30;
    padding-left: 16px;
    color: #2ca320;
}

.ystext em {
    font-style: normal;
    color: #999;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    padding-left: 16px;
    position: relative;
    z-index: 30;
    border-bottom: 4px double #ccc;
    padding-bottom: 15px;
}

.ystext p {
    padding-left: 30px;
    background: url(/web/20211226122125im_/http://static2.fuhai360.com/n190430/images/picon.png) no-repeat left 5px;
    margin-bottom: 10px;
}

.ystext:after {
    content: "";
    left: 1px;
    position: absolute;
    top: -38px;
    border-left: 80px solid transparent;
    border-bottom: 89px solid #f8f8f8;
    z-index: 20;
}

.honnor {
    padding: 28px 0;
    color: #fff;
    text-align: center;
}

    .honnor li {
        display: inline-block;
        margin-right: 14px;
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        width: 210px;
    }

        .honnor li img {
            display: block;
            width: 100%;
            border: 1px solid #ccc;
            box-sizing: border-box;
        }

    .honnor .title p {
        color: #fff;
    }

    .honnor span.prev, .honnor span.next {
        color: #fff;
    }

.fk {
    padding: 40px 0;
}

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

    .fk li {
        overflow: hidden;
        padding-bottom: 20px;
        width: 550px;
        float: left;
    }

        .fk li img {
            width: 192px;
            height: 126px;
            display: block;
            float: left;
            margin-right: 15px;
        }

        .fk li h4 {
            font-size: 16px;
            margin-bottom: 8px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 34px;
        }

        .fk li p {
            color: #999;
            line-height: 22px;
            height: 44px;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .fk li span {
            color: #999;
        }

.zj {
    padding: 60px 0;
}

    .zj li {
        margin-top: 20px;
        float: left;
        margin-right: 25px;
        width: 220px;
    }

        .zj li p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-top: 10px;
            text-align: center;
        }

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

        .zj li img {
            display: block;
            width: 100%;
            height: 150px;
        }

.zj {
    padding: 60px 0;
}

    .zj li {
        margin-top: 20px;
        float: left;
        margin-right: 25px;
        width: 220px;
    }

        .zj li p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-top: 10px;
            text-align: center;
        }

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

        .zj li img {
            display: block;
            width: 100%;
            height: 150px;
        }

.about {
    padding: 50px 0;
}

.abl {
    width: 572px;
}

.abr {
    width: 595px;
    padding-top: 10px;
    line-height: 30px;
}

.btc {
    margin-top: 40px;
}

    .btc a {
        padding: 10px 35px;
        color: #fff;
        border-radius: 20px;
    }

.hj {
    padding-bottom: 40px;
}

    .hj li {
        width: 280px;
        float: left;
        margin-right: 20px;
        text-align: center;
        line-height: 28px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #999;
    }

        .hj li img {
            display: block;
            width: 100%;
            height: auto;
        }

.run4 {
    position: relative;
}

    .run4 span.prev {
        left: -36px;
    }

    .run4 span.next {
        right: -36px;
    }

.addver {
    width: 100%;
    overflow: hidden;
}

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

.tel2 {
    padding-left: 50px;
    font-size: 18px;
    margin-top: 16px;
}

    .tel2 em {
        font-size: 34px;
        color: #ffd02c;
        font-style: normal;
        padding-right: 20px;
    }

    .tel2 a {
        background: linear-gradient(#fdca2c,#e27124);
        padding: 5px 24px;
        border-radius: 6px;
        position: relative;
        top: -8px;
    }

.newsl {
    width: 575px;
    padding: 30px 0;
}

.ntab {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 50px;
    height: 50px;
}

    .ntab li {
        display: inline-block;
        font-size: 20px;
        margin-right: 15px;
    }

        .ntab li a {
            display: block;
            background: none !important;
            line-height: 47px;
            font-weight: bold;
        }

        .ntab li.on a {
            border-bottom: 3px solid #2ca320;
            color: #2ca320;
        }

a.more {
    font-size: 14px;
    float: right;
}

.nlist li {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    position: relative;
    line-height: 38px;
}

    .nlist li img {
        width: 224px;
        height: 145px;
        display: block;
        float: left;
        margin-right: 20px;
    }

    .nlist li h3 {
        padding-right: 90px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #33322f;
        font-weight: normal;
        font-size: 14px;
    }

    .nlist li span {
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
    }

    .nlist li p {
        color: #999;
        line-height: 24px;
        max-height: 72px;
        overflow: hidden;
    }

    .nlist li:first-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

        .nlist li:first-child h3 {
            font-size: 16px;
            padding: 0;
            font-weight: bold;
            color: #2ca320;
            white-space: normal;
            line-height: initial;
            padding-bottom: 10px;
        }

        .nlist li:first-child span {
            position: static;
            display: block;
            line-height: 26px;
        }

.newsr {
    width: 565px;
    padding: 30px 0;
}

.title3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    line-height: 50px;
    height: 50px;
}

    .title3 span {
        line-height: 47px;
        border-bottom: 3px solid #2ca320;
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        color: #2ca320;
    }

.newsr img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.newsr li {
    width: 50%;
    float: left;
    border-bottom: 1px dashed #ccc;
    padding: 10px 20px 10px 0;
    box-sizing: border-box;
}

    .newsr li h4 {
        position: relative;
        line-height: 26px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .newsr li h4:before {
            content: "问";
            float: left;
            background: #ef8200;
            margin-right: 6px;
            width: 20px;
            text-align: center;
            font-size: 12px;
            color: #fff;
            height: 20px;
            line-height: 20px;
            margin-top: 3px;
        }

    .newsr li p {
        color: #666;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        margin-top: 10px;
    }

        .newsr li p:before {
            content: "答";
            float: left;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            background: #ccc;
            margin-right: 6px;
            font-size: 12px;
        }

.fnav {
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
    color: #fff;
}

    .fnav li {
        display: inline-block;
    }

        .fnav li a {
            display: block;
            padding: 0 30px;
            font-size: 16px;
        }
/*内页*/
.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: #2ca320;
    font-size: 26px;
    padding: 22px 0px 0px 30px;
    width: 214px;
    position: absolute;
    bottom: -25px;
}

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

.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: "华文行楷";
    background: url(/web/20211226122125im_/http://static2.fuhai360.com/n190430/images/top_031.png) no-repeat left 14px;
}

.pagel {
    width: 244px;
}

.treepage h2 {
    height: 76px;
    background: #2ca320;
    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: #2ca320;
    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: #2ca320;
        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: #4d4848;
    }

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

.newspage h3 {
    background: #2ca320;
    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 #2ca320;
        font-size: 30px;
        width: 62px;
        line-height: 36px;
        padding: 10px 20px;
        border-right: 4px solid #2ca320;
        color: #2ca320;
        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: #4d4848;
    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/20211226122125im_/http://static2.fuhai360.com/n190430/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 #2ca320;
    }

.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: #4d4848;
        color: #fff;
    }

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

    .pading a.next {
        background: #7c7c7c url(/web/20211226122125im_/http://static2.fuhai360.com/n190430/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;
    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 #2ca320;
    padding: 0 18px;
}

    .prtit span {
        display: inline-block;
        line-height: 26px;
        background: #2ca320;
        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/20211226122125im_/http://static2.fuhai360.com/n190430/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/20211226122125im_/http://static2.fuhai360.com/n190430/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: #4d4848;
    }

        ul.news_list li.first h3:before {
            content: "头条";
            display: inline-block;
            border: 1px solid #4d4848;
            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;
    }
.treetop {
    overflow: hidden;
    margin-bottom: 30px;
}

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

    .treetop ul {
        float: left;
    }

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

        .treetop li.cur {
            background: #2ca320;
            color: #fff;
            border: 1px solid #fff;
        }
.title4 {
	position:relative;
	text-align:center;
	background:#fff;
	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;
	background:inherit;
	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;
    }

.flink {
    margin: 40px auto;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 12px;
}

.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;
    }

.flink a {
    margin: 0 8px;
}

a.ruko {
    position: relative;
    background: #a5a5a5;
    display: inline-block;
    border-radius: 6px;
    padding: 0 26px;
    line-height: 27px;
    bottom: -25px;
    color: #fff;
}

    a.ruko:after {
        content: "";
        border-left: 6px solid #fff;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        line-height: 0;
        display: inline-block;
        margin-left: 15px;
    }
/*网站色调*/
.bg333 {
    background-color: #333;
}

.ys2bg {
    background: url(/web/20211226122125im_/http://static2.fuhai360.com/n190430/images/ys2bg.png) no-repeat center;
    background-size: cover;
}

.shawbg {
    background-image: url(/web/20211226122125im_/http://static2.fuhai360.com/n190430/images/shawbg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.bgcolor2 {
    background-color: #00a344;
}

.bgcolor, .bghover:hover, .tabnav li.on a, .hnav li a:hover, .ystab li.on {
    background-color: #2ca320;
}

.lihover a:hover, .lihover a.cur {
    background-color: #2ca320;
}

.bordercolor, .hoverborder:hover, .hnav li ul li a:hover:after {
    border-color: #2ca320;
}

.color, .title span, .hnav li ul li a:hover, .hovercolor:hover {
    color: #2ca320;
}

.bglinear {
    background: -webkit-linear-gradient(#636162,#352d2b);
    background: -moz-linear-gradient(#636162,#352d2b);
    background: -o-linear-gradient(#636162,#352d2b);
    background: linear-gradient(#636162,#352d2b);
}

.interlink {
    margin: 40px auto;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 12px;
    width: 1200px;
    padding: 30px 10px;
    position: relative;
}

.interlink__title {
    line-height: 32px;
    position: absolute;
    top: -17px;
    font-size: 20px;
    font-weight: bold;
    background: inherit;
    padding: 0 10px;
    left: 50%;
    width: 100px;
    text-align: center;
    background: #fff;
    margin-left: -50px;
}

.interlink__list {
    text-align: center;
}

.interlink__list a {
    margin: 0 8px;
    display: inline-block;
    font-size: 13px;
}﻿
/*
     FILE ARCHIVED ON ﻿12:21:25 Dec 26, 2021﻿ AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON ﻿01:05:23 Dec 30, 2024﻿.
     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﻿: ﻿0.715﻿
﻿  ﻿exclusion.robots﻿: ﻿0.021﻿
﻿  ﻿exclusion.robots.policy﻿: ﻿0.01﻿
﻿  ﻿esindex﻿: ﻿0.021﻿
﻿  ﻿cdx.remote﻿: ﻿44.659﻿
﻿  ﻿LoadShardBlock﻿: ﻿141.073﻿ (﻿3﻿)
﻿  ﻿PetaboxLoader3.datanode﻿: ﻿146.934﻿ (﻿5﻿)
﻿  ﻿PetaboxLoader3.resolve﻿: ﻿1503.07﻿ (﻿3﻿)
﻿  ﻿load_resource﻿: ﻿2360.874﻿ (﻿2﻿)
﻿*/