/*PC端 屏幕宽度大于960px的时候执行的样式*/
@media screen and (min-width: 960px) {
    a {
        text-decoration: none;
    }

    li {
        list-style: none;
    }

    .footer {
        display: none;
    }

    .mobile {
        display: none;
    }

    .disappear {
        display: none;
    }

    .container {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        position: relative;
    }

    .header {
        border-bottom: 1px dashed #156099;
        padding: 10px 0 0 0;
        height: 230px;
        width: 100%;
    }

    .logo {
        margin: 0 auto;
        width: 300px;
        height: 200px;
        border: 0px solid #333;
        text-align: center;
    }

    .logo img {
        width: 88%;
    }

    /*图片展示*/
    .page {
        width: 960px;
        margin: 20px auto;
        padding-bottom: 125px;
    }

    .middle {
        margin: 0 auto;
        padding: 10px 0 0 0;
        border: 0px solid #f00;
        width: 800px;
        height: 300px;
        margin-left: 140px;
    }

    .middle>ul {
        margin: 0 20px 0 0;
        padding: 0;
        border: 0px solid #0f0;
        width: 160px;
        height: 230px;
        float: left;
    }

    .middle>ul>li {
        list-style: none;
        margin: 14px auto;
        height: auto;
        padding: 0;
        border: 0px solid #030;
        width: 160px;
        text-align: center;
        color: #0193e0;
        font-size: 10px;
        font-family: "Microsoft Yahei", Helvetica, tahoma, arial, Verdana, sans-serif;
        line-height: 20px;
    }

    .middle img {
        border: 0;
        vertical-align: middle;
        width: 106px;
        height: 140px;
    }

    .middle>ul>li span {
        /*color: #7a726d;*/
		color: #0193e0;
        font-size: 12px;
        text-align: left;
    }

    /*表单*/
    .s_box {
        margin: 0 auto;
        padding: 0;
        border: 0px solid #036;
        width: 630px;
        height: 100px;
        line-height: 100px;
    }

    .s_box label {
        color: #0193e0;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .s_box input {
        width: 310px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        border: 1px solid #0193e0;
        border-radius: 8px;
        color: #0193e0;
        padding-left: 14px;
        margin-top: -6px;
        outline: none;
        behavior: url(iecss3.htc);
    }

    .s_box .a_button {
        float: right;
        margin-top: 32px;
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        text-align: center;
        border: 0px solid #0193e0;
        color: #fff;
        background: url(../images/button.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #Button1 {
        float: right;
        margin: 32px auto;
        width: 180px;
        height: 40px;
        line-height: 40px;
        background: #0193e0;
        font-size: 18px;
        cursor: pointer;
        color: #fff;
        outline: none;
        -webkit-appearance: none;
        border-radius: 8px;
    }

    /*尾部*/
    .footer1 {
        /*position: absolute;*/
        bottom: 0;
        width: 100%;
        height: 80px;
        clear: both;
    }

    .c_right1 {
        margin: 0 auto;
        height: 80px;
        width: 100%;
        border-top: 1px solid #156099;
    }

    .c_right1 .list_one1 {
        margin: 4px auto 0 -30px;
        height: 76px;
        width: 100%;
        border: 0px solid #fff;
    }

    .list_one1>li {
        padding-top: 10px;
        list-style: none;
        height: 18px;
        line-height: 18px;
        width: 94%;
        border: 0px solid #f0f;
        color: #8d8d8d;
        font-size: 12px;
        text-align: center;
        margin: 0 auto;
    }

    .list_one1 .ic {
        color: #3366ff;
    }

    .list_one1 .ic span {
        color: #808080;
    }

    /*.footer { position: absolute; bottom: 0; width: 100%; height: 80px; background: #0193e0; clear: both;margin: -180px auto;}
    .c_right { margin: 14px auto 0; height: 64px; width: 730px; border: 0px solid #fff;}
    .c_right .list_one { margin: 0 auto; height: 30px; width: 730px; border: 0px solid #fff;}
    .list_one>li { float: left; list-style: none; height: 30px; line-height: 30px; width: 33.3%; border: 0px solid #f0f; color: #ffffff; font-size: 14px;}
    .c_right .list_two { margin: 0 auto; height: 30px; width: 730px; border: 0px solid #fff;}
    .list_two>li { float: left; list-style: none; height: 30px; line-height: 30px; border: 0px solid #f0f; color: #ffffff; font-size: 14px;}
    a {text-decoration: none;cursor: pointer;}*/
}