﻿@charset "utf-8";

html{background:#fff;overflow:auto;}
body{min-width:100%;font:14px/1.5 Tahoma,"Microsoft Yahei";color:#333; -webkit-font-smoothing: antialiased; }
button,submit,input,select,textarea {font:12px/1.5 Tahoma,"Microsoft Yahei"; outline:none;}
a{color:#333; text-decoration:none; cursor:pointer; outline: 0 none;}
a:hover{ text-decoration:none;color:#ff4f20;}
a:focus{-moz-outline-style:none; border:0px;blr:expression(this.onFocus=this.blur());}
html,body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ul,ol,li,form,fieldset,legend,button,submit,input,textarea,select,table,tr,th,td,hr,pre,sup,address,cite,dfn,em,var,blockquote { margin:0; padding:0}
header,footer,article,aside,section,nav,menu,hgroup,details,dialog,figure,figcaption{display:block}
ol,li,ul,dl,dt,dd{list-style:none;}
fieldset,img {border:0}
img { border:none; vertical-align:middle;}
button,submit,input,select { vertical-align:middle;}
button,submit { cursor:pointer;}
button::-moz-focus-inner,
submit::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner { padding:0; border:none;}
textarea { resize:none; outline:none;}
address,cite,dfn,em,var{font-style:normal; }
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:lighter;}
table{border-collapse:collapse; border-spacing:0;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

*{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

/* b,em,i{display:inline-block; font-weight:normal; font-style:normal;} */
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden;} .clearfix{ clear:both;zoom:1;}
.hide {display: none;}
.fl{float:left;}
.fr{float:right;}

/*滚动条*/
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/* 主体区域 */
.container{
    width: 1200px;
    position:relative;
    margin:0 auto;
}

ul,li {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

img:not([src*="/"]) {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    border: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

a,button,input,textarea {
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,th {
    padding: 0
}

i {
    display: inline-block
}

body {
    min-width: 1250px;
    -webkit-font-smoothing: antialiased
}



/* cn ==> */

/*导航*/
.cn-navi {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.cn-bar-height {
    height: 66px;
}
.cn-navi .navi-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(6px);
    min-width: 1200px;
}
.cn-navi .navi-bar:hover {
    background: rgba(255, 255, 255, 1);
}
.cn-navi .navi-bar .navi-content {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navi-content .con-left {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;

}
.navi-content .con-left .bar-logo {
    background: url("logo.png") no-repeat;
    width: 100px;
    height: 20px;
}
.navi-content .con-left .nav-tit {
    margin-left: 24px;
    display: flex;
    align-items: center;
}
.navi-content .con-left .nav-tit-active {
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 56px;
    height: 4px;
    border-radius: 4px;
    opacity: 0;
    background-color: #3A6AFF;
    transition: left .5s;
    -moz-transition: left .5s;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    z-index: -1;
}

.navi-content .con-left .nav-tit li a {
    color: #16181A;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin:0 16px 0 16px;
    /*导航的高度*/
    height: 66px;
    display: flex;
    align-items: center;
}
.navi-content .con-left .nav-tit li:hover a {
    color: #3A6AFF;
}
/*导航-更多*/
.navi-content .con-left .nav-more {
    position: absolute;
    background-color: #fff;
    height: 0;
    /*导航的高度-1*/
    top: 65px;
    left: 30.5%;
    opacity: 0;
    filter: Alpha(opacity=0);
    overflow: hidden;
    transition: height .5s;
    -moz-transition: height .5s;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    display: flex;
}
.navi-content .con-left .nav-tit>li:hover .nav-more {
    height: auto;
    opacity: 1;
    filter: Alpha(opacity=100);
    font-size: 12px;
    padding: 0px 100px 20px 80px;
}
.navi-content .con-left .nav-more .more-item {
    margin-right: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.navi-content .con-left .nav-more .more-item:nth-child(2n) {
    margin-right: 0px;
}
.navi-content .con-left .nav-more .more-item .item-td {
    color: #16181A;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #ddd;
    margin: 0 16px;
    padding: 15px 0px;
}
.navi-content .con-left .nav-more .more-item .item-td:hover {
    color: #ff0000;
}
.navi-content .con-left .nav-more .more-item .item-lst {
    padding-top: 10px;
}
.navi-content .con-left .nav-more .more-item .item-lst a{
    color: #16181A;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.navi-content .con-left .nav-more .more-item .item-lst a {
    height: auto;
    padding: 10px 0;
}
.navi-content .con-left .nav-more .more-item .item-lst a:hover {
    color: #3A6AFF;
}

.navi-content .con-right {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.navi-content .con-right .phone {
    color: #000;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 20px 0 12px;
}
.navi-content .con-right .sample {
    color: #FFF;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: linear-gradient(92deg, #1E5CFF 1.32%, #1EBBFF 98.09%);
    cursor: pointer;
}

/*右侧联系方式*/
.contact-list {
    position: fixed;
    right: 20px;
    z-index: 9999;
    top: 20%;
    margin-top: 20px;
    display: flex;
    /*padding: 11px 0px 12px 0px;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 75px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(21, 80, 159, 0.20);
}
.contact-list .contact-con {

}
.contact-list .contact-con .con-item {
    width: 82px;
    height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.contact-list .contact-con .con-item1 {
    padding-top: 12px;
    border-radius: 75px 75px 0 0;
}
.contact-list .contact-con .con-item3 {
    padding-bottom: 12px;
    border-radius: 0 0 75px 75px;
}
.contact-list .contact-con .con-item:hover {
    background-color: #3A6AFF;
}
.contact-list .contact-con .con-item .item-img{
    width: 28px;
    height: 28px;
    background-size: 100%;
}
.contact-list .contact-con .con-item .img-online {
    background:url("online1.png") no-repeat;
}
.contact-list .contact-con .con-item:hover .img-online {
    background:url("online2.png") no-repeat;
}
.contact-list .contact-con .con-item .img-phone {
    background:url("phone1.png") no-repeat;
}
.contact-list .contact-con .con-item:hover .img-phone {
    background:url("phone2.png") no-repeat;
}
.contact-list .contact-con .con-item .img-wx {
    background:url("wechat1.png") no-repeat;
}
.contact-list .contact-con .con-item:hover .img-wx {
    background:url("wechat2.png") no-repeat;
}
.contact-list .contact-con .con-item .img-qq {
    background:url("qq1.png") no-repeat;
}
.contact-list .contact-con .con-item:hover .img-qq {
    background:url("qq2.png") no-repeat;
}
.contact-list .contact-con .con-item p {
    color: #000;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-list .contact-con .con-item:hover p {
    color: #fff;
}
.contact-list .contact-con .con-item .item-more {
    position: absolute;
    right: 82px;
    top: 0;
    opacity: 0;
}
.contact-list .contact-con .con-item1 .item-more {
    top: 10px;
}
.contact-list .contact-con .con-item:hover .item-more {
    opacity: 1;
}
/*左侧菜单*/
.menus-list {
    position: fixed;
    left: 0px;
    top: 20%;
    z-index: 99999;
    border-radius: 8px;
}
.menus-list .menus-content {
    position: relative;
}
.menus-list .menus-content .menus_close {
    position: absolute;
    left: 20px;
    bottom: -36px;
    cursor: pointer;
}
.menus-list .menus-content .menus_mini {
    position: fixed;
    top: 30%;
    left: 0%;
    display: none;
}

/*友链*/
.friend-links {
    background: #F4F7FC;
    display: flex;
    justify-content: center;
    min-width: 1200px;
}
.friend-links .links-content {
    width: 1200px;
    padding:50px 0 18px 0;
    border-bottom: 1px solid #D3D7DE;
}
.friend-links .links-content .link-txt {
    color: #495770;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.friend-links .links-content .con-lst {
    margin-left: 20px;
}
/*公共尾部*/
.footer {
    background: #F4F7FC;
    display: flex;
    justify-content: center;
    min-width: 1200px;
}
.footer .footer-con {
    width: 1200px;
    padding: 33px 0 18px 0;
}
.footer .footer-con .con-lst {
    display: flex;
    padding-bottom: 38px;
    border-bottom: 1px solid #D3D7DE;
}
.footer .footer-con .con-lst .lst-item {
    margin-right: 88px;
}
.footer .footer-con .con-lst .lst-item:nth-child(4n){
    margin-right: 0px;
}
.footer .footer-con .con-lst .lst-item .item-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer .footer-con .con-lst .lst-item .item-lst {

}
.footer .footer-con .con-lst .lst-item .item-lst .lst-row {
    display: flex;
    align-items: flex-start;
    margin-top: 18px;
}
.footer .footer-con .con-lst .lst-item .item-lst .lst-row .row-tit{
    color: #495770;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer .footer-con .con-lst .lst-item .item-lst .lst-row .row-val{
    color: #3A6AFF;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.28px;
    display: flex;
    align-items: center;
}
.footer .footer-con .con-lst .lst-item .item-lst .lst-row .row-tit-width1 {
    width: 102px;
}
.footer .footer-con .con-lst .lst-item .item-lst .lst-row .row-val-width1 {
    width: 280px;
}
.footer .footer-con .con-lst .row-width2 {
    width: 83px!important;
}
.footer .footer-con .con-lst .row-width3 {
    width: 63px!important;
}
.footer .footer-con .con-lst .row-width4 {
    flex: 1;
}
.footer .footer-con .con-lst .lst-item .item-lst .lst-row .input-item {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.footer .footer-con .con-lst .lst-item .item-lst .lst-row .input-item:nth-child(2n){
    margin-right: 0px;
}
.footer .footer-con .con-lst .lst-item .item-lst .lst-row .input-item .input-tit {
    width: 42px;
    display: flex;
    align-items: center;
}
.footer .footer-con .con-lst .lst-item .item-lst .lst-row .input-item .input-val{
    width: 140px;
}
.footer .footer-con .con-lst .lst-item .item-lst .lst-row .input-item input{
    width: 100%;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #BED0FF;
    background: #FFF;
    box-sizing: border-box;
    padding: 0 10px;
}
.footer .footer-con .con-lst .lst-item .item-lst .feedback {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}
.footer .footer-con .con-lst .lst-item .item-lst .feedback .submit {
    display: inline-flex;
    padding: 7px 78px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background:  #3A6AFF;
    color: #FFF;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}
.footer .footer-con .con-copyright {
    padding-top: 18px;
    color: #495770;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*高新技术企业：竖版*/
.high-tech-ver {
    height: 340px;
    background: url("") no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.high-tech-ver .tech-diy-left {
    width: 389px;
    height: 340px;
    background: url("") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.high-tech-ver .tech-diy-right {
    width: 493px;
    height: 340px;
    background: url("") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.high-tech-ver .tech-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.high-tech-ver .tech-tit{
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5.76px;
}
.high-tech-ver .tech-des{
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-top: 4px;
}
.high-tech-ver .tech-btn{
    cursor: pointer;
    color: #FFF;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.88px;
    display: inline-flex;
    padding: 10px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #1E5CFF;
    margin-top: 30px;
}
/*高新技术企业：横版*/
.high-tech-hor {
    height: 158px;
    background: url("tech_hor_bg.png") no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}
.high-tech-hor .tech-hor-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.high-tech-hor .tech-hor-content .con-img-txt{
    display: flex;
    align-items: center;
}
.high-tech-hor .tech-hor-content .con-img-txt .img-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.high-tech-hor .tech-hor-content .con-img-txt .img-item span{
    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
}
.high-tech-hor .tech-hor-content .con-img-txt .tit-item{
    margin-left: 61px;
}
.high-tech-hor .tech-hor-content .con-img-txt .tit-item .tit{
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.high-tech-hor .tech-hor-content .con-img-txt .tit-item .des{
    display: flex;
    align-items: center;
    margin-top: 13px;
}
.high-tech-hor .tech-hor-content .con-img-txt .tit-item .des .des-txt{
    color: #474A50;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 14px;
}
.high-tech-hor .tech-hor-content .con-ask{
    display: inline-flex;
    padding: 16px 62px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: linear-gradient(93deg, #006EFF 0%, #0CADFF 100%);
    color: #FFF;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

/*页面公共：竖排居中*/
.cn-column-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*页面公共：一级大标题*/
.cn-section-tit {
    color: #000;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
/*页面公共：宽度*/
.cn-ui-width {
    width: 1200px;
}


/* 字体 */
@font-face{
    font-family:'AlibabaPuHuiTi-3-55-Regular';
    src:url("");
    src:url("urn:scrapbook:download:error:http://kjcn.oss-cn-shanghai.aliyuncs.com/static/fonts/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.eot?#iefix") format('embedded-opentype'),
    url("urn:scrapbook:download:error:http://kjcn.oss-cn-shanghai.aliyuncs.com/static/fonts/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff") format('woff'),
    url("urn:scrapbook:download:error:http://kjcn.oss-cn-shanghai.aliyuncs.com/static/fonts/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'AlibabaPuHuiTi-3-55-RegularL3';
    src:url("");
    src:url("AlibabaPuHuiTi-3-55-RegularL3.eot") format('embedded-opentype'),
    url("AlibabaPuHuiTi-3-55-RegularL3.woff") format('woff'),
    url("AlibabaPuHuiTi-3-55-RegularL3.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'AlibabaPuHuiTi-3-65-Medium';
    src:url("");
    src:url("AlibabaPuHuiTi-3-65-Medium.eot") format('embedded-opentype'),
    url("AlibabaPuHuiTi-3-65-Medium.woff") format('woff'),
    url("AlibabaPuHuiTi-3-65-Medium.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'AlibabaPuHuiTi-3-75-SemiBold';
    src:url("");
    src:url("AlibabaPuHuiTi-3-75-SemiBold.eot") format('embedded-opentype'),
    url("AlibabaPuHuiTi-3-75-SemiBold.woff") format('woff'),
    url("AlibabaPuHuiTi-3-75-SemiBold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'AlibabaPuHuiTi-3-85-Bold';
    src:url("");
    src:url("AlibabaPuHuiTi-3-85-Bold.eot") format('embedded-opentype'),
    url("AlibabaPuHuiTi-3-85-Bold.woff") format('woff'),
    url("AlibabaPuHuiTi-3-85-Bold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'AlibabaPuHuiTi-3-95-ExtraBold';
    src:url("");
    src:url("AlibabaPuHuiTi-3-95-ExtraBold.eot") format('embedded-opentype'),
    url("AlibabaPuHuiTi-3-95-ExtraBold.woff") format('woff'),
    url("AlibabaPuHuiTi-3-95-ExtraBold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'AlibabaPuHuiTi-3-105-Heavy';
    src:url("");
    src:url("") format('embedded-opentype'),
    url("") format('woff'),
    url("") format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*苹方-简*/
@font-face{
    font-family:'PingFangSC-Light';
    src:url("") format('truetype'),
    url("") format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'PingFangSC-Medium';
    src:url("") format('truetype'),
    url("") format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'PingFangSC-Regular';
    src:url("") format('truetype'),
    url("") format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'PingFangSC-Semibold';
    src:url("") format('truetype'),
    url("") format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'PingFangSC-Thin';
    src:url("") format('truetype'),
    url("") format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'PingFangSC-Ultralight';
    src:url("") format('truetype'),
    url("") format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* <== cn*/