﻿
/********cp_add******/
.cp_xqtxt {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

    .cp_xqtxt .cp_title {
        text-align: center;
        font-size: 26px;
        color: #333;
        line-height: 50px;
    }

    .cp_xqtxt hr {
        border: 0;
        border-bottom: #eee solid 1px;
        margin-bottom: 10px;
    }


    .cp_xqtxt .cp_time {
        width: inherit;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
        color: #aaa;
    }

    .cp_xqtxt .cp_content {
        width: inherit;
        height: auto;
        padding-bottom: 36px;
        padding-top: 20px;
        color: #666;
        font-size: 14px;
    }

        .cp_xqtxt .cp_content img {
            max-width: 100%;
        }
/********cp_add_end******/

/* 本例子css */
.cp_slideBox {
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
    border: 0px solid #ddd;
}

    /* 下面是色块切换*/
    .cp_slideBox .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 45%;
        bottom: 5px;
        z-index: 1;
    }

        .cp_slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
            text-align: center;
        }

            .cp_slideBox .hd ul li {
                display: inline-block;
                float: left;
                margin-right: 6px;
                width: 50px;
                height: 4px;
                line-height: 14px;
                text-align: center;
                background: rgba(255,255,255,0.6);
                cursor: pointer;
            }

                .cp_slideBox .hd ul li.on {
                    background: rgba(0,0,0,0.6);
                    color: #fff;
                }

    /* 下面是图片切换*/
    .cp_slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .cp_slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
        }

            .cp_slideBox .bd li div {
                width: 100%;
                height: 650px;
                background-repeat: no-repeat;
                background-position: center;
                background-color: #eee;
            }

                .cp_slideBox .bd li div a {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

        .cp_slideBox .bd img {
            width: 450px;
            height: 230px;
            display: block;
        }

    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .cp_slideBox .prev, .cp_slideBox .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(../js/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .cp_slideBox .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }

        .cp_slideBox .prev:hover, .cp_slideBox .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .cp_slideBox .prevStop {
        display: none;
    }

    .cp_slideBox .nextStop {
        display: none;
    }

/*按钮*/
.cp_anniu {
    cursor: pointer;
}
/* 弹窗 */
.tanchuang_bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 200;
    top: 0;
    display: none;
}

.tanchuang {
    width: 440px;
    height: 350px;
    border-top: #204eae solid 4px;
    background-color: #fff;
    overflow: hidden;
    z-index: 201;
    position: fixed;
    top: 0;
    display: none;
}

.tanchuang_content {
    width: 380px;
    margin: 0 auto;
}

.tanchuang_title {
    width: 100%;
    height: 86px;
    line-height: 86px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    border-bottom: #e3e3e3 solid 1px;
}

    .tanchuang_title .tanchuang_txt {
        width: 100%;
        text-align: center;
    }

    .tanchuang_title .x {
        width: 22px;
        height: 22px;
        position: absolute;
        right: 25px;
        top: 4px;
    }

.tanchuang_body {
    width: 100%;
    margin-top: 30px;
}

    .tanchuang_body input {
        margin: 0 auto;
        width: 282px;
        height: 36px;
        display: block;
        margin-bottom: 40px;
        border: #e0e0e0 solid 1px;
        padding-left: 10px;
    }

        .tanchuang_body input[type=submit] {
            width: 220px;
            height: 43px;
            background: url(../img/button_blue2.png);
            border: none;
            color: #fff;
            font-size: 20px;
            cursor: pointer;
            margin-top: -6px;
        }

    .tanchuang_body .tishi {
        margin-left: 43px;
        margin-bottom: 6px;
        position: absolute;
        margin-top: -26px;
        background-color: #58b850;
        width: 190px;
        height: 20px;
        line-height: 20px;
        color: #fff;
        padding-left: 6px;
        font-size: 12px;
    }

        .tanchuang_body .tishi img {
            margin-right: 6px;
            margin-top: 4px;
        }

    .tanchuang_body .Validform_wrong, .tanchuang_body .Validform_right {
        margin-left: 42px;
        margin-top: -40px;
        z-index: 10;
    }


/*留言板提示框*/
.Validform_wrong, .Validform_right {
    position: absolute;
    border-radius: 5px;
    margin-left: 4px;
    border: #e1a500 1px solid;
    background-color: #fffae9;
    padding-left: 4px;
    padding-right: 4px; 
    line-height:20px;
}
 