/*@font-face {
    font-family: 'Tahoma';
    src: url('../font/TAHOMA.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tahoma-Bold';
    src: url('../font/TAHOMABD.TTF');
    font-weight: normal;
    font-style: normal;
}*/
html {
    /*margin: 0;*/
    /*padding: 0;*/
    /*font-size: 625%;*/
    /*font-family: Tahoma;*/
    /*height: 100%;*/
}
body {
    /*margin: 0;*/
    /*padding: 0;*/
    /*font-size: 0.14rem;*/
    /*background-color: #F5F8FB;*/
    /*height: 100%;*/
    /*min-width: 1200px;*/
    width: 100%;
    overflow: auto;
}
.clearfix {
    clear: both;
}
.hidden {
    display: none;
}
.img-fluid {
    width: 100%;
}
.img-container {
    position: relative;
}
.img-slogan {
    position: absolute;
    left: 0;
    top: 30%;
    background-color: rgba(0,0,0,0.4);
    color: #FFFFFF;
    text-align: center;
    line-height: 80px;
    padding: 20px 0;
    width: 100%;
    font-size: 50px;
}
.d-flex {
    display: -webkit-flex;
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-column {
    flex-direction: column;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-start {
    justify-content: flex-start;
}
.justify-content-around {
    justify-content: space-around;
}
.align-items-center {
    align-items: center;
}
.link > li > ul > li > ul {
    width: 300px !important;
}
.link > li > ul {
    width: 300px !important;
}
