﻿



/*产品页导航栏加面包屑*/
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.find_nav {
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
}

.find_nav_left {
    height: 80px;
    overflow: hidden;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
}

.find_nav_list {
    left: 0;
}

    .find_nav_list ul {
        position: relative;
        white-space: nowrap;
        font-size: 0;
    }

        .find_nav_list ul li {
            display: inline-block;
            padding: 0 13px;
        }

            .find_nav_list ul li a {
                display: block;
                width: 100%;
                height: 100%;
                line-height: 80px;
                font-size: 20px;
                text-align: center;
                color: #999;
                cursor:default;
            }

.find_nav_cur a {
    color: rgb(20, 92, 186) !important;
}

.sideline {
    display: block;
    position: absolute;
    border: 0;
    height: 2px;
    background-color: rgb(20, 92, 186);
    left: 0;
    top: 77px;
    pointer-events: none;
}

.search_logo {
    display: block;
    width: 44px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #48a5f4;
}




/*定位居中*/
.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a {
    color: #3e3e3e;
    text-decoration: none;
}

img, input, button, textarea {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

/*去掉行内替换元素空白缝隙*/
img {
    border: 0;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em, u {
    font-style: normal;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

#menu {
    overflow: hidden;
    height: 100%;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:400px;
}

 
    #menu #open {
        /*显示菜单样式*/
        width: 2.6rem;
        height: 100%;
        background-color: #fff;
        padding-bottom: 0.1rem;
        box-sizing: border-box;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
    }

        #menu #open .navH {
            height: 0.6rem;
            background-color: #44495a;
            line-height: 0.6rem;
            text-align: center;
            font-size: 0.22rem;
            color: #fff;
            position: relative;
            box-sizing: border-box;
        }

            #menu #open .navH span {
                position: absolute;
                top: 49%;
                right: 0;
                padding: 0 0.15rem;
                cursor: pointer;
                -webkit-transform: translate(0, -50%);
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
                display: inline-block;
            }

                #menu #open .navH span .obscure {
                    width: 0.24rem;
                }

        #menu #open .navBox {
            height: 100%;
            overflow-y: auto;
            padding-left: 0.05rem;
            padding-right: 0.07rem;
            border: 0.8px solid rgba(0, 13, 31, 0.2)
        }

            #menu #open .navBox ul li {
                cursor: pointer;
                margin-bottom: 4px;
                margin-bottom:30px;
            }


                #menu #open .navBox ul li h2 {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    color: #000;
                    font-size: 0.18rem;
                    padding: 0.15rem 0;
                    -webkit-transition: all 0.6s ease;
                    -moz-transition: all 0.6s ease;
                    -o-transition: all 0.6s ease;
                    border-bottom: 1px solid #00F;
                }
                #menu #open .navBox ul li h2 span {
                    border-bottom: 2px solid #00F;
                    padding-bottom:14px;
                }

                    #menu #open .navBox ul li h2 i {
                        position: absolute;
                        top: 50%;
                        right: 0.15rem;
                        border-top: 0.07rem transparent dashed;
                        border-left: 0.07rem solid #000;
                        border-right: 0.07rem transparent dashed;
                        border-bottom: 0.07rem transparent dashed;
                        display: inline-block;
                        -webkit-transition: -webkit-transform 0.6s ease;
                        -moz-transition: -moz-transform 0.6s ease;
                        -o-transition: -o-transform 0.6s ease;
                        -ms-transition: -ms-transform 0.6s ease;
                        transform-origin: 4px 3px;
                        -webkit-transform: translate(0, -50%);
                        -moz-transform: translate(0, -50%);
                        -ms-transform: translate(0, -50%);
                        -o-transform: translate(0, -50%);
                        transform: translate(0, -50%);
                    }

                    #menu #open .navBox ul li h2 .arrowRot {
                        -webkit-transform: rotate(90deg);
                        -moz-transform: rotate(90deg);
                        -o-transform: rotate(90deg);
                        -ms-transform: rotate(90deg);
                        transform: rotate(90deg);
                    }

                #menu #open .navBox ul li .secondary {
                    overflow: hidden;
                    height: 0;
                    -webkit-transition: all 0.6s ease;
                    -moz-transition: all 0.6s ease;
                    -o-transition: all 0.6s ease;
                    -ms-transition: all 0.6s ease;
                }

                    #menu #open .navBox ul li .secondary  h3 {
                        padding: 0.1rem 0;
                        font-size: 0.16rem;
                        color: #000;
                        border-bottom: 0.8px solid #42495d;
                        -webkit-transition: all 0.4s ease;
                        -moz-transition: all 0.4s ease;
                        -o-transition: all 0.4s ease;
                        -ms-transition: all 0.4s ease;
                    }

                        #menu #open .navBox ul li .secondary  h3:hover {
                            background-color: #1acbfc;
                        }

                    #menu #open .navBox ul li .secondary .seconFocus {
                        background-color: #1acbfc;
                        -webkit-box-shadow: 3px 3px 3px #aa8c51;
                        -moz-box-shadow: 3px 3px 3px #aa8c51;
                        box-shadow: 3px 3px 3px #aa8c51;
                    }

