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; }
@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/HELVETICA-LIGHT.OTF') format('opentype');
}
@font-face {
    font-family: 'Bebas-Regular';
    src: url('../fonts/BEBAS-REGULAR.TTF') format('truetype');
}
@font-face {
    font-family: 'DIN-Bold';
    src: url('../fonts/din-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'DIN-Light';
    src: url('../fonts/DIN-LIGHT.OTF') format('opentype');
}
@font-face {
    font-family: 'DIN-Regular';
    src: url('../fonts/DIN-REGULAR.OTF') format('opentype');
}
body,html{
    background: #000;
    max-width: 1920px;
    min-width: 1260px;
    margin: 0 auto;
}
.router-active{
    color: #FF8A00 !important;
}
.nav{
    position: absolute;
    display: flex;
    width: 1201px;
    height: 29px;
    top: 46px;
    left: 50%;
    transform: translate(-50%);
    align-items: center;
    z-index: 10;
}
.logo{
    width: 159px;
    height: 29px;
}
.router{
    font-family: 'Helvetica-Light';
    font-weight: 400;
    font-size: 16px;
}
.router a{
    color: #fff;
    margin-left: 138px;
}
.router span:first-child{
    margin-left: 205px;
}
.meun{
    display: flex;
    margin-left: 121px;
    color: #fff;
    align-items: center;
}
.meun .menu_logo{
    width: 18px;
    height: 12px;
}
.meun em{
    display: block;
    width: 2px;
    height: 14px;
    background: #FFFFFF;
    margin-left: 15px;
}
.meun span{
    font-family: 'Helvetica-Light';
    font-size: 400;
    margin-left: 17px;
    padding-right: 8px;
    font-size: 16px;
}
.footer{
    width: 1201px;
    height: 182px;
    margin: 85px auto 0;
    color: #fff;
}
.footer-t{
    display: flex;
    width: 100%;
}
.footer a{
    color: #fff;
}
.footer p{
    height: 30px;
    font-size: 30px;
    font-family: 'DIN-Bold';
    font-weight: bold;
    line-height: 30px;
}
.footer-company{
    width: 137px;
}
.footer-email{
    width: 342px;
    margin-left: 316px;
}
.footer-ag{
    width: 305px;
    margin-left: 113px;
    line-height: 15px;
}
.footer-router,.footer-email-i,.footer-ag-i{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-family: 'DIN-Light';
    margin-top: 13px;
    line-height: 35px;
}
.footer-copyright{
    text-align: center;
    font-family: 'DIN-Regular';
    font-size: 14px;
    color: #FEFEFE;
    margin-top:6px;
    opacity: 0.3;
}
.cookie-box{
    display: none;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 65px;
    padding: 10px 0;
    z-index: 10;
}
.cookie-c {
    width: 1201px;
    height: 65px;
    margin: 0 auto;
    display: flex;
    color: #fff;
}
.cookie-c p{
    font-size: 14px;
    width: 750px;
}
.cookie-c p a{
    color: #FF8A00;
}
.cookie-btnlist{
    display: flex;
    flex-wrap: wrap;
    width: 450px;
    justify-content: space-between;
}
.cookie-btnlist span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DIN-Light';
    font-size: 14px;
    width: 174px;
    height: 34px;
    padding: 0 10px;
    background: #FF8A00;
    border-radius: 5px;
    cursor: pointer;
}
.cookie-set{
    background: none !important;
    color: #FF8A00;
    text-decoration: underline;
}
.dialog{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}
.cookie-setBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 769px;
    height: 602px;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #FF8A00;
}
.cookie-back{
    width: 100%;
    overflow: hidden;
}
.cookie-back img{
    float: left;
    width: 30px;
    margin-top: 18px;
    margin-left: 35px;
    cursor: pointer;
}
.cookie-set-item{
    width: 563px;
    overflow: hidden;
    margin: 30px auto 0;
}
.cookie-s-n{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.cookie-s-n span{
    color: #fff;
    font-size: 18px;
    font-family: 'DIN-Bold';
}
.cookie-s-n em{
    display: flex;
    width: 76px;
    height: 41px;
    padding: 0 3px;
    background: #5c5c5c;
    border-radius: 20px;
    align-items: center;
}
.cookie-s-n em i{
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
}
.cookie-s-c{
    color: #fff;
    font-family: 'DIN-Regular';
    line-height: 25px;
}
.switch-check{
    background: #FF8A00 !important;
    justify-content: end;
}
.cookie-s-c a{
    color: #FF8A00;
    text-decoration: underline;
}
.cookie-set-btn{
    display: flex;
    width: 297px;
    height: 58px;
    background: #FF8A00;
    color: #fff;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'DIN-Regular';
    border-radius: 3px;
    cursor: pointer;
}