﻿@charset "utf-8";

.pbanner {
    margin-top: 10px;
    width: 100%;
    height: 421px;
    background: url("../img/product.jpg") no-repeat top center;
}

.content {
    margin-bottom: 20px;
}

.content_inner {
    overflow: hidden;
    margin: 20px auto;
    width: 1070px;
}

    .content_inner .h2 {
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 1px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }

.menu {
    margin: 20px auto;
    width: 200px;
    border-bottom: none;
    -webkit-user-select: none;
}

    .menu p a {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
        background: #fff url("../img/jtright.png") no-repeat 180px center;
        width: 180px;
        color: #333333;
    }

#menu > ul > li > p > a {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    background: #fff url("../img/jtright.png") no-repeat 180px center;
    width: 180px;
    color: #333333;
}

.menu p a:hover {
    background: #efefef url("../img/jtdown.png") no-repeat 180px center;
    color: #FF6600;
}

#menu > ul > li > p > a.bg {
    background: #efefef url("../img/jtdown.png") no-repeat 180px center;
    color: #FF6600;
}

.menu li {
    border-bottom: 1px solid #ccc;
}

.menuList {
    display: none;
    padding: 5px 0 5px 20px;
    overflow: hidden;
}

    .menuList li {
        height: 30px;
        line-height: 30px;
        border-bottom: none;
    }

        .menuList li a {
            color: #6c6c6c;
        }

            .menuList li a.bg {
                color: #FF6600;
            }


            .menuList li a:hover {
                color: #FF6600;
            }

.menuR {
    width: 820px;
    margin-top: 20px;
    margin-left: 30px;
    padding: 0 10px;
}

    .menuR .menuR_inner {
        display: none;
        position: relative;
    }

        .menuR .menuR_inner.att {
            display: block;
        }

    .menuR h2 {
        padding-bottom: 10px;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 1px;
        border-bottom: 1px solid #FF6600;
        color: #6c6c6c;
    }

    .menuR .h3 {
        margin: 20px 0 10px 20px;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 1px;
        color: #FF6600;
    }
/*btn隐藏产品box*/
.btn {
    position: absolute;
    left: 50%;
    top: 200px;
    display: none;
    width: 1070px;
    margin-left: -535px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 5px #ccc;
    z-index: 1
}

    .btn p {
        font-size: 16px;
        line-height: 24px;
    }

    .btn a {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        background-image: url("../img/btn.png");
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

        .btn a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .btn div {
        float: right;
        width: 400px;
        height: 500px;
    }

        .btn div img {
            width: 100%;
            height: 100%;
        }

.w266 {
    margin: 10px 15px 0;
    padding: 20px 0px;
    width: 241px;
    text-align: center;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #ccc transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .w266:hover {
        border-radius: 6px;
        border: 1px solid #cccccc;
        box-shadow: 2px 2px 4px #ccc;
    }

    .w266 img {
        display: block;
        margin: 0 auto 10px;
        width: 40%;
        height: 40%;
    }

    .w266 a {
        color: #6c6c6c;
    }

        .w266 a:hover {
            color: #FF6600;
        }
