﻿body {
    font: 12px/180% Arial,"宋体",Helvetica,sans-serif,Verdana;
    margin: 0;
    text-align: center;
    color: #434343;
}
.js {
    display:none;
}
table, td {
    color: #444444;
    font: 12px/180% Arial,"宋体",Helvetica,sans-serif,Verdana;
}

    td.left {
        text-align: right;
        width: 100px;
        padding-right: 5px;
        font-weight: bold;
        line-height: 30px;
    }

    td.right {
        text-align: left;
        padding-left: 5px;
        vertical-align: middle;
    }

table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
    empty-cells: show;
}

th, td {
    /*border-collapse: collapse;*/
}

a {
}

a {
    outline: medium none;
    cursor: pointer;
}

    a:link {
        color: #434343;
        text-decoration: none;
    }

    a:visited 
    {
        
        color: #434343;
        text-decoration: none;
    }

    a:hover {
        color: #0FA3ED;
        text-decoration: none;
    }

    a.red, .red, span.red, div.red, p.red {
        color: #FF0000;
    }

img {
    border: 0 none;
    padding: 0px;
    margin: 0px;
}

div, p, img, ul, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
}

ol, ul, li {
    list-style-type: none;
}

.tool-clear {
    clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.next, .prev {
    cursor: pointer;
}

.tool-aright {
    text-align: right;
}

.tool-aleft {
    text-align: left;
}

.tool-acenter {
    text-align: center;
}

.tool-fright {
    float: right;
}

.tool-fleft {
    float: left;
}

.tool-h10 {
    height: 10px;
}
.font-yahei {
    font-family:'Microsoft YaHei','微软雅黑';
}
/*整体布局*/

#Page {
    width: 1000px;
    margin: 0 auto;
}

.header {
    position:relative;
    height:119px;
    z-index:99999;
}

    .header .index-tools {
        margin-top: 30px;
        word-spacing: 1.5em;
        padding-right:5px;
    }
    .header .index-flag {
        position:absolute;
        bottom:30px;
        right:0px;
        margin-bottom:1px;
    }
    .header .logo {
        position: absolute;
        top: 8px;
        margin-left: 30px;
        z-index:9999;
    }

    .header .nav {
        height: 37px;
        position:absolute;
        bottom:0px;
    }

        .header .nav .nav-left {
            height: 37px;
            width: 145px;
            overflow:hidden;
            background: url(../images/navleft.png);
        }


        .header .nav .nav-right {
            height: 37px;
            padding-left: 92px;
            width: 763px;
            background: url(../images/navbg.png);
        }

            .header .nav .nav-right ul li {
                float: left;
                height: 37px;
                line-height: 37px;
                letter-spacing: 1em;
                font-size: 14px;
                text-align: center;
                position:relative;
                width: 90px;
            }

                .header .nav .nav-right ul li a {
                    color: #fff;
                }
                .header .nav .nav-right ul li a.hover {
                    font-weight:bold;
                }

.footer {
    margin-top: 20px;
    height: 126px;
}

    .footer .friend-link {
        height: 29px;
        background: url(../images/friendlink.png) no-repeat #E5E7E8;
    }

        .footer .friend-link ul {
            padding-left: 200px;
        }

            .footer .friend-link ul li {
                float: left;
                height: 29px;
                line-height: 29px;
                text-align: center;
                width: 120px;
            }



    .footer .footer-info {
        margin-top: 3px;
        height: 100px;
        background-color: #474747;
    }

        .footer .footer-info .footer-info-left {
            margin: 38px 0 0 30px;
            width: 296px;
            height: 53px;
            background-image: url(../images/footerlogo.png);
            background-repeat: no-repeat;
        }

        .footer .footer-info .footer-info-right {
            margin: 20px 0 0 50px;
            height: 60px;
            border-left: 1px solid #fff;
            font-family: none;
            color:#fff;
            padding-left:20px;
        }

/*首页*/
#PicFocus {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
    z-index:100;
}

/*左侧菜单*/
.index {
    /*margin-top: 10px;*/
}

