
.pre {
    color: #540a0b;
    float: left;
    height: 30px;
    font-size: 18px;
}
.next {
    float: left;
    height: 30px;
    font-size: 18px;
}
body, html {
    margin: 0 auto;
    max-width: 100%;
    min-height: 100%;
    line-height: 1;
    font-size: 14px;
    background-color: #fff;
    font-family: '微软雅黑', 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
    /*font-family: '微软雅黑', 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;*/
}

h1, h2, h3, h4, h5, h6, div, p, span, small, strong, time, b, big, em, i, ul, li, input, textarea, img, button {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: normal
}

ul, li {
    list-style-type: none
}

a, img {
    -webkit-touch-callout: none
}

em, i {
    font-style: normal;
}

.clear {
    clear: both;
}

input, textarea, button {
    outline: none;
    resize: none;
    background: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:link, a:active, a:hover, a:visited {
    text-decoration: none;
}
a {
    cursor: pointer;
}

.depository_content{
    width: 100%;
    margin: 0 auto;
}
.banner{
    width: 100%;
    height: 240px;
    line-height: 240px;
    background: url("../img/banner.png")no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.depository_content h3{
    width: 1200px;
    margin: 0 auto;
    font-size: 42px;
    color: #7b4749;
    /*margin-left: 100px;*/
}

.depository_search  {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    background: url("../img/depository_bg.png")no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.depository_title{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 80px  auto 100px;
}
.depository_title h3{
    float: left;
    font-size: 42px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #000;
}
.depository_title span{
    font-size: 35px ;text-transform: uppercase;
    letter-spacing: 3px;
}
.search{
    width: 850px;
    /*height: 43px;*/
    margin: 180px auto 0 auto;
}
.search input{
    width: 659px;
    height: 55px;
    padding-left: 20px;
    background: rgba(250,250,250,.8);
    border-radius: 25px 0px 0px 25px;
    font-size: 20px;
    vertical-align:middle;
    border-right: none;
}
.verification{
    width: 150px;
    height: 55px;
    border-radius: 0px   25px 25px  0px;
    background-color: #7b4749;
    font-size: 20px;
    color: #fff;  vertical-align:middle;
}
.verification img{
    margin-right: 10px;
}

footer{
    margin-top: 0!important;
}
