@font-face {
    font-family: 'Alibaba-PuHuiTi-Bold';
    src: url(fonts/Alibaba-PuHuiTi-Bold.otf);
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Heavy';
    src: url(fonts/Alibaba-PuHuiTi-Heavy.otf);
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Light';
    src: url(fonts/Alibaba-PuHuiTi-Light.otf);
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    src: url(fonts/Alibaba-PuHuiTi-Medium.otf);
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Regular';
    src: url(fonts/Alibaba-PuHuiTi-Regular.otf);
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 1280px;
}

* {
    font-family: 'Alibaba-PuHuiTi-Light', 'Microsoft Yahei UI', 'sans-serif';
    box-sizing: border-box;
}

html, body, div {
    box-sizing: border-box;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb8 {
    margin-bottom: 8px;
}

.ml5 {
    margin-left: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.m-v-8 {
    margin: 8px 0;
}

.m-v-12 {
    margin: 16px 0;
}

.m-v-16 {
    margin: 16px 0;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs32 {
    font-size: 32px;
}

.common-head {
}

.content-w {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    padding: 16px 0;
}

.header .content {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .content .logo {

}

.header .content .logo .title {
    margin-left: 20px;
    margin-top: 8px;
}

.pd-vc-32 {
    padding: 32px 0;
}


.navigation {
    width: 100%;
    height: 50px;
    background: #0066cc;
    margin: 0 auto;
}

.navigation .content {
    height: inherit;
}

.navigation .content ul {
    height: inherit;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex; /* 使用Flexbox */
    justify-content: flex-start;
}

/* 水平对齐方式（开始位置）*/

.navigation .content ul li {
    width: 215px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: #2277cc solid 1px;
}

.navigation .content ul li:last-child {
    border-right: #2277cc solid 1px;
}

.navigation .content ul a {
    font-size: 25px;
    line-height: 50px;
    color: white;
    display: block;
    text-align: center;
    height: 50px;
}

.navigation .content ul li:hover, .active {

}

.navigation .content ul li:hover, .active a {
    background: #0099ff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: white solid 2px;
}

.banner {
    background: #f1f1f1;
    height: 564px;
    width: 100%;
}

.banner img {
    height: 100%;
    object-fit: cover;
}

.position {
    width: 100%;
    background: #99ccff;
    height: 50px;
}

.position span {
    font-family: Alibaba-PuHuiTi-Regular;
}


.footer {
    background: #656565;
    padding: 36px 0;
    color: white;
}

.footer .label {
    margin: 8px 0;
    font-size: 18px;
}

.footer .telephone {
    font-size: 51px;
    font-weight: bold;
    margin-bottom: 16px;
}

.footer .telephone:before {
    content: '';
    display: inline-block;
    margin-right: 16px;
    width: 41px;
    height: 54px;
    vertical-align: sub;
    background-image: url('/static/images/icon_concat.png');
    background-size: 100% 100%;
}

.flex-ver {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.flex-vc {
    justify-content: center;
}

.flex-sb {
    justify-content: space-between;
}

.flex-hc {
    align-items: center;
}

.flex-he {
    align-items: flex-end
}

.text-line {
    font-size: 16px;
    font-family: 'Alibaba-PuHuiTi-Regular';
}


.text-wrap {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.section {
}
