/*案例样式*/
html, body{
    overflow-x: hidden;
}

a, a:focus, a:hover {
    color: #666666;
    text-decoration: none;
}

.main{
    width: 100%;
    height: auto;
    margin: 61px 0 32px;
    position: relative;

    text-align: center;

    overflow: hidden;
}

    /*导航栏样式*/
    .main .works_nav_box{
        width: 100%;
        height: 51px;

        text-align: center;

        border-bottom: 1px solid #f6f6f6;
    }

        .main .works_nav_box .works_nav{
            width: 1000px;
            height: 51px;

            margin: auto;

            position: relative;

            background: url(../images/casenav_bj.png) no-repeat;
        }

            .works_nav_box .works_nav .options_mark{
                width: 135px;
                height: 3px;
                background: #289bfc;

                position: absolute;
                left: 0px;
                bottom: -1px;
            }

            .works_nav_box .works_nav .options{
                width: 135px;
                height: 50px;
                line-height: 50px;
                font-size: 14px;
                color: #666666;
                float: left;
                margin: auto;
                cursor: pointer;
                margin-right: 33px;
            }

            .works_nav_box .works_nav .selected{
                color: #289bfc;
            }

    /*案例主体样式*/
    .main .content_box{
        width: 1000px;
        height: auto;

        margin: auto;
        position: relative;

        text-align: center;
    }

        .main .content_box .title_zh{
            margin: auto;
            position: absolute;
            left: 0px;
            right: 0px;

            top: 134px;

            line-height: 24px;
            font-size: 24px;
            color: #000;
        }

        .main .content_box .title_en{
            height: 11px;

            line-height: 11px;
            font-size: 11px;
            font-weight: bold;
            font-family: "Arial";
            color: #bfbfbf;

            margin: auto;
            position: absolute;
            left: 0px;
            right: 0px;

            top: 169px;

            display: block;
        }

        .main .content_box .title_en{
            margin: auto;
            position: absolute;
            left: 0px;
            right: 0px;

            top: 169px;

            display: block;
        }

        .main .content_box .works{
            width: 1000px;
            height: 294px;
			margin-top: 32px;
        }

            .content_box .works .works_img{
                width: 480px;
                height: 294px;

                float: left;
            }

            .content_box .works .text_box{
                width: 520px;
                height: 294px;

                float: left;

                position: relative;
            }

                .content_box .works .text_box .tab{
                    width: 450px;
                    height: 294px;

                    position: absolute;
                }

                    .content_box .works .text_box .tab td{
                        overflow: hidden;
                    }

                .content_box .works .text_box .title{
                    width: 450px;

                    line-height: 30px;
                    font-size: 20px;
                    font-weight: bold;
                    color: #222222;
                    text-align: left;

                    margin-bottom: 12px;
                }

                .content_box .works .text_box .introduce{
                    width: 450px;

                    line-height: 24px;
                    font-size: 14px;
                    color: #666666;
                    text-align: left;

                }


        .main .content_box .work_1{
            top: 32px;
        }

                .content_box .work_1 .text_box .tab{
                    right: 10px;
                }

        .main .content_box .work_2{
            top: 655px;
        }

                .content_box .work_2 .text_box .tab{
                    left: 10px;
                }

        .main .content_box .work_3{
            top: 1000px;
        }

                .content_box .work_3 .text_box .tab{
                    right: 10px;
                }

.footer
{
    position: static;
}

/* 英文版修改样式 */
.works_nav_box_en .works_nav .options, .works_nav_box_en .works_nav .options_mark
{
    width: 150px;
}