.index-middle {
    margin: 0 25px;
    width: 443px;
}

.index-news table {
    margin-top: 8px;
}

    .index-news table td {
        border-bottom: 1px #C7C7C7 dashed;
        line-height: 22px;
    }

.index-common-title {
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    /*padding-left: 20px;*/
    background: url(../images/commontitle.png) no-repeat left bottom;
    height: 20px;
    line-height: 16px;
    font-family:'Microsoft YaHei UI','微软雅黑';
}
.index-common-title div.txt {
        position: absolute;
        height: 20px;
        line-height: 16px;
        font-family:'Microsoft YaHei UI','微软雅黑';
        left: 18px;
        width: 75px;
        color: #000;
        font-weight: 700;
        font-size: 16px;
        text-align: justify;
        text-justify: distribute-all-lines; /*ie6-8*/
        text-align-last: justify; /* ie9*/
        -moz-text-align-last: justify; /*ff*/
        -webkit-text-align-last: justify; /*chrome 20+*/
    }
    .index-common-title .more {
        position: absolute;
        right: 10px;
        bottom: 7px;
        /*width: 31px;*/
        /*height: 5px;*/
        font-family:"宋体";
        font-size:10px;
        font-weight:normal;
        color:#0191F8;
    }

.index-news {
    padding-top:11px;
}
.index-products {
margin-top: 10px;
    margin-bottom: 20px;
}

    .index-products .image-container {
        margin: 3px;
        width: 140px;
        float: left;
        position:relative;
    }
    
    .index-products .image-container-pic {
        width: 140px;
        height: 150px;
        overflow: hidden;
        display:table-cell;
        vertical-align:middle;
        margin-top:10px;
        text-align:center;
        border:1px solid #A4A4A4;
    }

    .index-products .image-container-title {
        font-weight: normal;
        text-align: center;
        line-height:25px;
    }

        .index-products .image-container-title a {
            color: #000;
        }

.listTable {
    margin-top: 10px;
}

    .listTable td {
        height: 26px;
        line-height:24px;
        vertical-align: top;
        border-bottom: 1px dashed #ccc;
    }

span.sharp {
    font-size: 14px;
}

.left-menu {
    width: 252px;
    background-color: #EEE;
    height: 450px;
}

    .left-menu .left-menu-title {
        height: 20px;
        background-image: url(../images/leftmenutitle.png);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-indent: 24px;
        overflow:hidden;
        position: relative;
    }

        .left-menu .left-menu-title .more {
            position: absolute;
        font-family:"宋体";
            right: 10px;
            font-weight:normal;
            text-indent: 0px;
            font-size:10px;
            color:#0191F8;
            /*width: 31px;*/
            height: 5px;
        }

    .left-menu .left-menu-list ul {
        padding-top:9px;
    }

        .left-menu .left-menu-list ul li {
            text-indent: 8px;
            height: 35px;
            line-height: 34px;
            color: #000;
            font-size: 14px;
            padding-left: 27px;
            font-weight: 700;
            background: url(../images/listbottomimg.png) no-repeat bottom;
        }

            .left-menu .left-menu-list ul li a {
                color: #000;
                display: block;
                text-indent: 15px;
                background: url(../images/listdot.png) no-repeat left center;
            }

.index .index-right {
    width: 252px;
    padding-top:13px;
}

.index-about {
    background: #F5F5F5;
    margin: 15px 0;
    text-align: center;
}

.index-about-des {
    text-indent: 2em;
    padding: 4px;
}

.index-ask-online {
    text-align: center;
    margin: 10px 0;
}

.index-get-for-free {
    padding-left: 10px;
    margin: 20px 0;
}


    .index-get-for-free li {
        border-bottom: 1px dashed #ccc;
    }

.index-call-center {
    padding-left: 10px;
    width: 218px;
    height: 51px;
}

/*列表*/

.pageNav {
    font-size: 14px;
    color: #000;
}

.pageNav-line {
    padding-bottom: 15px;
    border-bottom: 1px #ACACAC solid;
}