@media screen and (max-width: 1000px) {
    #open {
        width: 130px !important;
    }

    #ensconce {
        width: 27px !important;
    }

        #ensconce h2 {
            font-size: 14px !important;
        }

            #ensconce h2 img {
                margin-bottom: 15px !important;
            }
}


.info {
    border: 0.8px solid rgba(0, 13, 31, 0.2);
    margin-left:20px;
    width:100%;
}

.borderText {
    height:60px;
    border-bottom: 0.8px solid rgba(0, 13, 31, 0.2);
    margin-right:50px;
}

.borderText > span {
    border-bottom: 3px solid rgb(34, 92, 168);
    font-size: 20px;
    padding:20px 10px 11px 10px;
    color:#000;
    display:inline-block;
}




/*产品页面轮播图*/
body {
    font-size: 12px;
    font-family: "宋体",Arial,sans-serif;
    color: #343434;
    background: #000;
}

html, body, div, span, p, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, tt, dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td, ul, li, p, a {
    margin: 0;
    padding: 0;
}

.cbody988 {
    margin: 0 auto;
    width: 988px;
    position: relative;
}

.cbody937 {
    margin: 0 auto;
    width: 937px;
    position: relative;
    padding-left: 7px;
}

input, select, textarea, img {
    vertical-align: middle;
}

img {
    border: 0;
}

ul, li {
    list-style-type: none;
}



.overhide {
    overflow: hidden;
    text-indent: -100em;
}
/*位置属性*/
.marTop10 {
    margin-top: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: +inline-block;
}

/*header*/
#header {
    border-bottom: 1px solid #383838;
    height: 46px;
    position: relative;
    line-height: 46px;
    color: #FFFFFF;
}

    #header h1 {
        font-size: 12px;
        font-weight: normal;
        background: url(news.png) no-repeat 50px center;
        padding-left: 163px;
    }

    #header span {
        position: absolute;
        right: 10px;
        top: 0px;
        color: #9A9A9A;
        font-size: 12px;
        font-weight: normal;
    }

        #header span a {
            color: #9A9A9A;
            margin: 0 3px;
        }

/*wrapper*/
#wrapper {
    width: 600px;
    margin:20px;
}

#picSlideWrap {
    background: #F5F8FD;
    border: 1px solid #A9BFD6;
    padding-bottom: 30px;
}

.titleh3 {
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: url(../../Resources/dot.gif) repeat-x left bottom;
    width: 910px;
    margin: 0 auto;
    font-size: 26px;
    color: #000;
}

.titleh4 {
    text-align: center;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    padding: 10px 0 20px 0px;
}

.imgnav {
    margin: 10px auto;
}

#content {
    margin: 0px auto;
    line-height: 19px;
}

    #content p {
        text-indent: 2em;
        color: #333;
    }

.imgnav {
    position: relative;
    margin: 0 auto;
}

#img {
    z-index: 10;
    position: relative;
}

    #img img {
        height: 400px;
        display: none;
        border: 4px solid #000;
    }

#front {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    width: 394px;
    height: 578px;
    background: url(../../Resources/blank.gif);
}

    #front a {
        position: absolute;
        left: 20px;
        top: 224px;
        display: block;
        background: url(../../Resources/imgSlideLeft.png) no-repeat;
        width: 104px;
        height: 104px;
        display: none;
    }

#next {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    width: 394px;
    height: 578px;
    background: url(../../Resources/blank.gif);
}

    #next a {
        position: absolute;
        right: 20px;
        top: 224px;
        display: block;
        background: url(../../Resources/imgSlideRight.png) no-repeat;
        width: 104px;
        height: 104px;
        display: none;
    }

#cbtn {
    /*background: #EAEBF0;*/
    position: relative;
    height: 122px;
    /*border: 1px solid #D6D9DC;*/
    margin-top: 12px;
}

    #cbtn ul {
        position: relative;
        /*width: 10000px;*/
        height: 122px;
    }

        #cbtn ul li {
            float: left;
            padding: 8px 3px 3px 3px;
            width: 116px;
            height: 86px;
            cursor: pointer;
            text-align: center;
            margin-right: 20px;
            position: relative;
        }

            #cbtn ul li img {
                width: 116px;
                height: 86px;
                display: block;
            }

            #cbtn ul li tt {
                background: #000;
                color: #FFF;
                position: absolute;
                right: 4px;
                bottom: 4px;
                z-index: 20;
                font-family: "宋体";
                font-size: 12px;
                line-height: 16px;
                padding: 0 5px;
            }

    #cbtn li.hov {
        background: url(../../Resources/imgHoverBg.gif) no-repeat;
    }

.ctrl div {
    clear: both;
}

#cSlideUl {
    height: 116px;
    overflow: hidden;
    position: relative;
    top: 10px;
    margin: 0 70px;
}

.picSildeLeft {
    cursor: pointer;
    position: absolute;
    top: 32px;
    left: 10px;
    z-index: 9;
}

.picSildeRight {
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 10px;
    z-index: 9;
}


