html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    position: relative;
}

ul, li, p, img, b, a, ol, em, a, h1, h2, h3, h4, h5, h6, h7 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
    border: none;
    color: #333;
    font-weight: 100;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.header_tops > h1, .header_tops li, input, .texts h2, .ten ul li, .prduct_ul li h1, .product_xw li a, .product_xw li span, .article li p, .module_xws li h1, .module_xw li h1 {
    color: #666;
}

.pading .current, .navbox .nav li a.cur, .navbox .nav li a:hover, .inputs ul > h1, .inputs li, .inputs a.searchBtn, .text .more:after, .one_b li h1, .three li h1, .three li h2, .fore_nav li.now, .five_a, .five_c, .six_b li span, .six_b li b, .eight_l .more1, .eight_l .more2, .eight_b h4, .nine_gdgd .s1:before, .nine_gdgd .s2:before, .footer_nav li, .footer_line, .footer a, .main_nav .nav_a h1 {
    color: #fff;
}

.two span:after, .texts h1, .fore_text h1, .fore_c ul > h1, .six_b li h3, .eight_a:hover, .eight_c:hover, .ten_text h2, .ten_text .more {
    color: #0068b4;
}
/**/
.text {
    height: 50px;
    border: 1px solid #ccc;
    background: #f3f3f3;
    line-height: 50px;
}

    .text h1 {
        font-size: 20px;
        font-weight: bold;
        margin-left: 20px;
        width: 600px;
        float: left;
    }

    .text .more {
        font-size: 12px;
        float: right;
        width: 50px;
        display: block;
        position: relative;
        padding-left: 15px;
    }

        .text .more:after {
            content: "";
            width: 12px;
            height: 12px;
            background: #0068b4;
            display: block;
            border-radius: 50%;
            position: absolute;
            top: 20px;
            left: 0px;
            font-size: 12px;
            line-height: 10px;
            text-align: center;
            font-weight: bold;
        }

        .text .more:before {
            content: "";
            border-left: 3px solid #fff;
            border-right: 3px solid rgba(0, 0, 0, 0);
            border-top: 3px solid rgba(0, 0, 0, 0);
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            display: block;
            position: absolute;
            top: 23px;
            left: 4px;
            z-index: 555;
        }

.texts {
    height: 60px;
}

.texts {
    height: 60px;
    text-align: center;
    position: relative;
}

    .texts:after {
        height: 5px;
        content: "";
        display: block;
        width: 205px;
        border: 1px solid #ccc;
        position: absolute;
        left: 0px;
        top: 20px;
        border-left: none;
        border-right: none;
    }

    .texts:before {
        height: 5px;
        content: "";
        display: block;
        width: 205px;
        border: 1px solid #ccc;
        position: absolute;
        right: 0px;
        top: 20px;
        border-left: none;
        border-right: none;
    }

    .texts h1 {
        height: 40px;
        overflow: hidden;
        font: bold 30px "微软雅黑";
    }

    .texts h2 {
        font: 14px/22px "微软雅黑";
    }

/**/
#slides {
    position: relative;
    width: 100%;
    height: 500px;
}


    #slides img {
        width: 100%;
        height: 500px;
    }

    #slides .hd {
        position: absolute;
        bottom: 10px;
        left: 50%;
    }

        #slides .hd li {
            width: 8px;
            height: 8px;
            border: 3px solid #ccc;
            text-align: center;
            color: rgba(0, 0, 0, 0);
            line-height: 3px;
            border-radius: 50%;
            margin: 0px 0px 0px 5px;
            float: left;
        }


      

            #slides .hd li.on {
                border: 3px solid #0068b4;
            }
/*header*/
.header {
    background: #f7f7f7;
}


.header_top {
    background: #f3f3f3;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e0e0e0;
}

.header_tops {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    height: 35px;
}

    .header_tops > h1 {
        float: left;
        width: 500px;
        font-size: 12px;
    }

    .header_tops ul {
        float: right;
    }

    .header_tops li {
        float: left;
        margin: 0px 5px;
        font-size: 12px;
        position: relative;
        padding-left: 10px;
    }

        .header_tops li:after {
            content: "";
            display: block;
            height: 11px;
            width: 1px;
            position: absolute;
            top: 12px;
            left: 0px;
            border-left: 1px solid #666;
        }

        .header_tops li:first-child:after {
            border-left: none;
        }
/*logo*/


.logo_img img {
    max-width: 100%;
    height: 100px;
}

.logo_img {
    width: 1000px;
    height: 100px;
    margin: 5px auto;
}


/*导航*/