.border-top {
    border-top: 1px #ACACAC solid;
    padding-top: 10px;
    margin-top: 10px;
}

.newsList {
    /*width: 707px;*/
    margin-left: 23px;
}

    .newsList table {
        margin: 10px 0;
    }

        .newsList table td {
            height: 26px;
            line-height:23px;
            border-bottom: 1px dashed #ccc;
        }

.common-long-title {
    position: relative;
    background: url(../images/longtitle.png) no-repeat left bottom;
    height: 25px;
    width: 100%;
    /*padding-left: 20px;*/
    padding-top: 12px;
}
    .common-long-title img {
        margin-top:5px;
    }
    .common-long-title div.txt {
        position: absolute;
        height: 25px;
        left: 18px;
        width: 75px;
        color: #000;
        font-weight: 700;
        font-family:'Microsoft YaHei','微软雅黑';
        font-size: 16px;
        text-align: justify;
        text-justify: distribute-all-lines; /*ie6-8*/
        text-align-last: justify; /* ie9*/
        -moz-text-align-last: justify; /*ff*/
        -webkit-text-align-last: justify; /*chrome 20+*/
    }
    @media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
                .common-long-title div.txt:after{
                    content:".";
                    display: inline-block;
                    width:100%;
                    overflow:hidden;
                    height:0;
                }
            }
    .common-long-title .more {
        position: absolute;
        left: 666px;
        font-family:"宋体";
        /*bottom: 7px;
        width: 31px;
        height: 5px;*/
        font-size:10px;
        font-weight:normal;
        color:#0191F8;
    }
    .common-long-title .more a{
        left: 666px;
        /*bottom: 7px;
        width: 31px;
        height: 5px;*/
        font-size:10px;
        font-family:"宋体";
        font-weight:normal;
        color:#0191F8;
    }
        .common-long-title .more img {
            margin-top:0px;
        }
#MainBodyContent {
    width: 745px;
    float: right;
}

/*文章内容页*/
.newsContent {
    margin-left: 20px;
    width: 725px;
    /*overflow-x:hidden;*/
}

.article {
    /*margin-top: 20px;
    border-top: 1px solid #ABABAB;*/
}

.article-title {
    margin: 30px auto;
    margin-bottom:30px;
    text-align: center;
    color: #D60000;
    font-size:14px;
    font-weight: 700;
    letter-spacing: 1px;
    
}

.article-content {
    /*text-indent: 2em;*/
    padding: 20px;
    padding-top:0px;
    line-height: 2em;
}

/*免费索取*/
.free-get {
    font-size: 14px;
    /*margin-top: 20px;
    border-top: 1px solid #ABABAB;*/
}

    .free-get .title {
        margin: 30px auto 10px auto;
        text-align: center;
        color: #D60000;
        font-weight: 700;
    }

    .free-get .section {
        font-size: 14px;
        height: 25px;
        width: 100%;
        background-color: #DBDBDB;
        line-height: 25px;
        padding: 0 5px;
        margin: 10px 0;
    }

    .free-get table td {
        font-size: 14px;
    }

        .free-get table td input {
            border: 1px solid #A4A4A4;
            height: 19px;
        }

    .free-get label {
        vertical-align: text-bottom;
        padding-left: 5px;
        width: 70px;
        font-size: 14px;
        display: inline-block;
    }

    .free-get .btnArea {
        text-align: center;
    }

input.commonBtn {
    text-align: center;
    color: #000;
    background: url(../images/commonbtn.png) no-repeat;
    border: none;
    width: 85px;
    height: 20px;
}

/*技术*/
.tech {
    margin-top: 0px;
}

    .tech .more {
        /*right: 50px;*/
        top:12px;
        font-family:"宋体";
    }

.ask-and-answer {
    margin: 10px 0;
}

.ask {
    font-weight: 700;
    color: #000;
}

.answer {
    margin-top: 5px;
    padding-right: 20px;
}

