/*@font-face {*/
    /*font-family: "syst";  */
    /*src: url("../font/思源宋体 CN Bold_compressed.ttf");  */
    /*font-weight: normal;  */
    /*font-style: normal;  */
/*}*/
html {
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    width: 100%;
}
body {
    font-size: 14px!important;
    font-family:思源黑体 CN,PingFang SC,Arial,"sans-serif" !important;
    height: 100%;
    min-height: 100%;
}
.roll {
    overflow: hidden;
}
* {
    margin:0;
    padding:0;
    box-sizing: border-box;
    cursor:default;
}
a {
   text-decoration: none;
}
a:hover{text-decoration: none !important;}
a:active{text-decoration: none !important;}
a:visited{text-decoration: none !important;}
.main-center {
    width: 1220px;
    min-width: 1220px;
    margin: auto;
}

[v-cloak] {
    visibility: hidden;
}

.flex-column-space {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-row-space {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    align-content: space-between;
    -webkit-align-items: center;
}
.flex-row-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-row-left {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
}
.flex-row-center {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.flex-column-center {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.sysptext{position: relative;z-index: 44}
.fygymain{margin-top: 0 !important;background-repeat: no-repeat;background-size: 100% auto}
.fyaboutjjle{width: 23%;float: left}
.fyaboutjj .field-top{text-align: left;line-height: 1;font-size: 44px;}
.fyaboutjjri{width: 77%;float: right}
.fyaboutjjri .field-logo{text-align: left;margin-top: 0;margin-left: 0}
.fyaboutjjripp{font-size: 20px;line-height: 36px;}