.navbox {
    width: 100%;
    background: #f3f3f3;
    height: 48px;
    border-top: 1px solid #e0e0e0;
}


    .navbox .nav {
        width: 1000px;
        margin: auto;
    }

        .navbox .nav li {
            height: 48px;
            line-height: 48px;
            float: left;
            position: relative;
            width: 110px;
            text-align: center;
        }

            .navbox .nav li:after {
                height: 30px;
                width: 1px;
                content: "";
                display: block;
                position: absolute;
                left: 0px;
                top: 10px;
                border-left: 1px solid #ccc;
            }

            .navbox .nav li:first-child:after {
                border: none;
            }

            .navbox .nav li:hover {
                background: #0068b4;
            }

            .navbox .nav li a.cur {
                background: #0068b4;
            }


        .navbox .nav a {
            display: block;
            width: 110px;
            text-align: center;
            font: 14px "Microsoft Yahei";
            line-height: 48px;
            height: 48px;
            box-sizing: border-box;
            position: relative;
        }



    .navbox .nav_ul {
        position: absolute;
        top: 48px;
        background: #f3f3f3;
        z-index: 555;
        display: none;
    }

        .navbox .nav_ul li {
            height: 30px;
            line-height: 30px;
        }

            .navbox .nav_ul li:after {
                border: none;
            }

            .navbox .nav_ul li a {
                font: 12px "Microsoft Yahei";
                line-height: 30px;
                height: 30px;
            }


    .navbox .nav li:hover .nav_ul {
        display: block;
    }
/**/
.input {
    background: #165d96;
    height: 40px;
    line-height: 40px;
}

.inputs {
    width: 1000px;
    margin: auto;
}

    .inputs ul {
        width: 845px;
        float: left;
    }

        .inputs ul > h1 {
            font-size: 12px;
            float: left;
        }

    .inputs li {
        float: left;
        margin: 0px 5px;
        font-size: 12px;
    }

/*input {
    width: 205px;
    height: 20px;
    float: left;
    margin-left: 6px;
    margin-top: 7px;
    font-size: 12px;
    text-indent: 1em;
}*/

.search{ float:right;   font-size: 12px;    }


.search  input{         }

 .searchBtn {
    width: 40px;
    height: 26px;
    float: right;
    display: block;
    background: #000;
    margin-top: 7px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
}
/*one*/
.one {
    width: 1000px;
    margin: 30px auto 0;
    position: relative;
}

.one_b {
    width: 1000px;
    margin: 30px auto 0px;
}

    .one_b li {
        width: 240px;
        height: 140px;
        float: left;
        position: relative;
        margin: 0px 5px;
    }

        .one_b li img {
            width: 240px;
            height: 140px;
            display: block;
        }

        .one_b li h1 {
            width: 240px;
            height: 30px;
            position: absolute;
            bottom: 0px;
            background: rgba(0,0,0,0.5);
            text-align: center;
            line-height: 30px;
        }

.one_a, .one_c {
    position: absolute;
    background: url("../images/1-1.png")/*tpa=http://static2.fuhai360.com/n171010/images/1-1.png*/ no-repeat;
    width: 26px;
    height: 113px;
    top: 99px;
}

.one_a {
    left: -35px;
}

.one_c {
    right: -35px;
    background-position-x: -26px;
}

.one_a:hover {
    background-position-x: 0px;
    background-position-y: -113px;
    height: 115px;
}

.one_c:hover {
    background-position-x: -26px;
    background-position-y: -113px;
    height: 115px;
}
/*two*/

.two {
    margin: 30px auto 0;
    width: 1000px;
    position: relative;
}

    .two ul {
        margin-top: 30px;
    }

    .two li {
        margin: 0 10px 20px;
        float: left;
        width: 222px;
        height: 245px;
        border: 4px solid #f2f2f2;
        border-bottom: 4px solid #0068b4;
        overflow: hidden;
        background: #f2f2f2;
    }

        .two li img {
            width: 222px;
            height: 182px;
            display: block;
        }

        .two li h2 {
            overflow: hidden;
            height: 32px;
            border-bottom: 1px dotted #7f7f7f;
            display: block;
            margin: auto;
            line-height: 32px;
            width: 200px;
            font-weight: bold;
        }

        .two li div {
            height: 30px;
            width: 200px;
            margin: auto;
            line-height: 30px;
        }

        .two li span, .two li b {
            display: block;
            position: relative;
            width: 100px;
            float: left;
            padding-left: 15px;
            box-sizing: border-box;
            font-size: 12px;
        }

    .two span:after {
        content: "+";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 6px;
        left: 0px;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
        line-height: 15px;
    }

    .two b:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 9px;
        left: 0px;
        background: url("../images/pico.gif")/*tpa=http://static2.fuhai360.com/n171010/images/pico.gif*/ no-repeat;
    }

    .two li:hover {
        border: 4px solid #0068b4;
    }
/*three*/
.three {
    width: 1000px;
    margin: 30px auto 0;
}

    .three ul {
        margin-top: 30px;
    }

    .three li {
        float: left;
        width: 299px;
        height: 326px;
        background: #0986d2 url("../images/ts.jpg")/*tpa=http://static2.fuhai360.com/n171010/images/ts.jpg*/ no-repeat center bottom;
        overflow: hidden;
        margin: 0px 17px;
    }

        .three li h1 {
            font: bold 22px/46px "微软雅黑";
            text-align: center;
            width: 250px;
            margin: auto;
            overflow: hidden;
            height: 46px;
        }

        .three li h2 {
            font: 16px/22px "微软雅黑";
            text-align: center;
            width: 250px;
            margin: auto;
            overflow: hidden;
            height: 50px;
        }

