@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "微软雅黑";
    width: 100%;
}

.pcler {
    clear: both;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.top {
    float: left;
    width: 100%;
    height: auto;
}

.logo {
    width: 1200px;
    height: 130px;
    margin: auto;
}

.logo img {
    margin-top: 30px;
    margin-left: 50px;
}

.bg {
    width: 100%;
    background: url(../images/bg_04.png) no-repeat;
    height: 520px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 4%;
    height: auto;
}

.logo-img {
    height: 404px;
    width: 440px;
    margin-left: 50px;
    float: left;
}

.logo-img img {
    height: 404px;
    width: 440px;
}

.lau {
    height: 25%;
    width: 30%;
    background-color: #ffffff;
    border: 1px #DDDDDD solid;
    border-radius: 5px;
    margin-right: 100px;
    float: right;
}

.nrir p {
    width: 100%;
    margin: 0 auto;
    color: #222222;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
}

.tit-t {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-top: 6%;
    color: #666666;
    font-family: "微软雅黑";
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: bold;
}

.n-tab {
    width: 85%;
    margin: 0 auto;
}

.n-tab td {
    padding-bottom: 8%;
    width: 100%;
}

.n-tab .ipt {
    width: 97%;
    height: 43px;
    border: 1px solid #dddddd;
    padding-left: 2%;
    overflow: hidden;
    border-radius: 2px;
}

.n-tab .ipt img {
    float: left;
    margin-top: 10px;
}

.n-tab .ipt input {
    float: left;
    width: 256px;
    height: 37px;
    border: none;
    font-family: "微软雅黑";
    background: none;
    font-size: 16px;
    line-height: 37px;
    letter-spacing: 1px;
    margin-left: 2%;
    color: #999999;
    margin-top: 2px;
    display: inline-block;
    outline-style: none;
    -webkit-appearance: none;
    padding-left: 2%;

}

.n-tab .ipt1 {
    float: left;
    width: 54%;
    padding-left: 2%;
}

.n-tab .ipt1 input {
    width: 66%;
    margin-left: 4%;
    padding-left: 3%;
}

.n-tab .ipt2 {
    float: right;
    width: 40%;
    height: 45px;
    line-height: 45px;
    font-family: "微软雅黑";
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
}

.delu-a {
    display: block;
    background: #e85c34;
    color: #ffffff;
    font-family: "微软雅黑";
    font-size: 20px;
    width: 85%;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 10%;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
}


