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: 500px; */
    /* position: relative; */
    /* background-image: url("../images/banner.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: #000\9;
    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;
    font-weight: bold;
    color: white;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
   font-family:Inter,sans-serif!important;
}
.content1,.content2,.content3,.conten4{
    padding: 30px 0;
}
/*底部*/
.add_foot{
    width: 100%;
    height: auto;
    background-color: #302f2f;
    float: left;
    padding: 20px 0;
}
.foot_box img{
    width: 150px;
}

.add_content a{
    color: #fff;
   font-family:Inter,sans-serif!important;
    margin-top:25px;
    cursor: pointer;
}
.add_content p{
   text-align: center;
   font-size: 18px;
   color: #fff;
   font-weight: 300;
  font-family:Inter,sans-serif!important;
   margin: 18px 0;
}
.add_content a:hover{
    text-decoration:underline;
}
.add_pic img{
    margin-top:10px;
}
.clicktwo{
    line-height: 20px!important;
    height: 20px!important;
}
.clicktwo a{
    /*color: #cccccc!important;*/
    line-height: 20px!important;
    margin-top: 0;
}
.add_pic img{
    width:128px;
}
.in-foot{
    padding: 40px 20%;
    float: left;
    width: 60%!important;
}
.foot-nav-box{
    overflow: hidden;
    width: 25%;
    float: left;
}
.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;
    margin-top: 20px;
}
.m-con{
    float: left;
    border-bottom: 1px solid #D2D9E3;
    width: 100%;
    padding: 30px 0;
}
.mr{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
}
.mr-name{
    font-weight: bold;
}
.mr-detail{
    line-height: 20px;
    font-size: 13px;
}
.b-content{
    padding: 30px 0;
    border-bottom: 1px solid #D2D9E3;
    width: 100%;
}