﻿body {
    font-size: 14px;
    font-family: "楷体";
    margin: 0px;
    padding: 0px;
}


html, body {
    width: 100%;
    font-family: "Microsoft Yahei","����";
}

.clear {
    clear: both;
}



a {
    text-decoration: none;
}

#img {
    margin: 50px 0px 0px;
}

    #img img {
        width: 100%;
        margin-top: 20px;
    }
#dituContent img {
	max-width:none;
}
/* for IE */
:focus {
    -moz-outline-style: none;
}
/* for Firefox */
ul, li, p, h1, img, h2, ol, em {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
    border: none;
    color: #666;
}

#slider img {
    width: 100%;
}
/*header*/



/*顶部*/
.header {
    width: 100%;
    z-index: 999999;
    background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/top_01.png") no-repeat;
    background-size: 100%;
}




.header_c {
    height: 27px;
    line-height: 27px;
    width: 1000px;
    margin: auto;
    position: relative;
}


    .header_c .qh {
        position: absolute;
        right: 25px;
        text-align: center;
        height: 27px;
        width: 198px;
    }

        .header_c .qh a {
            font-size: 12px;
            color: #fff;
        }

            .header_c .qh a:hover {
                color: #f00;
            }
/*logo*/


.header .logo_img img {
    width: 1000px;
    height: 112px;
}

.header .logo_img {
    width: 1000px;
    height: 112px;
    overflow: hidden;
    margin: 0px auto;
}


/*导航*/
.header .navbox {
    background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/top_02.png") no-repeat;
    height: 46px;
    background-size: 100%;
}

    .header .navbox .nav {
        width: 925px;
        height: 46px;
        margin: auto;
    }



        .header .navbox .nav li {
            position: relative;
            float: left;
            width: 120px;
            height: 46px;
        }



.navbox .nav li a {
    display: block;
    text-align: center;
    height: 46px;
    color: #272727;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 3.5em;
}


.navbox .nav .cur {
    color: #f00;
    transition: all 0.3s;
    background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/hover2.gif") no-repeat top;
}

.navbox .nav a:hover {
    color: #f00;
}


/**/
.navbox .nav_ul {
    width: 120px;
    background: #EDEDED;
    position: absolute;
    top: 44px;
    z-index: 99999;
    display: none;
}

    .navbox .nav_ul li {
        padding: 3px 0px;
        border: none !important;
        height: 30px !important;
        border: 1px solid #ccc;
    }

.navbox .nav li:hover .nav_ul {
    display: block;
}


.navbox .nav_ul li a {
    font-size: 12px;
    line-height: 2.4em;
    height: 30px !important;
}
/**/


/*banner*/
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slides_container {
    width: 100%;
    height: auto !important;
}

.slides_control, .slides_control a, .slides_control a img {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    display: block;
}

.banner .btns {
    position: absolute;
    z-index: 999;
    bottom: 15px;
    width: 1000px;
    height: 20px;
    line-height: 20px;
    left: 45%;
}


    .banner .btns .current {
        background: #fff;
    }


    .banner .btns li {
        float: left;
        width: 15px;
        height: 15px;
        line-height: 15px;
        background: #666;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        border-radius: 50%;
        margin: 0px 5px;
    }


        .banner .btns li a {
            color: transparent;
            width: 255px;
            height: 64px;
            text-align: center;
            display: block;
        }




.banner:hover span {
    display: block;
}
/**/



.banner span.prev {
}

.banner span.next {
    right: 0px;
}

.banner span {
    position: absolute;
    top: 55%;
    height: 58px;
    width: 29px;
    display: block;
    z-index: 10;
    cursor: pointer;
    display: none;
}
/**/
.input_c {
    width: 1000px;
    margin: auto;
    height: 48px;
    overflow: hidden;
}

    .input_c .gjz {
        float: left;
        width: 700px;
line-height: 48px;
    }

        .input_c .gjz h1 {
            padding-left: 10px;
            color: #5c5c5c;
            font-size: 14px;
            height: 48px;
            line-height: 48px;
            font-weight: bold;
            float: left;
        }

        .input_c .gjz li {
            float: left;
            line-height: 48px;
            height: 48px;
            margin: 0 5px;
        }

            .input_c .gjz li a {
                line-height: 48px;
                height: 48px;
                color: #5c5c5c;
            }