/**/
.fore {
    background: url("../images/bg01.gif")/*tpa=http://static2.fuhai360.com/n171010/images/bg01.gif*/ repeat-x;
    overflow: hidden;
    padding: 50px 0 0;
    margin-top: 30px;
    width: 100%;
}

.fore_m {
    width: 1000px;
    margin: 0px auto 0;
}

.fore_text {
    text-align: center;
    position: relative;
}

    .fore_text:after {
        content: "";
        width: 175px;
        height: 3px;
        border-top: 3px solid #0068b4;
        display: block;
        top: 20px;
        position: absolute;
        left: 0px;
    }

    .fore_text:before {
        content: "";
        width: 175px;
        height: 3px;
        border-top: 3px solid #0068b4;
        display: block;
        top: 20px;
        position: absolute;
        right: 0px;
    }

    .fore_text h1 {
        overflow: hidden;
        font: bold 34px/40px "微软雅黑";
        width: 585px;
        margin: auto;
        height: 40px;
    }

    .fore_text h2 {
        font: 28px/42px "微软雅黑";
        width: 585px;
        margin: auto;
        height: 40px;
        overflow: hidden;
    }

.fore_nav {
    margin-top: 30px;
    height: 87px;
    overflow: hidden;
}

    .fore_nav li {
        float: left;
        height: 87px;
        font: 15px/87px "微软雅黑";
        overflow: hidden;
        display: inline-block;
        background: #f3f3f3 url("../images/1-3.png")/*tpa=http://static2.fuhai360.com/n171010/images/1-3.png*/ no-repeat;
        width: 166px;
        border-left: 1px solid #ccc;
        padding-left: 80px;
        box-sizing: border-box;
    }

        .fore_nav li:nth-child(1) {
            border-left: none;
            background-position-x: 17px;
            background-position-y: 18px;
        }

        .fore_nav li:nth-child(2) {
            background-position-x: 17px;
            background-position-y: 18px;
        }

        .fore_nav li:nth-child(3) {
            background-position-x: -305px;
            background-position-y: 19px;
        }

        .fore_nav li:nth-child(4) {
            background-position-x: -465px;
            background-position-y: 19px;
        }

        .fore_nav li:nth-child(5) {
            background-position-x: -625px;
            background-position-y: 19px;
        }

        .fore_nav li:nth-child(6) {
            background-position-x: -784px;
            background-position-y: 19px;
        }

        .fore_nav li.now {
            background: #0068b4 url("../images/1-3.png")/*tpa=http://static2.fuhai360.com/n171010/images/1-3.png*/ no-repeat;
        }

            .fore_nav li.now:nth-child(1) {
                background-position-x: -153px;
                background-position-y: -75px;
            }

            .fore_nav li.now:nth-child(2) {
                background-position-x: 7px;
                background-position-y: -75px;
            }

            .fore_nav li.now:nth-child(3) {
                background-position-x: -312px;
                background-position-y: -75px;
            }

            .fore_nav li.now:nth-child(4) {
                background-position-x: -473px;
                background-position-y: -75px;
            }

            .fore_nav li.now:nth-child(5) {
                background-position-x: -633px;
                background-position-y: -75px;
            }

            .fore_nav li.now:nth-child(6) {
                background-position-x: -794px;
                background-position-y: -75px;
            }

.fore_c {
    width: 1000px;
    margin: 30px auto 0;
    height: 220px;
    overflow: hidden;
}

    .fore_c ul {
        width: 500px;
        float: left;
    }



        .fore_c ul > h1 {
            padding: 0 0 0 18px;
            font: bold 30px "微软雅黑";
            height: 50px;
            overflow: hidden;
            width: 500px;
        }

    .fore_c li {
        font: 16px/24px "微软雅黑";
        padding: 0 0 16px 18px;
        position: relative;
    }

        .fore_c li:after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border: 2px solid #0068b4;
            position: absolute;
            left: 0px;
            top: 8px;
            border-radius: 50%;
        }

    .fore_c img {
        width: 430px;
        height: 220px;
        display: block;
        float: right;
    }

.fore_img {
    width: 100%;
    margin-top: 30px;
}

    .fore_img img {
        width: 100%;
        height: 100%;
        display: block;
    }
/**/
.five {
    width: 1000px;
    margin: 0px auto 0px;
    position: relative;
}

.five_b {
    margin-top: 30px;
    width: 955px;
    overflow: hidden;
}

    .five_b li img {
        width: 211px;
        height: 138px;
        display: block;
    }

    .five_b li {
        width: 211px;
        height: 138px;
        border: 1px solid #ccc;
        float: left;
        margin: 0px 12px;
    }

.five_a, .five_c {
    width: 30px;
    height: 70px;
    position: absolute;
    right: 0px;
    background: #eae9e9;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
}

.five_a {
    top: 90px;
}

.five_c {
    top: 160px;
}

    .five_a:hover, .five_c:hover {
        background: #0068b4;
    }
