﻿@charset "utf-8";
/* 全局 */
body {
    min-width: 1100px;
}

body {
    font-family: "微软雅黑","Arial","宋体";
    color: #2f2f2f;
    font-size: 12px;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, th, td {
    margin: 0;
    padding: 0; /* cellspacing:0; cellpadding:0;*/
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

input, textarea, select {
    margin: 0;
    font-size: 100%;
    font-family: "微软雅黑","Arial","宋体";
}

ul, li, ol {
    list-style-type: none;
}

img {
    border: 0;
}

.del {
    text-decoration: line-through;
}
/*table {border-collapse:collapse; border-spacing:0;}*/

/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

.clrfix:before, .clrfix:after {
    content: "";
    display: table;
}

.clrfix:after {
    clear: both;
}

.clrfix {
    zoom: 1;
}
/* 清除浮动 适用100% */
.overflowfix {
    overflow: auto;
    zoom: 1;
}

.displayfix {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    _width: auto;
}

/* 去掉A标签和按钮的虚线框 谷歌默认无虚线 */
a {
    blr: this.onFocus=this.blur());
}
    /* A标签：IE7 IE6  */
    a:focus {
        outline: none;
    }
/* A标签：FF IE8  */
input::-moz-focus-inner {
    border: 0;
}
/* 按钮：FF */

/* 去掉谷歌两种文本框和下拉的阴影 */
input, textarea, select {
    outline: none;
}

/* IE6 提示升级 */
.ie6_bg {
    background: url("https://www.isitazebra.com/images/ie6/ie6_bg.gif") repeat-x;
    height: 110px;
}

.ie6 {
    background: url("https://www.isitazebra.com/images/ie6/ie6.gif") no-repeat;
    width: 924px;
    height: 110px;
    margin: 0 auto;
}

    .ie6 ul {
        padding-left: 310px;
    }

    .ie6 li {
        float: left;
        padding-left: 40px;
    }

        .ie6 li a {
            width: 61px;
            height: 110px;
            display: block;
        }

/* 版权 */
.bqxx {
    background: url(http://218.30.67.146:9999/0bqxx/bqxx.gif) no-repeat center 0;
    width: 100%;
    height: 252px;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9999;
    display: none;
}

/* 特有 */
.clr {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.clr10 {
    clear: both;
    font-size: 0;
    height: 10px;
    line-height: normal;
}

.clr15 {
    clear: both;
    font-size: 0;
    height: 15px;
    line-height: normal;
}

.clr20 {
    clear: both;
    font-size: 0;
    height: 20px;
    line-height: normal;
}

.clr30 {
    clear: both;
    font-size: 0;
    height: 30px;
    line-height: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 链接 */ /*a.a_baise:link, a.a_baise:visited, a.a_baise:active*/
a {
    text-decoration: none;
    color: #7b4611;
}

    a:hover {
        text-decoration: none;
        color: #ff6600;
    }

/* CSS Document */


/*head*/
.head_bj {
    background: url("https://www.isitazebra.com/images/head_bj.jpg") no-repeat center top;
}

.head {
    width: 1470px;
    height: 445px;
    margin: 0 auto;
}

.search {
    margin-top: 7px;
    width: 180px;
    height: 30px;
    background: url("https://www.isitazebra.com/images/search.png") no-repeat 0 0;
}

    .search .input-box {
        float: left;
        width: 120px;
        height: 30px;
        line-height: 30px;
        padding-left: 15px;
        border: 0;
        background: none;
        text-align: left;
        font-size: 14px;
        color: #8e8e8e;
    }

    .search .button {
        float: right;
        border: 0;
        background: none;
        text-indent: -999px;
        width: 40px;
        height: 30px;
        cursor: pointer;
    }
/*导航*/
.mainnav_bj {
    position: relative;
    height: 100px;
    *z-index: 1000;
}

.mainnav {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1000;
    *width: 800px;
    *height: 30px;
    *position: relative;
}

    .mainnav ul li {
        float: left;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        overflow: hidden;
        transition-property: height;
        transition-duration: 1s;
    }

        .mainnav ul li.special {
            text-align: left;
            width: 60px;
        }

        .mainnav ul li.special2 {
            width: 140px;
        }

        .mainnav ul li a {
            /*font-family: "微软雅黑", "Arial Unicode MS";
            font-size: 16px;
            color: #000;
                font-weight: 600;*/

                    /*font-family: "黑体", "Arial Unicode MS";
    font-size: 18px;
    color: #000;
    font-weight: 600;*/

                        font-family: "微软雅黑", "Arial Unicode MS";
    font-size: 18px;
    color: #000;
    /* font-weight: 600; */
        }

            .mainnav ul li a:hover {
                color: #ff0000;
            }

        .mainnav ul li .subnav {
            width: 100px;
            line-height: 30px;
            float: left;
            color: #000;
            text-align: center;
            /*background: url("https://www.isitazebra.com/images/nav_bj.jpg") center top;*/
            padding-bottom: 10px;
            padding-top: 10px;
        }




        /*页面菜单圆角*/
        .mainnav .subnav_bj2 {
	background: url("https://www.isitazebra.com/images/subnav_bj2.png") no-repeat;
}
.mainnav .subnav_bj3 {
	background: url("https://www.isitazebra.com/images/subnav_bj3.png") no-repeat;
}
.mainnav .subnav_bj4 {
	background: url("https://www.isitazebra.com/images/subnav_bj4.png") no-repeat;
}
.mainnav .subnav_bj5 {
	background: url("https://www.isitazebra.com/images/subnav_bj4.png") no-repeat;
}
.mainnav .subnav_bj6 {
	background: url("https://www.isitazebra.com/images/subnav_bj6.png") no-repeat;
}
.mainnav .subnav_bj8 {
	background: url("https://www.isitazebra.com/images/subnav_bj8.png") no-repeat;
}




        .mainnav ul li.special2 .subnav {
            width: 140px;
        }

        .mainnav ul li .subnav a {
            display: block;
            color: #4b4b4b;
            /*font-size: 12px;*/
            font-size:15px;
        }

            .mainnav ul li .subnav a:hover {
                color: #ff0000;
            }

        .mainnav ul li:hover {
            height: 300px;
        }
/*head-end*/

/*栏目*/

/*栏目通用样式*/
.title01 {
    font-family: "微软雅黑";
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    margin-left: -12px;
}

    .title01 span {
        color: #9d4242;
    }

    .title01 a {
        color: #000;
    }

        .title01 a:hover {
            color: #9d4242;
        }

.title02 {
    font-family: "微软雅黑";
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    font-size:22px;
}

    .title02 a {
        color: #000;
    }

        .title02 a:hover {
            color: #ba0101;
        }

    .title02 span {
        font-size: 12px;
        color: #767676;
        padding-left: 10px;
    }
/*栏目通用样-end式*/

.bj1 {
    background: url("https://www.isitazebra.com/images/bj1.jpg");
}

.bj2 {
    background: url("https://www.isitazebra.com/images/bj2.jpg") repeat-x top;
}

.bj3 {
    background: url("https://www.isitazebra.com/images/bj3.jpg") repeat-x bottom;
}

.block {
    width: 1100px;
    margin: 0 auto;
}

.block01_bj {
    background: url("https://www.isitazebra.com/images/block01_bj.jpg") repeat-x;
    width: 1100px;
    height: 355px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.block01 {
    padding: 40px 30px 0 30px;
}

.block01_l {
    float: left;
    width: 400px;
    height: 290px;
    margin-right: 25px;
    background: #fff;
    /*border: 1px solid #000;*/
}

    .block01_l a.abtn {
        position: absolute;
        top: 110px;
        display: block;
        height: 60px;
        width: 24px;
        overflow: hidden;
        text-indent: -20000px;
        background: url("https://www.isitazebra.com/images/arrow.png") no-repeat;
    }

    .block01_l a.aleft {
        left: 10px;
    }

    .block01_l a.aright {
        right: 10px;
        background-position: -24px;
    }

    .block01_l .productshow {
        width: 400px;
        height: 290px;
        position: relative;
        text-align: center;
        font-family: 微软雅黑, 黑体;
    }

        .block01_l .productshow .scrollcontainer {
            width: 400px;
            height: 290px;
            overflow: hidden;
            position: relative;
            margin: 0 auto;
        }

            .block01_l .productshow .scrollcontainer ul {
                width: 20000px;
                position: absolute;
                left: 0px;
                top: 0px;
            }

            .block01_l .productshow .scrollcontainer li {
                float: left;
                width: 390px;
                height: 280px;
                padding: 5px;
                text-align: center;
                /*border: 1px solid #000;*/
            }

                .block01_l .productshow .scrollcontainer li.last {
                    background: none;
                }

            .block01_l .productshow .scrollcontainer a:hover img {
                filter: alpha(opacity=86);
                -moz-opacity: 0.86;
                opacity: 0.86;
            }

            .block01_l .productshow .scrollcontainer li p {
                margin: 0;
                line-height: 32px;
            }

.section {
    width: 1070px;
    margin: auto;
    overflow: hidden;
}

    .section ul li {
        float: left; /*margin-right:14px;margin-bottom:13px;*/
        display: inline;
        width: 200px;
        height: 210px;
        overflow: hidden;
        position: relative;
    }

        .section ul li .photo {
            width: 390px;
            height: 280px;
            overflow: hidden;
        }

            .section ul li .photo img {
                width: 100%;
                height: 100%;
            }

    .section .rsp {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        background: #000;
        top: 0px;
        left: 0px;
    }

    .section .text {
        position: absolute;
        width: 290px;
        height: 270px;
        left: -600px;
        top: 0px;
        overflow: hidden;
        color: #000;
        text-align: center;
        padding: 0 50px;
        box-sizing: content-box;
    }

        .section .text .title {
            height: 64px;
            line-height: 32px;
            margin: 30px 0 10px 0;
            overflow: hidden;
            color: #ff0000;
            font-family: "方正大标宋简体", "经典特宋简","微软雅黑";
            font-size: 30px;
        }

        .section .text .introduce {
            height: 72px;
            line-height: 18px;
            overflow: hidden;
            color: #c3c3c3;
            font-family: "微软雅黑";
            font-size: 12px;
        }

        .section .text .order {
            text-align: center;
            margin-top: 40px;
        }

            .section .text .order a {
                width: 120px;
                margin: 0 auto;
                height: 30px;
                line-height: 30px;
                display: block;
                text-align: center;
                color: #ff0000;
                background: #000;
                font-family: "微软雅黑";
                font-size: 18px;
                margin-top: 20px;
            }

                .section .text .order a:hover {
                    background: #fff;
                }

.block01_r {
    float: right;
    width: 600px;
    height: 290px;
}

    .block01_r .tab_01 {
    }

    .block01_r .tab_t {
    }

        .block01_r .tab_t ul {
        }

            .block01_r .tab_t ul li {
                /*height: 30px;
                line-height: 30px;
                padding-right: 26px;
                text-align: left;
                color: #717171;
                font-size: 26px;
                font-family: "华文新魏", "华康简魏碑", "隶书";
                float: left;*/
                height: 30px;
    line-height: 30px;
    padding-right: 40px;
    text-align: left;
    color: #717171;
    font-size: 22px;
    font-family: "微软雅黑";
    float: left;
            }

                .block01_r .tab_t ul li.on {
                    background: url("https://www.isitazebra.com/images/block01_l_title.jpg") no-repeat;
                    color: #ffffff;
                }

                    .block01_r .tab_t ul li.on a {
                        color: #ba0101;
                    }

                .block01_r .tab_t ul li a {
                    /*color:inherit;*/
                    color: #000;
                }

    .block01_r .tab_c {
        /*padding-left:10px;*/
    }

        .block01_r .tab_c .part_01 {
            margin-top: 10px;
            *margin-top: 40px;
        }

            .block01_r .tab_c .part_01 .news {
                border-bottom: 1px dotted #ccc;
            }

            .block01_r .tab_c .part_01 .news_l {
                float: left;
                width: 520px;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
            }

                .block01_r .tab_c .part_01 .news_l .type {
                    float: left;
                    color: #998632;
                    font-family: "宋体";
                    font-size: 12px;
                    padding-right: 10px;
                }

                .block01_r .tab_c .part_01 .news_l .title a {
                    color: #5c5c5c;
                    font-family: "宋体";
                    font-size: 14px;
                }

                    .block01_r .tab_c .part_01 .news_l .title a:hover {
                        color: #ba0101;
                    }

            .block01_r .tab_c .part_01 .news_r {
                float: right;
                width: 65px;
                height: 30px;
                line-height: 30px;
            }

                .block01_r .tab_c .part_01 .news_r .time {
                    color: #998632;
                    font-family: "微软雅黑", "Arial Unicode MS";
                    font-size: 12px;
                }


.block02 {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
}

.block02_l {
    width: 320px;
    height: 470px;
    margin-right: 50px;
    background: url("https://www.isitazebra.com/images/block02_l_bj.png") no-repeat top center;
}

    .block02_l .part_01 {
        padding: 30px 35px 0 35px;
    }

        .block02_l .part_01 .pic {
            width: 245px;
            height: 150px;
            padding: 15px 0 10px 0;
        }

            .block02_l .part_01 .pic img {
                width: 100%;
                height: 100%;
            }

        .block02_l .part_01 .text {
            font-family: "宋体";
            font-size: 12px;
            height: 72px;
            line-height: 24px;
            text-indent: 2em;
            overflow: hidden;
        }

            .block02_l .part_01 .text a {
                color: #636363;
            }

                .block02_l .part_01 .text a:hover {
                    color: #000;
                }

    .block02_l .part_02 {
        padding: 20px 35px 0 35px;
    }

        .block02_l .part_02 .pic {
            width: 245px;
            height: 100px;
        }

            .block02_l .part_02 .pic img {
                width: 100%;
                height: 100%;
            }

.block02_r {
}

    .block02_r .part_01_l {
        width: 400px;
        margin-right: 50px;
    }

        .block02_r .part_01_l .list ul li {
            line-height: 36px;
            height: 36px;
            border-bottom: 1px dotted #dfa39e;
            overflow: hidden;
        }

            .block02_r .part_01_l .list ul li a {
                color: #3a3a3a;
                font-family: "微软雅黑", "Arial Unicode MS", "宋体";
                font-size: 14px;
            }

                .block02_r .part_01_l .list ul li a:hover {
                    color: #ba0101;
                }

    .block02_r .part_01_r {
        width: 280px;
        height: 220px;
        background: #fff;
    }

        .block02_r .part_01_r .productshow a.abtn {
            display: none;
            background: url("https://www.isitazebra.com/images/arrow1.png") no-repeat;
            height: 180px;
            overflow: hidden;
            position: absolute;
            text-indent: -20000px;
            top: 30px;
            width: 10px;
        }

        .block02_r .part_01_r .productshow a.aleft {
            display: none;
            left: 0px;
        }

        .block02_r .part_01_r .productshow a.aright {
            display: none;
            background-position: -10px center;
            right: 10px;
        }

        .block02_r .part_01_r .productshow {
            font-family: 微软雅黑,黑体;
            height: 220px;
            position: relative;
            text-align: center;
            width: 280px;
        }

            .block02_r .part_01_r .productshow .scrollcontainer {
                height: 220px;
                margin: 0 auto;
                overflow: hidden;
                position: relative;
                width: 280px;
            }

                .block02_r .part_01_r .productshow .scrollcontainer ul {
                    left: 0;
                    position: absolute;
                    top: 0;
                    width: 20000px;
                }

                .block02_r .part_01_r .productshow .scrollcontainer li {
                    padding: 5px;
                    float: left;
                    margin-right: 0px;
                    width: 270px;
                }

                    .block02_r .part_01_r .productshow .scrollcontainer li.last {
                        background: none;
                    }

                    .block02_r .part_01_r .productshow .scrollcontainer li .pic {
                        height: 180px;
                        width: 270px;
                        text-align: center;
                    }

                .block02_r .part_01_r .productshow .scrollcontainer a:hover img {
                    opacity: 0.86;
                }

                .block02_r .part_01_r .productshow .scrollcontainer a img {
                    height: 100%;
                    width: 100%;
                }

                .block02_r .part_01_r .productshow .scrollcontainer li .text a {
                    padding-left: 10px;
                    background: #FFF;
                    color: #3a3a3a;
                    /*font-family: "宋体";*/
                    font-family:"微软雅黑", "Arial Unicode MS", "宋体";
                    font-size: 14px;
                    height: 35px;
                    line-height: 35px;
                    display: block;
                    overflow: hidden;
                    text-align: left;
                }

                    .block02_r .part_01_r .productshow .scrollcontainer li .text a span {
                        color: #ff0000;
                        font-weight: bold;
                    }

                    .block02_r .part_01_r .productshow .scrollcontainer li .text a:hover {
                        color: #ff0000;
                    }

    .block02_r .part_02 {
        margin-top: 30px;
    }

    .block02_r .part_02_l {
        width: 401px;
        margin-right: 40px;
    }

        .block02_r .part_02_l .list ul li {
            line-height: 36px;
            height: 36px;
            border-bottom: 1px dotted #dfa39e;
            overflow: hidden;
        }

            .block02_r .part_02_l .list ul li a {
                color: #3a3a3a;
                font-family: "微软雅黑", "Arial Unicode MS", "宋体";
                font-size: 14px;
                width: 401px;
                float: left;
            }

                .block02_r .part_02_l .list ul li a:hover {
                    color: #ba0101;
                }

            .block02_r .part_02_l .list ul li span {
                color: #ff0000;
                font-family: "微软雅黑", "Arial Unicode MS", "宋体";
                font-size: 12px;
                float: right;
            }

    .block02_r .part_02_r {
        width: 222px;
    }

        .block02_r .part_02_r .list ul li {
            line-height: 30px;
            height: 30px;
            border-bottom: 1px dotted #ccc;
            background: url("https://www.isitazebra.com/images/block01_r_pic.png") no-repeat 150px top;
        }

            .block02_r .part_02_r .list ul li a {
                /*color: #000000;
    font-family: "宋体";
    font-size: 12px;*/
                color: #3a3a3a;
                font-family: "微软雅黑", "Arial Unicode MS", "宋体";
                font-size: 14px;
            }

                .block02_r .part_02_r .list ul li a:hover {
                    color: #ba0101;
                }

.block03 {
	margin-bottom: 40px;
}
.block03 .photo_slide { 
	overflow:hidden;
	padding-top: 20px;
}
.block03 .photo {
	margin-right: 20px; 
	float: left; 
}
.block03 .photo a {
	display: block; 
    height: 200px;
    width: 250px;
    border: 4px solid #e8cfae;
	margin: 0 auto;
	overflow: hidden;
	float: left; 
}
.block03 .photo a img {
	width: 100%;
	height: 165px;
}
.block03 .photo span {
	display: block;
    height: 35px;
    line-height: 35px;
	color: #000000;
    overflow: hidden;
    text-align: center;
	font-size: 14px;
	font-family: "宋体";
	background: #e8cfae;
    margin-top: -3px;
    *margin-top:0;
}


.block04 {
    padding-bottom: 80px;
    line-height: 24px;
}

    .block04 a {
        color: #000;
        font-family: "宋体";
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        padding-right: 20px;
    }

        .block04 a:hover {
            color: #ff0000;
        }

/*栏目-end*/


/*尾部*/
.wei_bj_top {
    height: 17px;
    background: url("https://www.isitazebra.com/images/end_bj1.jpg") repeat-x;
}

.wei_bj {
    background: url("https://www.isitazebra.com/images/end_bj2.jpg") repeat-x;
}

.wei {
    height: 193px;
    width: 1100px;
    margin: 0 auto;
}

    .wei .wei_l {
        padding-top: 50px;
        margin-right: 20px;
    }

    .wei .wei_c {
        padding-top: 50px;
        position: relative;
    }

        .wei .wei_c a {
            color: #000;
        }

            .wei .wei_c a:hover {
                color: #ff0000;
            }

        .wei .wei_c span {
            color: #ffffff;
            padding: 0 8px;
        }

        .wei .wei_c .wei_text {
            padding-top: 5px;
            padding-bottom: 20px;
            font-size: 12px;
            color: #000;
            line-height: 24px;
        }

        .wei .wei_c .button {
            display: block;
            position: absolute;
            left: 330px;
            top: 58px;
        }

    .wei .wei_r {
        padding-top: 30px;
    }

        .wei .wei_r .ewm {
            padding-left: 15px;
        }

            .wei .wei_r .ewm p {
                text-align: center;
                padding-top: 5px;
            }

/*尾部-end*/

/*！！！！！！！！！！！！！！！！！！！！！二级页面！！！！！！！！！！！！！！！！！！！！*/
.head_erji {
    background: url("https://www.isitazebra.com/images/erji/head.jpg") center top no-repeat;
    height: 445px;
}

.neirong_top {
    background: url("https://www.isitazebra.com/images/erji/neirong_top.jpg") repeat-x;
    height: 17px;
}

.banner01 {
    background: url("https://www.isitazebra.com/images/erji/banner01.jpg") center no-repeat;
    height: 200px;
    margin: 0 auto;
}

.neirong_bj {
    background: #eeeeee;
}

.neirong {
    background: #f5f3ef;
    width: 1020px;
    margin: 0 auto;
    padding: 40px;
    padding-top: 30px;
}

.nei2 {
    width: 960px;
    margin: 0 auto;
    background: #fbf6e7;
    padding: 40px;
    padding-top: 20px;
}

.quickgo {
    padding: 25px 0;
    text-align: right;
}

    .quickgo a {
        margin-left: 15px;
    }

.neirong .nei_left {
    float: left;
    width: 240px;
}

.neirong .nei_right {
    float: right;
    width: 750px;
    margin-left: 25px;
}

/*！！！！！！！！！！！！！！！！！！！！！详细页！！！！！！！！！！！！！！！！！！！！！！！*/
.comments {
    border-top: 1px solid #d6c1ac;
    margin-top: 30px;
}

    .comments .top {
        padding-top: 20px;
    }

        .comments .top .title {
            color: #585858;
            font-size: 18px;
            font-family: "微软雅黑", "Arial Unicode MS";
            float: left;
        }

        .comments .top .sum {
            color: #585858;
            font-size: 12px;
            float: right;
        }

            .comments .top .sum span {
                padding: 0 5px;
                color: #ff8a00;
                font-size: 18px;
            }

.discuss .discuss_t textarea {
    border: 1px solid #cab694;
    background-color: #ffffff;
    height: 100px;
    width: 948px;
    margin-top: 10px;
    color: #f000000;
    font-size: 12px;
    padding: 5px;
}

.discuss .discuss_b_01 {
    padding: 5px;
    border: 1px solid #cab694;
    background-color: #ffffff;
    height: 28px;
    width: 748px;
    color: #000000;
    font-size: 12px;
    border-top: none;
    float: left;
}

    .discuss .discuss_b_01 .discuss_b_l {
        float: left;
    }

        .discuss .discuss_b_01 .discuss_b_l li {
            float: left;
            padding-right: 20px;
        }

        .discuss .discuss_b_01 .discuss_b_l span {
            padding: 0 5px;
            color: #787878;
            font-size: 12px;
        }

        .discuss .discuss_b_01 .discuss_b_l input {
            background: none;
            border: 1px solid #cab694;
            padding: 2px;
            width: 150px;
            height: 20px;
            line-height: 20px;
        }

    .discuss .discuss_b_01 .discuss_b_c {
        float: left;
        padding: 2px 8px;
        height: 20px;
        background-color: #ff8a00;
    }

        .discuss .discuss_b_01 .discuss_b_c a {
            line-height: 20px;
            color: #ffffff;
            text-align: center;
        }

.discuss .discuss_b_02 {
    float: right;
    background-color: #ff8a00;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    font-family: "微软雅黑", "Arial Unicode MS";
}

    .discuss .discuss_b_02 a {
        color: #ffffff;
    }

.show_list {
    padding-top: 10px;
}

    .show_list ul li {
        border-bottom: 1px dotted #cab694;
        padding: 10px 0;
    }

        .show_list ul li span {
            color: #8e8e8e;
            font-size: 12px;
        }

        .show_list ul li i {
            font-style: normal;
            color: #86461c;
            font-size: 12px;
            padding-left: 10px;
        }

        .show_list ul li p {
            line-height: 20px;
            color: #454545;
            font-size: 12px;
            padding: 10px 0;
        }
/*！！！！！！！！！！！！！！！！！！！！！产品页！！！！！！！！！！！！！！！！！！！！！！！*/
#outer {
    margin: 0px auto;
}

#tab {
    overflow: hidden;
}

    #tab li {
        background: #f4e8d1;
        color: #292929;
        border-bottom: 2px solid #fecb86;
        cursor: pointer;
        float: left;
        height: 35px;
        line-height: 35px;
        text-align: center;
        width: 370px;
    }

        #tab li.current {
            background: #f5f3ef;
            border: 2px solid #fecb86;
            border-bottom: none;
        }

#content {
    border: medium none;
}

    #content ul {
        display: none;
        line-height: 25px;
        margin: 0 30px;
        padding: 10px 0;
    }

        #content ul a.download {
            background: url("https://www.isitazebra.com/images/down.png") no-repeat;
            padding-left: 20px;
            font-size: 14px;
            height: 18px;
            line-height: 18px;
            color: #ff6600;
            font-family: "微软雅黑","Arial Unicode MS","Microsoft YaHei";
        }
