body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
em,i{font-style: normal;}
@font-face {
    font-family: 'DIN-Bold';
    src: url('../fonts/DIN-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'DIN-Light';
    src: url('../fonts/DIN-Light.otf') format('opentype');
}
@font-face {
    font-family: 'UKIJKuYB';
    src: url('../fonts/UKIJKuYB.ttf') format('truetype');
}
body{
    background: url('../image/bg.png');
    min-width: 1200px;
    padding-bottom: 78px;
}
.loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 5;
}
.loading img{
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.meun{
    width: 1200px;
    height: 35px;
    margin: 56px auto;
}
.logo{
    width: 147px;
    float: left;
}
.meun-list{
    float: left;
    width: 960px;
    display: flex;
    font-size: 16px;
}
.meun-list a{
    flex: 1;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
}
.meun-active{
    color: #FF8500 !important;
}
.menu-more{
    width: 80px;
    float: right;
}
.menu-logo{
    margin-top: 12px;
}
.menu-more>em{
    padding: 0 10px;
}
.menu-logo,.menu-more>em,.language{
    float: left;
    color: #fff;
    line-height: 35px;
}
.content{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.footer{
    width: 1200px;
    margin: 329px auto 0;
    overflow: hidden;
}
.footer-l{
    float: left;
    width: 450px;
    font-size: 18px;
}
.footer-l p{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: "DIN-Bold";
}
.footer-l ul li{
    margin-top: 36px;
    width: 100%;
    height: 20px;
    color: #fff;
}
.footer-r{
    float: right;
    width: 750px;
    text-align: right;
}
.footer-r img{
    height: 30px;
}
.footer-r ul li{
    margin-top: 36px;
    width: 100%;
    height: 20px;
    color: #fff;
}
.content-title{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    font-family: 'DIN-Bold';
}
.content-title p{
    color: #fff;
    font-size: 60px;
}
.content-title span{
    display:block;
    width: 218px;
    height: 2px;
    background: rgba(255, 138, 0, 0.2);
    margin-top: 10px;
}
.content-title span i{
    display: block;
    width: 87px;
    height: 2px;
    background: #FF8A00;
}