﻿.page-container.pattern-2 *,.page-container.pattern-2 *:before,.page-container.pattern-2 *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-container.pattern-2 {
    font-size: 14px;
    line-height: 1;
    color: #222222;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.Case_relative
{
    position: relative;
    width: 100%;
}

.Case-con
{
    width: 1100px;
    padding: 34px 48px;
    margin: 0 auto;
}

.Case-con-op
{
    top: 0;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #fff;
    position: absolute;
    z-index: -1;
}

.Case-con01
{
    width: 272px;
    margin-right: 20px;
    float: left;
}

.Case-con02
{
    width: 272px;
    margin-right: 20px;
    float: left;
}

.Case-con03
{
    width: 400px;
    margin-left: 20px;
    float: left;
}

.Case-con-title
{
    margin-bottom: 25px;
    width: 100%;
    min-height: 24px;
}

    .Case-con-title span
    {
        color: #bebebe;
        font-size: 24px;
        float: left;
    }

.title_con
{
    background: url(./Img/tell.jpg) no-repeat;
    margin-left: 10px;
    float: left;
    display: none;
}

input[type="text"], input[type="email"], textarea, .form-input, select
{
    resize: none;
    padding: 10px;
    width: 261px;
    border: 1px solid #f0efef;
    height: 45px;
    color: #6e6e6e;
    background: #fff;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    textarea:focus,
    select:focus
    {
        outline: none;
        border: 1px solid #ff6600;
        box-shadow: 0 0 6px #ff6600;
        box-shadow: 0 0 6px #ff6600;
        -webkit-box-shadow: 0 0 6px #ff6600;
        -moz-box-shadow: 0 0 6px #ff6600;
        -o-box-shadow: 0 0 6px #ff6600;
    }

input[type="text"], select
{
    margin-bottom: 33px;
}

.send
{
    display: block;
    height: 45px;
    width: 261px;
    border: 1px solid #ff6800;
    color: #ff6800;
    padding-left: 100px;
    font: normal 16px/43px "微软雅黑";
    background: url(./Img/send.png) no-repeat 146px center;
}

    .send:hover
    {
        display: block;
        color: #fff;
        font: normal 16px/43px "微软雅黑";
        background: #ff6800 url(./Img/send-hover.png) no-repeat 160px center;
    }

.zjzx
{
    color: #bebebe;
    font: normal 50px "微软雅黑";
    margin-top: 4px;
}

.contact-us
{
    font: normal 16px "微软雅黑";
    color: #464646;
    margin: 0px 0px 20px 0px;
}

.con
{
    font: normal 14px/28px "微软雅黑";
    color: #959595;
    padding-left: 50px;
}

.con01
{
    background: url(./Img/Address.jpg) no-repeat;
}

.con02
{
    background: url(./Img/tell.jpg) no-repeat;
    margin: 10px 0px;
}

.con03
{
    background: url(./Img/case-mail.jpg) no-repeat;
    margin: 10px 0px;
}

.code
{
    margin-top: 35px;
    width: 100%;
}

    .code img
    {
        padding: 15px;
        float: left;
    }

@media only screen and (max-width: 1100px)
{
    .Case-con
    {
        width: 80%;
    }

    .Case-con01, .Case-con02, .Case-con03 .con02
    {
        display: none !important;
    }

    .title_con
    {
        display: block !important;
    }

    .Case-con03
    {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 452px)
{
    .Case-con
    {
        padding: 34px 10px;
    }

    .Case-con-title span
    {
        font-size: 20px;
    }
}

@media only screen and (max-width: 334px)
{
    .Case-con-title span
    {
        font-size: 20px;
    }

    .Case-con
    {
        padding-top: 30px;
    }

    .title_con
    {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
    }
}