.guest-book {
    position: relative;
}
.guest-book input{
    border: 1px solid #A4A4A4;
}
    .guest-book input.commonBtn {
        border:none;
    }
    .guest-book .dialog {
        width: 300px;
        border: 1px #ccc solid;
        background: #FFF;
        position: absolute;
        left: 190px;
        top: 0px;
        display: none;
    }

        .guest-book .dialog table {
            margin: 0px;
            width: 100%;
            height: 100%;
        }

            .guest-book .dialog table td {
                line-height: 25px;
                height: 25px;
                vertical-align: middle;
            }

            .guest-book .dialog table th {
                height: 30px;
                background: #808080;
                color: #FFF;
                text-align: center;
                position: relative;
            }

                .guest-book .dialog table th span.close {
                    position: absolute;
                    right: 10px;
                    font-size: 10px;
                    font-weight: bold;
                    top: 5px;
                    cursor: pointer;
                }

            .guest-book .dialog table .label {
                width: 100px;
                text-align: right;
            }

            .guest-book .dialog table .input {
                text-align: left;
                padding-left: 5px;
            }

                .guest-book .dialog table .input input {
                    height: 19px;
                    border: 1px #707070 solid;
                }

    .guest-book .title {
        font-size: 14px;
        color: #000;
    }

    .guest-book table {
        margin: 10px 0 0 25px;
    }
.guest-book textarea{
    border-style:inset;
    margin-bottom:15px;
}

/*产品*/
.product-list {
    margin-top: 20px;
    /*overflow:hidden;*/
}

.product-container {
    width: 222px;
    height: 240px;
    float: left;
    margin: 10px 17px;
    margin-bottom:0px;
    margin-left:0px;
    position:relative;
}

    .product-container .product-pic {
        width: 220px;
        height: 200px;
        overflow: hidden;
        text-align:center;
        border: 1px solid #F1F1F1;
    }
