﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 微软雅黑;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none 0;
}

input, textarea, select {
    border: medium none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}


/*盒子*/
.head {
    width: 100%;
    overflow: hidden;
    background: url(../images/head_bg.png) repeat-x left top;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: url(../images/footer_bottom_bg_14.png) repeat-x left top;
    
    padding-bottom: 20px;
}

/*--------------------------------------------------魔方-----------------------------------------------------------*/
/*返回顶部CSS*/
.totop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: block;
    width: 26px;
    height: 62px;
    background: url(../images/rocket.png) no-repeat 0 0;
    -webkit-transition: all 0.2s ease-in-out;
}

    .totop:hover {
        background: url(../images/rocket.png) no-repeat 0 -62px;
    }
/*客服*/
.box8001_1 .C-Service .boxtxt {
    width: 154px;
    overflow: hidden;
}

.box8001_1 .C-Service {
    right: 0;
    top: 300px;
    z-index: 99999;
}

    .box8001_1 .C-Service .title {
        height: 28px;
        width: 154px;
        line-height: 28px;
        font-size: 14px;
        color: #fff;
        text-indent: 13px;
        background-color: #0462a0;
    }

        .box8001_1 .C-Service .title span {
            width: 19px;
            height: 19px;
            display: block;
            background: url(../images/kf_icon_03.png) top left no-repeat;
            float: right;
            margin: 5px 8px 0 0;
            cursor: pointer;
        }

    .box8001_1 .C-Service .txtbox {
        border: 1px solid #ccc;
        background-color: #f7f7f7;
    }

        .box8001_1 .C-Service .txtbox .bor-bot {
            border-bottom: 1px solid #ccc;
            padding: 10px 0;
        }

    .box8001_1 .C-Service .Con-tit-txt {
        width: 144px;
        margin: 0 auto;
        padding-top: 5px;
    }

        .box8001_1 .C-Service .Con-tit-txt p {
            padding: 7px 12px 14px 12px;
            background: url(../images/C-Contraction2_03.png) left bottom no-repeat;
            display: inline-block;
        }

.box8001_1 .rides-cs {
    font-size: 12px;
    position: fixed;
    top: 250px;
    right: 0px;
    _position: absolute;
    z-index: 1500;
    border-radius: 6px 0px 0 6px;
}

    .box8001_1 .rides-cs a {
        color: #00A0E9;
    }

        .box8001_1 .rides-cs a img {
            display: inline-block;
            vertical-align: middle;
        }

        .box8001_1 .rides-cs a:hover {
            color: #ff8100;
            text-decoration: none;
        }

    .box8001_1 .rides-cs .floatL {
        width: 30px;
        float: left;
        position: relative;
        z-index: 1;
        height: 181px;
    }

        .box8001_1 .rides-cs .floatL a {
            font-size: 0;
            text-indent: -999em;
            display: block;
            background: url(../images/kf_left_sub.png) no-repeat left top;
            height: 146px;
        }

    .box8001_1 .rides-cs .floatR {
        width: 148px;
        float: left;
        overflow: hidden;
    }

        .box8001_1 .rides-cs .floatR .cn {
            background: #F7F7F7;
            border-radius: 6px;
            margin-top: 4px;
        }

    .box8001_1 .rides-cs .cn .titZx {
        font-size: 14px;
        color: #333;
        font-weight: 600;
        line-height: 24px;
        padding: 5px;
        text-align: center;
    }

    .box8001_1 .rides-cs .cn ul {
        padding: 0px;
    }

        .box8001_1 .rides-cs .cn ul li {
            line-height: 38px;
            height: 38px;
            border-bottom: solid 1px #E6E4E4;
            overflow: hidden;
            text-align: center;
        }

            .box8001_1 .rides-cs .cn ul li span {
                color: #777;
            }

            .box8001_1 .rides-cs .cn ul li a {
                color: #777;
            }

            .box8001_1 .rides-cs .cn ul li img {
                vertical-align: middle;
            }

    .box8001_1 .rides-cs .btnOpen, .rides-cs .btnCtn {
        background-repeat: no-repeat;
        display: block;
        height: 146px;
        background-images: url(../images/T-Service.jpg);
    }

    .box8001_1 .rides-cs ul li.top {
        border-bottom: solid #ACE5F9 1px;
    }

    .box8001_1 .rides-cs ul li.bot {
        border-bottom: none;
    }

/* 页眉管理 */
.box8148_1 {
    width: 1000px;
    margin: 0 auto;
    text-align: center
}

    .box8148_1 .manage {
        float: right;
    }

        .box8148_1 .manage li {
            float: left;
            
        }

        .box8148_1 .manage .br {
            border-right: 1px solid #dadada;
        }

    .box8148_1 .span {
        float: left;
        line-height: 36px;
        color: #969696;
    }

    .box8148_1 .manage li a {
        color: #969696;
        line-height: 40px;
        height: 40px;
        display: block;
        width: 88px;
        padding-left: 20px;
        text-indent: 14px;
    }

    .box8148_1 .manage li .info {
        background: url(../images/info.png) no-repeat 14px 10px;
        transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        -webkit-transition: all .6s ease;
    }

        .box8148_1 .manage li .info:hover {
            background: url(../images/head_top_icon_03.png) no-repeat 14px 10px;
            color: #0462a0;
        }

    .box8148_1 .manage li .about {
        background: url(../images/guestbook.png) no-repeat 14px 10px;
        transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        -webkit-transition: all .6s ease;
    }

        .box8148_1 .manage li .about:hover {
            background: url(../images/head_top_icon_05.png) no-repeat 14px 10px;
            color: #0462a0;
        }

    .box8148_1 .manage .phone {
        border: none 0;
    }

        .box8148_1 .manage .phone a {
            background: url(../images/phone_03.png) no-repeat center center;
            border: none 0;
            width: 52px;
            border-right: 1px solid #dadada;
            display: block;
            padding: 0;
            text-indent: 0;
            transition: all .5s ease-in;
            -moz-transition: all .5s ease-in;
            -ms-transition: all .5s ease-in;
            -o-transition: all .5s ease-in;
            -webkit-transition: all .5s ease-in;
        }

            .box8148_1 .manage .phone a:hover {
                background: url(../images/phone_hover_03.png) no-repeat center center;
                background-color: #0462a0;
            }

/* LOGO */
.box8004_1 {
    float: left;
    overflow: hidden;
    height: 132px;
}

    .box8004_1 .logo {
        float: left;
        margin-top: 30px;
        margin-right: 15px;
        margin-bottom: 30px;
    }

    .box8004_1 .top-logo {
        width: 90px;
        height: 90px;
        border: 1px solid #ccc;
        background-color: #fff;
        display: table;
        border-collapse: collapse;
        position: relative;
        *overflow: hidden;
    }

    .box8004_1 .top-logo2 {
        display: table-cell;
        vertical-align: middle;
        *display: block;
        *position: absolute;
        *top: 50%;
        *left: 50%;
    }

    .box8004_1 .top-logo3 {
        text-align: center;
        margin: 0 auto;
        *position: relative;
        *top: -50%;
        *left: -50%;
    }

        .box8004_1 .top-logo3 a img {
            display: block;
        }

    .box8004_1 .company {
    }

        .box8004_1 .company h1 {
            margin-top: 40px;
            font-family: 微软雅黑;
            font-size: 24px;
            color: #0462a0;
            font-weight: normal;
        }

        .box8004_1 .company p {
            font-size: 14px;
            font-family: 微软雅黑;
            color: #666;
        }
/* 顶部电话 */
.box8005_1 {
    height: 132px;
    overflow: hidden;
    float: right;
}

    .box8005_1 .Phone_title {
        margin-top: 40px;
        margin-right: 10px;
        float: left;
    }

        .box8005_1 .Phone_title .Phone_title_mb {
            margin-bottom: 10px;
            overflow: hidden;
        }

            .box8005_1 .Phone_title .Phone_title_mb .f1 {
                font-family: 微软雅黑;
                font-size: 14px;
                color: #0462a0;
                height: 40px;
                line-height: 40px;
                float: left;
            }

            .box8005_1 .Phone_title .Phone_title_mb .f2 {
                font-family: 微软雅黑;
                font-size: 22px;
                color: #fff;
                height: 40px;
                line-height: 40px;
                float: left;
                background: url(../images/phone_bg.png) repeat-x left top;
            }

                .box8005_1 .Phone_title .Phone_title_mb .f2::before {
                    background: url(../images/phone_bg_left.png) no-repeat left top;
                    content: url(../images/phone_bg_left.png);
                    height: 40px;
                    float: left;
                    padding-right: 10px;
                }

                .box8005_1 .Phone_title .Phone_title_mb .f2::after {
                    content: url(../images/phone_bg_right.png);
                    height: 40px;
                    float: right;
                    background-position: right top;
                    padding-left: 10px;
                }

        .box8005_1 .Phone_title .contact .call-seller1 {
            height: 25px;
            width: 91px;
            float: left;
        }

        .box8005_1 .Phone_title .contact {
            overflow: hidden;
            margin-left: 78px;
        }

            .box8005_1 .Phone_title .contact .call-seller1 img {
            }

/* 导航nav */
.box8006_1 {
    width: 1000px;
    margin: 0 auto;
    height: 50px;
    overflow: hidden;
    margin-top: 18px;
}

    .box8006_1 .nav {
        overflow: hidden;
        height: 50px;
        line-height: 50px;
    }

        .box8006_1 .nav .nav_list {
            overflow: hidden;
        }

            .box8006_1 .nav .nav_list li {
                float: left;
                border-right: 1px solid #f2f2f2;
            }

                .box8006_1 .nav .nav_list li span {
                }

                    .box8006_1 .nav .nav_list li span a {
                        color: #999999;
                        display: inline-block;
                        line-height: 50px;
                        font-size: 14px;
                        font-family: 微软雅黑;
                        display: block;
                        width: 165px;
                        text-align: center;
                        height: 50px;
                        overflow: hidden;
                    }

                        .box8006_1 .nav .nav_list li span a:hover {
                            color: white;
                            background: url(../images/nav_hover.png) no-repeat left top
                        }

            .box8006_1 .nav .nav_list .hover > span > a 
          
            {
                color: white;
                background: url(../images/nav_hover.png) no-repeat left top;
            }
    

