/* @font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("../font/SourceHanSansCN-Normal.woff2") format("woff2"),
        url("../font/SourceHanSansCN-Normal.woff") format("woff"),
        url("../font/SourceHanSansCN-Normal.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    line-height: 1;
    /* font-family: "SourceHanSansCN-Normal","Helvetica Neue", Helvetica, Arial,"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei", sans-serif; */
    user-select: none;
}

body {
    min-width: 1400px;
}

a {
    color: inherit;
    text-decoration: none;
}

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    width: 100%;
    margin: 0 auto;
}

td, th {
    word-wrap: break-word;
    word-break: break-all;
    padding: 5px;
    border: 1px solid #DDD;
    text-align: center;
}

/* ::-webkit-scrollbar {
    width:17px;
    height:9px;
} */

.flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wh100 {
    width: 100%;
    height: 100%;
}


/* header */

header {
    width: 100%;
    white-space: nowrap;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

header .subsidiary {
    width: 100%;
    height: 30px;
    text-align: center;
    background: #111111;
}

header .subsidiary > :first-child {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    height: 100%;
    padding: 0 20px 0 20px;
}

header .subsidiary > :first-child .welcome {
    color: #8e8e8e;
    font-size: 12px;
}

header .subsidiary > :first-child .list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header .subsidiary > :first-child .list > li {
    margin-left: 8px;
    color: #8e8e8e;
    font-size: 12px;
}

header .subsidiary > :first-child .list > li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}


header .primary {
    width: 100%;
    height: 75px;
    text-align: center;
    background: #E2474D;
}

header .primary > :first-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1400px;
    height: 100%;
    font-size: 0;
    padding-left: 20px;
}

header .primary > :first-child > * {
    display: inline-block;
    vertical-align: middle;
}

header .logo {
    /*margin-left: 20px;*/
}
header .logo > img {
    width: 118px;
}

header .menu {
    flex: 1;
    height: 100%;
    font-size: 0;
    text-align: right;
}

header .menu .wrapper {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    text-align: left;
}

header .menu .wrapper:first-child {
    margin-left: 0;
}

header .menu .wrapper .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .menu .wrapper .block {
    padding: 0 25px;
}

header .menu .wrapper .animate {
    display: none;
    padding: 20px 25px;
    text-align: left;
    background: #E2474D;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    box-shadow: 0 7px 7px -1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
    z-index: 9;
}

header .menu .wrapper .animate .item {
    padding-top: 20px;
}

header .menu .wrapper .animate .item:first-child {
    padding-top: 0;
}


header .menu .wrapper .item .link {
    position: relative;
}

header .menu .wrapper:nth-child(n + 2) .link {
}

header .menu .wrapper .item .link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    width: 100%;
    /* left: 2px; */
    /* right: 2px; */
    height: 2px;
    background: #ffffff;
    transition: 0.2s linear;
    transform: scale(0);
}
header .menu .wrapper .item .link.active::after {
    transform: scale(1);
}
header .menu .wrapper .item .link.normal::after {
    transform: scale(0);
}
header .menu .wrapper .item .link.hover::after {
    transform: scale(1) !important;
}

header .menu .wrapper .link a,
header .menu .wrapper .link .title,
header .menu .wrapper .link .annotation {
    display: block;
    color: #ffffff;
}

header .menu .wrapper .link .title {
    font-size: 16px;
}

header .menu .wrapper .link .annotation {
    font-size: 12px;
    transform: scale(0.75);
    transform-origin: 0 0;
    margin-top: 8px;
}

header .menu .wrapper .animate .item .link .title {
    font-size: 15px;
}

header .menu .wrapper .animate .item .link .annotation {
    font-size: 12px;
}

header .menu .wrapper .link .move-right {
    padding-left: 2px;
}


footer > .top {
    width: 100%;
    height: 270px;
    background: #E2474D;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer > .top > * {
    height: 100%;
    font-size: 14px;
}

footer > .top > .left {
    width: 370px;
}

footer > .top > .left > div:nth-child(1) {
    font-size: 26px;
    margin-top: 60px;
    margin-bottom: 15px;
}

footer > .top > .left > div:nth-child(2) {
    margin-bottom: 50px;
}

footer > .top > .middle {
    margin: 0 90px;
    width: 440px;
}

footer > .top > .middle > div:nth-child(1) {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 18px;
}

footer > .top > .middle > div:nth-child(1) > img {
    width: 120px;
}

footer > .top > .middle > div:nth-child(2) > span {
    line-height: 1.6;
}

footer > .top > .right {
    width: 370px;
    padding-top: 90px;
}

footer > .top > .right > div {
    white-space: nowrap;
}

footer > .top > .right > div img {
    width: 96px;
    margin-right: 36px;
}

footer > .top > .right > div > img:last-child {
    margin-right: 0;
}

footer > .bottom {
    /* height: 50px; */
    padding: 12px 0;
    /* line-height: 50px; */
    text-align: center;
    background: #111111;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}

footer > .bottom > p {
    color: rgb(139, 135, 135);
    font-size: 14px;
}

footer > .bottom > .certification {
    margin-top: 12px;
    color: #8c8c8c;
    font-size: 10px;
    line-height: 1.4;
}

footer > .bottom > .certification > .line{
    margin: 0 8px;
}
footer > .bottom > .certification > a:hover {
    color: #E2474D;
}
