@import"../lib/icon/style.css";@import"../css/header.css";@import"../css/footer.css";@font-face {
    font-family: "muli-ExtraLight";
    src: url("https://www2.scut.edu.cn/_upload/tpl/10/0c/4108/template4108/./lib/font/Muli-ExtraLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "muli-Light";
    src: url("https://www2.scut.edu.cn/_upload/tpl/10/0c/4108/template4108/./lib/font/Muli-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Muli";
    src: url("https://www2.scut.edu.cn/_upload/tpl/10/0c/4108/template4108/./lib/font/Muli.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "muli-bold";
    src: url("https://www2.scut.edu.cn/_upload/tpl/10/0c/4108/template4108/./lib/font/Muli-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Muli-SemiBold";
    src: url("https://www2.scut.edu.cn/_upload/tpl/10/0c/4108/template4108/./lib/font/Muli-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Butler-ExtraBold";
    src: url("https://www2.scut.edu.cn/_upload/tpl/10/0c/4108/template4108/./lib/font/Butler_ExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

html,body {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei","微软雅黑","PingFang SC","PingFangSC",Microsoft YaHei-Bold,Muli,Muli-Regular,sans-serif,Arial;
    color: #202020
}

html.hidden {
    overflow: hidden
}

div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,button {
    padding: 0;
    margin: 0
}

body {
    position: relative
}

ul {
    list-style-type: none
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

a:link {
    text-decoration: none;
    color: inherit
}

a:visited {
    text-decoration: none
}

a:active {
    text-decoration: none;
    color: inherit
}

a[href] {
    cursor: pointer
}

button {
    outline: none
}

.db {
    display: block
}

.clearFloat::after {
    content: "";
    display: table;
    clear: both
}

.clip_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

input {
    outline: none;
    background: rgba(0,0,0,0);
    border: none;
    outline: medium;
    width: 100%
}

input:focus {
    outline: none;
    background-color: #fff
}

input:-internal-autofill-previewed,input:-internal-autofill-selected {
    -webkit-text-fill-color: #807c7c;
    transition: background-color 5000s ease-out .5s
}

textarea {
    background: rgba(0,0,0,0);
    border: none
}

textarea:focus {
    outline: none;
    background-color: #fff
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        transform: scale(1) translateY(-10px)
    }

    6% {
        opacity: 1;
        transform: scale(0.9) translateY(5px)
    }

    14% {
        opacity: 0;
        transform: scale(0.4) translateY(40px)
    }

    15%,19% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px)
    }

    28%,29.99% {
        opacity: 1;
        transform: scale(1) translateY(-10px)
    }

    30% {
        opacity: 1;
        transform: scale(1) translateY(-10px)
    }

    36% {
        opacity: 1;
        transform: scale(0.9) translateY(5px)
    }

    44% {
        opacity: 0;
        transform: scale(0.4) translateY(40px)
    }

    45%,49% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px)
    }

    58%,59.99% {
        opacity: 1;
        transform: scale(1) translateY(-10px)
    }

    60% {
        opacity: 1;
        transform: scale(1) translateY(-10px)
    }

    66% {
        opacity: 1;
        transform: scale(0.9) translateY(5px)
    }

    74% {
        opacity: 0;
        transform: scale(0.4) translateY(40px)
    }

    75%,79% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px)
    }

    88%,100% {
        opacity: 1;
        transform: scale(1) translateY(-10px)
    }
}

@keyframes nudgeMouse {
    0% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(8px)
    }

    30% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8px)
    }

    60% {
        transform: translateY(0)
    }

    80% {
        transform: translateY(8px)
    }

    90% {
        transform: translateY(0)
    }
}

.transitionLable {
    transform: translateY(50px);
    transition: transform 1s cubic-bezier(0, 0.7, 0.1, 1),opacity 1s cubic-bezier(0.5, 0, 0.2, 1);
    opacity: 0
}

.transitionLable.active {
    transform: translateY(0);
    opacity: 1
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%
}

.text-center {
    text-align: center
}

.page-content {
    margin: 0 auto
}

.page-content.wmax {
    width: 100%;
    max-width: none
}

.page-content.w1800 {
    width: 93.75%;
    max-width: 1800px
}

html {
    --designWidth: 1920 / 1;
    font-size: calc(min(100vw, 1920px)/var(--designWidth)*100);
    letter-spacing: 0
}

html body {
    font-size: 14px
}

html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html *::before,html *::after,html *>strong {
    font-size: inherit;
    box-sizing: border-box
}

html p,html a,html li {
    text-align: justify
}

html h1 {
    font-size: 2.2em;
    padding-top:0.8rem;

}

