/* CSS Reset */
@font-face {
    font-family: 'myFontB';
    src: url('font/AlibabaSansViet-Bd.ttf')
}
@font-face {
    font-family: 'myFontR';
    src: url('font/AlibabaSansViet-Rg.ttf')
}
@font-face {
    font-family: 'myFontM';
    src: url('font/AlibabaSansViet-Md.ttf')
}
html, body {
    margin: 0;
    padding: 0;
    /* border: 0; */
    font-family: 'myFontR',Arial, Helvetica, sans-serif;
}


/* div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* body {
    line-height: 1;
} */

/* ol, ul {
    list-style: none;
} */

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover,a:link,a:visited,a:active,a:focus{
	color: #000000;
	text-decoration: none;
}


/* 初始状态 */
.fade-in-up {opacity: 0;transform: translateY(100px);transition: opacity 1s ease-out, transform 1s ease-out;}
.fade-in-down {opacity: 0;transform: translateY(-100px);transition: opacity 1s ease-out, transform 1s ease-out;}
.fade-in-right {opacity: 0;transform: translateX(-100px);transition: opacity 1s ease-out, transform 1s ease-out;}
.fade-in-left {opacity: 0;transform: translateX(100px);transition: opacity 1s ease-out, transform 1s ease-out;}
/* 触发动画的状态 */
.fade-in-up.show,.fade-in-down.show {opacity: 1;transform: translateY(0);}
.fade-in-right.show,.fade-in-left.show {opacity: 1;transform: translateX(0);}

.lag01{transition-delay: 0.1s;}
.lag02{transition-delay: 0.2s;}
.lag03{transition-delay: 0.3s;}
.lag04{transition-delay: 0.4s;}
.lag05{transition-delay: 0.5s;}
.lag06{transition-delay: 0.6s;}
.lag07{transition-delay: 0.7s;}
.lag08{transition-delay: 0.8s;}
.lag09{transition-delay: 0.9s;}
.lag10{transition-delay: 1.0s;}
.lag11{transition-delay: 1.1s;}
.lag12{transition-delay: 1.2s;}
.lag13{transition-delay: 1.3s;}
.lag14{transition-delay: 1.4s;}
.lag15{transition-delay: 1.5s;}
.lag16{transition-delay: 1.6s;}
.lag17{transition-delay: 1.7s;}
.lag18{transition-delay: 1.8s;}
.lag19{transition-delay: 1.9s;}
.lag20{transition-delay: 2.0s;}


.navbarBox{
    height: 57px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2025;
}
.navbarBox.on{
    background: #fff;
}
.navbar{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.navbar .logo{
    height: 41px;
    padding-top: 8px;
}
.navbar-right a{
    margin-left: 30px;
    line-height: 57px;
    font-size: 16px;
    color:#000;
}
.navbar-right a.on{
    font-weight: 600;
    font-family: 'myFontM';
}

.footer{
    padding: 50px 0 60px;
    background: #000000;
}
.footerBox{
    width: 1200px;
    margin: 0 auto;
}
.footerTop{
    display: flex;
    justify-content:space-around;
    color: #fff;
}
.footerLogo{
    width: 256px;
    height: 73px;
}
.footerAddress{
    margin-top: 10px;
    padding-left: 21px;
    background-image: url(../images/dkkx017.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0 0;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.8);
}
.footerText01{
    padding-left: 21px;
}
.footerText01,.footerText05{
    padding-top: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 126%;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footerText02,.footerText03,.footerText04{
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0 0;
    padding-left: 21px;
    font-size: 14px;
    font-weight: normal;
    line-height: 125.86%;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 7px;
}
.footerText02{
    background-image: url(../images/dkkx018.png);
}
.footerText03{
    background-image: url(../images/dkkx019.png);
}
.footerText04{
    background-image: url(../images/dkkx020.png);
}
.footerText06,.footerText06 a{
    font-size: 14px;
    font-weight: normal;
    line-height: 125.86%;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.8);
}
.footerBottom{
    border-top: 0.5px solid rgba(216, 216, 216, 0.3);
    margin-top: 40px;
    text-align: center;
    padding-top: 33px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.8);
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.loading img {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}







