body{
    -webkit-tap-highlight-color:transparent;
}
ul{
    list-style: none;
}



/*banner*/
.banner{
    width: 100%;
    height: 200px;
    position: relative;
    background-image: url("../images/banner-2.jpg");
    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: #0009;
    background-color: rgba(0, 0, 0, 0.2);
    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;
    font-family: 'Regular';
}
.banner img{
    height: 285px;
    width: 100%;
}
.content1,.content2,.content3,.content4{
    padding: 30px 0;
}
/*底部*/

.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: 23%;
    float: left;
    height: auto;
}
.content-right{
    width: 73%;
    float: right;
    height: auto;
}
.m-con{
    float: left;
    width: 100%;
    padding: 15px 0;
}
.mr{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    font-family: "Regular";
    color: #FAA96E;
}
.mr-name{
    font-weight: bold;
    font-family: "Italic";
}
.mr-detail{
    line-height: 28px;
    font-size: 15px;
    font-family: "Light";
    text-align: justify;
}
.b-content{
    padding: 20px 0;
    width: 100%;
}
/* 底部 */
.add_foot{
    background: #FAA96E;
    float: left;
    width: 100%;
    padding: 60px 0;
}
.logo_box img{
    width: 100px;
}
.add_foot a{
    color: #fff;
    font-family: "Light";
}