/**/
.six {
    margin: 30px auto 0;
    width: 1000px;
    position: relative;
}

.six_b {
    margin-top: 30px;
    width: 1000px;
}

    .six_b li {
        width: 1000px;
        height: 287px;
    }

        .six_b li div {
            width: 525px;
            float: right;
        }

        .six_b li img {
            width: 436px;
            height: 287px;
            float: left;
            display: block;
        }

        .six_b li h3 {
            font: bold 20px "微软雅黑";
            display: block;
            border-bottom: 1px dashed #d0d0d0;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
        }

        .six_b li p {
            font: 14px/24px "微软雅黑";
            height: 144px;
            color: #666;
            padding: 10px 0 0 0;
            overflow: hidden;
        }

        .six_b li span, .six_b li b {
            width: 180px;
            text-align: center;
            display: inline-block;
            font: bold 16px/32px "微软雅黑";
            background: #0068b4;
            margin: 20px 32px 0 0;
        }

        .six_b li b {
            background: #666 !important;
        }



.six_a, .six_c {
    position: absolute;
    background: url("../images/1-1.png")/*tpa=http://static2.fuhai360.com/n171010/images/1-1.png*/ no-repeat;
    width: 26px;
    height: 113px;
    top: 165px;
}

.six_a {
    left: -50px;
}

.six_c {
    right: -50px;
    background-position-x: -26px;
}

.six_a:hover {
    background-position-x: 0px;
    background-position-y: -113px;
    height: 115px;
}

.six_c:hover {
    background-position-x: -26px;
    background-position-y: -113px;
    height: 115px;
}
/**/
.sever {
    width: 100%;
    margin-top: 50px;
}


    .sever img {
        max-width: 100%;
        height: 100%;
        display: block;
    }
/**/
.eight {
    width: 1000px;
    margin: 30px auto 0;
}


.eight_text {
    height: 40px;
    border-bottom: 1px solid #ccc;
    background: #f3f3f3;
    line-height: 40px;
}

    .eight_text h1 {
        font: bold 16px/40px "微软雅黑";
        margin-left: 20px;
        width: 255px;
        float: left;
    }

    .eight_text .more {
        font-size: 12px;
        float: right;
        width: 50px;
        display: block;
        position: relative;
        padding-left: 15px;
    }

        .eight_text .more:after {
            content: "";
            width: 12px;
            height: 12px;
            background: #0068b4;
            display: block;
            border-radius: 50%;
            position: absolute;
            top: 15px;
            left: 0px;
            font-size: 12px;
            line-height: 10px;
            text-align: center;
            font-weight: bold;
        }

        .eight_text .more:before {
            content: "";
            border-left: 3px solid #fff;
            border-right: 3px solid rgba(0, 0, 0, 0);
            border-top: 3px solid rgba(0, 0, 0, 0);
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            display: block;
            position: absolute;
            top: 18px;
            left: 4px;
            z-index: 555;
        }

.eight_l {
    width: 638px;
    height: 270px;
    overflow: hidden;
    border: 1px solid #eee;
    float: left;
}

.eight_lc {
    float: right;
    width: 323px;
    margin-top: 20px;
    margin-right: 20px;
    font: 13px/22px "微软雅黑";
    height: 110px;
    overflow: hidden;
}

.eight_l img {
    margin: 20px 0px 0px 20px;
    float: left;
    width: 256px;
    height: 180px;
}

.eight_l .more1, .eight_l .more2 {
    background: #0068b4;
    width: 140px;
    height: 24px;
    text-align: center;
    font: 14px/24px "微软雅黑";
    display: inline-block;
}

.eight_l .more1 {
    margin: 20px 0px 0px 20px;
}

.eight_l .more2 {
    margin: 20px 0px 0px 40px;
    background: #666;
}

.eight_r {
    width: 340px;
    float: right;
    height: 270px;
    overflow: hidden;
    border: 1px solid #eee;
    position: relative;
}


.eight_b {
    width: 141px;
    height: 197px;
    margin: 12px auto 0;
}

    .eight_b li {
        float: left;
        border: 1px solid #e5e5e5;
        width: 139px;
        height: 195px;
        overflow: hidden;
        position: relative;
    }

        .eight_b li img {
            width: 139px;
            height: 195px;
        }


.eight_a, .eight_c {
    position: absolute;
    width: 70px;
    height: 70px;
    font-size: 70px;
    text-align: center;
    line-height: 70px;
    top: 125px;
    color: #eae9e9;
}

.eight_c {
    right: 0px;
}

.eight_b h4 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 141px;
    height: 30px;
    text-align: center;
    display: block;
    background: rgba(0,0,0,0.5);
    font: 13px/30px "微软雅黑";
}


/**/
.nine {
    width: 1000px;
    margin: 30px auto 0;
}

