
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol,div{
    margin: 0;
    /* padding: 0; */
    box-sizing: border-box;
}

#wrap {
    width: 100%;
    min-width: 1200px;
}
.backgrey{
    background: #F4F3F3;
}
[v-cloak] {
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

em, i {
    font-style: normal;
}

li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

label {
    cursor: default;
}

body, button, input, select, textarea {
    font: 13px/1.5 arial, 'microsoft yahei', \5b8b\4f53;
}

textarea {
    resize: none;
}

a, a:focus {
    outline: none;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.fn {
    float: none;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.noBg {
    background: none !important;
}

.banner {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}

.banner .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    right: 50%;
    z-index: 1;
}

.banner .hd li {
    display: inline-block;
    width: 15px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.banner .hd li.on {
    background: #fff;
}

.banner .bd {
    position: relative;
    z-index: 0;
}

.banner .bd li {
    position: relative;
    text-align: center;
}

.banner .bd li img {
    background: url(http://www.50bm.com.cn/static/css/images/loading.gif) center center no-repeat;
    vertical-align: top;
    width: 100%;
    /* 图片宽度100%，达到自适应效果 */
}

.banner .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */

.u-tt {
    /*border-top:3px solid #023D99;*/
}

.u-tt .hd {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #ddd;
    background: #3780bb;
    line-height: 40px;
}

.u-tt .hd h2 {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #3780bb;
    background: #3780bb;
    color: #fff;
    font-size: 15px;
    vertical-align: top;
}

.u-tt .hd h2 a {
    color: #fff;
}

.u-tt .hd h2 em {
    padding-left: 5px;
    opacity: 0.3;
    font-weight: 100;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: top;
}

.u-tt .hd .more {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 15px;
    height: 15px;
    padding: 0;
    background: url(http://www.50bm.com.cn/static/images/icon_arr_arrow.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}

.u-tt .hd .more a {
    display: block;
    background: none;
    line-height: 999px;
}

.u-tt .bd {
    padding: 3% 1% 0;
}



.partner{
    background: #F4F3F3;
}
.partner p{
    font-size: 30px;
    color: #333;
    text-align: center;
    padding: 55px 0;
}
.partner .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner .container div{
    border: 1px solid #E5E5E5;
    width: 201px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin-bottom: 40px;
}