.input {
    float: right;
    margin-top: 10px;
}

    .input input {
        width: 180px;
        height: 28px;
        line-height: 28px;
        border: none medium;
        background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/txt.gif") no-repeat;
        text-align: left;
        padding: 0 0 0 31px;
        font-size: 12px;
        float: left;
        color: #666;
    }

    .input .searchBtn {
        width: 47px;
        height: 28px;
        background: #828282;
        display: block;
        color: #fff;
        text-align: center;
        line-height: 28px;
        border-radius: 0px 5px 5px 0px;
        float: right;
    }
/*one*/
.one {
    margin: 30px auto 0px;
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.title {
    background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/barhz.png") no-repeat;
    width: 1000px;
    height: 44px;
}

    .title .hgroup {
        width: 215px;
        margin: auto;
    }

    .title h1 {
        height: 29px;
        width: 215px;
        text-align: center;
        font-family: 华文行楷;
        color: #CC0A01;
    }

    .title h2 {
        height: 22px;
        width: 215px;
        text-align: center;
        font-size: 14px;
        color: #ccc;
    }

.one_m {
    position: relative;
}

.one_b {
    width: 898px;
    margin: 30px auto 10px;
}

    .one_b h1 {
        width: 162px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        color: #535353;
        font-size: 14px;
        overflow: hidden;
        font-weight: 100;
    }

    .one_b li {
        float: left;
        width: 162px;
        display: inline;
        margin: 0 8px;
        overflow: hidden;
    }

        .one_b li img {
            width: 160px;
            height: 90px;
            border: 1px solid #e1e1e1;
        }

.one_a {
    width: 20px;
    height: 52px;
    position: absolute;
    background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/hl.gif") no-repeat;
    left: 17px;
    top: 20px;
}

.one_c {
    width: 20px;
    height: 52px;
    position: absolute;
    background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/hr.gif") no-repeat;
    right: 17px;
    top: 20px;
}
/*two*/
.two {
    margin: 30px auto 0px;
    width: 1000px;
}


.two_l {
    width: 195px;
    float: left;
}

    .two_l h1 {
        height: 71px;
        background: -webkit-linear-gradient(top,#f00,#6C1515);
        font-size: 23px;
        color: #fff;
        text-align: center;
        line-height: 75px;
        border-radius: 10px 10px 0px 0px;
        font-family: 华文行楷;
        border-bottom: 3px solid #000;
    }

    .two_l div {
        border: 1px solid #ccc;
        border-top: none;
        padding-top: 8px;
    }



    .two_l .AA li {
        width: 175px;
        margin: 0px auto 8px;
        background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/listh3.gif") no-repeat;
        height: auto;
    }



        .two_l .AA li a {
            height: 33px;
            width: 145px;
            line-height: 33px;
            display: block;
            color: #000;
            overflow: hidden;
            padding-left: 28px;
        }

    .two_l .AA .BB li {
        background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/lldd01.gif") no-repeat 20px !important;
        border-bottom: 1px dotted #cac8c8;
        height: auto;
        margin: 5px auto;
    }

    .two_l li a:hover {
        color: #f00;
    }
/**/
.two_r {
    width: 775px;
    float: right;
}

.titles {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/bar.jpg") no-repeat;
    border: 1px solid #e0e0e0;
}

    .titles .hgroup {
        padding-left: 35px;
        float: left;
    }

        .titles .hgroup h1 {
            float: left;
            font-size: 18px;
            height: 46px;
            line-height: 46px;
            color: #000;
            font-weight: 100;
        }

        .titles .hgroup h2 {
            float: left;
            font-size: 18px;
            height: 46px;
            line-height: 46px;
            color: #ccc;
            font-weight: 100;
            padding-left: 5px;
        }

    .titles .more {
        float: right;
        font-size: 12px;
        color: #f00;
    }

.two_r ul {
    margin-top: 10px;
}

.two_r li {
    float: left;
    margin: 5px 11px;
    width: 235px;
    overflow: hidden;
}

    .two_r li img {
        width: 223px;
        height: 152px;
        border: 1px solid #ccc;
        padding: 5px;
        background: #faf7f6;
    }

    .two_r li h1 {
        text-align: center;
        display: block;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        color: #050505;
        font-size: 14px;
        font-weight: 100;
    }

    .two_r li:hover h1 {
        color: #f00;
    }

    .two_r li:hover img {
        border: 1px solid #f00;
    }
/**/
.three {
    width: 1000px;
    margin: 30px auto 0;
}

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

        .three ul li {
            width: 229px;
            overflow: hidden;
            float: left;
            display: inline;
            margin: 0 10px 10px;
        }

            .three ul li h1 {
                width: 229px;
                text-align: center;
                height: 30px;
                line-height: 30px;
                color: #050505;
                font-size: 14px;
                overflow: hidden;
            }

            .three ul li img {
                width: 229px;
                height: 159px;
            }

            .three ul li div {
                width: 229px;
                height: 159px;
                position: relative;
            }

                .three ul li div b {
                    width: 229px;
                    height: 159px;
                    background: rgba(0,0,0,0.5);
                    display: block;
                    position: absolute;
                    top: 0px;
                    display: none;
                }

            .three ul li:hover b {
                display: block;
            }

            .three ul li:hover h1 {
                color: #f00;
            }

/*fore*/
.fore {
    width: 1000px;
    overflow: hidden;
    margin: 30px auto 0px;
    position: relative;
}

    .fore embed {
        float: left;
        width: 460px;
        height: 338px;
        margin-right: 20px;
    }

.fore_m {
    margin-top: 20px;
    line-height: 24px;
    color: #6b6b6b;
}
/**/
.five {
    width: 1000px;
    margin: 30px auto 0px;
}

.five_1 {
    width: 310px;
    float: left;
    margin-top: 20px;
}

    .five_1 ul {
        margin-top: 10px;
    }

    .five_1 .li_1 img {
        width: 310px;
        height: 150px;
    }

    .five_1 .li_1 h1 {
        height: 34px;
        line-height: 34px;
        overflow: hidden;
        background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/lldd01.gif") no-repeat 6px 14px;
        padding-left: 22px;
        color: #666;
        font-size: 14px;
        font-weight: 100;
        border-bottom: 1px dashed #ccc;
    }

    .five_1 .li_2 {
        height: 34px;
        line-height: 34px;
        border-bottom: 1px dashed #ccc;
    }

        .five_1 .li_2 a {
            height: 34px;
            line-height: 34px;
            overflow: hidden;
            background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/lldd01.gif") no-repeat 6px 14px;
            padding-left: 22px;
            color: #666;
            font-size: 14px;
            display: block;
        }
/**/
.five_2 {
    width: 310px;
    float: left;
    margin: 20px 35px 0px;
}

    .five_2 ul {
        margin-top: 10px;
    }

    .five_2 .li_1 img {
        width: 310px;
        height: 150px;
    }

    .five_2 .li_1 h1 {
        height: 34px;
        line-height: 34px;
        overflow: hidden;
        background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/lldd01.gif") no-repeat 6px 14px;
        padding-left: 22px;
        color: #666;
        font-size: 14px;
        font-weight: 100;
        border-bottom: 1px dashed #ccc;
    }

    .five_2 .li_2 {
        height: 34px;
        line-height: 34px;
        border-bottom: 1px dashed #ccc;
    }

        .five_2 .li_2 a {
            height: 34px;
            line-height: 34px;
            overflow: hidden;
            background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/lldd01.gif") no-repeat 6px 14px;
            padding-left: 22px;
            color: #666;
            font-size: 14px;
            display: block;
        }

.text {
    background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/bardt2.gif") no-repeat;
    height: 28px;
}

    .text h1 {
        color: #fff;
        font-size: 14px;
        height: 28px;
        line-height: 26px;
        float: left;
        text-align: center;
        width: 108px;
    }

    .text .more {
        float: right;
        font-size: 12px;
        line-height: 28px;
        color: #f00;
    }

.five_3 {
    margin-top: 20px;
    float: right;
    width: 310px;
    margin: 20px auto 0px;
}

.five_m {
    width: 226px;
    margin: 10px auto 0;
    height: 370px;
    overflow: hidden;
}

.five_3 li {
    width: 226px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-bottom: 5px;
    position: relative !important;
}

    .five_3 li h1 {
        text-align: center;
        overflow: hidden;
        line-height: 32px;
        color: #222;
        height: 32px;
        font-size: 14px;
    }

    .five_3 li img {
        width: 214px;
        height: 139px;
        padding: 5px;
        border: 1px solid #ccc;
        background: #faf7f6;
    }

.five_1 .li_1 h1:hover, .five_2 .li_1 h1:hover, .five_2 a:hover, .five_1 a:hover {
    color: #f00;
}
/**/

/*article*/
.main {
}

.main_img {
    margin: 10px 0px;
}

    .main_img img {
        width: 100%;
    }

.main_c {
    width: 1000px;
    margin: auto;
}

/**/
.main_top {
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/dhbg.gif") repeat-x;
}

.main_topl {
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    font-family: "楷体";
    color: #000;
}

.main_top2 {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #000;
    font-family: "楷体";
}

    .main_top2 a {
        color: #000;
        font-family: "楷体";
    }



/**/
.main_l {
    width: 201px;
    float: left;
}

.main_l1 {
    border: 1px solid #ccc;
    border-top: none;
    margin-bottom: 10px;
}

    .main_l1 h1 {
        background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/dhbga.gif") no-repeat;
        width: 201px;
        height: 32px;
        margin: auto;
        text-align: center;
        line-height: 32px;
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }

    .main_l1 .AA > li {
        text-align: center;
        width: 176px;
        line-height: 33px;
        background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/listh3.gif") no-repeat;
        margin: 8px auto;
        height: auto;
    }

    .main_l1 .AA li a {
        color: #141414;
        font-size: 15px;
        text-align: center;
        line-height: 20px;
    }

    .main_l1 .BB {
        width: 150px;
        margin: auto;
    }

        .main_l1 .BB li {
            width: 100%;
            text-align: left;
            line-height: 30px;
            border-bottom: 1px dashed #ccc;
            background: url("/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/lldd01.gif") no-repeat 20px center;
            overflow: hidden;
            height: 30px;
        }

            .main_l1 .BB li a {
                width: 100%;
                font-size: 12px;
                padding-left: 32px;
            }

/**/
.main_r {
    width: 775px;
    overflow: hidden;
    float: right;
}

    .main_r ul {
        overflow: hidden;
        padding-right: 20px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-top: 10px;
    }

        .main_r ul li {
            height: 140px;
            overflow: hidden;
            padding: 20px 0px;
            box-sizing: border-box;
            border-bottom: 1px solid #ccc;
            position: relative;
            width: 775px;
        }

            .main_r ul li img {
                width: 100px;
                height: 100px;
                float: left;
                border: none;
                padding-left: 15px;
            }

    .main_r .article {
        width: 645px;
        float: right;
        position: relative;
    }

        .main_r .article h1 {
            font-size: 18px;
            color: #474747;
            height: 22px;
            margin-bottom: 3px;
            overflow: hidden;
            width: 550px;
        }

        .main_r .article p {
            height: 73px;
            line-height: 24px;
            font-size: 14px;
            color: #999;
            overflow: hidden;
            width: 620px;
            text-indent: 2em;
        }

        .main_r .article span {
            display: block;
            color: #666;
            font-size: 12px;
            position: absolute;
            right: 10px;
            top: 4px;
        }





    .main_r ul li:hover img {
        transition: all 0.5s;
        transform: scale(1.1,1.1);
    }


/**/
.pading {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .pading span {
        padding: 5px 10px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        color: #fff;
    }

    .pading a {
        padding: 5px 10px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        color: #000;
    }

    .pading .current {
        color: #0065B5;
    }
/*content*/

.article_l {
    width: 775px;
    overflow: hidden;
    float: right;
    margin-bottom: 10px;
}

.article_c {
    border: solid 1px #ccc;
    border-radius: 3px;
    color: #666;
    margin-top: 10px;
}

    .article_c h1 {
        text-align: center;
        font-size: 26px;
        color: #666;
        padding: 10px 0px;
        border-bottom: 1px dotted #666;
    }

    .article_c .info span {
        font-family: "宋体";
        line-height: 24px;
        margin-bottom: 15px;
        text-align: center;
        color: #BCBBBB;
        display: block;
    }

    .article_c .detail {
        margin: 10px 0;
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
        word-spacing: 10px;
        text-align: left;
    }

.pre a {
    color: #555;
}

.article_c .info a {
    color: #555;
}
/**/
.article_r {
    width: 275px;
    float: right;
    overflow: hidden;
    margin-top: 20px;
}
/**/ .article_r1 {
    width: 273px;
    border: solid 1px #d5d5d5;
    padding-bottom: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

    .article_r1 h1 {
        background: #E2E2E2;
        line-height: 28px;
        text-indent: 15px;
        color: #000;
        font-size: 15px;
    }

    .article_r1 ul {
        width: 260px;
        margin: 8px auto;
        overflow: hidden;
    }

        .article_r1 ul li {
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .article_r1 ul li a {
                color: #666;
                overflow: hidden;
                width: 260px;
            }

    .article_r1 .subnav {
        margin: 0px;
        display: none;
    }

        .article_r1 .subnav li {
            line-height: 1.5em;
        }

            .article_r1 .subnav li a {
                font-size: 12px;
            }

    .article_r1 ul li:hover .subnav {
        display: block;
    }
/**/
.article_r2 {
    width: 273px;
    border: solid 1px #d5d5d5;
    padding-bottom: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

    .article_r2 h1 {
        background: #E2E2E2;
        line-height: 28px;
        text-indent: 15px;
        color: #000;
        font-size: 15px;
    }

    .article_r2 ul {
        width: 260px;
        margin: 8px auto;
        overflow: hidden;
    }

        .article_r2 ul li {
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 24px;
        }

            .article_r2 ul li a {
                color: #666;
                height: 24px;
                overflow: hidden;
                width: 260px;
            }


    .article_r2 .red {
        width: 18px;
        height: 18px;
        background: #ccc;
        color: #fff;
        text-align: center;
        margin-right: 5px;
        display: block;
        float: left;
        margin-top: 3px;
    }

    .article_r1 a:hover, .article_r2 a:hover {
        color: #ff930a;
    }
/*Product*/


.p_nu li {
    background-color: #eee;
    height: 31px;
    width: 120px;
    font-size: 12px;
    border-bottom: 1px dotted #CCC;
    position: relative;
}

    .p_nu li a {
        height: 31px;
        width: 120px;
        color: #666;
        text-align: center;
        display: block;
        line-height: 2.7em;
        font-size: 12px;
    }

.p_n .subMenu {
    position: absolute;
    left: 120px;
    width: 1067px;
    top: -0.2px;
    height: 31px;
    border-bottom: 1px dotted #CCC;
    overflow: hidden;
}

    .p_n .subMenu li {
        float: left !important;
        height: 31px;
        width: 120px;
        background-color: #fff;
    }

.p_nu li a:hover {
    text-decoration: underline;
}

.p_nu a:hover {
    color: #f00;
}
/**/
.product_right {
    width: 775px;
    overflow: hidden;
    float: right;
}

.caseul_1 {
    margin-top: 10px;
}

.caseul_ul {
    background-color: #fff;
    border: solid 1px #ccc;
    zoom: 1;
    padding: 10px 5px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 3px;
}

.caseul_1 li img {
    width: 231px;
    height: 182px;
    padding: 1px;
    box-sizing: border-box;
    display: block;
}


.caseul_1 li {
    float: left;
    margin: 10px 7px;
    width: 239px;
    box-sizing: border-box;
}

    .caseul_1 li .casetxt {
        width: 239px;
        overflow: hidden;
    }

        .caseul_1 li .casetxt h1 {
            display: block;
            color: #474747;
            width: 239px;
            text-align: center;
            font-size: 16px;
            height: 40px;
            overflow: hidden;
            line-height: 40px;
        }



    .caseul_1 li:hover h1 {
        color: #0065B5;
    }

    .caseul_1 li:hover img {
        border: 1px solid #0065B5;
    }
/*content*/
.product_c {
    width: 1000px;
    overflow: hidden;
}

    .product_c .desc_content {
        text-align: left;
        border-top: 3px solid #f00;
        color: #666;
    }

.shortdesc {
    float: right;
    width: 400px;
    margin-top: 30px;
    overflow: hidden;
}

    .shortdesc h2 {
        width: 400px;
        height: 40px;
        font-size: 16px;
        overflow: hidden;
        margin-bottom: 10px;
        color: #666;
    }

    .shortdesc p {
        border-top: 1px dashed #ccc;
        font-size: 14px;
        padding-top: 10px;
        color: #666;
    }

/**/
.main_nav {
    margin: 10px 0px;
}

    .main_nav > ul > li {
        float: left;
        text-align: center;
        width: 140px;
        font-size: 14px;
        border: 1px solid #ccc;
        position: relative;
    }
        /**/ .main_nav > ul > li > a {
            display: block;
            line-height: 40px;
            color: #444;
        }

    .main_nav li a:hover {
        color: #0065b5;
    }
    /**/
    .main_nav > ul > li > ul {
        width: 140px;
        display: none;
        position: absolute;
        top: 40px;
        z-index: 10000;
        background: #fff;
    }

        .main_nav > ul > li > ul > li {
            height: auto;
        }

            .main_nav > ul > li > ul > li > a {
                width: 140px;
                color: #666;
                display: block;
                border: 1px solid #fff;
                padding: 10px 0px;
                box-sizing: border-box;
            }
    /**/
    .main_nav > ul > li:hover .article_u {
        display: block;
    }


/*滚动*/
#preview {
    margin-top: 15px;
    position: relative;
    width: 500px;
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    color: #666;
    height: 450px;
}

.page_desc {
    width: 1000px;
    border: 1px solid #ccc;
    margin: 70px auto 70px;
}


#preview .prev {
    background: url(/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/left.gif) no-repeat 0 center;
    left: 14px;
}

#preview .next, #preview .prev {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 43px;
    position: absolute;
    top: 390px;
    width: 24px;
    z-index: 101;
}



#preview .slides_container {
    margin-top: 20px;
    border: 2px solid #CCC;
    float: left;
    height: 300px !important;
    overflow: hidden;
    width: 400px;
    margin-bottom: 20px;
}

#preview .next {
    background: url(/web/20220501214053im_/http://static2.fuhai360.com/n161026/images/right.gif) no-repeat right center;
    left: 362px;
}

#preview .paging {
    left: 25px;
    padding: 5px;
    width: 345px;
    position: absolute;
    top: 350px;
}

    #preview .paging li {
        float: left;
        height: 60px;
        list-style-type: none;
        margin: 3px;
        width: 60px;
        border: 1px solid #ccc;
    }