.nine_text {
    height: 44px;
    border-bottom: 1px solid #ccc;
    line-height: 44px;
    position: relative;
}

    .nine_text:after {
        content: "";
        border-bottom: 3px solid #0068b4;
        height: 3px;
        display: block;
        width: 115px;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .nine_text h1 {
        font: bold 16px/44px "微软雅黑";
        margin-left: 20px;
        width: 230px;
        float: left;
    }

    .nine_text .more {
        font-size: 12px;
        float: right;
        width: 50px;
        display: block;
        position: relative;
        padding-left: 15px;
        line-height: 50px;
        height: 44px;
        overflow: hidden;
    }

        .nine_text .more:after {
            content: "";
            width: 12px;
            height: 12px;
            background: #0068b4;
            display: block;
            border-radius: 50%;
            position: absolute;
            top: 20px;
            left: 0px;
            font-size: 12px;
            line-height: 10px;
            text-align: center;
            font-weight: bold;
        }

        .nine_text .more:before {
            content: "";
            border-left: 3px solid #fff;
            border-right: 3px solid rgba(0, 0, 0, 0);
            border-top: 3px solid rgba(0, 0, 0, 0);
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            display: block;
            position: absolute;
            top: 23px;
            left: 4px;
            z-index: 555;
        }

.nine_l {
    width: 644px;
    float: left;
}

    .nine_l ul {
        margin-top: 20px;
        height: 180px;
        overflow: hidden;
    }

    .nine_l .n1 img {
        width: 287px;
        height: 180px;
        float: left;
    }

    .nine_l .n1 h5 {
        font: 12px/35px "微软雅黑";
        height: 35px;
        border-bottom: 1px dashed #ccc;
        overflow: hidden;
        padding: 0 0 0 16px;
        background: url("../images/dd.gif")/*tpa=http://static2.fuhai360.com/n171010/images/dd.gif*/ no-repeat left center;
        float: right;
        width: 320px;
        overflow: hidden;
    }


    .nine_l .n2 h5 {
        font: 12px/35px "微软雅黑";
        height: 35px;
        border-bottom: 1px dashed #ccc;
        overflow: hidden;
        padding: 0 0 0 16px;
        background: url("../images/dd.gif")/*tpa=http://static2.fuhai360.com/n171010/images/dd.gif*/ no-repeat left center;
        float: right;
        width: 320px;
        overflow: hidden;
    }

.nine_r {
    width: 335px;
    float: right;
}

.nine_gdgd {
    margin-top: 20px;
    height: 180px;
    overflow: hidden;
}

    .nine_gdgd li {
        margin-bottom: 15px;
        width: 100%;
    }

    .nine_gdgd .s1 {
        display: block;
        padding: 0 0 0 32px;
        font: bold 12px/30px "微软雅黑";
        height: 30px;
        position: relative;
    }

        .nine_gdgd .s1:before {
            display: block;
            content: "问";
            width: 18px;
            background: #0068b4;
            border-radius: 50%;
            height: 18px;
            position: absolute;
            left: 7px;
            top: 6px;
            text-align: center;
            line-height: 18px;
            font-size: 12px;
        }

    .nine_gdgd .s2 {
        font: 12px/20px "微软雅黑";
        height: 40px;
        margin: 6px 0 0 0;
        padding: 0 0 0 32px;
        overflow: hidden;
        position: relative;
    }

        .nine_gdgd .s2:before {
            display: block;
            content: "答";
            width: 18px;
            background: #999;
            border-radius: 50%;
            height: 18px;
            position: absolute;
            left: 7px;
            text-align: center;
            line-height: 18px;
            font-size: 12px;
        }

/**/
.ten {
    width: 1000px;
    margin: 30px auto 0;
}

.ten_text {
    float: left;
    width: 120px;
    position: relative;
    height: 50px;
}

    .ten_text h1 {
        background: #fff;
        z-index: 55;
        position: absolute;
        right: 0px;
        padding: 1px;
        bottom: 16px;
    }

    .ten_text h2 {
        font-size: 45px;
        position: absolute;
        font-style: italic;
        top: -15px;
        left: 0px;
    }

    .ten_text .more {
        font: 12px/24px "微软雅黑";
        display: block;
        padding: 0;
        margin-top: 31px;
        text-align: center;
    }

.ten ul {
    width: 878px;
    height: 50px;
    float: right;
    border: 1px solid #ccc;
    border-left: none;
}

    .ten ul li {
        display: inline-block;
        font: 12px/24px "微软雅黑";
        margin: 0px 10px;
    }
/*内页*/

.main_m {
    width: 1000px;
    margin: auto;
}

.fxdm {
    height: 20px;
    margin-left: 20px;
}

    .fxdm span {
        float: left;
        font-size: 12px;
    }

.text_h1 {
    border-bottom: 1px solid #ccc;
    height: 50px;
    width: 1000px;
    margin: 30px auto 0;
}

    .text_h1 .h1 {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
        position: relative;
        padding: 0px 10px 0px 10px;
        float: left;
        font-weight: bold;
        border-bottom: 5px solid #ccc;
    }



    .text_h1 .back {
        float: right;
        width: 52px;
        height: 16px;
        float: right;
        background: #000;
        display: block;
        border-radius: 15px;
        text-align: center;
        line-height: 16px;
        margin-top: 24px;
        font-size: 12px;
    }

        .text_h1 .back:hover {
            background: #cb2644;
        }

    .text_h1 .more {
        float: right;
        line-height: 70px;
        height: 50px;
    }

.main_img img {
    width: 100%;
    height: 100%;
    display: block;
}


/*左侧导航*/

.main_nav {
    width: 200px;
    float: left;
    margin-top: 10px;
}



    .main_nav .nav_a h1 {
        display: block;
        font: 16px "Microsoft Yahei";
        text-align: center;
        line-height: 35px;
        overflow: hidden;
        height: 35px;
        background: #0068b4;
    }




.main_nav1 {
    margin: 0px auto 10px;
    width: 200px;
}

.main_ul {
    border: 1px solid #ccc;
}


    .main_ul li {
        background: url("../images/main_nav.jpg")/*tpa=http://static2.fuhai360.com/n171010/images/main_nav.jpg*/ no-repeat;
        margin: 10px auto;
        position: relative;
        width: 185px;
        line-height: 26px;
    }





        .main_ul li a {
            padding-left: 30px;
            font-size: 14px;
            transition: all 0.3s;
            width: 185px;
            box-sizing: border-box;
            display: block;
        }

.main_li {
    width: 185px;
    margin: auto;
    display: none;
}

    .main_li li {
        width: 185px;
        margin: 5px auto;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        background: none;
        border-bottom: 1px dashed #e1e0e0;
        position: relative;
    }

        .main_li li:after {
            content: '';
            width: 5px;
            height: 5px;
            display: block;
            position: absolute;
            left: 13px;
            top: 10px;
            background: #0068b4;
            border-radius: 50%;
        }


        .main_li li a {
            display: inline-block;
            font-size: 12px;
            padding-left: 31px;
        }

.main_ul li:hover .main_li {
    display: block;
}



.main_nav2 {
    margin-bottom: 20px;
}

    .main_nav2 ul {
        margin-top: 10px;
    }

    .main_nav2 li {
        height: 30px;
        line-height: 30px;
        border-bottom: 1px dashed #363636;
        overflow: hidden;
        padding: 0px 10px;
    }

        .main_nav2 li a {
            font-size: 12px;
        }


.main_nav3 {
    margin-bottom: 10px;
}

    .main_nav3 li {
        width: 185px;
        margin: 6px auto;
    }

    .main_nav3 ul {
        margin-top: 20px;
    }

    .main_nav3 li img {
        width: 185px;
        height: 150px;
        display: block;
        margin: auto;
    }

    .main_nav3 li h4 {
        width: 185px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 12px;
        text-align: center;
    }


.main_nav4 ul {
    margin-top: 10px;
}

.main_nav4 img {
    max-width: 100%;
}


/*路径*/

.main_top {
    font: 14px "Microsoft Yahei";
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    width: 770px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.main_tops {
    height: 35px;
    line-height: 35px;
    width: 770px;
    font-size: 12px;
}


    .main_tops a {
        font-size: 12px;
    }

/**/
.main_text {
    height: 40px;
    border-bottom: 1px solid #ccc;
    background: #f3f3f3;
    line-height: 40px;
}

    .main_text h1 {
        font: bold 16px/40px "微软雅黑";
        margin-left: 20px;
        width: 255px;
        float: left;
    }

    .main_text .more {
        font-size: 12px;
        float: right;
        width: 50px;
        display: block;
        position: relative;
        padding-left: 15px;
    }

        .main_text .more:after {
            content: "";
            width: 12px;
            height: 12px;
            background: #0068b4;
            display: block;
            border-radius: 50%;
            position: absolute;
            top: 15px;
            left: 0px;
            font-size: 12px;
            line-height: 10px;
            text-align: center;
            font-weight: bold;
        }

        .main_text .more:before {
            content: "";
            border-left: 3px solid #fff;
            border-right: 3px solid rgba(0, 0, 0, 0);
            border-top: 3px solid rgba(0, 0, 0, 0);
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            display: block;
            position: absolute;
            top: 18px;
            left: 4px;
            z-index: 555;
        }

/*product*/

.product_m {
    float: right;
    width: 770px;
    margin-top: 10px;
}

.prduct_ul {
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}



    .prduct_ul li {
        width: 230px;
        box-sizing: border-box;
        display: inline-block;
        margin: 0px 4px 8px;
    }

        .prduct_ul li img {
            width: 230px;
            height: 180px;
            border: solid 1px #e4e4e4;
        }



        .prduct_ul li h1 {
            display: block;
            overflow: hidden;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }


        .prduct_ul li:hover img {
            border: 1px solid #0068b4;
        }


/**/
.product_xw {
    border: 1px solid #ccc;
    margin-top: 10px;
}

    .product_xw ul {
        padding: 10px;
        width: 770px;
        box-sizing: border-box;
    }

    .product_xw li {
        height: 30px;
        line-height: 30px;
        float: left;
        width: 371px;
        margin: 0px 2px;
        position: relative;
    }

        .product_xw li:before {
            content: '+';
            display: block;
            width: 8px;
            height: 8px;
            line-height: 30px;
            text-align: center;
            float: left;
        }

        .product_xw li a {
            font-size: 12px;
            width: 277px;
            height: 30px;
            overflow: hidden;
            float: left;
            padding-left: 5px;
            box-sizing: border-box;
        }

        .product_xw li span {
            font-size: 12px;
            display: block;
            float: right;
            width: 80px;
        }
/*product_content*/

.main_product {
    width: 775px;
    float: right;
    margin-top: 10px;
}

#preview {
    position: relative;
    width: 230px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 7px;
    box-sizing: border-box;
    border: 2px solid #f5f5f5;
    background: #f4f4f4;
    border-bottom: 7px #c5cacc solid;
    margin-top: 10px;
}

.page_desc {
    width: 1000px;
    border: 1px solid #ccc;
    margin: 70px auto 70px;
}

#preview .prev {
    background: url("../images/left.gif")/*tpa=http://static2.fuhai360.com/n171010/images/left.gif*/ no-repeat 0 center;
    left: 11px;
}