/* banner */
.box8149_1 .flexslider {
    position: relative;
    height: 411px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.box8149_1 .slides {
    position: relative;
    z-index: 1;
}

    .box8149_1 .slides li {
        height: 411px;
    }

.box8149_1 .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

    .box8149_1 .flex-control-nav li {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        *display: inline;
        zoom: 1;
    }

    .box8149_1 .flex-control-nav a {
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 40px;
        overflow: hidden;
        background: url(../images/dot.png) right 0 no-repeat;
        cursor: pointer;
    }

    .box8149_1 .flex-control-nav .flex-active {
        background-position: 0 0;
    }

.box8149_1 .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

    .box8149_1 .flex-direction-nav li a {
        display: block;
        width: 50px;
        height: 50px;
        overflow: hidden;
        cursor: pointer;
        position: absolute;
    }

        .box8149_1 .flex-direction-nav li a.flex-prev {
            display: none;
            left: 40px;
            background: url(../images/prev.png) center center no-repeat;
        }

        .box8149_1 .flex-direction-nav li a.flex-next {
            display: none;
            right: 40px;
            background: url(../images/next.png) center center no-repeat;
        }

/* 关键词 */
.box8150_1 {
    overflow: hidden;
    width: 1000px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
}

    .box8150_1 .word {
        margin-right: 10px;
        float: left;
        width: 125px;
        height: 40px;
        background: url(../images/word_icon_03.png) no-repeat center center;
        background-color: #0462a0;
    }

    .box8150_1 ul {
        float: left;
        border: 1px solid #cccccc;
        border-left: none 0;
        width: 874px;
        height: 38px;
        overflow: hidden;
    }

        .box8150_1 ul li {
            float: left;
            margin-right: 15px;
            line-height: 40px;
        }

            .box8150_1 ul li a {
                color: #999999;
                text-decoration: none;
            }

                .box8150_1 ul li a:hover {
                    color: #0462a0;
                }

/* 首页左侧产品列表 */
.box8159_1 {
    overflow: hidden;
    float: left;
    width: 252px;
    height: 484px;
}

    .box8159_1 .Product_list {
        background-color: #FFF;
    }

        .box8159_1 .Product_list .Product_title {
            padding-left: 20px;
            line-height: 46px;
            height: 46px;
            color: #FFF;
            background-color: #0462a0;
            font-size: 18px;
        }

        .box8159_1 .Product_list .pcbox {
            overflow: hidden;
            height: 436px;
            border: 1px solid #cccccc;
            border-top: none 0;
            border-bottom: none 0;
        }

            .box8159_1 .Product_list .pcbox .pcbox_list {
                height: 408px;
                overflow: hidden;
            }

            .box8159_1 .Product_list .pcbox .fs6 {
                width: 250px;
                text-indent: 20px;
                height: 39px;
                line-height: 39px;
                color: #0462a0;
                background-color: #f2f2f2;
                border-bottom: 1px solid #cccccc;
            }

                .box8159_1 .Product_list .pcbox .fs6 a {
                    font-size: 14px;
                    font-family: 微软雅黑;
                    color: #0462a0;
                    display: block;
                    width: 250px;
                    height: 36px;
                    background: url(../images/pc_icon_07.png) no-repeat 210px;
                    center;
                }

            .box8159_1 .Product_list .pcbox .Links1 {
            }

                .box8159_1 .Product_list .pcbox .Links1 li {
                    border-bottom: 1px solid #cccccc;
                    height: 35px;
                    line-height: 35px;
                    overflow: hidden;
                    text-indent: 20px;
                }

                    .box8159_1 .Product_list .pcbox .Links1 li a {
                        color: #999999;
                        display: block;
                        width: 250px;
                        height: 36px;
                        background: url(../images/left_menu_icon2.png) no-repeat 210px center;
                        transition: all .4s ease-in;
                        -moz-transition: all .4s ease-in;
                        -ms-transition: all .4s ease-in;
                        -o-transition: all .4s ease-in;
                        -webkit-transition: all .4s ease-in;
                    }

                        .box8159_1 .Product_list .pcbox .Links1 li a:hover {
                            color: #0462a0;
                            background: url(../images/pc_icon_07.png) no-repeat 210px center;
                        }

        .box8159_1 .Product_list .More_Product {
            text-align: center;
            line-height: 33px;
            height: 30px;
        }

            .box8159_1 .Product_list .More_Product a {
                color: #FFF;
                display: block;
                height: 30px;
                width: 250px;
                background-color: #cccccc;
                transition: background-color .6s ease-in;
                -moz-transition: background-color .6s ease-in;
                -ms-transition: background-color .6s ease-in;
                -o-transition: background-color .6s ease-in;
                -webkit-transition: background-color .6s ease-in;
            }

                .box8159_1 .Product_list .More_Product a:hover {
                    background-color: #0462a0;
                }

/* 推荐产品 */
.box8151_1 {
    overflow: hidden;
    width: 730px;
    float: right;
}

    .box8151_1 .product_list {
        width: 730px;
        overflow: hidden;
    }

        .box8151_1 .product_list .product_title {
            height: 46px;
            line-height: 46px;
            background-color: #0462a0;
        }

            .box8151_1 .product_list .product_title h2 {
                float: left;
                line-height: 46px;
                height: 46px;
                color: white;
                font-size: 18px;
                text-indent: 20px;
            }

            .box8151_1 .product_list .product_title a {
                float: right;
                width: 46px;
                height: 46px;
                background: url(../images/more_03.png) no-repeat center center;
                background-color: #0462a0;
                transition: all .6s ease-in;
                -moz-transition: all .6s ease-in;
                -ms-transition: all .6s ease-in;
                -o-transition: all .6s ease-in;
                -webkit-transition: all .6s ease-in;
            }

                .box8151_1 .product_list .product_title a:hover {
                    background-color: #04558a;
                }

        .box8151_1 .product_list .bd {
            background-color: #f5f5f5;
            height: 438px;
            overflow: hidden;
        }

            .box8151_1 .product_list .bd .bd_ul {
                padding: 23px 0 0 30px;
                overflow: hidden;
            }

                .box8151_1 .product_list .bd .bd_ul li {
                    width: 150px;
                    height: 187px; /*cursor:pointer;*/
                    background-color: #FFF;
                    float: left;
                    
                    margin-bottom: 22px;
                    transition: all .8s ease-in;
                    -moz-transition: all .8s ease-in;
                    -ms-transition: all .8s ease-in;
                    -o-transition: all .8s ease-in;
                    -webkit-transition: all .8s ease-in;
                }

                    .box8151_1 .product_list .bd .bd_ul li:nth-child(4n+4) {
                        margin-right: 0;
                    }

                .box8151_1 .product_list .bd .bd_ul .Mright {
                    margin-right: 0;
                }

                .box8151_1 .product_list .bd .bd_ul li:hover {
                    box-shadow: 0 2px 6px rgba(0,0,0,.3);
                }

                .box8151_1 .product_list .bd .bd_ul li .pd {
                    display: table;
                    text-align: center;
                }

                    .box8151_1 .product_list .bd .bd_ul li .pd .index-pic1 {
                        display: table-cell;
                        vertical-align: middle;
                        text-align: center;
                        width: 150px;
                        height: 122px;
                        overflow: hidden;
                    }

                        .box8151_1 .product_list .bd .bd_ul li .pd .index-pic1:hover {
                        }

                .box8151_1 .product_list .bd .bd_ul li h6 {
                    height: 64px;
                    line-height: 71px;
                    font-family: 微软雅黑;
                    font-size: 12px;
                    text-align: center;
                    width: 150px;
                    overflow: hidden;
                    border-bottom: 1px solid #e6e6e6;
                }

                    .box8151_1 .product_list .bd .bd_ul li h6 a {
                        color: #0462a0;
                    }

                        .box8151_1 .product_list .bd .bd_ul li h6 a:hover {
                            color: #666;
                        }

                .box8151_1 .product_list .bd .bd_ul li .click {
                    display: block;
                    overflow: hidden;
                    height: 38px;
                    line-height: 38px;
                    transition: all .6s ease-in;
                    -moz-transition: all .6s ease-in;
                    -ms-transition: all .6s ease-in;
                    -o-transition: all .6s ease-in;
                    -webkit-transition: all .6s ease-in;
                }

                    .box8151_1 .product_list .bd .bd_ul li .click .pc_icon {
                        float: left;
                        width: 49px;
                        height: 38px;
                        border-right: 1px solid #e6e6e6;
                        background: url(../images/pc_icon_11.png) no-repeat center center;
                        transition: all .6s ease;
                    }

                    .box8151_1 .product_list .bd .bd_ul li .click .pc_more {
                        float: left;
                        width: 72px;
                        height: 19px;
                        border: 1px solid #b3b3b3;
                        text-align: center;
                        line-height: 20px;
                        color: #b3b3b3;
                        margin-left: 13px;
                        margin-top: 8px;
                        transition: all .6s ease;
                    }

                    .box8151_1 .product_list .bd .bd_ul li .click:hover .pc_icon {
                        background: url(../images/pc_icon_hover_11.png) no-repeat center center;
                    }

                    .box8151_1 .product_list .bd .bd_ul li .click:hover .pc_more {
                        background-color: #0462a0;
                        border: 1px solid #0462a0;
                        color: white;
                    }

/* 小广告 */
.box8158_1 {
    width: 1000px;
    margin: 10px auto;
}

.box8021_1 {
}

    .box8021_1 .keyword-box * {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-family: 'Microsoft Yahei',Arial,verdana,Helvetica;
    }

    .box8021_1 .keyword-box {
        width: 1000px;
        margin: 20px auto 40px;
    }

        .box8021_1 .keyword-box ul, li {
            list-style: none;
        }

        .box8021_1 .keyword-box a {
            text-decoration: none;
            color: #666;
        }

        .box8021_1 .keyword-box img {
            border: none;
            vertical-align: middle;
        }

        .box8021_1 .keyword-box .clearfix:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    .box8021_1 .keyword-box {
        background: #fff;
        border: 1px solid #e2e2e2;
        overflow: hidden;
    }

        .box8021_1 .keyword-box .kw-tap {
            height: 35px;
            border-bottom: 2px solid #006bc9;
        }

            .box8021_1 .keyword-box .kw-tap li {
                float: left;
                height: 35px;
                line-height: 35px;
                background: #f9f9f9;
                padding: 0 30px;
                color: #333;
                cursor: pointer;
                font-size: 14px;
            }

                .box8021_1 .keyword-box .kw-tap li:hover {
                    background: #006bc9;
                    color: #fff;
                }

            .box8021_1 .keyword-box .kw-tap .active {
                background: #006bc9;
                color: #fff;
            }

        .box8021_1 .keyword-box .kw-main {
            padding: 20px;
        }

            .box8021_1 .keyword-box .kw-main .kw-list {
                display: none;
            }

            .box8021_1 .keyword-box .kw-main .kw-content li {
                float: left;
                width: 180px;
                background: #fff;
                border: 1px solid #efefef;
                padding: 10px;
                box-sizing: border-box;
                overflow: hidden;
                margin-right: 14px;
            }

                .box8021_1 .keyword-box .kw-main .kw-content li:hover p {
                    color: #ff6700;
                }

                .box8021_1 .keyword-box .kw-main .kw-content li:last-child {
                    margin-right: 0;
                }

            .box8021_1 .keyword-box .kw-main .kw-content .kw-pic {
                height: 130px;
                overflow: hidden;
                padding-bottom: 10px;
                text-align: center;
                display: table-cell;
                vertical-align: middle;
            }

                .box8021_1 .keyword-box .kw-main .kw-content .kw-pic img {
                    max-width: 100%;
                    height: 100%;
                }

            .box8021_1 .keyword-box .kw-main .kw-content li p {
                display: block;
                padding-top: 10px;
                border-top: 1px solid #efefef;
                height: 34px;
                overflow: hidden;
            }

    .box8021_1 .kw-main .kw-content li:nth-child(5n+5) {
        margin-right: 0;
    }

/* 公司资讯 */
.box8160_1 {
    float: right;
    width: 250px;
}

    .box8160_1 .info_box {
        overflow: hidden;
    }

        .box8160_1 .info_box .info_title {
            padding-left: 20px;
            line-height: 46px;
            height: 46px;
            color: #FFF;
            background-color: #0462a0;
            font-size: 18px;
        }

            .box8160_1 .info_box .info_title .more4 {
                float: right;
                width: 46px;
                height: 46px;
                background: url(../images/more_03.png) no-repeat center center;
                background-color: #0462a0;
                transition: all .6s ease-in;
                -moz-transition: all .6s ease-in;
                -ms-transition: all .6s ease-in;
                -o-transition: all .6s ease-in;
                -webkit-transition: all .6s ease-in;
            }

                .box8160_1 .info_box .info_title .more4:hover {
                    background-color: #04558a
                }

        .box8160_1 .info_box .Supply {
            overflow: hidden;
            border: 1px solid #cccccc;
            border-top: none 0;
            height: 274px;
        }

            .box8160_1 .info_box .Supply ul {
                overflow: hidden;
            }

                .box8160_1 .info_box .Supply ul li {
                    height: 35px;
                    line-height: 35px;
                    overflow: hidden;
                    border-bottom: 1px solid #cccccc;
                }

                    .box8160_1 .info_box .Supply ul li a {
                        color: #666;
                        height: 35px;
                        line-height: 35px;
                        overflow: hidden;
                        display: block;
                        padding: 0 20px;
                        background: url(../images/news_icon_11.png) no-repeat 10px center;
                        text-indent: 10px;
                    }

                        .box8160_1 .info_box .Supply ul li a:hover {
                            background: url(../images/news_icon_14.png) no-repeat 10px center;
                            color: #0462a0;
                        }

/* 最新信息 */
.box8152_1 {
    overflow: hidden;
    width: 730px;
    float: right;
}

    .box8152_1 .news_box {
        width: 730px;
        overflow: hidden;
    }

        .box8152_1 .news_box .news_title {
            height: 46px;
            line-height: 46px;
            background-color: #0462a0;
        }

            .box8152_1 .news_box .news_title h2 {
                float: left;
                line-height: 46px;
                height: 46px;
                color: white;
                font-size: 18px;
                text-indent: 20px;
            }

            .box8152_1 .news_box .news_title a {
                float: right;
                width: 46px;
                height: 46px;
                background: url(../images/more_03.png) no-repeat center center;
                background-color: #0462a0;
                transition: all .6s ease-in;
                -moz-transition: all .6s ease-in;
                -ms-transition: all .6s ease-in;
                -o-transition: all .6s ease-in;
                -webkit-transition: all .6s ease-in;
            }

                .box8152_1 .news_box .news_title a:hover {
                    background-color: #04558a;
                }

        .box8152_1 .news_box .bd {
            background-color: #dcdcdc;
            height: 467px;
            overflow: hidden;
        }

            .box8152_1 .news_box .bd .bd_ul {
                padding: 20px;
                overflow: hidden;
            }

                .box8152_1 .news_box .bd .bd_ul li {
                    width: 154px;
                    height: 195px; /*cursor:pointer;*/
                    background-color: #FFF;
                    float: left;
                    transition: all .8s ease-in;
                    -moz-transition: all .8s ease-in;
                    -ms-transition: all .8s ease-in;
                    -o-transition: all .8s ease-in;
                    -webkit-transition: all .8s ease-in;
                    margin-right: 24px;
                    margin-bottom: 32px;
                }

                    .box8152_1 .news_box .bd .bd_ul li:nth-child(4n+4) {
                        margin-right: 0;
                    }

                .box8152_1 .news_box .bd .bd_ul .Mright {
                    margin-right: 0;
                }

                .box8152_1 .news_box .bd .bd_ul li:hover {
                    box-shadow: 0 2px 6px rgba(0,0,0,.3);
                }

                .box8152_1 .news_box .bd .bd_ul li .pd2 {
                    display: table;
                    text-align: center;
                }

                    .box8152_1 .news_box .bd .bd_ul li .pd2 .index-pic2 {
                        display: table-cell;
                        vertical-align: middle;
                        text-align: center;
                        width: 150px;
                        height: 122px;
                        overflow: hidden;
                        padding: 2px;
                    }

                        .box8152_1 .news_box .bd .bd_ul li .pd2 .index-pic2 img {
                            width: 150px;
                            height: 122px;
                        }

                    .box8152_1 .news_box .bd .bd_ul li .pd2 .index-pic1:hover {
                    }

                .box8152_1 .news_box .bd .bd_ul li h6 {
                    height: 26px;
                    line-height: 26px;
                    font-family: 微软雅黑;
                    font-size: 12px;
                    text-align: center;
                    width: 150px;
                    overflow: hidden;
                    border-bottom: 1px solid #e6e6e6;
                }

                    .box8152_1 .news_box .bd .bd_ul li h6 a {
                        color: #0462a0;
                    }

                        .box8152_1 .news_box .bd .bd_ul li h6 a:hover {
                            color: #666;
                        }

                .box8152_1 .news_box .bd .bd_ul li .click2 {
                    display: block;
                    overflow: hidden;
                    height: 38px;
                    line-height: 38px;
                    transition: all .6s ease-in;
                    -moz-transition: all .6s ease-in;
                    -ms-transition: all .6s ease-in;
                    -o-transition: all .6s ease-in;
                    -webkit-transition: all .6s ease-in;
                }

                    .box8152_1 .news_box .bd .bd_ul li .click2 .pc_icon2 {
                        float: left;
                        width: 49px;
                        height: 38px;
                        border-right: 1px solid #e6e6e6;
                        background: url(../images/info_icon_03.png) no-repeat center center;
                        transition: all .6s ease;
                    }

                    .box8152_1 .news_box .bd .bd_ul li .click2 .pc_more2 {
                        float: left;
                        width: 72px;
                        height: 19px;
                        border: 1px solid #b3b3b3;
                        text-align: center;
                        line-height: 20px;
                        color: #b3b3b3;
                        margin-left: 13px;
                        margin-top: 9px;
                        transition: all .6s ease;
                    }

                    .box8152_1 .news_box .bd .bd_ul li .click2:hover .pc_icon2 {
                        background: url(../images/info_icon_hover_03.png) no-repeat center center;
                    }

                    .box8152_1 .news_box .bd .bd_ul li .click2:hover .pc_more2 {
                        background-color: #0462a0;
                        border: 1px solid #0462a0;
                        color: white;
                    }

/* 公司介绍 */
.box8153_1 {
    width: 730px;
    float: left;
    overflow: hidden;
}

    .box8153_1 .about_box {
        width: 730px;
        overflow: hidden;
        position: relative;
    }

        .box8153_1 .about_box .about_title {
            height: 46px;
            line-height: 46px;
            background-color: #0462a0;
        }

            .box8153_1 .about_box .about_title h2 {
                float: left;
                line-height: 46px;
                height: 46px;
                color: white;
                font-size: 18px;
                text-indent: 20px;
            }

            .box8153_1 .about_box .about_title a {
                float: right;
                width: 46px;
                height: 46px;
                background: url(../images/more_03.png) no-repeat center center;
                background-color: #0462a0;
                transition: all .6s ease-in;
                -moz-transition: all .6s ease-in;
                -ms-transition: all .6s ease-in;
                -o-transition: all .6s ease-in;
                -webkit-transition: all .6s ease-in;
            }

                .box8153_1 .about_box .about_title a:hover {
                    background-color: #04558a;
                }

        .box8153_1 .about_box .about_contents {
            padding: 23px 20px;
            overflow: hidden;
            background-color: #ededed;
        }

            .box8153_1 .about_box .about_contents .about_img {
                float: left;
                border: 1px solid #b3b3b3;
                width: 250px;
                height: 190px;
                background-color: white;
            }

                .box8153_1 .about_box .about_contents .about_img img {
                    display: block;
                    width: 250px;
                    height: 190px;
                    display: inline-block;
                }

            .box8153_1 .about_box .about_contents .about_right {
                float: left;
                width: 410px;
                margin-left: 12px;
            }

                .box8153_1 .about_box .about_contents .about_right p {
                    width: 410px;
                    overflow: hidden;
                    font-family: 微软雅黑;
                    font-size: 12px;
                    color: #666666;
                    line-height: 24px;
                }

        .box8153_1 .about_box .rollBox {
            overflow: hidden;
            border: 1px solid #cccccc;
            border-top: none 0;
            margin-left: 10px;
        }

            .box8153_1 .about_box .rollBox h2 {
                background: url(../images/about_icon_03.png) no-repeat left top;
                width: 125px;
                height: 40px;
                position: absolute;
                left: 0;
                top: 284px;
                text-align: center;
                font-size: 18px;
                font-family: 微软雅黑;
                color: white;
                padding-top: 3px;
            }

            .box8153_1 .about_box .rollBox .LeftBotton {
                height: 32px;
                width: 17px;
                background: url(../images/about_left.png) no-repeat 0 0;
                overflow: hidden;
                float: left;
                display: inline;
                margin: 106px 10px 0 10px;
                cursor: pointer;
            }

            .box8153_1 .about_box .rollBox .RightBotton {
                height: 32px;
                width: 17px;
                background: url(../images/about_right.png) no-repeat 0 0;
                overflow: hidden;
                float: left;
                display: inline;
                margin: 106px 10px 0 10px;
                cursor: pointer;
            }

            .box8153_1 .about_box .rollBox .Cont {
                width: 644px;
                overflow: hidden;
                float: left;
                margin-top: 55px;
                margin-bottom: 23px;
            }

            .box8153_1 .about_box .rollBox .ScrCont {
                width: 10000000px;
            }

            .box8153_1 .about_box .rollBox .Cont .pic {
                float: left;
                text-align: center;
                margin-right: 24px;
            }

                .box8153_1 .about_box .rollBox .Cont .pic li {
                    border: 1px solid #dcdcdc;
                    width: 146px;
                    height: 122px;
                }

                .box8153_1 .about_box .rollBox .Cont .pic img {
                    background: #fff;
                    display: block;
                    margin: 0 auto;
                }

                .box8153_1 .about_box .rollBox .Cont .pic p {
                    line-height: 26px;
                    color: #505050;
                    border-top: none 0;
                }

            .box8153_1 .about_box .rollBox .Cont a:link {
                color: #626466;
                text-decoration: none;
            }

            .box8153_1 .about_box .rollBox .Cont a:visited {
                color: #626466;
                text-decoration: none;
            }

            .box8153_1 .about_box .rollBox .Cont a:hover {
                color: #f00;
                text-decoration: underline;
            }

            .box8153_1 .about_box .rollBox #List1, .rollBox #List2 {
                float: left;
            }

