a:link {color: #0193e0} /* 未访问时的状态 */
a:visited {color: #0193e0} /* 已访问过的状态 */
a:hover {color: #0193e0} /* 鼠标移动到链接上时的状态 */
a:active {color: #0193e0} /* 鼠标按下去时的状态 */
/*移动端 屏幕宽度小于960px的时候执行的样式*/
@media(max-width: 960px) {
    li {
        list-style: none;
    }

    a {
        text-decoration: none;
    }

    .footer {
        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: 130px;*/
        width: 100%;
    }

    .logo {
        margin: 0 auto;
        height: auto;
        width: 100%;
        border: 0px solid #333;
        text-align: center;
    }

    .img {
        width: 150px;
    }

    .middle {
        display: none;
    }

    .page {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 1rem;
        text-align: center;
    }

    /*输入框*/
    .s_box {
        /*margin: -20px auto; */
        padding: 0;
        border: 0px solid #036;
        width: 100%;
        height: 150px;
        line-height: 100px;
    }

    .s_box label {
        display: none;
    }

    .s_box input {
        margin: 0 auto;
        width: 80%;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        border: 1px solid #0193e0;
        border-radius: 8px;
        color: #0193e0;
        padding-left: 10px;
        outline: none;
        behavior: url(iecss3.htc);
        text-align: center;
    }

    .s_box .a_button {
        display: block;
        /*float: right;*/
        margin: -25px auto;
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        text-align: center;
        border: 0px solid #0193e0;
        color: #fff;
        background: url(../images/button2.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #Button1 {
        display: block;
        margin: -25px auto;
        width: 200px;
        height: 40px;
        background: #0193e0;
        border: 0px solid #0193e0;
        font-size: 18px;
        cursor: pointer;
        color: #fff;
        outline: none;
        -webkit-appearance: none;
        border-radius: 8px;
    }

    .tips {
        line-height: 30px;
        text-align: left;
        margin: 20px auto;
        width: 84%;
        font-size: 15px;
        color: #0193e0;
    }

    /*两两横排*/
    .mobile {
        margin: 0 auto;
        width: 100%;
        height: 170px;
		color: #0193e0;
    }

    .first {
        margin: 0 auto;
    }

    .cell {
        float: left;
        width: 45%;
        margin-left: 10px;
        text-align: center;
    }

    .text {
        margin: 0 auto;
        text-align: left;
        font-size: 12px;
    }

    .website {
        float: left;
        width: 45%;
        margin-left: 10px;
        text-align: center;
    }

    .text {
        margin: 0 auto;
        text-align: left;
        font-size: 12px;
    }

    /*底部*/
    .footer1 {
        position: fixed;
        bottom: 0px;
        width: 96%;
        clear: both;
        margin: 0 auto;
    }

    .c_right1 {
        margin: 0 auto;
        height: 4rem;
        width: 100%;
        border-top: 2px solid #0193e0;
        overflow: hidden;
    }

    .c_right1 .list_one1 {
        padding: 0;
        margin: 0 auto;
        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: #0193e0;
        font-size: 12px;
        text-align: center;
        margin: 0 auto;
    }

}
@media (max-width: 375px){
	.footer1 {
    position: relative;
	}
}