html h2 {
    font-size: 1.8em
}

html h3 {
    font-size: 1.4em
}

html h4 {
    font-size: 1em
}

html h5 {
    font-size: 1em
}

html a {
    text-decoration: none;
    color: inherit;
    word-wrap: break-word
}

html a:hover {
    text-decoration: none;
    color: inherit
}

html a:link {
    text-decoration: none;
    color: inherit
}

html a:visited {
    text-decoration: none
}

html a:active {
    text-decoration: none;
    color: inherit
}

html :where(sup,sub) {
    font-size: revert
}

html :where(sup,sub):is(sup) {
    align-self: start
}

html :where(sup,sub):is(sub) {
    align-self: end
}

html .page-content {
    margin: 0 auto !important;
    min-width: min(1000px,92%);
    max-width: 80%
}

html .page-content.w1700 {
    width: 92%;
    max-width: 1700px;
    min-width: unset
}

html .page-content.w1540 {
    width: 92%;
    max-width: 1540px;
    min-width: unset
}

html .page-content.w1480 {
    width: 92%;
    max-width: 1480px;
    min-width: unset
}

html .page-content.w1440 {
    width: 80%;
    max-width: 1440px;
    min-width: unset
}

html .page-content.w1420 {
    width: 92%;
    max-width: 1420px;
    min-width: unset
}

html .page-content.w1400 {
    width: 92%;
    max-width: 1400px;
    min-width: unset
}

html .page-content.w1380 {
    width: 92%;
    max-width: 1380px;
    min-width: unset
}

html .page-content.w1200 {
    width: 92%;
    max-width: 1200px;
    min-width: unset
}

html .page-content.w1072 {
    width: 80%;
    max-width: 1072px;
    min-width: unset
}

html .page-content.w1000 {
    width: 92%;
    max-width: 1000px;
    min-width: unset
}

html .page-content.w900 {
    width: 92%;
    max-width: 900px;
    min-width: unset
}

@media screen and (max-width: 910px) {
    html {
        --designWidth: 910
    }
}

:root {
 /* --topBarHeight: Max(0rem, 32px);
    --navBarHeight: Max(1.7rem, 120px);*/
    --navBgColor: #226BC5
}

*[class*=icon-] {
    font-family: "icomoon"
}

.main {
    padding-top: var(--navBarHeight);
    min-height: 100vh;
    overflow: hidden
}

.index-triangle {
    display: flex;
    width: 100%;
    height: 1.25rem;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden
}

.index-triangle .triangle-1 {
    flex-shrink: 0;
    position: relative;
    width: calc(min(100vw,1920px)/3);
    height: 100%
}

.index-triangle .triangle-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1rem solid rgba(0,0,0,0);
    border-left: calc(min(100vw,1920px)/3) solid #22c5b7
}

.index-triangle .triangle-2 {
    flex-shrink: 0;
    position: relative;
    width: calc(min(100vw,1920px)/3*2);
    height: 100%
}

.index-triangle .triangle-2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: .8rem solid rgba(0,0,0,0);
    border-right: calc(min(100vw,1920px)/3*2) solid #226bc5;
    z-index: 1
}

.index-triangle .triangle-2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1.25rem solid rgba(0,0,0,0);
    border-right: min(61.3333333333vw,1140px) solid #ffc400;
    z-index: 0
}

.cm-triangle {
    display: flex;
    width: 100%;
    max-width: 1920px;
    height: 1.25rem;
    margin: 0 auto;
    margin-bottom: 30px
}

.cm-triangle .triangle-1 {
    flex-shrink: 0;
    position: relative;
    width: calc(min(100vw,1920px)/3);
    height: 100%
}

.cm-triangle .triangle-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: .7rem solid rgba(0,0,0,0);
    border-left: calc(min(100vw,1920px)/3) solid #22c5b7
}

.cm-triangle .triangle-2 {
    flex-shrink: 0;
    position: relative;
    width: calc(min(100vw,1920px)/3*2);
    height: 100%
}

.cm-triangle .triangle-2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: .6rem solid rgba(0,0,0,0);
    border-right: calc(min(100vw,1920px)/3*2) solid #226bc5;
    z-index: 1
}

.cm-triangle .triangle-2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: .94rem solid rgba(0,0,0,0);
    border-right: calc(min(100vw,1920px)/3*2) solid #ffc400;
    z-index: 0
}

.cm-banner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 4.45rem;
    min-height: 400px;
    background: url(common_res/cm-banner.png) no-repeat center/cover
}

.cm-banner div {
    width: 100%;
    height: 100%
}

.cm-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cm-bg {
    background: url(common_res/cm-bg.png) no-repeat bottom/100% 9.13rem,#fff
}