/* 供应信息 */
.box8154_1 {
    float: left;
    width: 250px;
}

    .box8154_1 .supply_of_box {
        overflow: hidden;
        width: 250px;
    }

        .box8154_1 .supply_of_box .supply_of_title {
            height: 46px;
            line-height: 46px;
            background-color: #0462a0;
        }

            .box8154_1 .supply_of_box .supply_of_title h2 {
                float: left;
                line-height: 46px;
                height: 46px;
                color: white;
                font-size: 18px;
                text-indent: 20px;
            }

            .box8154_1 .supply_of_box .supply_of_title a {
                float: right;
                width: 46px;
                height: 46px;
                background: url(../images/more_03.png) no-repeat center center;
                background-color: #0462a0;
                transition: all .6s ease-in;
                -moz-transition: all .6s ease-in;
                -ms-transition: all .6s ease-in;
                -o-transition: all .6s ease-in;
                -webkit-transition: all .6s ease-in;
            }

                .box8154_1 .supply_of_box .supply_of_title a:hover {
                    background-color: #04558a;
                }

        .box8154_1 .supply_of_box .supply_list {
            overflow: hidden;
            border: 1px solid #cccccc;
            border-top: none 0;
            height: 467px;
        }

            .box8154_1 .supply_of_box .supply_list ul {
                overflow: hidden;
            }

                .box8154_1 .supply_of_box .supply_list ul li {
                    height: 35px;
                    line-height: 35px;
                    overflow: hidden;
                    border-bottom: 1px solid #cccccc;
                }

                    .box8154_1 .supply_of_box .supply_list ul li a {
                        color: #666;
                        height: 35px;
                        line-height: 35px;
                        overflow: hidden;
                        display: block;
                        padding: 0 20px;
                        background: url(../images/news_icon_11.png) no-repeat 10px center;
                        text-indent: 10px;
                    }

                        .box8154_1 .supply_of_box .supply_list ul li a:hover {
                            background: url(../images/news_icon_14.png) no-repeat 10px center;
                            color: #0462a0;
                        }

/* 留言表格 */
.box8155_1 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

    .box8155_1 .feedback_form {
        border-radius: 12px;
        background-color: #ededed;
        height: 180px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        -webkit-border-radius: 12px;
    }

        .box8155_1 .feedback_form .feedback_title {
            height: 50px;
            border-radius: 12px 12px 0 0;
            background-color: #0462a0;
            position: relative;
            -moz-border-radius: 12px 12px 0 0;
            -ms-border-radius: 12px 12px 0 0;
            -o-border-radius: 12px 12px 0 0;
            -webkit-border-radius: 12px 12px 0 0;
        }

            .box8155_1 .feedback_form .feedback_title h2 {
                position: absolute;
                left: 25px;
                top: -24px;
                padding-left: 75px;
                font-size: 18px;
                color: #fff;
                line-height: 95px;
                height: 64px;
                background: url(../images/form_icon_03.png) no-repeat left top;
            }

        .box8155_1 .feedback_form form {
            margin-top: 20px;
            margin-left: 28px;
        }

            .box8155_1 .feedback_form form .feedback {
                overflow: hidden;
            }

                .box8155_1 .feedback_form form .feedback .p1 {
                    width: 44px;
                    height: 81px;
                    border: 1px solid #cccccc;
                    float: left;
                    background: url(../images/feedback_info_icon_07.png) no-repeat center center;
                    background-color: #fff;
                }

                .box8155_1 .feedback_form form .feedback .p6 {
                    float: left;
                    width: 215px;
                    height: 83px;
                }

                    .box8155_1 .feedback_form form .feedback .p6 .input215 {
                        width: 213px;
                        height: 81px;
                        border: 1px solid #cccccc;
                        border-left: none 0;
                    }

                .box8155_1 .feedback_form form .feedback .p_box {
                    float: left;
                    overflow: hidden;
                    margin-left: 28px;
                }

                    .box8155_1 .feedback_form form .feedback .p_box .p2 {
                        overflow: hidden;
                    }

                        .box8155_1 .feedback_form form .feedback .p_box .p2 .p2_left {
                            float: left;
                            width: 44px;
                            height: 32px;
                            border: 1px solid #cccccc;
                            background: url(../images/feedback_icon_03.png) no-repeat center center;
                            background-color: #fff;
                        }

                        .box8155_1 .feedback_form form .feedback .p_box .p2 .input215 {
                            width: 213px;
                            height: 32px;
                            float: left;
                            border: 1px solid #cccccc;
                            border-left: none 0;
                        }

                    .box8155_1 .feedback_form form .feedback .p_box .p3 {
                        overflow: hidden;
                        margin-top: 15px;
                    }

                        .box8155_1 .feedback_form form .feedback .p_box .p3 .p3_left {
                            float: left;
                            width: 44px;
                            height: 32px;
                            border: 1px solid #cccccc;
                            background: url(../images/contact_icon_03.png) no-repeat center center;
                            background-color: #fff;
                        }

                        .box8155_1 .feedback_form form .feedback .p_box .p3 .input215 {
                            width: 213px;
                            height: 32px;
                            float: left;
                            border: 1px solid #cccccc;
                            border-left: none 0;
                        }

                    .box8155_1 .feedback_form form .feedback .p_box .p4 {
                        overflow: hidden;
                    }

                        .box8155_1 .feedback_form form .feedback .p_box .p4 .p4_left {
                            float: left;
                            width: 44px;
                            height: 32px;
                            border: 1px solid #cccccc;
                            background: url(../images/feedback_icon_01_03.png) no-repeat center center;
                            background-color: #fff;
                        }

                        .box8155_1 .feedback_form form .feedback .p_box .p4 .input215 {
                            width: 213px;
                            height: 32px;
                            float: left;
                            border: 1px solid #cccccc;
                            border-left: none 0;
                        }

                    .box8155_1 .feedback_form form .feedback .p_box .p5 {
                        overflow: hidden;
                        margin-top: 15px;
                    }

                        .box8155_1 .feedback_form form .feedback .p_box .p5 .p5_left {
                            float: left;
                            width: 44px;
                            height: 32px;
                            border: 1px solid #cccccc;
                            background: url(../images/feedback_icon_01_07.png) no-repeat center center;
                            background-color: #fff;
                        }

                        .box8155_1 .feedback_form form .feedback .p_box .p5 .input215 {
                            width: 84px;
                            height: 32px;
                            float: left;
                            border: 1px solid #cccccc;
                            border-left: none 0;
                        }

                        .box8155_1 .feedback_form form .feedback .p_box .p5 .p5_img {
                            margin-left: 10px;
                            margin-top: 4px;
                            cursor: pointer;
                        }

                .box8155_1 .feedback_form form .feedback .p_box1 {
                    float: left;
                    overflow: hidden;
                    margin-left: 20px;
                    width: 88px;
                }

                    .box8155_1 .feedback_form form .feedback .p_box1 .Submit {
                        width: 88px;
                        height: 34px;
                        border: 1px solid #0462a0;
                        text-align: center;
                        line-height: 32px;
                        font-family: 微软雅黑;
                        font-size: 14px;
                        border-radius: 8px;
                        background-color: #fff;
                        color: #0462a0;
                        cursor: pointer;
                    }

                    .box8155_1 .feedback_form form .feedback .p_box1 .Reset {
                        width: 88px;
                        height: 34px;
                        border: 1px solid #0462a0;
                        text-align: center;
                        line-height: 32px;
                        font-family: 微软雅黑;
                        font-size: 14px;
                        border-radius: 8px;
                        margin-top: 15px;
                        background-color: #fff;
                        color: #0462a0;
                        cursor: pointer;
                    }

                    .box8155_1 .feedback_form form .feedback .p_box1 .Submit:hover {
                        background-color: #0462a0;
                        color: #fff;
                    }

                    .box8155_1 .feedback_form form .feedback .p_box1 .Reset:hover {
                        background-color: #0462a0;
                        color: #fff;
                    }

