* {
    margin: 0;
    padding: 0;
    font-size: 0px;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.header {
    width: 1080px;
    height: 80px;
    margin: 0 auto;
}

.header img {
    width: auto;
    height: 45px;
    margin-top: 23px;
}

body:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 15px;
    background: url(../img/sich_bg.png) no-repeat bottom;
    background-attachment: fixed;
}

p {
    margin: 0;
    color: #333;
}

.clearFix:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}

.center {
    width: 100%;
}

.center .banner {
    text-align: center;
}

.center .banner img {
    width: 1080px;
}

.center .cenTitle,
.cenRes .cenTitle {
    border-bottom: 1px solid #dddddd;
    width: 1080px;
    margin: 0 auto;
}

.center .cenTitle h3,
.cenRes .cenTitle h3 {}

.center .cenTitle h3 span,
.cenRes .cenTitle h3 span {
    border-bottom: 3px solid #c40311;
    font-size: 20px;
    height: 40px;
    color: #333333;
    line-height: 40px;
    display: inline-block;
}

.cenForm {
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.formName {
    margin: 3% 0;
    width: 100%;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formCode {
    position: relative;
    margin: 3% 0 8%;
    width: 65%;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formName .name_icon,
.formCode .code_icon {
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    line-height: 38px;
}

.formName .name_icon img {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.formCode .code_icon {
    background: url(../img/sh_wlcx_pic02.png) no-repeat center;
}

.formName input {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    width: 95%;
    float: right;
    background: #fafafa;
    border: none;
    outline: none;
}

.formCode input {
    height: 100%;
    width: 70%;
    font-size: 14px;
    float: right;
    background: #fafafa;
    border: none;
    outline: none;
}

.formCodeImg {
    position: absolute;
    right: -55%;
    top: 0;
    width: 50%;
    height: 45px;
}

.formButton {
    padding: 0 8%;
    margin-top: 20px;
}

.formButton li {
    height: 35px;
    width: 43%;
    line-height: 35px;
    text-align: center;
    background-color: #dfdfdf;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.formButton li.subMit {
    float: left;
}

.formButton li.subRes {
    float: right;
}

.formButton li.subMit.cx {
    float: left;
    background-color: #c40311;
    color: #fff !important;
    transition: 0.2s;
}

.formButton li.subRes.cz {
    float: right;
    background-color: #c40311;
    color: #fff !important;
    transition: 0.2s;
}

.loaddiv {
    background-color: #000000;
    opacity: 0.6;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 60%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    text-align: center;
    display: none;
}

.loadimg {
    background-color: #000000;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
}

.loadtext {
    margin: 0px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: #F2F2F2;
}

.aa {
    position: relative;
    bottom: -150px;
}

.formResult {
    padding: 0 2%;
    /*background: #fff;*/
}

.reslut ul li {
    margin: 6% 0;
}

.formResult table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 1080px;
    margin: 0 auto;
    min-height: 160px;
    color: #333333;
}

.formResult table tr th {
    text-align: center;
    border: 1px solid #dcdcdc;
    background-color: #f7f7f7;
    font-weight: 100;
    width: 40%;
    font-size: 14px;
    padding: 4% 4% 4% 2%;
}

.formResult table tr td {
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 4% 4% 4% 2%;
    font-size: 14px;
}

.srm {
    background-color: #c40311 !important;
    color: #fff;
    font-size: 14px;
}

.copyText {
    padding: 10px 0 10px 0;
    bottom: 0;
    left: auto;
    width: 100%;
    /* height: 40px; */
    /*background-color: #fff;*/
}

.copyText>p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.formSlect {
    position: relative;
}

.formSlect .formOption {
    cursor: pointer;
}

.formPic {
    position: absolute;
    top: 18px;
    right: 12px;
    cursor: pointer;
}

.formList {
    position: absolute;
    width: 100%;
    max-height: 150px;
    left: -1px;
    top: 43px;
    z-index: 1;
    background: #f7f7f7;
    padding: 8px 0 10px;
    overflow-y: auto;
    border: solid 1px #cccccc;
    display: none;
}

.formList>li {
    height: 32px;
    width: 90%;
    padding-left: 8px;
    font-size: 15px;
    color: #888;
    line-height: 32px;
    text-align: left;
}

.formList>li:hover {
    background: #ccc;
    color: #222;
    cursor: pointer;
}

.res_soa {
    font-size: 14px;
    line-height: 24px;
    color: #c40311;
}

.snrn {
    font-size: 15px;
    color: #c40311;
    display: block;
    margin-bottom: 32px;
}

.sm {
    margin-top: 36px;
}

.sm p {
    padding-left: 38px;
    font-size: 13px;
    color: #333;
    line-height: 26px;
}

.sm p:first-child {
    padding-left: 0px;
}

#paging {
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #c40311 !important;
}

.layui-laypage .layui-laypage-curr em {
    font-size: 12px;
}