.cm-page-menu {
    flex-shrink: 0
}

.cm-page-menu .page-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.88rem;
    height: .94rem;
    min-height: 70px;
    background: url(common_res/page-menu-bg.png) no-repeat center/cover;
    color: #fff;
    z-index: 2;
    font-size: max(.27rem,22px);
}

.cm-page-menu .page-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 9px solid #22c5b7;
    border-left: .78rem solid rgba(0,0,0,0);
    transform: translateY(-100%)
}

.cm-page-menu .page-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 1.37rem solid #efbb0f;
    border-top: 9px solid rgba(0,0,0,0);
    border-bottom: 9px solid rgba(0,0,0,0);
    transform: translateY(50%)
}

.cm-page-menu .title {
    position: relative;
    padding: 0 10px;
    font-size: max(.32rem,22px);
    line-height: 1.4;
    text-align: center
}

.cm-page-menu .title-shaw {
    position: absolute;
    top: .17rem;
    padding: 0 10px;
    font-size: max(.36rem,24px);
    font-weight: 400;
    color: rgba(255,255,255,.3);
    line-height: 1.16;
    text-transform: uppercase;
    z-index: -1;
    pointer-events: none
}

.cm-page-menu .page-menu {
    width: 2.88rem;
    color: #666;
    text-align: center
}

.cm-page-menu .page-menu>li {
    width: 100%;
    background-color: #f0f6ff
}

.cm-page-menu .page-menu>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: .56rem;
    min-height: 40px;
    font-size: max(.18rem,16px);
    line-height: 1.388
}

.cm-page-menu .page-menu>li li {
    width: 100%;
    background-color: #e9f1fd
}

.cm-page-menu .page-menu>li li a {
    display: flex;
    width: 100%;
    height: .51rem;
    min-height: 35px;
    justify-content: center;
    align-items: center;
    font-size: max(.14rem,12px);
    line-height: 1.42
}

.cm-page-menu .page-menu a {
    position: relative;
    padding: 10px
}

.cm-page-menu .page-menu a::after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    bottom: 0;
    border-bottom: 1px dashed rgba(151,151,151,.2)
}

.cm-page-menu .page-menu a:hover {
    color: #226bc5
}

.cm-page-menu .page-menu li.parent>a,.cm-page-menu .page-menu li.selected>a {
    color: #226bc5
}

@media screen and (max-width: 910px) {
    .cm-page-menu {
        width:100%
    }

    .cm-page-menu.active .page-menu {
        max-height: 200vh
    }

    .cm-page-menu .page-title {
        width: 100%
    }

    .cm-page-menu .page-menu {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s linear
    }
}

.page-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px 30px
}

@media screen and (max-width: 910px) {
    .page-title-wrap {
        flex-direction:column
    }
}

.page-layout {
    display: flex;
    gap: 40px .8rem
}

.page-layout .content-text {
    width: 100%
}

@media screen and (max-width: 910px) {
    .page-layout {
        flex-direction:column
    }
}

.cm-title-wrap {
    flex-shrink: 0
}

.cm-title-wrap .cm-title {
    margin-bottom: 6px;
    color: #333;
    font-size: max(.28rem,20px);
    line-height: 1.42
}

.cm-title-wrap .title-img {
    display: flex;
    gap: 0 10px;
    align-items: center;
    width: 100%
}

.cm-title-wrap .title-img .img {
    width: 23px;
    height: 23px;
    background: url(common_res/cm-title-bg.png) no-repeat center/contain
}

.cm-title-wrap .title-img::before {
    flex: 1;
    content: "";
    display: block;
    height: 1px;
    background: rgba(94,182,134,.38)
}

.cm-title-wrap .title-img::after {
    flex: 1;
    content: "";
    display: block;
    height: 1px;
    background: rgba(94,182,134,.38)
}

.cm-breadcrumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: max(.16rem,12px);
    color: #666
}

.cm-breadcrumbs .current-text span {
    margin-right: 12px
}

.cm-breadcrumbs .breadcrumbs {
    display: flex;
    gap: .1rem
}

.cm-breadcrumbs .breadcrumbs a {
    color: #666;
}

.cm-breadcrumbs .breadcrumbs a:first-of-type {
    color: #666
}

.cm-breadcrumbs .breadcrumbs .possplit {
    background-image: unset !important;
    text-indent: unset !important
}

.cm-breadcrumbs .breadcrumbs span {
    position: relative
}

.cm-breadcrumbs .breadcrumbs span::after {
    position: absolute;
    left: 0;
    content: ">"
}

table td {
    word-break: break-all;
    overflow-wrap: break-word
}