/* 友情链接 */
.box8156_1 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

    .box8156_1 .link_box {
        border-radius: 12px;
        background-color: #ededed;
        position: relative;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        -webkit-border-radius: 12px;
    }

        .box8156_1 .link_box .link_title {
            height: 50px;
            border-radius: 12px 12px 0 0;
            background-color: #0462a0;
            position: absolute;
            width: 1000px;
            left: 0;
            top: 0;
            z-index: 999;
            -moz-border-radius: 12px 12px 0 0;
            -ms-border-radius: 12px 12px 0 0;
            -o-border-radius: 12px 12px 0 0;
            -webkit-border-radius: 12px 12px 0 0;
        }

        .box8156_1 .link_box::before {
            content: "";
            position: absolute;
            top: 10px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.6);
            z-index: 1;
            height: 40px;
            left: 1px;
            right: 1px;
            -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
            -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
            -o-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
            -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
        }

        .box8156_1 .link_box .link_title h2 {
            position: absolute;
            left: 25px;
            top: -22px;
            padding-left: 75px;
            font-size: 18px;
            color: #fff;
            line-height: 90px;
            height: 64px;
            background: url(../images/linl_icon_14.png) no-repeat left top;
        }

        .box8156_1 .link_box .link_list {
            overflow: hidden;
            padding: 20px;
            padding-top: 65px;
            padding-bottom: 0;
        }

            .box8156_1 .link_box .link_list li {
                float: left;
                margin: 0 10px;
                margin-bottom: 10px;
            }

                .box8156_1 .link_box .link_list li a {
                    width: 140px;
                    height: 30px;
                    font-family: 微软雅黑;
                    font-size: 14px;
                    text-align: center;
                    line-height: 30px;
                    display: block;
                    background-color: #fff;
                    border-radius: 6px;
                    color: #808080;
                    transition: all .6s ease;
                    overflow: hidden;
                    -moz-transition: all .6s ease;
                    -ms-transition: all .6s ease;
                    -o-transition: all .6s ease;
                    -webkit-transition: all .6s ease;
                    -moz-border-radius: 6px;
                    -ms-border-radius: 6px;
                    -o-border-radius: 6px;
                    -webkit-border-radius: 6px;
                }

                    .box8156_1 .link_box .link_list li a:hover {
                        background-color: #0462a0;
                        color: #fff;
                    }

/*底部导航*/
.box8016_1 {
    overflow: hidden;
    margin: 0 auto;
    width: 1000px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
    color: fff;
    font-family: 微软雅黑;
}

    .box8016_1 a {
        color: #fff;
        font-size: 16px;
        width: 166px;
        height: 50px;
        line-height: 50px;
        float: left;
        overflow: hidden;
        transition: all .4s ease-in;
        -moz-transition: all .4s ease-in;
        -ms-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
    }


/*底部内容*/
.box8017_1 {
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    line-height: 28px;
}

    .box8017_1 p {
    }

        .box8017_1 p span {
            padding: 0 10px;
        }

    .box8017_1 a {
        color: #fff;
    }

        .box8017_1 a:hover {
            color: #f60;
        }

    .box8017_1 img {
        display: inline-block;
    }

