@font-face {
    font-family: Josefin;
    src: url('../font/josefin.ttf');
}


/* @font-face {
    font-family: AliFont;
    src: url('../font/Alibaba-PuHuiTi-Regular.ttf') format('truetype')
} */

body {
    font-family: "PingFang SC", "Lantinghei SC", "Microsoft Yahei", system-ui, -apple-system, Josefin, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: 0;
    color: #333;
    padding: 0;
    margin: 0;
}

div {
    border: 0;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

p,
li {
    font-family: Josefin, Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
}

a,
a:visited,
a:active {
    color: #7777DD;
    text-decoration: none;
}

a:hover {
    color: #2212A9;
    text-decoration: none;
}

div.outer-frame {
    border-left: #7777DD 1px solid;
    margin: 0 auto 0 auto;
    padding: 0 105px 0 105px;
    width: 750px;
}

div.horizontal-line {
    border-bottom: #7777DD 1px solid;
    height: 0;
    width: 100%;
}

div.concept-img-top {
    background-image: url("../img/baiont-concept.svg");
    background-origin: border-box;
    background-position-y: top;
    background-repeat: no-repeat;
}

div.concept-img-bottom {
    background-image: url("../img/baiont-concept.svg");
    background-origin: border-box;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

div.logo {
    border-left: #7777DD 1px solid;
    height: 80px;
    padding: 60px 0 60px 0;
    width: 750px;
}

img.logo {
    height: 80px;
    padding: 0 0 0 462px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 288px;
}

img.office {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 550px;
}

img.honor {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 650px;
}

div.header {
    height: 240px;
    margin: 0;
    width: 100%;
}

div.nav {
    border-left: #7777DD 1px solid;
    height: 40px;
    width: 100%;
}

div.nav>ul {
    align-items: flex-end;
    display: flex;
    flex-flow: row;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

div.nav>ul>li {
    line-height: 40px;
    font-size: 18px;
    width: 120px;
    text-align: center;
}

div.nav>ul>li.sep {
    border-left: #7777DD 1px solid;
    height: 20px;
    width: 0;
}

div.nav>ul>li.active {
    font-weight: bold;
}

div.nav>ul>li>a {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

div.title-top {
    border-left: #7777DD 1px solid;
    height: 150px;
    width: 750px;
}

div.title-bottom {
    border-left: #7777DD 1px solid;
    height: 150px;
    width: 750px;
}

div.title-zh {
    color: #7777DD;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 36px;
    padding: 116px 0 0 105px;
    text-align: center;
}

div.title-en {
    color: #AAAAEE;
    font-family: Josefin;
    font-size: 32px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 105px;
    text-align: center;
}

div.main {
    border-left: #7777DD 1px solid;
    padding: 50px 60px 50px 100px;
    width: 550px;
}

div.main h1 {
    color: #7777DD;
    font-size: 20px;
    line-height: 20px;
    margin: 60px 0 0 0;
    padding: 0 0 0 40px;
}

div.section-box {
    background-color: #7777DD;
    height: 20px;
    width: 20px;
}

div.section {
    border-top: #7777DD 1px solid;
    margin: 0 0 120px 0;
    padding-top: 12px;
}

div.footer {
    border-left: #7777DD 1px solid;
    /* padding: 120px 0 0 0; */
    padding: 0;
    width: 750px;
}

div.footer-content {
    border-top: #7777DD 1px solid;
    color: #7777DD;
    font-size: 16px;
    padding: 20px 0 120px 20px;
    width: 730px;
    text-align: center;
}

div.footer-content .icp a {
    text-decoration: underline;
}