#preview .next, #preview .prev {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 101;
    top: 368px;
    width: 10px;
    height: 45px;
    color: rgba(0, 0, 0, 0);
}




#preview .slides_container {
    height: 185px !important;
    overflow: hidden;
    width: 230px;
    margin-bottom: 5px;
    margin: auto;
}

#preview .next {
    background: url("../images/right.gif")/*tpa=http://static2.fuhai360.com/n171010/images/right.gif*/ no-repeat right center;
    left: 375px;
}

#preview .paging {
    left: 22px;
    padding: 5px;
    width: 345px;
    position: relative;
    top: 0px;
    height: 65px;
    overflow: hidden;
}

    #preview .paging li {
        float: left;
        height: 60px;
        margin: 5px 3px 0px;
        width: 60px;
        border: 1px solid #ccc;
    }


    #preview .paging a {
        width: 100%;
        height: 100%;
    }


.slides_control {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
}

#preview .slides_container img {
    left: 0px !important;
    width: 230px;
    height: 185px;
}

.product_text {
    float: right;
    width: 508px;
    overflow: hidden;
    height: 190px;
    padding: 30px;
    box-sizing: border-box;
}

    .product_text h1 {
        display: block;
        font: 26px "Microsoft Yahei";
        font-weight: bold;
        height: 50px;
        overflow: hidden;
        line-height: 50px;
    }

    .product_text p {
        display: block;
        font: 14px "Microsoft Yahei";
        line-height: 30px;
    }