#preview .paging {
    margin-top: 25px;
}

    #preview .paging a {
        width: 100%;
        height: 100%;
    }

#preview .product-info {
    width: 660px;
    overflow: hidden;
}

.content_desc {
    padding: 10px;
}

    .content_desc img {
        max-width: 100%;
    }

.desc_bottom a {
    color: #666;
}


.desc_bottom {
    margin-top: 20px;
    color: #666;
}

.slides_control {
    width: 100% !important;
    height: 100% !important;
}

    .slides_control img {
        left: 0px !important;
        width: 400px;
        height: 300px;
    }
/*page*/




.page_c {
    float: right;
    width: 775px;
    margin-bottom: 10px;
    color: #666;
    overflow: hidden;
}

  .page_c img {

    max-width: 100%;
}

.page_m {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 10px;
    padding: 0px 10px;
    font-size: 15px;
    line-height: 1.5em;
}
/**/
.footer {
    width: 100%;
    display: block;
    background: #DCDCDC;
    text-align: center;
}

    .footer a {
        color: #333;
    }


.footer {
    color: #333;
    margin-top: 20px;
    padding-bottom: 10px;
}

.footer_nav a {
    color: #fff;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0 15px;
    line-height: 45px;
}

.footer_nav {
    height: 45px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    background: #7F7F7F;
}

