
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;
}
.depository_content>img{
    width: 100%;
}
.banner{
    width: 100%;
    height: 400px;
    background: url("../img/banner.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;
}
.depository_title p{
    font-size: 21px;
    color: #8b8b8b;
    margin-top: 20px;
    line-height: 35px!important;
}
.platform{
    width: 1200px;
    margin: 0 auto;
}
.index_title {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.index_title h3{
    font-size: 32px;
    color: #530a0b;
    /*font-weight: bold;*/
}
.index_title h3 span{
    font-weight: bold;
}
.index_title h3 span:first-child{
    margin-right: 20px;
}
.index_title h3 span:nth-child(2){
    margin-left: 20px;
}
.index_title p{
    font-size: 20px ;
    color: #966a6a;
    margin-top: 20px;
}
.platform_text{
    font-size: 21px;
    color: #000;
    line-height: 40px;
}
.platform_text p{
    margin-top: 20px;
    letter-spacing: 3px;
}