.product_item {
    box-sizing: border-box;
    position: relative;
}

.main_products {
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 5px;
    width: 770px;
    padding: 10px;
    box-sizing: border-box;
}


/**/
.product_content {
    line-height: 2em;
}

    .product_content img {
        max-width: 100%;
        display: block;
    }

/**/


/**/
.main_next {
    margin-left: 20px;
}

    .main_next .prevrecord, .main_next .nextrecord {
        margin: 5px 0px;
        display: block;
    }
/*article*/
.Article_m {
    margin-top: 10px;
    float: right;
    width: 770px;
}

.article {
    width: 770px;
    float: left;
    margin-top: 10px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .article li {
        clear: both;
        height: 150px;
    }

        .article li h1 {
            height: 30px;
            line-height: 30px;
            overflow: hidden;
        }

        .article li img {
            width: 200px;
            height: 132px;
            border: 1px solid #ccc;
            padding: 1px;
            float: left;
        }

        .article li div {
            float: right;
            width: 500px;
        }

        .article li p {
            height: 80px;
            overflow: hidden;
            text-indent: 2em;
            margin-bottom: 7px;
            font-size: 12px;
        }

        .article li .times {
            font-size: 12px;
        }

/**/


.Article_xw .pading {
    margin-bottom: 0px;
}

/*article_content*/
.Article_content {
    width: 770px;
    margin: 10px auto 0;
    padding: 10px 0;
    box-sizing: border-box;
    float: right;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.Article_text {
    height: 40px;
    font: 22px "Microsoft Yahei";
    text-align: center;
    line-height: 40px;
    overflow: hidden;
}

.Article_content .info {
    height: 35px;
    font: 14px "Microsoft Yahei";
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center;
    color: #aaa;
    border-top: 1px dashed #ccc;
}

    .Article_content .info span {
        height: 35px;
        font: 14px "Microsoft Yahei";
        line-height: 35px;
        margin-bottom: 10px;
        color: #aaa;
    }

.Article_content .detail {
    font-size: 14px;
    line-height: 22px;
    padding: 20px 20px;
    word-spacing: 10px;
}

    .Article_content .detail img {
        max-width: 100%;
        display: block;
    }


/*上下键*/
.pading {
    float: right;
    margin-top: 10px;
}

    .pading span {
        padding: 3px 8px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        margin: 0px 2px;
    }

    .pading a {
        padding: 3px 8px;
        border: 1px solid #ccc;
        display: block;
        float: left;
        margin: 0px 1px;
    }

    .pading .current {
        border: none;
        padding: 3px 8px;
        border: 1px solid #0068b4;
        background: #0068b4;
    }

/*page*/

.page_m {
    margin-top: 10px;
    float: right;
    width: 770px;
}

.page_c {
    width: 770px;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

    .page_c img {
        max-width: 100%;
        display: block;
    }
/*footer*/

.footer {
    width: 100%;
    display: block;
    background: #007bc1;
    margin-top: 30px;
}


.footer_m {
    width: 1000px;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer_nav {
    width: 647px;
    background: url("../images/fs.jpg")/*tpa=http://static2.fuhai360.com/n171010/images/fs.jpg*/ no-repeat bottom;
    margin: auto;
    height: 50px;
    overflow: hidden;
}

    .footer_nav li {
        width: 104px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        overflow: hidden;
        position: relative;
    }

        .footer_nav li:first-child:after {
            border: none;
        }


        .footer_nav li:after {
            content: "";
            position: absolute;
            left: 0px;
            top: 9px;
            height: 12px;
            border-left: 1px dashed #fff;
            width: 1px;
            display: block;
        }

.footer_img {
    width: 300px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}

    .footer_img img {
        max-width: 100%;
    }


.footer a {
    font: normal 12px/20px "Microsoft YaHei";
}

.footer_line { margin: 0 auto ;
    width: 700px;
    margin-top: 20px;
    font: 12px/24px "微软雅黑";
  
}

/*相关产品相关文章开始*/
.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: #000 !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: #000!important;
}
/**/

.agents {
    margin: 30px auto 0;
    width: 1000px;
    position: relative;
}

    .agents ul {
        margin-top: 30px;
    }

    .agents li {
        margin: 0 10px 20px;
        float: left;
        width: 222px;
        height: 245px;
        border: 4px solid #f2f2f2;
        border-bottom: 4px solid #0068b4;
        overflow: hidden;
        background: #f2f2f2;
    }

        .agents li img {
            width: 222px;
            height: 182px;
            display: block;
        }

        .agents li h2 {
            overflow: hidden;
            height: 32px;
            border-bottom: 1px dotted #7f7f7f;
            display: block;
            margin: auto;
            line-height: 32px;
            width: 200px;
            font-weight: bold;
        }

        .agents li div {
            height: 30px;
            width: 200px;
            margin: auto;
            line-height: 30px;
        }

        .agents li span, .agents li b {
            display: block;
            position: relative;
            width: 100px;
            float: left;
            padding-left: 15px;
            box-sizing: border-box;
            font-size: 12px;
        }

    .agents span:after {
        content: "+";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 6px;
        left: 0px;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
        line-height: 15px;
    }

    .agents b:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 9px;
        left: 0px;
        background: url("../images/pico.gif")/*tpa=http://static2.fuhai360.com/n171010/images/pico.gif*/ no-repeat;
    }

    .agents li:hover {
        border: 4px solid #0068b4;
    }
/**/
.module_m {
    width: 770px;
    float: right;
    margin-top: 10px;
}

    .module_m .text {
        height: 35px;
        line-height: 35px;
        border: none;
        border-bottom: 1px solid #ccc;
    }

        .module_m .text h1 {
            font-size: 16px;
        }

        .module_m .text .more:after {
            top: 12px;
        }

        .module_m .text .more:before {
            top: 15px;
        }

.module_xw {
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .module_xw ul {
        padding: 20px;
        box-sizing: border-box;
        height: 200px;
        overflow: hidden;
    }

    .module_xw .m1 {
        width: 212px;
        overflow: hidden;
        float: left;
        margin-right: 20px;
    }

        .module_xw .m1 img {
            width: 206px;
            height: 129px;
            padding: 2px;
            border: 1px solid #e5e5e5;
            display: block;
        }

        .module_xw .m1 h1 {
            height: 25px;
            line-height: 25px;
            text-align: center;
            overflow: hidden;
            font-size: 12px;
        }

    .module_xw .m2 {
        height: 29px;
        line-height: 29px;
        border-bottom: 1px dashed #d5d6d6;
        overflow: hidden;
        width: 495px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .module_xw .m2 h1 {
            padding-left: 15px;
            width: 385px;
            overflow: hidden;
            float: left;
            font-size: 12px;
        }

        .module_xw .m2 span {
            float: right;
            width: 78px;
            font-size: 12px;
        }

/**/
.module_xws {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

    .module_xws ul {
        padding: 20px;
        box-sizing: border-box;
    }



    .module_xws li {
        height: 29px;
        line-height: 29px;
        border-bottom: 1px dashed #d5d6d6;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .module_xws h1 {
        padding-left: 15px;
        width: 600px;
        overflow: hidden;
        float: left;
        font-size: 12px;
    }

    .module_xws span {
        float: right;
        width: 78px;
        font-size: 12px;
    }

.module_content {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

    .module_content ul {
        padding: 20px;
        box-sizing: border-box;
    }


    .module_content li {
        width: 217px;
        float: left;
        overflow: hidden;
        margin: 0px 12px 20px;
    }

        .module_content li img {
            width: 213px;
            height: 140px;
            padding: 1px;
            border: 1px solid #e5e5e5;
        }