/*底部认证*/
.box8018_1 {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

    .box8018_1 img {
        display: inline-block;
        padding: 5 3px;
    }

/*内页左侧*/
.box8022_1 {
    overflow: hidden;
    width: 242px;
}

    .box8022_1 .Product_list {
        background-color: #FFF;
    }

        .box8022_1 .Product_list .Product_title {
            padding-left: 20px;
            line-height: 46px;
            height: 46px;
            color: #FFF;
            background-color: #0462a0;
            font-size: 18px;
        }

        .box8022_1 .Product_list .pcbox {
            overflow: hidden;
            border: 1px solid #cccccc;
            border-top: none 0;
            border-bottom: none 0;
        }

            .box8022_1 .Product_list .pcbox .fs6 {
                width: 242px;
                text-indent: 20px;
                height: 30px;
                line-height: 30px;
                color: #0462a0;
                background-color: #f2f2f2;
                border-bottom: 1px solid #cccccc;
            }

                .box8022_1 .Product_list .pcbox .fs6 a {
                    font-size: 14px;
                    font-family: 微软雅黑;
                    color: #0462a0;
                    display: block;
                    width: 242px;
                    height: 30px;
                    background: url(../images/pc_icon_07.png) no-repeat 200px;
                    center;
                }

                    .box8022_1 .Product_list .pcbox .fs6 a:hover {
                        color: #0462a0;
                        background: url(../images/pc_icon_07.png) no-repeat 200px center;
                    }

            .box8022_1 .Product_list .pcbox .Links1 {
            }

                .box8022_1 .Product_list .pcbox .Links1 li {
                    border-bottom: 1px solid #cccccc;
                    height: 35px;
                    line-height: 35px;
                    overflow: hidden;
                    text-indent: 20px;
                }

                    .box8022_1 .Product_list .pcbox .Links1 li a {
                        color: #999999;
                        display: block;
                        width: 242px;
                        height: 36px;
                        background: url(../images/left_menu_icon2.png) no-repeat 200px center;
                        transition: all .4s ease-in;
                        -moz-transition: all .4s ease-in;
                        -ms-transition: all .4s ease-in;
                        -o-transition: all .4s ease-in;
                        -webkit-transition: all .4s ease-in;
                    }

                        .box8022_1 .Product_list .pcbox .Links1 li a:hover {
                            color: #0462a0;
                            background: url(../images/pc_icon_07.png) no-repeat 200px center;
                        }

/*信息索引*/
.box8023_1 {
    overflow: hidden;
    width: 242px;
    margin-top: 10px;
}

    .box8023_1 .if_title {
        padding-left: 20px;
        line-height: 46px;
        height: 46px;
        color: #FFF;
        background-color: #0462a0;
        font-size: 18px;
        overflow: hidden;
    }

        .box8023_1 .if_title .more5 {
            float: right;
            width: 46px;
            height: 46px;
            background: url(../images/more_03.png) no-repeat center center;
            background-color: #0462a0;
            transition: all .6s ease-in;
            -moz-transition: all .6s ease-in;
            -ms-transition: all .6s ease-in;
            -o-transition: all .6s ease-in;
            -webkit-transition: all .6s ease-in;
        }

            .box8023_1 .if_title .more5:hover {
                transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
            }

    .box8023_1 .if_box {
        border: 1px solid #cccccc;
        border-top: none;
        border-bottom: none;
    }

        .box8023_1 .if_box ul {
            overflow: hidden;
        }

            .box8023_1 .if_box ul li {
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                border-bottom: 1px solid #cccccc;
            }

                .box8023_1 .if_box ul li a {
                    color: #666;
                    height: 30px;
                    line-height: 30px;
                    overflow: hidden;
                    display: block;
                    padding: 0 20px;
                    background: url(../images/news_icon_11.png) no-repeat 10px 10px;
                    text-indent: 10px;
                }

                    .box8023_1 .if_box ul li a:hover {
                        background: url(../images/news_icon_14.png) no-repeat 10px 10px;
                        color: #0462a0;
                    }

/* 联系我们 */
.box8157_1 {
    overflow: hidden;
    width: 242px;
    margin-top: 10px;
}

    .box8157_1 .Contact_title {
        height: 46px;
        line-height: 46px;
        background-color: #0462a0;
        overflow: hidden;
    }

        .box8157_1 .Contact_title h3 {
            float: left;
            line-height: 46px;
            height: 46px;
            color: white;
            font-size: 18px;
            text-indent: 20px;
        }

        .box8157_1 .Contact_title .more6 {
            float: right;
            width: 46px;
            height: 46px;
            background: url(../images/more_03.png) no-repeat center center;
            background-color: #0462a0;
            transition: all .6s ease-in;
            -moz-transition: all .6s ease-in;
            -ms-transition: all .6s ease-in;
            -o-transition: all .6s ease-in;
            -webkit-transition: all .6s ease-in;
        }

            .box8157_1 .Contact_title .more6:hover {
                transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
            }

    .box8157_1 .Contact_content {
        border: 1px solid #ccc;
        padding: 10px;
        overflow: hidden;
    }

        .box8157_1 .Contact_content img {
            display: block;
        }

        .box8157_1 .Contact_content .p1 {
            font-family: 微软雅黑;
            font-size: 12px;
            color: #666666;
            margin-top: 10px;
            overflow: hidden;
        }

            .box8157_1 .Contact_content .p1 .p1_left {
                float: left;
            }

            .box8157_1 .Contact_content .p1 .wd162 {
                width: 162px;
                overflow: hidden;
            }

            .box8157_1 .Contact_content .p1 .wd58 {
                width: 58px;
                overflow: hidden;
                text-align: right;
            }

            .box8157_1 .Contact_content .p1 .line_height {
                line-height: 24px;
            }

/*顶部面包屑导航*/
.box8025_1 {
    overflow: hidden;
    height: 44px;
    line-height: 54px;
    border-bottom: 2px solid #0462a0;
    width: 738px;
}

    .box8025_1 .sud_nav {
        float: right;
        overflow: hidden;
        padding-right: 10px;
    }

        .box8025_1 .sud_nav a {
            color: #666;
        }

            .box8025_1 .sud_nav a:hover {
                color: #f60;
            }

.osdn .heading {
    font-family: 微软雅黑;
    text-align: center;
    float: left;
    color: #fff;
    display: block;
    line-height: 46px;
    padding: 0 15px;
    font-size: 16px;
    height: 44px;
    overflow: hidden;
    background-color: #0462a0;
    border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
}

    .osdn .heading span {
        text-align: center;
        display: inline-block;
        font-size: 16px;
        overflow: hidden;
    }

/*公司介绍*/
.box8026_1 {
    margin: 23px 0;
    width: 738px;
}

    .box8026_1 .fr_right {
        float: right;
        padding: 3px;
        margin: 5px;
        border: 1px solid #dddddd;
    }

        .box8026_1 .fr_right img {
            width: 250px;
            height: 190px;
            display: block;
        }

    .box8026_1 .fr_left {
        color: #666;
        line-height: 24px;
    }

/*公司信息表格*/
.box8027_1 {
    margin-bottom: 8px;
    line-height: 22px;
    color: #666;
    font-size: 12px;
    width: 738px;
}

    .box8027_1 .module-title {
        height: 28px;
        position: relative;
        background: url(../images/titbg.png) repeat-x 0 -29px;
    }

        .box8027_1 .module-title .arrow {
            padding-left: 35px;
            background: url(../images/icon3.png) no-repeat 13px 6px;
            display: inline;
            float: left;
            font-size: 14px;
            font-weight: bold;
            height: 28px;
            line-height: 28px;
            margin: 0 4px;
        }

        .box8027_1 .module-title .tl {
            background: url(../images/titbg.png) repeat-x 0 0;
            height: 28px;
            position: absolute;
            width: 4px;
            left: 0;
            top: 0;
        }

        .box8027_1 .module-title .tr {
            background: url(../images/titbg.png) repeat-x -7px 0;
            height: 28px;
            position: absolute;
            width: 4px;
            right: 0;
            top: 0;
        }

    .box8027_1 .module-content {
        padding-top: 10px;
        border: 1px solid #c5c5c5;
        background: url(../images/txtbg.png) repeat-x left bottom;
    }

        .box8027_1 .module-content .detal-content {
            padding: 0 16px 10px 16px;
        }

            .box8027_1 .module-content .detal-content .panel {
                overflow: hidden;
                margin-bottom: 10px;
            }

                .box8027_1 .module-content .detal-content .panel .detai-title {
                    padding: 4px 0;
                    overflow: hidden;
                }

                    .box8027_1 .module-content .detal-content .panel .detai-title h6 {
                        background: url(../images/icon4.png) no-repeat 2px 5px;
                        float: left;
                        font-weight: bold;
                        margin-right: 12px;
                        padding-left: 12px;
                    }

                .box8027_1 .module-content .detal-content .panel .mod-detail-table {
                    background-color: #e3e3e3;
                    padding: 1px;
                    border-collapse: separate;
                    border-spacing: 1px;
                    color: #666;
                    font-size: 12px;
                    width: 100%;
                    overflow: hidden;
                }

                    .box8027_1 .module-content .detal-content .panel .mod-detail-table .item-title_ta1 {
                        overflow: hidden;
                        height: 44px;
                        background-color: #f3f3f3;
                        width: 97px;
                        margin: 0 1px 1px 0;
                        padding: 4px 0 4px 14px;
                        border: 1px solid #fff;
                        float: left;
                    }

                    .box8027_1 .module-content .detal-content .panel .mod-detail-table .item-title_ta2 {
                        overflow: hidden;
                        height: 44px;
                        background-color: #fff;
                        margin: 0 1px 1px 0;
                        vertical-align: top;
                        width: 210.5px;
                        word-break: break-all;
                        word-wrap: break-word;
                        border: 1px solid #fff;
                        float: left;
                        padding: 4px 10px 4px 14px;
                    }

                    .box8027_1 .module-content .detal-content .panel .mod-detail-table .item-title_ta3 {
                        overflow: hidden;
                        height: 24px;
                        background-color: #f3f3f3;
                        width: 97px;
                        margin: 0 1px 1px 0;
                        padding: 4px 0 4px 14px;
                        border: 1px solid #fff;
                        float: left;
                    }

                    .box8027_1 .module-content .detal-content .panel .mod-detail-table .item-title_ta4 {
                        overflow: hidden;
                        height: 24px;
                        background-color: #fff;
                        margin: 0 1px 1px 0;
                        vertical-align: top;
                        width: 210.5px;
                        word-break: break-all;
                        word-wrap: break-word;
                        border: 1px solid #fff;
                        float: left;
                        padding: 4px 10px 4px 14px;
                    }

/*名片*/
.box8028_1 {
    overflow: hidden;
   
    background-color: #f9f9f9;
    font-size: 12px;
    font-family: 微软雅黑;
    color: #666;
    margin-top: 20px;
}

    .box8028_1 .dmContactL-dl {
        display: block;
        height: 97px;
        margin-bottom: 10px;
        overflow: hidden;
        padding-left: 30px;
        padding-top: 30px;
    }

        .box8028_1 .dmContactL-dl .img {
            background-color: #fff;
            display: block;
            border: 1px solid #d4d4d4;
            float: left;
            width: 77px;
            height: 77px;
            padding: 3px;
            overflow: hidden;
            margin-right: 15px;
        }

            .box8028_1 .dmContactL-dl .img img {
                vertical-align: middle;
                width: 77px;
                height: 77px;
            }

        .box8028_1 .dmContactL-dl .dmContactL-dd {
            float: left;
            display: block;
            overflow: hidden;
            width: 550px;
        }

            .box8028_1 .dmContactL-dl .dmContactL-dd ul .tit1 {
                color: #999;
                height: 32px;
                line-height: 32px;
                overflow: hidden;
            }

                .box8028_1 .dmContactL-dl .dmContactL-dd ul .tit1 span {
                    display: inline-block;
                    margin-right: 15px;
                }

                    .box8028_1 .dmContactL-dl .dmContactL-dd ul .tit1 span strong {
                        color: #333;
                        font-size: 18px;
                        margin-right: 5px;
                        font-weight: 700;
                    }

                .box8028_1 .dmContactL-dl .dmContactL-dd ul .tit1 a {
                    display: inline-block;
                }

                    .box8028_1 .dmContactL-dl .dmContactL-dd ul .tit1 a img {
                        display: inline-block;
                        vertical-align: middle;
                    }

            .box8028_1 .dmContactL-dl .dmContactL-dd ul .tit2 {
                line-height: 24px;
                font-weight: 700;
            }

                .box8028_1 .dmContactL-dl .dmContactL-dd ul .tit2 strong {
                    color: #f5641d;
                    font-size: 14px;
                    font-weight: 700;
                }

    .box8028_1 .contact-ways {
        background-color: #fbe9b1;
        padding: 10px 30px;
    }

        .box8028_1 .contact-ways .tit1 {
            color: #333;
            padding: 2px 0;
            font-size: 16px;
        }

        .box8028_1 .contact-ways .tit2 {
            padding: 2px 0;
        }

            .box8028_1 .contact-ways .tit2 a, .box8028_1 .contact-ways .tit2 em {
                display: inline-block;
                overflow: hidden;
                margin-right: 10px;
                color: #666;
            }

            .box8028_1 .contact-ways .tit2 em {
                font-style: normal;
                font-weight: normal;
            }

            .box8028_1 .contact-ways .tit2 a:hover {
                color: #f60;
            }

    .box8028_1 .dmContactLInfo {
        padding: 20px 0 0 30px;
    }

        .box8028_1 .dmContactLInfo p {
            padding: 5px 0;
        }

            .box8028_1 .dmContactLInfo p strong {
                font-weight: 700;
            }

            .box8028_1 .dmContactLInfo p span {
                color: #f5641d;
                font-weight: 700;
                margin-right: 40px;
            }

                .box8028_1 .dmContactLInfo p span a {
                    color: #f60;
                }

                    .box8028_1 .dmContactLInfo p span a:hover {
                        color: #f60;
                    }

/*产品中心*/
.box8029_1 {
    overflow: hidden;
    width: 738px;
}

    .box8029_1 .ht10 {
        height: 0px;
    }

    .box8029_1 .boxpctxt {
        width: 738px;
        overflow: hidden;
    }

        .box8029_1 .boxpctxt ul {
            overflow: hidden;
        }

            .box8029_1 .boxpctxt ul li {
                margin-top: 30px;
                padding: 0 13px;
                float: left;
            }

                .box8029_1 .boxpctxt ul li .pc_01 {
                    width: 152px;
                    position: relative;
                    height: 122px;
                    display: table;
                    border: 1px solid #dddddd;
                    background-color: #fff;
                    border-collapse: collapse;
                }

                    .box8029_1 .boxpctxt ul li .pc_01 span {
                        display: table-cell;
                        vertical-align: middle;
                    }

                        .box8029_1 .boxpctxt ul li .pc_01 span a {
                            display: block;
                            text-align: center;
                            margin: 0 auto;
                        }

                            .box8029_1 .boxpctxt ul li .pc_01 span a img {
                                padding: 3px;
                                vertical-align: middle;
                            }

                .box8029_1 .boxpctxt ul li .link3 {
                    height: 27px;
                    line-height: 27px;
                    margin-top: 2px;
                    text-align: center;
                }

                    .box8029_1 .boxpctxt ul li .link3 a {
                        color: #666;
                    }

                        .box8029_1 .boxpctxt ul li .link3 a:hover {
                            color: #f60;
                        }

    .box8029_1 .Pag-lik {
        height: 30px;
        line-height: 28px;
        margin-top: 20px;
        text-align: center;
        border: 1px solid #c5c5c5;
    }

        .box8029_1 .Pag-lik span {
            vertical-align: middle;
            color: #666;
        }

            .box8029_1 .Pag-lik span a {
                color: #666;
            }

                .box8029_1 .Pag-lik span a:hover {
                    color: #f60;
                }

        .box8029_1 .Pag-lik .next_sup {
            border: 1px solid #c5c5c5;
            background: #fff;
            vertical-align: middle;
            text-align: left;
            color: inherit;
            width: 34px
        }

/*产品详情*/
.box8030_1 {
    width: 738px;
    overflow: hidden;
}

    .box8030_1 .ht10 {
        height: 10px;
    }

    .box8030_1 .pcDc2 {
        border: 1px solid #e0e0e0;
        overflow: hidden;
        width: 736px;
        margin-bottom: 15px;
    }

        .box8030_1 .pcDc2 .pcDcImg2 {
            float: left;
            width: 738px;
        }

            .box8030_1 .pcDc2 .pcDcImg2 .pcDcImgshow2 {
                padding: 10px;
                overflow: hidden;
                width: 718px;
                padding-top: 20px;
            }

                .box8030_1 .pcDc2 .pcDcImg2 .pcDcImgshow2 .pcDcImgshowBox2 {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                    width: 738px;
                    font-style: normal;
                    font-weight: normal;
                    color: #666;
                }

                    .box8030_1 .pcDc2 .pcDcImg2 .pcDcImgshow2 .pcDcImgshowBox2 a {
                        display: table-cell;
                        overflow: hidden;
                        text-align: center;
                        vertical-align: middle;
                        width: 738px;
                    }

                        .box8030_1 .pcDc2 .pcDcImg2 .pcDcImgshow2 .pcDcImgshowBox2 a img {
                            vertical-align: middle;
                            display: inline;
                        }

        .box8030_1 .pcDc2 .pcDcInfo2 {
            position: relative;
            width: 738px;
            overflow: hidden;
        }

            .box8030_1 .pcDc2 .pcDcInfo2 .pcNewDcPname2 {
                border-bottom: 1px solid #e0e0e0;
                padding: 15px 20px;
                text-align: center;
            }

                .box8030_1 .pcDc2 .pcDcInfo2 .pcNewDcPname2 .fsBold {
                    color: #222;
                    font-family: 微软雅黑;
                    font-weight: 700;
                }

        .box8030_1 .pcDc2 .pcDc-Txt2 {
            padding: 10px;
            overflow: hidden;
            color: #666;
            line-height: 22px;
        }

    .box8030_1 .bg {
        overflow: hidden;
        width: 738px;
    }

        .box8030_1 .bg .PreviousNextP {
            border-top: 1px solid #e0e0e0;
            padding-top: 8px;
        }

            .box8030_1 .bg .PreviousNextP li {
                color: #a1a1a1;
                margin-bottom: 5px;
            }

                .box8030_1 .bg .PreviousNextP li a {
                    color: #0462a0;
                }

                    .box8030_1 .bg .PreviousNextP li a:hover {
                        color: #f60;
                    }

/*供应信息*/
.box8031_1 {
    width: 738px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}

    .box8031_1 .ht10 {
        height: 10px;
    }

    .box8031_1 .Content-List {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .box8031_1 .Content-List ul {
            overflow: hidden;
        }

            .box8031_1 .Content-List ul li {
                background: url(../images/icon5.png) no-repeat 15px 15px;
                border-bottom: 1px solid #ddd;
                height: 35px;
                line-height: 35px;
                overflow: hidden;
                padding-left: 30px;
            }

                .box8031_1 .Content-List ul li .fr {
                    float: right;
                    padding-right: 10px;
                }

                .box8031_1 .Content-List ul li .Maincolor1 {
                    color: #999;
                }

                .box8031_1 .Content-List ul li a {
                    color: #666;
                }

                    .box8031_1 .Content-List ul li a:hover {
                        color: #f60;
                    }

    .box8031_1 .Pag-lik2 {
        height: 30px;
        line-height: 28px;
        margin-top: 20px;
        text-align: center;
        border: 1px solid #c5c5c5;
    }

        .box8031_1 .Pag-lik2 span {
            vertical-align: middle;
            color: #666;
        }

            .box8031_1 .Pag-lik2 span a {
                color: #666;
            }

                .box8031_1 .Pag-lik2 span a:hover {
                    color: #f60;
                }

        .box8031_1 .Pag-lik2 .next_sup {
            border: 1px solid #c5c5c5;
            background: #fff;
            vertical-align: middle;
            text-align: left;
            color: inherit;
            width: 34px
        }

/*供应信息详情*/
.box8032_1 {
    overflow: hidden;
    width: 738px;
    margin: 0 auto;
}

    .box8032_1 .pcDc {
        border: 1px #e0e0e0 solid;
        width: 736px;
        margin: 10px 0;
        overflow: hidden;
    }

    .box8032_1 .pcDcImg {
        width: 330px;
        height: 330px;
        float: left;
        border-right: 1px #e0e0e0 solid;
    }

    .box8032_1 .pcDcImgshow {
        height: 310px;
        width: 310px;
        overflow: hidden;
        padding: 10px;
    }

    .box8032_1 .pcDcImgshowBox {
        display: table-cell;
        height: 310px;
        text-align: center;
        vertical-align: middle;
        width: 310px;
    }

        .box8032_1 .pcDcImgshowBox a {
            display: table-cell;
            height: 310px;
            text-align: center;
            vertical-align: middle;
            width: 310px;
            overflow: hidden;
        }

    .box8032_1 .pcDcInfo {
        width: 405px;
        float: left;
        position: relative;
        overflow: hidden;
    }

    .box8032_1 .pcNewDcPname {
        margin-left: 1px;
        border-bottom: 1px #ededed solid;
        height: 49px;
        padding: 15px 10px;
        overflow: hidden;
    }

        .box8032_1 .pcNewDcPname h4 {
            font-size: 18px;
            font-family: 微软雅黑;
            color: #222;
            font-weight: 700;
        }

    .box8032_1 .pcDc-Txt {
        overflow: hidden;
        padding: 10px 0 10px 20px;
    }

        .box8032_1 .pcDc-Txt strong {
            font-weight: 700;
            color: #666;
        }

        .box8032_1 .pcDc-Txt h5 {
            font-size: 18px;
            color: #115196;
            font-family: 微软雅黑;
            padding: 0 0 5px 0;
            font-weight: 700;
        }

        .box8032_1 .pcDc-Txt li {
            padding: 2px 0;
            color: #808080;
            height: 18px;
            line-height: 18px;
            overflow: hidden;
        }

            .box8032_1 .pcDc-Txt li span {
                display: inline-block;
                color: #808080;
            }

            .box8032_1 .pcDc-Txt li .mr {
                margin-right: 50px;
                color: #808080;
            }

    .box8032_1 .pcDc2 {
        border: 1px #e0e0e0 solid;
        width: 738px;
        margin-bottom: 15px;
    }

    .box8032_1 .pcDcImg2 {
        float: left;
        width: 738px;
        border-right: solid 1px #e0e0e0;
    }

    .box8032_1 .pcDcImgshow2 {
        overflow: hidden;
        padding: 10px;
        width: 708px;
    }

    .box8032_1 .pcDcImgshowBox2 {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 728px;
    }

    .box8032_1 .pcDcInfo2 {
        width: 738px;
        position: relative;
        overflow: hidden;
    }

    .box8032_1 .pcNewDcPname2 {
        margin-left: 1px;
        text-align: center;
        border-bottom: 1px #ededed solid;
        padding: 15px 20px;
    }

    .box8032_1 .pcDc-Txt2 {
        overflow: hidden;
        padding: 10px;
    }

    .box8032_1 .pcDc-Txt-w405 {
        overflow: hidden;
        width: 365px;
        border: 1px solid #fbbeaf;
        background-color: #fff1ed;
        height: 120px;
        margin: 0 auto;
    }

    .box8032_1 .pcDc-Txt-w385 {
        overflow: hidden;
        width: 345px;
        margin: 0 auto;
        padding-top: 10px;
    }

        .box8032_1 .pcDc-Txt-w385 .boxht {
            height: 70px;
            border-bottom: 1px solid #f5d8d0;
            padding-left: 10px;
        }

        .box8032_1 .pcDc-Txt-w385 .det4 {
            height: 20px;
            margin-bottom: 12px;
        }

        .box8032_1 .pcDc-Txt-w385 .det5 {
            font-size: 18px;
            font-weight: 700;
            margin-right: 5px;
            font-family: 微软雅黑;
            color: #666;
        }

        .box8032_1 .pcDc-Txt-w385 .Share {
            border-top: 1px solid #fff;
            padding: 10px 0 0 10px;
        }

        .box8032_1 .pcDc-Txt-w385 .Ccs {
            margin-right: 10px;
            float: left;
        }

        .box8032_1 .pcDc-Txt-w385 .call-seller {
            margin-right: 10px;
            float: left;
            margin-top: 2px;
        }

        .box8032_1 .pcDc-Txt-w385 .Ccs {
            width: 91px;
            height: 25px;
            display: block;
            background: url(../images/contact.png) no-repeat left top;
        }

/*供应信息详情下*/
.box8033_1 {
    overflow: hidden;
    padding-bottom: 10px;
    width: 738px;
    margin: 0 auto;
}

    .box8033_1 .dMtab {
        height: 34px;
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        zoom: 1;
    }

        .box8033_1 .dMtab ul {
            overflow: hidden;
        }

            .box8033_1 .dMtab ul li.select {
                position: relative;
                height: 39px;
                background: url(../images/iconbg.gif) 50% 34px no-repeat;
            }

        .box8033_1 .dMtab li {
            float: left;
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            font-weight: 700;
            display: inline;
            cursor: pointer;
        }

        .box8033_1 .dMtab ul .select span {
            background-color: #f65730;
            color: #fff;
            height: 34px;
        }

        .box8033_1 .dMtab li span {
            padding: 0 27px;
            display: inline-block;
            height: 32px;
            color: #333;
        }

    .box8033_1 .pcProDetailInfoList {
        padding: 20px 0;
        width: 100%;
        border-bottom: 1px #e2e4e9 solid;
    }

        .box8033_1 .pcProDetailInfoList ul {
            width: 100%;
            overflow: hidden;
        }

            .box8033_1 .pcProDetailInfoList ul li {
                padding-left: 32px;
                display: inline;
                height: 25px;
                line-height: 25px;
                width: 300px;
                overflow: hidden;
                float: left;
            }

    .box8033_1 .pcProDetailIntro {
        padding: 20px 30px;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
    }

    .box8033_1 .Newlist-Tit {
        height: 35px;
        line-height: 35px;
    }

    .box8033_1 .Newlist-Link {
        border: 1px solid #d4d4d4;
        background: #f2f2f2;
        width: 720px;
        padding: 11px;
    }

        .box8033_1 .Newlist-Link p {
            color: #ea3416;
            height: 24px;
            line-height: 24px;
            margin-bottom: 5px;
        }

    .box8033_1 .PreviousNextP {
        padding-top: 8px;
        border-top: 1px solid #e0e0e0;
    }

        .box8033_1 .PreviousNextP li {
            color: #a1a1a1;
            margin-bottom: 5px;
        }

            .box8033_1 .PreviousNextP li a {
                color: #0462a0;
            }

                .box8033_1 .PreviousNextP li a:hover {
                    color: #f60;
                }

    .box8033_1 .bd {
        overflow: hidden;
    }

        .box8033_1 .bd ul {
            overflow: hidden;
        }

        .box8033_1 .bd .Contact_card .card {
            overflow: hidden;
            padding-bottom: 20px;
            background-color: #f9f9f9;
            font-size: 12px;
            font-family: 微软雅黑;
            color: #666;
        }

            .box8033_1 .bd .Contact_card .card .dmContactL-dl {
                display: block;
                height: 97px;
                margin-bottom: 10px;
                overflow: hidden;
                padding-left: 30px;
                padding-top: 30px;
            }

                .box8033_1 .bd .Contact_card .card .dmContactL-dl .img {
                    background-color: #fff;
                    display: block;
                    border: 1px solid #d4d4d4;
                    float: left;
                    width: 77px;
                    height: 77px;
                    padding: 3px;
                    overflow: hidden;
                    margin-right: 15px;
                }

                    .box8033_1 .bd .Contact_card .card .dmContactL-dl .img img {
                        vertical-align: middle;
                        width: 77px;
                        height: 77px;
                    }

                .box8033_1 .bd .Contact_card .card .dmContactL-dl .dmContactL-dd {
                    float: left;
                    display: block;
                    overflow: hidden;
                    width: 550px;
                }

                    .box8033_1 .bd .Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit1 {
                        color: #999;
                        height: 32px;
                        line-height: 32px;
                        overflow: hidden;
                    }

                        .box8033_1 .bd .Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit1 span {
                            display: inline-block;
                            margin-right: 15px;
                        }

                            .box8033_1 .bd .Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit1 span strong {
                                color: #333;
                                font-size: 18px;
                                margin-right: 5px;
                                font-weight: 700;
                            }

                        .box8033_1 .bd .Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit1 a {
                            display: inline-block;
                        }

                            .box8033_1 .bd .Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit1 a img {
                                display: inline-block;
                                vertical-align: middle;
                            }

                    .box8033_1 .bd .Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit2 {
                        line-height: 24px;
                        font-weight: 700;
                    }

                        .box8033_1 .bd .Contact_card .card .dmContactL-dl .dmContactL-dd ul .tit2 strong {
                            color: #f5641d;
                            font-size: 14px;
                            font-weight: 700;
                        }

            .box8033_1 .bd .Contact_card .card .contact-ways {
                background-color: #fbe9b1;
                padding: 10px 30px;
            }

                .box8033_1 .bd .Contact_card .card .contact-ways .tit1 {
                    color: #333;
                    padding: 2px 0;
                    font-size: 16px;
                }

                .box8033_1 .bd .Contact_card .card .contact-ways .tit2 {
                    padding: 2px 0;
                }

                    .box8033_1 .bd .Contact_card .card .contact-ways .tit2 a, .box8033_1 .bd .Contact_card .card .contact-ways .tit2 em {
                        display: inline-block;
                        overflow: hidden;
                        margin-right: 10px;
                        color: #666;
                    }

                    .box8033_1 .bd .Contact_card .card .contact-ways .tit2 em {
                        font-style: normal;
                        font-weight: normal;
                    }

                    .box8033_1 .bd .Contact_card .card .contact-ways .tit2 a:hover {
                        color: #f60;
                    }

            .box8033_1 .bd .Contact_card .card .dmContactLInfo {
                padding: 20px 0 0 30px;
            }

                .box8033_1 .bd .Contact_card .card .dmContactLInfo p {
                    padding: 5px 0;
                }

                    .box8033_1 .bd .Contact_card .card .dmContactLInfo p strong {
                        font-weight: 700;
                    }

                    .box8033_1 .bd .Contact_card .card .dmContactLInfo p span {
                        color: #f5641d;
                        font-weight: 700;
                        margin-right: 40px;
                    }

                        .box8033_1 .bd .Contact_card .card .dmContactLInfo p span a {
                            color: #f60;
                        }

                            .box8033_1 .bd .Contact_card .card .dmContactLInfo p span a:hover {
                                color: #f60;
                            }

/*供应最新信息*/
.box8034_1 {
    width: 738px;
    overflow: hidden;
    margin: 0 auto;
}

    .box8034_1 .NewTit {
        color: #656565;
        font-weight: bold;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin-top: 15px;
        border-bottom: 1px solid #e0e0e0;
    }

    .box8034_1 .NewMain {
        padding: 10px 0px 25px 0;
        overflow: hidden;
    }

        .box8034_1 .NewMain li {
            float: left;
            width: 305px;
            margin-right: 20px;
            height: 28px;
            line-height: 29px;
            background: url(../images/Listicon16.png) no-repeat center left;
            padding-left: 15px;
        }

            .box8034_1 .NewMain li a {
                display: block;
                width: 320px;
                height: 28px;
                line-height: 28px;
                color: #666;
                overflow: hidden;
            }

                .box8034_1 .NewMain li a:hover {
                    color: #f60;
                }

    .box8034_1 .ht10 {
        height: 10px;
    }

/*新闻资讯*/
.box8035_1 {
    width: 738px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    margin: 0 auto;
}

    .box8035_1 .ht10 {
        height: 10px;
    }

    .box8035_1 .Content-List {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .box8035_1 .Content-List ul {
            overflow: hidden;
        }

            .box8035_1 .Content-List ul li {
                background: url(../images/icon5.png) no-repeat 15px 15px;
                border-bottom: 1px solid #ddd;
                height: 35px;
                line-height: 35px;
                overflow: hidden;
                padding-left: 30px;
            }

                .box8035_1 .Content-List ul li .fr {
                    float: right;
                    padding-right: 10px;
                }

                .box8035_1 .Content-List ul li .Maincolor1 {
                    color: #999;
                }

                .box8035_1 .Content-List ul li a {
                    color: #666;
                }

                    .box8035_1 .Content-List ul li a:hover {
                        color: #f60;
                    }

    .box8035_1 .Pag-lik2 {
        height: 30px;
        line-height: 28px;
        margin-top: 20px;
        text-align: center;
        border: 1px solid #c5c5c5;
    }

        .box8035_1 .Pag-lik2 span {
            vertical-align: middle;
            color: #666;
        }

            .box8035_1 .Pag-lik2 span a {
                color: #666;
            }

                .box8035_1 .Pag-lik2 span a:hover {
                    color: #f60;
                }

        .box8035_1 .Pag-lik2 .next_sup {
            border: 1px solid #c5c5c5;
            background: #fff;
            vertical-align: middle;
            text-align: left;
            color: inherit;
            width: 34px
        }

/*新闻资讯详情*/
.box8036_1 {
    width: 738px;
    overflow: hidden;
    color: #666;
    margin: 0 auto;
}

    .box8036_1 .zixun_xq {
        line-height: 28px;
        padding: 15px;
        font-size: 14px;
        color: #333;
        font-family: 微软雅黑;
    }

        .box8036_1 .zixun_xq p {
            font-size: 12px;
            color: #616161;
            font-family: 微软雅黑;
        }

    .box8036_1 .PreviousNextP {
        padding-top: 8px;
        border-top: 1px solid #e0e0e0;
    }

        .box8036_1 .PreviousNextP li {
            margin-bottom: 5px;
            color: #a1a1a1;
        }

            .box8036_1 .PreviousNextP li a {
                color: #0462a0;
            }

                .box8036_1 .PreviousNextP li a:hover {
                    color: #f60;
                }

/*企业图集*/
.box8037_1 {
    overflow: hidden;
    width: 738px;
    margin: 0 auto;
}

    .box8037_1 .ht10 {
        height: 0;
    }

    .box8037_1 .boxpctxt {
        width: 738px;
        overflow: hidden;
    }

        .box8037_1 .boxpctxt ul {
            overflow: hidden;
        }

            .box8037_1 .boxpctxt ul li {
                width: 152px;
                margin-top: 30px;
                padding: 0 16px;
                float: left;
            }

                .box8037_1 .boxpctxt ul li .pc_01 {
                    width: 152px;
                    position: relative;
                    height: 122px;
                    display: table;
                    border: 1px solid #dddddd;
                    background-color: #fff;
                    border-collapse: collapse;
                }

                    .box8037_1 .boxpctxt ul li .pc_01 span {
                        display: table-cell;
                        vertical-align: middle;
                    }

                        .box8037_1 .boxpctxt ul li .pc_01 span a {
                            display: block;
                            text-align: center;
                            margin: 0 auto;
                        }

                            .box8037_1 .boxpctxt ul li .pc_01 span a img {
                                padding: 3px;
                                vertical-align: middle;
                                width: 150px;
                                height: 122px;
                            }

                .box8037_1 .boxpctxt ul li .link3 {
                    height: 27px;
                    line-height: 27px;
                    margin-top: 2px;
                    text-align: center;
                }

                    .box8037_1 .boxpctxt ul li .link3 a {
                        color: #666;
                    }

                        .box8037_1 .boxpctxt ul li .link3 a:hover {
                            color: #f60;
                        }

    .box8037_1 .Pag-lik {
        height: 30px;
        line-height: 28px;
        margin-top: 20px;
        text-align: center;
        border: 1px solid #c5c5c5;
    }

        .box8037_1 .Pag-lik span {
            vertical-align: middle;
            color: #666;
        }

            .box8037_1 .Pag-lik span a {
                color: #666;
            }

                .box8037_1 .Pag-lik span a:hover {
                    color: #f60;
                }

        .box8037_1 .Pag-lik .next_sup {
            border: 1px solid #c5c5c5;
            background: #fff;
            vertical-align: middle;
            text-align: left;
            color: inherit;
            width: 34px
        }

/*企业图集如意宝*/
.box8038_1 {
    overflow: hidden;
    width: 738px;
    margin: 0 auto;
}

    .box8038_1 .ht10 {
        height: 0;
    }

    .box8038_1 .boxpctxt {
        width: 738px;
        overflow: hidden;
    }

        .box8038_1 .boxpctxt ul {
            overflow: hidden;
        }

            .box8038_1 .boxpctxt ul li {
                width: 152px;
                margin-top: 30px;
                padding: 0 16px;
                float: left;
            }

                .box8038_1 .boxpctxt ul li .pc_01 {
                    width: 152px;
                    position: relative;
                    height: 122px;
                    display: table;
                    border: 1px solid #dddddd;
                    background-color: #fff;
                    border-collapse: collapse;
                }

                    .box8038_1 .boxpctxt ul li .pc_01 span {
                        display: table-cell;
                        vertical-align: middle;
                    }

                        .box8038_1 .boxpctxt ul li .pc_01 span a {
                            display: block;
                            text-align: center;
                            margin: 0 auto;
                        }

                            .box8038_1 .boxpctxt ul li .pc_01 span a img {
                                padding: 3px;
                                vertical-align: middle;
                                width: 150px;
                                height: 122px;
                            }

                .box8038_1 .boxpctxt ul li .link3 {
                    height: 27px;
                    line-height: 27px;
                    margin-top: 2px;
                    text-align: center;
                }

                    .box8038_1 .boxpctxt ul li .link3 a {
                        color: #666;
                    }

                        .box8038_1 .boxpctxt ul li .link3 a:hover {
                            color: #f60;
                        }

    .box8038_1 .Pag-lik {
        height: 30px;
        line-height: 28px;
        margin-top: 20px;
        text-align: center;
        border: 1px solid #c5c5c5;
    }

        .box8038_1 .Pag-lik span {
            vertical-align: middle;
            color: #666;
        }

            .box8038_1 .Pag-lik span a {
                color: #666;
            }

                .box8038_1 .Pag-lik span a:hover {
                    color: #f60;
                }

        .box8038_1 .Pag-lik .next_sup {
            border: 1px solid #c5c5c5;
            background: #fff;
            vertical-align: middle;
            text-align: left;
            color: inherit;
            width: 34px
        }

/*图集详情*/
.box8039_1 {
    overflow: hidden;
    width: 738px;
    margin: 0 auto;
    margin-top: 20px;
}

    .box8039_1 .pcDc2 {
        border: 1px #e0e0e0 solid;
        margin-bottom: 15px;
    }

    .box8039_1 .pcDcImg2 {
    }

    .box8039_1 .pcDcImgshow2 {
        overflow: hidden;
        padding: 10px;
        padding-top: 20px;
    }

    .box8039_1 .pcDcImgshowBox2 {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 698px;
    }

    .box8039_1 .pcDcInfo2 {
        position: relative;
        overflow: hidden;
    }

    .box8039_1 .pcNewDcPname2 {
        margin-left: 1px;
        text-align: center;
        border-bottom: 1px #ededed solid;
        padding: 15px 20px;
    }

        .box8039_1 .pcNewDcPname2 h4 {
            font-size: 16px;
        }

            .box8039_1 .pcNewDcPname2 h4 a {
                font-size: 18px;
                font-weight: normal;
            }

    .box8039_1 .pcDc-Txt2 {
        overflow: hidden;
        padding: 10px;
    }

    .box8039_1 .pcDcImgshowBox2 a img {
        display: inline-block;
        vertical-align: middle;
    }

    .box8039_1 .bg {
        overflow: hidden;
        width: 740px;
        padding-bottom: 25px;
    }

        .box8039_1 .bg .PreviousNextP {
            border-top: 1px solid #e0e0e0;
            padding-top: 8px;
        }

            .box8039_1 .bg .PreviousNextP li {
                color: #a1a1a1;
                margin-bottom: 5px;
            }

                .box8039_1 .bg .PreviousNextP li a {
                    color: #0462a0;
                }

                    .box8039_1 .bg .PreviousNextP li a:hover {
                        color: #f60;
                    }

/*联系我们留言表格*/
.box8040_1 {
    overflow: hidden;
    width: 738px;
    line-height: 22px;
    margin-top: 20px;
}

    .box8040_1 .module-title {
        height: 28px;
        position: relative;
        background: url(../images/titbg.png) repeat-x 0 -29px;
    }

        .box8040_1 .module-title .arrow {
            padding-left: 35px;
            background: url(../images/icon3.png) no-repeat 13px 6px;
            display: inline;
            float: left;
            font-size: 14px;
            font-weight: bold;
            height: 28px;
            line-height: 28px;
            margin: 0 4px;
        }

        .box8040_1 .module-title .tl {
            background: url(../images/titbg.png) repeat-x 0 0;
            height: 28px;
            position: absolute;
            width: 4px;
            left: 0;
            top: 0;
        }

        .box8040_1 .module-title .tr {
            background: url(../images/titbg.png) repeat-x -7px 0;
            height: 28px;
            position: absolute;
            width: 4px;
            right: 0;
            top: 0;
        }

    .box8040_1 .module-content {
        background: url(../images/txtbg.png) repeat-x left bottom;
        padding-top: 10px;
        border: 1px solid #c5c5c5;
    }

        .box8040_1 .module-content .Online2 {
            overflow: hidden;
            padding: 15px 35px 0 35px;
            color: #222;
            font-size: 12px;
        }

            .box8040_1 .module-content .Online2 .form2 {
                overflow: hidden;
            }

                .box8040_1 .module-content .Online2 .form2 .p3 {
                    float: left;
                    height: 30px;
                    line-height: 30px;
                    margin-right: 10px;
                    text-align: right;
                    width: 70px;
                }

                .box8040_1 .module-content .Online2 .form2 .p4 {
                    float: left;
                    width: 586px;
                    height: 40px;
                }

                    .box8040_1 .module-content .Online2 .form2 .p4 .input320 {
                        padding-left: 5px;
                        height: 25px;
                        line-height: 25px;
                        width: 195px;
                        border: 1px solid #dddddd;
                        color: inherit;
                        vertical-align: middle;
                        background-color: #fff;
                    }

                    .box8040_1 .module-content .Online2 .form2 .p4 .onShow {
                        display: inline-block;
                        margin-bottom: 4px;
                    }

                    .box8040_1 .module-content .Online2 .form2 .p4 .onShow1 {
                        display: inline-block;
                        height: 25px;
                        line-height: 26px;
                        margin-left: 15px;
                        padding-left: 25px;
                        vertical-align: middle;
                        font-size: 12px;
                        background: url(../images/Why.png) no-repeat 0 center;
                    }

                .box8040_1 .module-content .Online2 .form2 .p5 {
                    float: left;
                    height: 140px;
                    line-height: 140px;
                    text-align: right;
                    width: 70px;
                    margin-right: 10px;
                }

                .box8040_1 .module-content .Online2 .form2 .p6 {
                    width: 586px;
                    height: 140px;
                    float: left;
                }

                    .box8040_1 .module-content .Online2 .form2 .p6 .input500 {
                        width: 480px;
                        height: 100px;
                        padding: 10px;
                        line-height: 18px;
                        border: 1px solid #dddddd;
                        vertical-align: middle;
                        color: inherit;
                    }

                .box8040_1 .module-content .Online2 .form2 .p4 .input70 {
                    width: 70px;
                    height: 25px;
                    line-height: 25px;
                    border: 1px solid #dddddd;
                    padding-left: 5px;
                }

                .box8040_1 .module-content .Online2 .form2 .p4 img {
                    width: 80px;
                    height: 20px;
                    display: inline;
                    vertical-align: middle;
                }

                .box8040_1 .module-content .Online2 .form2 .p4 .mr40 {
                    cursor: pointer;
                    margin-right: 40px;
                    color: #222;
                }

                .box8040_1 .module-content .Online2 .form2 .p7 {
                    float: left;
                    height: 85px;
                    width: 70px;
                    margin-right: 10px;
                }

                .box8040_1 .module-content .Online2 .form2 .p8 {
                    width: 586px;
                    height: 85px;
                    line-height: 85px;
                    float: left;
                }

                    .box8040_1 .module-content .Online2 .form2 .p8 .Submit {
                        width: 90px;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                        font-size: 16px;
                        color: #fff;
                        cursor: pointer;
                        font-family: 微软雅黑;
                        background-color: #0462a0;
                        margin-right: 20px;
                    }

                    .box8040_1 .module-content .Online2 .form2 .p8 .Reset {
                        width: 90px;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                        font-size: 16px;
                        color: #fff;
                        cursor: pointer;
                        font-family: 微软雅黑;
                        background-color: #0462a0;
                    }



.box8040_2 {
    overflow: hidden;
    width: 249px;
    line-height: 22px;
    margin-top: 20px;
    padding-left: 21px;
}

    .box8040_2 .module-title {
        height: 28px;
        position: relative;
        background: url(../images/titbg.png) repeat-x 0 -29px;
    }

        .box8040_2 .module-title .arrow {
            padding-left: 35px;
            background: url(../images/icon3.png) no-repeat 13px 6px;
            display: inline;
            float: left;
            font-size: 14px;
            font-weight: bold;
            height: 28px;
            line-height: 28px;
            margin: 0 4px;
        }

        .box8040_2 .module-title .tl {
            background: url(../images/titbg.png) repeat-x 0 0;
            height: 28px;
            position: absolute;
            width: 4px;
            left: 0;
            top: 0;
        }

        .box8040_2 .module-title .tr {
            background: url(../images/titbg.png) repeat-x -7px 0;
            height: 28px;
            position: absolute;
            width: 4px;
            right: 0;
            top: 0;
        }

    .box8040_2 .module-content {
        background: url(../images/txtbg.png) repeat-x left bottom;
        padding-top: 10px;
        border: 1px solid #c5c5c5;
    }

        .box8040_2 .module-content .Online2 {
            overflow: hidden;
            padding: 0px 10px 20px 10px;
            color: #222;
            font-size: 12px;
        }

            .box8040_2 .module-content .Online2 .form2 {
                overflow: hidden;
            }

                .box8040_2 .module-content .Online2 .form2 .p3 {
                    float: left;
                    height: 30px;
                    line-height: 30px;
                    margin-right: 10px;
                    text-align: right;
                    width: 70px;
                }

                .box8040_2 .module-content .Online2 .form2 .p4 {
                    float: left;
                    width: 586px;
                    height: 40px;
                }

                    .box8040_2 .module-content .Online2 .form2 .p4 .input320 {
                        padding-left: 5px;
                        height: 25px;
                        line-height: 25px;
                        width: 195px;
                        border: 1px solid #dddddd;
                        color: inherit;
                        vertical-align: middle;
                        background-color: #fff;
                    }

                    .box8040_2 .module-content .Online2 .form2 .p4 .onShow {
                        display: inline-block;
                        margin-bottom: 4px;
                    }

                    .box8040_2 .module-content .Online2 .form2 .p4 .onShow1 {
                        display: inline-block;
                        height: 25px;
                        line-height: 26px;
                        margin-left: 15px;
                        padding-left: 25px;
                        vertical-align: middle;
                        font-size: 12px;
                        background: url(../images9/Why.png) no-repeat 0 center;
                    }

                .box8040_2 .module-content .Online2 .form2 .p5 {
                    float: left;
                    height: 140px;
                    line-height: 140px;
                    text-align: right;
                    width: 70px;
                    margin-right: 10px;
                }

                .box8040_2 .module-content .Online2 .form2 .p6 {
                    width: 200px;
                    height: 60px;
                    float: left;
                }

                    .box8040_2 .module-content .Online2 .form2 .p6 .input500 {
                        width: 205px;
                        height: 30px;
                        padding: 10px;
                        line-height: 18px;
                        border: 1px solid #dddddd;
                        vertical-align: middle;
                        color: inherit;
                    }

                .box8040_2 .module-content .Online2 .form2 .p4 .input70 {
                    width: 70px;
                    height: 25px;
                    line-height: 25px;
                    border: 1px solid #dddddd;
                    padding-left: 5px;
                }

                .box8040_2 .module-content .Online2 .form2 .p4 img {
                    width: 80px;
                    height: 20px;
                    display: inline;
                    vertical-align: middle;
                }

                .box8040_2 .module-content .Online2 .form2 .p4 .mr40 {
                    cursor: pointer;
                    margin-right: 40px;
                    color: #222;
                }

                .box8040_2 .module-content .Online2 .form2 .p7 {
                    float: left;
                    height: 85px;
                    width: 70px;
                    margin-right: 10px;
                }

                .box8040_2 .module-content .Online2 .form2 .p8 {
                    width: 586px;
                    height: 85px;
                    line-height: 85px;
                    float: left;
                    padding-top: 54px;
                }

                    .box8040_2 .module-content .Online2 .form2 .p8 .Submit {
                        width: 90px;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                        font-size: 16px;
                        color: #fff;
                        cursor: pointer;
                        font-family: 微软雅黑;
                        background-color: #0462a0;
                        margin-right: 20px;
                    }

                    .box8040_2 .module-content .Online2 .form2 .p8 .Reset {
                        width: 90px;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                        font-size: 16px;
                        color: #fff;
                        cursor: pointer;
                        font-family: 微软雅黑;
                        background-color: #0462a0;
                    }

/*新闻资讯列表01*/
.box8041_1 {
    width: 738px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    margin: 0 auto;
}

    .box8041_1 .ht10 {
        height: 10px;
    }

    .box8041_1 .Content-List {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .box8041_1 .Content-List ul {
            overflow: hidden;
        }

            .box8041_1 .Content-List ul li {
                background: url(../images/icon5.png) no-repeat 15px 15px;
                border-bottom: 1px solid #ddd;
                height: 35px;
                line-height: 35px;
                overflow: hidden;
                padding-left: 30px;
            }

                .box8041_1 .Content-List ul li .fr {
                    float: right;
                    padding-right: 10px;
                }

                .box8041_1 .Content-List ul li .Maincolor1 {
                    color: #999;
                }

                .box8041_1 .Content-List ul li a {
                    color: #666;
                }

                    .box8041_1 .Content-List ul li a:hover {
                        color: #f60;
                    }

    .box8041_1 .Pag-lik2 {
        height: 30px;
        line-height: 28px;
        margin-top: 20px;
        text-align: center;
        border: 1px solid #c5c5c5;
    }

        .box8041_1 .Pag-lik2 span {
            vertical-align: middle;
            color: #666;
        }

            .box8041_1 .Pag-lik2 span a {
                color: #666;
            }

                .box8041_1 .Pag-lik2 span a:hover {
                    color: #f60;
                }

        .box8041_1 .Pag-lik2 .next_sup {
            border: 1px solid #c5c5c5;
            background: #fff;
            vertical-align: middle;
            text-align: left;
            color: inherit;
            width: 34px
        }

/*如意宝新闻资讯详情*/
.box8112_1 {
    width: 740px;
    overflow: hidden;
    color: #666;
}

    .box8112_1 .zixun_xq {
        line-height: 28px;
        padding: 15px;
        font-size: 14px;
        color: #333;
        font-family: 微软雅黑;
    }

        .box8112_1 .zixun_xq p {
            font-size: 14px;
            color: #6B6B6B;
            font-family: 微软雅黑;
        }

    .box8112_1 .PreviousNextP {
        padding-top: 8px;
        border-top: 1px solid #e0e0e0;
    }

        .box8112_1 .PreviousNextP li {
            margin-bottom: 5px;
            color: #a1a1a1;
        }

            .box8112_1 .PreviousNextP li a {
                color: #0462a0;
            }

                .box8112_1 .PreviousNextP li a:hover {
                    color: #f60;
                }

/*如意宝自定义内容*/
.box8111_1 {
    overflow: hidden;
}

/*关键词搜索*/
.box8042_1 {
    overflow: hidden;
    width: 738px;
    margin: 0 auto;
}

    .box8042_1 .search_top {
        overflow: hidden;
    }

        .box8042_1 .search_top .search_list {
            overflow: hidden;
        }

            .box8042_1 .search_top .search_list li {
                float: left;
                width: 156px;
                margin: 20px 9px 0 9px;
                overflow: hidden;
            }

                .box8042_1 .search_top .search_list li .se_01 {
                    background: #FFF;
                    padding: 2px;
                    height: 122px;
                    border: 1px solid #dddddd;
                }

                .box8042_1 .search_top .search_list li img {
                    width: 150px;
                    height: 122px;
                }

                .box8042_1 .search_top .search_list li h6 {
                    text-align: left;
                    margin-top: 8px;
                    height: 36px;
                    overflow: hidden;
                }

                    .box8042_1 .search_top .search_list li h6 a {
                        color: #666;
                    }

                        .box8042_1 .search_top .search_list li h6 a:hover {
                            color: #f60;
                        }

    .box8042_1 .pcDc-Txt-w740 {
        overflow: hidden;
        border-top: 1px solid #e2e2e2;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .box8042_1 .pcDc-Txt-w740-dl {
        overflow: hidden;
        display: block;
        padding-top: 30px;
        margin-bottom: 15px;
    }

        .box8042_1 .pcDc-Txt-w740-dl .img {
            width: 77px;
            height: 77px;
            padding: 0px;
            background-color: #fff;
            border: 1px solid #d4d4d4;
            overflow: hidden;
            display: block;
            margin-right: 15px;
            float: left;
        }

            .box8042_1 .pcDc-Txt-w740-dl .img img {
                vertical-align: middle;
            }

    .box8042_1 .pcDc-Txt-w740-dd {
        float: left;
        overflow: hidden;
        display: block;
    }

        .box8042_1 .pcDc-Txt-w740-dd a {
            font-size: 18px;
            color: #115196;
        }

        .box8042_1 .pcDc-Txt-w740-dd h2 {
            font-size: 18px;
            color: #115196;
            font-family: 微软雅黑;
            padding: 0 0 5px 0;
        }

        .box8042_1 .pcDc-Txt-w740-dd li {
            padding: 2px 0;
            color: #808080;
        }

            .box8042_1 .pcDc-Txt-w740-dd li span {
                display: inline-block;
            }

            .box8042_1 .pcDc-Txt-w740-dd li .mr {
                margin-right: 50px;
            }

    .box8042_1 .pcDc-Txt-w740-Contact {
        overflow: hidden;
        border: 1px solid #fbbeaf;
        background-color: #fff1ed;
        height: 135px;
    }

    .box8042_1 .pcDc-Txt-w740-Contact-w578 {
        overflow: hidden;
        padding: 15px 20px 0 20px;
    }

        .box8042_1 .pcDc-Txt-w740-Contact-w578 .boxht {
            height: 75px;
            border-bottom: 1px solid #f5d8d0;
            padding-left: 10px;
        }

            .box8042_1 .pcDc-Txt-w740-Contact-w578 .boxht * {
                vertical-align: middle;
            }

        .box8042_1 .pcDc-Txt-w740-Contact-w578 .det4 {
            height: 20px;
            margin-bottom: 12px;
        }

        .box8042_1 .pcDc-Txt-w740-Contact-w578 .det5 {
            font-size: 18px;
            font-weight: 700;
            margin-right: 5px;
            font-family: 微软雅黑;
            color: #666;
        }

        .box8042_1 .pcDc-Txt-w740-Contact-w578 .det6 {
            color: #8ba8c7;
        }

        .box8042_1 .pcDc-Txt-w740-Contact-w578 .icon91-25 {
            display: inline-block;
            overflow: hidden;
            width: 91px;
            height: 25px;
            background: url(../images/contact.png) top left no-repeat;
            margin-right: 15px;
        }

        .box8042_1 .pcDc-Txt-w740-Contact-w578 .icon126-25 {
            display: inline-block;
            overflow: hidden;
            width: 126px;
            height: 25px;
            background: url(../images/icon126-25.png) top left no-repeat;
            margin-right: 15px;
        }

        .box8042_1 .pcDc-Txt-w740-Contact-w578 .Share {
            border-top: 1px solid #fff;
            padding: 10px 0 0 10px;
        }

    .box8042_1 .search_list {
        padding: 15px;
    }

        .box8042_1 .search_list .Content-List {
            margin-bottom: 10px;
        }

            .box8042_1 .search_list .Content-List li {
                height: 35px;
                line-height: 35px;
                overflow: hidden;
                border-bottom: solid 1px #ddd;
                background: url(../images/icon5.png) 15px 15px no-repeat;
                padding-left: 30px;
                color: #999999;
            }

            .box8042_1 .search_list .Content-List ul li .fr {
                float: right;
            }

            .box8042_1 .search_list .Content-List ul li a {
                color: #666;
            }

                .box8042_1 .search_list .Content-List ul li a:hover {
                    color: #0462a0;
                }

        .box8042_1 .search_list .Pag-lik {
            text-align: center;
            line-height: 28px;
            height: 30px;
            border: 1px solid #dddddd;
        }

            .box8042_1 .search_list .Pag-lik span {
                vertical-align: middle;
            }

                .box8042_1 .search_list .Pag-lik span a {
                    color: #666;
                }

                    .box8042_1 .search_list .Pag-lik span a:hover {
                        color: #a00b04;
                    }

    .box8042_1 .pcDc-Txt-w740-Contact-w578 .boxht .lianxi .qq img {
        display: inline-block;
        margin-bottom: 2px;
    }

    .box8042_1 .search_list .Newlist-Tit {
        display: inline-block;
    }

        .box8042_1 .search_list .Newlist-Tit h2 {
            display: inline-block;
            color: #0462a0;
            font-size: 12px;
        }

        .box8042_1 .search_list .Newlist-Tit .sz {
            color: #ea3416;
            margin: 0 3px;
        }

    .box8042_1 .search_list .Content-List ul {
        overflow: hidden;
    }

    .box8042_1 .search_list .Pag-lik .Mainsideline3 {
        width: 34px;
        border: 1px solid #c5c5c5;
    }


.banners {
    height: 500px;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 410px;
}

    .fullSlide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .fullSlide .bd ul {
            width: 100% !important;
        }

        .fullSlide .bd li {
            width: 100% !important;
            height: 410px;
            overflow: hidden;
            text-align: center;
            background-position: center top;
        }

            .fullSlide .bd li a {
                display: block;
                height: 500px;
            }

    .fullSlide .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: -1px;
        left: 5px;
        height: 30px;
        line-height: 30px;
    }

        .fullSlide .hd ul {
            text-align: center;
        }

            .fullSlide .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 100px;
                height: 8px;
                margin: 1px;
                overflow: hidden;
                background: #fff;
                line-height: 999px;
            }

            .fullSlide .hd ul .on {
                background: #0466a8;
            }

    .fullSlide .prev, .fullSlide .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -30px;
        left: 5%;
        z-index: 1;
        width: 40px;
        height: 60px;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
        display: none;
        width: 73px;
        height: 73px;
    }

    .fullSlide .prev {
        background: url(../images/left1s.png) no-repeat;
    }

    .fullSlide .next {
        left: auto;
        right: 5%;
        background: url(../images/right1s.png) no-repeat;
    }
    .h_nav{ height:56px;overflow:hidden;}
    .h_nav li{float:left;height:56px;line-height:56px;background:url(images/nav_hover1.png) no-repeat right center;}
    .h_nav a{display:block;padding:0 55px; font-size:14px; color:#666666; }
    .h_nav a:hover{ text-decoration:none;}
    .h_nav .cur a,.h_nav li a:hover{ background:#0462a0; color:#fff ;}