.footer_c {
    width: 1000px;
    margin: 10px auto;
}

.footer_line {
    text-align: left;
    font-size: 14px;
    float: left;
    width: 500px;
    overflow: hidden;
}

.footer img {
    width: 105px;
    height: 105px;
}


/*相关产品相关文章开始*/
.relevant {
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .relevant .rel_title {
        margin-bottom: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #1D1C1C;
        text-indent: 10px;
        color: #fff !important;
    }

    .relevant .rel_content {
        padding: 10px;
        overflow: hidden;
    }
/*相关产品*/
.relevant_product .rel_item {
    width: 122px;
    float: left;
    margin: 0 5px 10px 5px;
}

    .relevant_product .rel_item .rel_item_img {
        width: 100%;
        height: 90px;
    }

    .relevant_product .rel_item .rel_item_title {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        color: #b10909 !important;
    }
/*相关文章*/
.relevant_article .rel_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #59504D;
    overflow: hidden;
}

    .relevant_article .rel_item .rel_item_time {
        float: right;
        color: #999;
    }

.relevant.relevant_article a {
    color: #333 !important;
}
/**/
.interlink {
    width: 1000px;
    margin: auto;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.interlink__title {
    width: 89px;
    margin-top: 0;
    background: #222;
    font-size: 15px;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    position: absolute;
    top: -2px;
    left: -53px;
    border-bottom: 3px solid #ccc;
}

.interlink__list {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 29px;
}

.interlink__list a {
    color: #666;
    margin: 7px 12px;
    display: inline-block;
    font-size: 12px;
}

.interlink__inner {position: relative;}
/*
     FILE ARCHIVED ON 21:40:53 May 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:11:57 Apr 30, 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: 178.048
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.06
  RedisCDXSource: 1.237
  esindex: 0.007
  LoadShardBlock: 160.492 (3)
  PetaboxLoader3.datanode: 238.634 (6)
  load_resource: 332.028 (2)
  PetaboxLoader3.resolve: 180.983 (2)
  loaddict: 74.51
*/