.product-pic {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
    .product-container .zoom{
        position:absolute;
        width: 260px;
        height: 260px;
        left:-20px;
        top:-20px;
        background:#FFF;
        z-index:9999;
        text-align:center;
        display:none;
        vertical-align:middle;
    }
        .product-container .zoom table {
            width: 260px;
            height: 260px;

        }
            .product-container .zoom table td {
                vertical-align:middle;
            }
        .product-container .zoom img{
            max-width: 300px;
            height:auto;
        }
    .product-container .product-title {
        text-align: center;
    }

.product-list-pager {
    border-top: 1px dashed #ccc;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}
.product-list-pager span{
    padding:0 8px;
}
    .product-list-pager a {
        color: #000;
    }

        .product-list-pager a.current {
            font-weight: bold;
        }

/*视频*/
.video-container-list {
    height: 226px;
}

.video-container {
    width: 204px;
    height: 225px;
    float: left;
    margin: 0px 18px;
    margin-top: 10px;
}

    .video-container .video-pic {
        padding: 2px;
        width: 200px;
        height: 180px;
        overflow: hidden;
        text-align:center;
        display:table-cell;
        vertical-align:middle;
        border: 1px solid #F1F1F1;
    }

    .video-container .video-title {
        text-align: center;
        padding-top:2px;
    }




/*  新添菜单样式与修改 开始 by:初杨笛 at:2014-1-21 3:04*/
.nav-right {
    z-index:9999;
}
.nav-right li {
    position: relative;
    z-index: 9999;
}

.left-menu-list ul li {
    position: relative;
    z-index: 9999;
}

.header .nav .nav-right .nav-sub {
    position: absolute;
    background: #F0F0F0;
    z-index: 99999;
    width: 142px;
    padding-top: 5px;
    padding-left: 7px;
    padding-bottom: 15px;
    display: none;
    left: 0px;
    top: 37px;
}

    .header .nav .nav-right .nav-sub a {
        display: block;
        color: #6C6C6C;
        font-weight: bold;
        font-size: 14px;
        line-height: 35px;
        padding-left: 16px;
        background: url(../images/listdot.png) no-repeat left center;
        letter-spacing: 0px;
    }
    .header .nav .nav-right .nav-sub a:hover {
        color: #D60000;
    }

.left-menu-list ul li p.left-menu-sub {
    position: absolute;
    background: #F0F0F0;
    z-index: 9999;
    width: 170px;
    padding-top: 5px;
    padding-left: 7px;
    padding-bottom: 15px;
    display: none;
    right: -170px;
    top: 0px;
}

    .left-menu-list ul li p.left-menu-sub a {
        display: block;
        color: #000;
        font-size: 12px;
        line-height: 23px;
        height: 23px;
        text-indent: 16px;
        width: 160px;
        margin: 3px 0px;
        font-weight: normal;
        background: url(../images/listdot.png) no-repeat 4px center;
        letter-spacing: 0px;
    }

        .left-menu-list ul li p.left-menu-sub a:hover {
            line-height: 21px;
            height: 21px;
            border: 1px #D3D3D3 solid;
            text-indent: 15px;
            background-position: 3px center;
            color: #D60000;
            text-decoration: underline;
        }

.left-menu-list ul li.open {
    height: auto;
}

    .left-menu-list ul li.open p.left-menu-sub-list {
        display: block;
    }

.left-menu-list ul li p.left-menu-sub-list {
    padding-left: 15px;
    padding-bottom: 10px;
    display: none;
}

    .left-menu-list ul li p.left-menu-sub-list a {
        background: url(../images/listdot.png) no-repeat 4px center;
        line-height: 30px;
        height: 30px;
        display: block;
        text-indent: 17px;
        font-weight: normal;
    }

/*  新添菜单样式与修改 结束 */

/*幻灯 初杨笛 by:初杨笛 at:2014-1-21 3:10*/
#PicFocus {
    width: 1000px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

    #PicFocus ul li {
        width: 1000px;
        height: 200px;
        overflow: hidden;
        float: left;
    }

#pages {
    position: absolute;
    right: 13px;
    text-align: right;
    bottom: 7px;
    z-index: 9999;
}

    #pages a {
        display: inline-block;
        zoom: 1;
        width: 16px;
        height: 16px;
        line-height: 16px;
        background: #EDECEA;
        color: #555555;
        text-align: center;
        font-family: Arial;
        font-weight: bold;
        margin: 0 3px;
        font-size: 12px;
    }

        #pages a.current {
            background: #555555;
            color: #EDECEA;
        }

.banner {
    width: 1000px;
    height: 131px;
    overflow: hidden;
    padding-top:3px;
}
/*幻灯结束 初杨笛*/

.contact {
    padding: 20px;
    height: 480px;
}

    .contact td {
        height: 35px;
        vertical-align: middle;
        line-height: 35px;
        padding-right: 2px;
    }

.article p {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
}

/*索取页 初杨笛 开始*/
div.free-get td.w188 {
    width: 188px;
    text-align: left;
}

div.free-get td.w210 {
    width: 220px;
    text-align: left;
}

div.free-get table td {
    height: 29px;
    padding: 5px 0px;
    padding-left: 5px;
}

table.radList td {
    vertical-align: middle;
    line-height: 19px;
}

    table.radList td input {
        border: none;
        height: 15px;
        vertical-align: middle;
    }
/*索取页 结束*/

.newsTab{ width:252px; margin:0 auto; background:#fff;}
.newsTab .tab{ overflow:hidden; background:#e3e3e3; border-top:2px solid rgb(108,108,108);font-size:14px; }
.newsTab .tab a{ display:block; width:126px; text-align:center; height:30px;line-height:30px; float:left; text-decoration:none; color:#333;}
.newsTab .tab a:hover{ background:#fff; color:#000; text-decoration:none;}
.newsTab .tab a.on{ background:#fff; color:#000; text-decoration:none;}
.newsTab .content{ overflow:hidden; padding:10px; background:#fff;}
.newsTab .content li{ display:none;}
.newico{ display:block; border-bottom:1px dashed #CCCCCC; background:url(../images/ico111.jpg) no-repeat left; line-height:27px; padding-left:15px;}