*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    box-sizing: border-box;
}
body{
    max-width: 1920px;
    margin: 0 auto;
    font-size:16px;
    font-family:"微软雅黑", "宋体-18030";
   
   
  }
a {
    text-decoration: none
}

ul {
    list-style-type: none
}
.top_nav{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background:rgba(0, 0, 0, 0.5)
 }
 .top_nav .meun{
   width:1400px;
   height:80px;
   margin:0 auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
   color:#fff;
   font-size:16px;
}
.top_nav .meun ul{
    display:flex
}
.top_nav .meun ul li{
   width:88px;
   height:13px;
   text-align:center;
   line-height: 13px;
    border-right:1px #fff solid;
    margin-left:16px;
    padding-right:16px;
   
}
.top_nav .meun ul li:last-child{
    border-right:0px;
}
.top_nav .meun a{
    color:#fff;
}
.top_nav .meun a:hover{
    color:#e2ee40;
}
.footer{
    background:url(/images/new_images/footer.jpg) no-repeat center top;
    height:235px;
    padding-top:60px;
}
.footer a{
    color: rgba(128, 182, 138, 0.3);
}
.footer .con_width{
    position:relative;
    width:1400px;
    margin:0 auto;
    display:flex;
    flex-direction: column;
    text-align:center;
    font-size:12px;
    color: rgba(128, 182, 138, 0.3);
    line-height:24px;
}
.contact_customer a{
    color: #FFFFFF;
}