body{
    -webkit-tap-highlight-color:transparent;
}
ul{
    list-style: none;
}

/*.top-right ul li{*/
    /*float: left;*/
    /*position: relative;*/
    /*background: #fff;*/
    /*list-style: none;*/
/*}*/


/*banner*/
.banner{
    width: 100%;
    height: 200px;
    position: relative;
    background-image: url("../images/banner-1.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}
.banner .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0.3);
    filter: alpha(opacity = 50)\9;
    text-align: center;
    display: table;
}
.banner .mask h3 {
    position: relative;
    font-size: 42px;
    color: white;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.banner img{
    height: 285px;
    width: 100%;
}
.content1,.content2,.content3,.content4{
    padding: 30px 0;
}
.c_title{
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
}

/* 底部 */
.add_foot{
    float: left;
    width: 100%;
    background: #1f252f;
}
.add_foot h5{
    font-size: 14px;
    font-weight: bold;
}

.add_foot p a{
    color: #fff;
    cursor: pointer;
}
.about{
    font-size: 13px;
    color: #a37b1f;
    font-weight: bold;
    margin-bottom: 10px;
}
.history a{
    color: #bcbec0;
    font-size: 14px;
}
.copy{
    float: left;
    color: #bcbec0;
    width: 100%;
    line-height: 45px;
    font-size: 14px;
}
.content-div{
    /* width: 1080px; */
    height: auto;
}
.content-left{
    width: 24%;
    float: left;
    height: auto;
    margin-top: 27px;
}
.content-right{
    width: 74%;
    float: right;
    height: auto;
    margin-top: 20px;
}
.m-con{
    float: left;
    border-bottom: 1px solid #D2D9E3;
    width: 100%;
    padding: 30px 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.mr{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
}
.mr-name{
    font-weight: bold;
}
.mr-detail{
    line-height: 28px;
    font-size: 14px;
}
.b-content{
    padding: 30px 0;
    border-bottom: 1px solid #D2D9E3;
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}