@charset "UTF-8";

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    display: block;
    cursor: pointer;
}

a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    vertical-align: middle;
    border-style: none;
    /* background: url(/themes/sirui-en/public/static/images/load.gif) no-repeat center center;
    background-size: 48px 48px; */
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

table{
    border-collapse: collapse; 
}
progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

p,
h2,
h3,
h4 {
    margin: 0;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.tac {
    text-align: center;
}

input[type='text'],
input[type='number'],
input[type='password'],
input[type='reset'],
input[type='submit'],
input[type='button'],
input[type='tel'],
button,
textarea {
    -webkit-appearance: none;
    outline: none;
}

figure {
    margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

sub {
    bottom: -0.05em;
}

a {
    -webkit-transition: all .22s ease-in-out;
    transition: all .22s ease-in-out;
}

input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    padding: 0;
}

.top-container {
    width: 96.35%;
    margin: 0 auto;
}

.container {
    width: calc(100% - 40px);
    max-width: 1400px;
    margin: 0 auto;
}

.header .header-top {
    height: 64px;
    justify-content: space-between;
    background-color: #1f7268;
    color: #FFFFFF;
}

.header .top-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}

.header .header-top .top-container>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.header .headertop-lt>span {
    margin-right: 2rem;
}

.header .headertop-lt .headertop-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header .headertop-lt .headertop-tel span {
    margin-left: 8px;
}

.header .header-rt ul,
.header .header-rt li,
.header .header-rt li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.header .header-rt li a figure{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header .header-rt li a {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    height: 37px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .header-rt li:not(.hrt-search) a {
    padding: 0 2.02rem;
}

.header .header-rt li.hrt-search {
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header .header-rt li a span,
.header .header-rt li span {
    margin-left: 5px;
    color: #FFFFFF;
}

.header .header-rt li:hover a {
    background-color: rgba(255, 255, 255, 0.4);
}

.header .header-rt .bgy-en {
    padding: 0 1.5625rem;
    min-height: 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 2.03125rem 0 0.9025rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header-rt .bgy-en a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    min-width: fit-content;
}

.header .header-rt .bgy-en a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.header .header-rt .hrt-btn {
    height: 36px;
    width: 70px;
}

.header .header-rt .hrt-btn a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #1f7268;
    border-radius: 0.5rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .header-rt .hrt-btn:hover a {
    /* background-color: #1f7268; */
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
}

.header .header-content {
    width: 100%;
    height: 100px;
    /* background: url(/themes/sirui-en/public/static/images/nav-bg2.png) no-repeat left bottom; */
    /* background-size: 100%; */
    background-color: #FFFFFF;
}

.header .header-content.navFix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header .header-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    background: url(/themes/sirui-en/public/static/images/header-nav-12.svg) no-repeat bottom 15px left;
    background-size: 100%;
}
.header .header-nav ul.header-nav-school{
    background: url(/themes/sirui-en/public/static/images/header-nav-8.svg) no-repeat bottom 15px left;
    background-size: 100%;
}

.header .header-nav ul>li {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header .header-nav ul>li>a {
    font-size: 1rem;
    font-weight: bold;
    color: #1f7268;
    padding: 0 1.38rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    text-transform: uppercase;
    height: 100%;
}

.header .header-nav ul>li.has-childnav {
    position: relative;
}

.header .header-nav ul>li.has-childnav>a::before {
    content: "";
    display: block;
    /* background: url(/themes/sirui-en/public/static/images/xia.png) no-repeat; */
    background: url(/themes/sirui-en/public/static/svg/xia.svg) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 6px;
    color: #1f7268;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header .header-nav ul>li>a.underline::after {
    height: 2px;
    background-color: #1f7268;
    bottom: calc(50% - 15px);
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.header .header-nav ul>li>a.underline:hover::after {
    width: calc(100% - 1.5625rem * 2);
}

.header .header-nav ul>li>a::after {
    background-color: #1f7268;
}

.header .header-nav ul>li.has-childnav:hover ol {
    display: flow-root;
    display: block;
}

.header .header-nav ol {
    text-align: center;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    width: 125px;
    transition: all 10s ease-in-out;
    display: none;
    z-index: 999;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
}

.header .header-nav ol a {
    display: block;
    color: #1f7268;
    /* font-size: 1rem; */
    font-size: 13px;
    padding: 0.8rem 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: uppercase;
}

.header .header-nav ol::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 62.5px solid transparent;
    border-right: 62.5px solid transparent;
    border-top: 20px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.header-tel-wrap {
    display: flex;
    flex-direction: column;
}

.header .header-nav ol li:hover a {
    /* background-color: rgba(255, 255, 255, 1); */
    color: #FFFFFF;
    background-color: #1f7268;
}

/* .header .navFix .header-nav ol{
    background-color: #FFFFFF;
}
.header .navFix .header-nav ol::after{
    border-top: 50px solid #FFFFFF;
} */
.header .header-logo {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header .header-logo a {
    display: inline-block;
    display: table-caption;
    width: auto;
    max-width: 100%;
    height: 90%;
}

.header .header-logo img {
    object-fit: cover;
    height: 100%;
}

.sy-banner .swiper-container{
    width: 100%;
}

.sy-banner .banner-img img {
    width: 100%;
    object-fit: cover;
}

.school-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.school-list ul li {
    width: 25%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.school-list ul li a {
    /* padding-top: 10px; */
    padding: 10px 0;
}

.school-list li img {
    width: 100%;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    max-height: 234px;
    object-fit: cover;
    overflow: hidden;
}

.school-list ul li:nth-child(1) {
    background: url(/themes/sirui-en/public/static/images/sy-listbg1.png) no-repeat;
    background-size: cover;
}

.school-list ul li:nth-child(2) {
    background: url(/themes/sirui-en/public/static/images/sy-listbg2.png) no-repeat;
    background-size: cover;
}

.school-list ul li:nth-child(3) {
    background: url(/themes/sirui-en/public/static/images/sy-listbg3.png) no-repeat;
    background-size: cover;
}

.school-list ul li:nth-child(4) {
    background: url(/themes/sirui-en/public/static/images/sy-listbg4.png) no-repeat;
    background-size: cover;
}

.school-list .school-picture {
    margin: 0 10px;
    overflow: hidden;
}

.school-list .school-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 21px 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background: url(/themes/sirui-en/public/static/images/sy-listbg.png) no-repeat; */
    /* background-size: cover; */
    /* align-items: flex-end; */
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.school-list .school-title h3 {
    /* font-size: 32px; */
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 14.5px;
}

.school-list .school-title span {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.3;
    line-height: 32px;
    text-transform: uppercase;
}

.school-list .school-title .school-trt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.school-list .school-title .school-trt i {
    width: 38px;
    height: 38px;
    background-color: rgba(249, 249, 249, 0.3);
    display: block;
    border-radius: 50%;
    position: relative;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.school-list .school-title .school-trt i::after {
    content: "";
    background: url(/themes/sirui-en/public/static/images/right-w.png) no-repeat;
    background-size: 100% 100%;
    width: 7.66px;
    height: 13.31px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.school-list ul li:hover .school-trt i {
    background-color: #FFFFFF;
}

.school-list ul li:hover .school-trt i::after {
    background: url(/themes/sirui-en/public/static/images/right-on.png) no-repeat;
}

.school-list .school-title .school-trt p {
    font-size: 1rem;
    font-weight: bold;
    color: #007E8B;
    line-height: 38px;
    padding: 0 1.5rem;
    border-radius: 8px;
    background-color: #FFFFFF;
    margin-top: 1rem;
}

.school-list ul li:hover .school-picture img {
    transform: scale(1.1);
}

.page-content {
    width: 100%;
    overflow: hidden;
    /* overflow: auto; */
}

.page-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 3.125rem 0;
}

.page-title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    align-items: center;
}

.page-title span {
    font-family: 'PingFang';
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    color: #1F7268;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    margin: 0 0.825rem;
    text-align: center;
}

.page-title>div,
.page-title a>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.page-title h2 {
    font-family: 'Source Han Sans';
    font-size: 38px;
    line-height: 53px;
    margin: 0 0.825rem;
    font-weight: 400;
    color: #1f7268;
    text-align: center;
}

.page-content .page-ics {
    /* background: url(/themes/sirui-en/public/static/images/nav-bg.png) no-repeat left bottom;
    background-size: 100%; */
    /* margin-bottom: 2rem; */
    /* width: 100%; */
    width: calc(100% - 94px);
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-ics-item {
    background: url(/themes/sirui-en/public/static/images/nav-bg2.png) no-repeat left bottom;
    background-size: 100%;
    /* margin-bottom: 2rem; */
    position: relative;
}

.page-content .page-ics ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    /* overflow: hidden; */
    align-items: center;
}

.page-content .page-ics ul li {
    width: auto;
    margin: 0.375rem;
}

.page-content .page-ics ul li img {
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    max-height: 100px;
}

.page-content .page-ics ul li:hover img {
    transform: scale(1.1);
}

.campus-news {
    background: url(/themes/sirui-en/public/static/images/cnews-bg.png) no-repeat;
    background-size: 100%;
    /* padding-bottom: 7.1875rem; */
}
.campus-news .page-title{
    padding: 3.125rem 0 1.625rem;
}

.campus-news .page-cnews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
    padding: 1.5rem 0;
}

.page-cnews .page-cnews-ltbox {
    width: 57%;
}

.page-cnews .page-cnews-lt {
    position: relative;
    /* width: 57%; */
    width: 100%;
}

.page-cnews .page-cnews-lt a {
    position: relative;
    height: 100%;
    width: 100%;
}

.page-cnews .page-cnews-lt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(/themes/sirui-en/public/static/images/loading1.gif) no-repeat center center;
    background-size: 48px 48px;

}

.page-cnews .page-cnews-lt .pahe-cnews-lttitle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 2.25rem 1.875rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #FFFFFF;
    background: url(/themes/sirui-en/public/static/images/sy-listbg.png) no-repeat;
    background-size: cover;
}

.page-cnews span {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.page-cnews i {
    /* font-size: 18px; */
    line-height: 20px;
    font-style: normal;
    margin-right: .5rem;
    font-size: 1rem;
}

.page-cnews h5 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 32px;
}

.page-cnews .page-cnews-rt {
    width: calc(100% - 57% - 42px);
    z-index: 10;
    /* margin-left: -11.214%; */
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px #D6F8FF;
    padding: 1.375rem 2rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-cnews-rt li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.page-cnews-rt .page-cnews-rttitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    z-index: 10;
    align-items: center;
    padding: 10px 10px 0;
}

.page-cnews-rt .page-cnews-rttitle>div {
    z-index: 10;
    height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.page-cnews-rt .page-cnews-rttitle h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
}

.page-cnews-rt .cnews-banner {
    /* max-height: 380px; */
    height: 450px;
    max-height: 470px;
    position: relative;
    margin-top: 1.1875rem;
    padding: 0 10px;
}

.page-cnews-rt .cnews-list li {
    /* max-height: 120px; */
    max-height: 83px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.cnews-list .cnews-item-title {
    margin-left: 1.25rem;
    /* padding-top: 10px; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex: 1;
}

.cnews-list .cnews-item-title figure {
    max-width: 180px;
    overflow: hidden;
}

.cnews-list .cnews-item-title figure img {
    width: 100%;
    object-fit: covers;
}

.cnews-list .cnews-item-title span {
    color: #1f7268;
}

.cnews-list .cnews-item-title h5 {
    color: #1A1A1A;
    /* font-size: 16px; */
    /* line-height: 21px; */
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 1rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.page-cnews-rttitle i {
    width: 40px;
    height: 26px;
    background-color: rgba(242, 242, 242, 1);
    background-image: none;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    position: static;
    line-height: 26px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.page-cnews-rttitle i:nth-child(1) {
    margin-right: 0.625rem;
}

.page-cnews-rttitle i::after {
    display: none;
}

.page-cnews-rttitle i:hover {
    background-color: #CCCCCC;
}

.page-cnews-rt .cnews-list li:hover a {
    /* box-shadow: 0 0 10px #1f7268; */
}
.page-cnews-rt .cnews-list li:hover h5{
    color: #1f7268;
}

.page-cnews-rt li a figure {
    /* max-width: 180px; */
    overflow: hidden;
    max-height: 83px;
    max-width: 120px;
    width: 120px;
}

.page-cnews-rt li a figure img {
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-cnews-rt li:hover figure img {
    transform: scale(1.1);
}

.page-sperform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    /* justify-content: center; */
    align-items: center;
    position: relative;
}

.page-sperform .sperform-rt {
    width: calc(100% - 650px);
    position: relative;
    margin-left: 360px;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.page-sperform .sperform-rt>figure {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.page-sperform .sperform-rt>figure img {
    /* max-width: 100%; */
    width: 100%;
    max-width: 1100px;
}
.page-sperform .sperform-rt>figure img:not(.loadend){
    background: url(/themes/sirui-en/public/static/images/load.gif) no-repeat center center;
    background-size: 48px 48px;
}

.page-sperform .sperform-rt ul {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; */
}

.page-sperform .sperform-rt li {
    padding: 0.25rem 0.5rem;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    /* box-shadow: 0px 5px 10px #333333; */
    box-shadow: 0px 5px 10px rgba(86, 172, 189, 0.4);
    border: 2px solid transparent;
    width: auto;
    height: auto;
}

.page-sperform .sperform-rt li:hover,
.page-sperform .sperform-rt li.on {
    /* box-shadow: 0px 0 5px #082E74; */
    border: 2px solid #002870;
}

.page-sperform .sperform-rt li span {
    margin-left: 3px;
}

.page-sperform .sperform-rt li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 8px solid #FFFFFF;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.page-sperform .sperform-rt li img {
    max-height: 16px;
}

.page-sperform .sperform-rt li span {
    font-size: 14px;
    font-weight: bold;
}

.page-sperform .sperform-rt li.map-ca {
    /* left: 15.645%;
    top: 25.89%; */
    left: 66.645%;
    top: 15.89%;
}

.page-sperform .sperform-rt li.map-us {
    /* left: 18.645%;
    top: 39.89%; */
    left: 72.645%;
    top: 32.89%;
}

.page-sperform .sperform-rt li.map-gb {
    /* left: 41.94%;
    top: 27.63%; */
    left: 2.94%;
    top: 30.63%;
}

.page-sperform .sperform-rt li.map-gb::after {
    left: calc(50% + 15px);
    border-top: unset;
    bottom: unset;
    border-bottom: 8px solid #FFFFFF;
    top: -8px;
}

.page-sperform .sperform-rt li.map-fr {
    /* left: 44.65%;
    top: 41.63%; */
    left: 5.65%;
    top: 35.63%;
}

.page-sperform .sperform-rt li.map-fr::after {
    bottom: none;
    border-top: none;
    top: -8px;
    border-bottom: 8px solid #FFFFFF;
}

.page-sperform .sperform-rt li.map-nl {
    /* left: 45.78%;
    top: 32.48%; */
    left: 6.18%;
    top: 23.48%;
}

.page-sperform .sperform-rt li.map-ch {
    /* left: 49.12%;
    top: 37.48%; */
    left: 11.12%;
    top: 31.48%;
}

.page-sperform .sperform-rt li.map-ch::after {
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-right: 10px solid #FFFFFF;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.page-sperform .sperform-rt li.map-cn {
    /* top: 44.34%;
    left: 70.14%; */
    top: 36.34%;
    left: 32.14%;
}

.page-sperform .sperform-rt li.map-sg {
    /* top: 57.58%;
    left: 69.56%; */
    top: 55.58%;
    left: 30.56%;
}

.page-sperform .sperform-rt li.map-jp {
    /* top: 39.34%;
    left: 79.89%; */
    top: 34.34%;
    left: 40.89%;
}

.page-sperform .sperform-rt li.map-au {
    /* top: 70.34%;
    left: 76.89%; */
    top: 72.34%;
    left: 37.89%;
}

.page-sperform .sperform-rt li.map-uae{
    left: 16.5%;
    top: 40.2%;
}

.page-sperform .sperform-lt {
    height: auto;
    border-radius: 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sperform-lt {
    height: auto;
    border-radius: 1.25rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


.sperform-lt .sperform-litem h3 {
    font-size: 1.875rem;
    font-weight: bold;
}

.sperform-lt .sperform-litem li {
    margin-top: 2.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sperform-lt .sperform-litem li>div{
    flex: 1;
}

.sperform-lt .sperform-litem li span {
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: bold;
    color: #1A1A1A;
}

.sperform-lt .sperform-litem li p {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    color: #1A1A1A;
    opacity: 0.5;
}

.sperform-lt .sperform-litem li i {
    font-style: normal;
    background-color: #1F7268;
    border-radius: 6px;
    width: 48px;
    height: 36px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-left: 0.5rem;
}
.sperform-lt .sperform-litem{
    display: none;
    border-radius: 12px;
    width: 350px;
    min-width: 350px;
    overflow: hidden;
    /* border: 1px solid rgba(0, 0, 0, 0.6); */
    /* animation: twinkle 5s linear infinite; */
    background-color: rgba(255, 255, 255, 1);
}

.sperform-lt .sperform-litem>div {
    padding: 2.5rem;
    /* background-color: rgba(255, 255, 255, 0.9); */
    /* display: none; */
    border-radius: 12px;
    /* box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.6); */
    /* border: 1px solid rgba(0, 0, 0, 0.6); */
    width: 350px;
    min-width: 350px;
    transition: all .23s;
    -o-transition: all .23s;
    -moz-transition: all .23s;
    -webkit-transition: all .23s;
    /* animation: twinkle 5s linear infinite; */
}

@keyframes twinkle {
    100% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    0% {
        opacity: 1;
    }
}

/* .sperform-lt .sperform-litem:first-child{
    display: block;
    max-width: 470px;
} */

.sperform-lt.on {
    right: 0;
    left: unset;
    /* width: auto; */
}

.page-sperform-bg {
    background: url(/themes/sirui-en/public/static/images/sperform-bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.page-sperform-bg .page-title {
    padding: 1.625rem 0 0;
}

.page-sperform-bg .sperform-bt {
    display: block;
    padding-bottom: 1.75rem;
}

.page-sperform-bg .sperform-bt h5 {
    width: 62.5%;
    max-width: 1200px;
    text-align: center;
    /* font-size: 28px; */
    font-size: 1.75rem;
    font-weight: bold;
    /* line-height: 32px; */
    line-height: 2.75rem;
    /* color: #1f7268; */
    color: #1A1A1A;
    padding: 1.625rem 0.625rem;
    margin: 0 auto;
    background-color: #E2F0F3;
    border-radius: 12px;
}

.page-sperform-bg .sperform-bt strong {
    font-size: 2.25rem;
    color: #EC1A1A;
    font-weight: bold;
    line-height: 2.75rem;
}

.page-guide .guide-top figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.page-guide .guide-top img {
    max-width: 100%;
    width: 100%;
    background: url(/themes/sirui-en/public/static/images/loading1.gif) no-repeat center center;
    background-size: 48px 48px;
}

.page-guide .guide-bt {
    margin: 1.875rem auto 0;
    width: 88%;
}

.page-guide .container {
    position: relative;
}

.page-guide li a {
    display: block;
}

.page-guide li figure {
    border-radius: 0.5rem;
    width: 100%;
    overflow: hidden;
}

.page-guide li img {
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    width: 100%;
    background: url(/themes/sirui-en/public/static/images/loading1.gif) no-repeat center center;
    background-size: 48px 48px;
}
.page-guide li:hover img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.page-guide li h3 {
    font-weight: bold;
    font-size: 1rem;
    color: #000000;
    margin-top: 0.75rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-guide .guide-prev::after {
    background: url(/themes/sirui-en/public/static/images/lt.png) no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 7.78px;
    height: 12.73px;
}

.page-guide .guide-next::after {
    background: url(/themes/sirui-en/public/static/images/rt.png) no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 7.78px;
    height: 12.73px;
}

.page-guide .guide-prev {
    left: 0;
}

.page-guide .guide-next {
    right: 0;
}

.page-guide .guide-prev,
.page-guide .guide-next {
    background-color: #F2F2F2;
    background-image: none;
    border-radius: 4px;
    width: 26px;
    height: 40px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.page-guide .guide-prev:hover,
.page-guide .guide-next:hover {
    background-color: #CCCCCC;
}

.page-guide li a.on img,
.page-guide li:hover img {
    /* transform: scale(1.1); */
}

.page-guide li a.on h3,
.page-guide li:hover h3 {
    color: #1f7268;
}

.footer {
    background-color: #1f7268;
}

.ft-top {
    width: calc(100% - 160px);
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 3.25rem;
    /* padding-bottom: 5.6125rem; */
    padding-bottom: 2rem;
}

.ft-top .ft-lt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.ft-top .ft-lt>div {
    margin-right: 6.25rem;
}

.ft-top .ft-lt>div:first-child,
.ft-top .ft-lt>div:last-child {
    margin-right: 0;
}

.ft-top .ft-lt>div:last-child a {
    margin-bottom: 1.5rem;
}

.ft-top h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.ft-top .ftlt-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 18.125rem;
}

.ft-top .ftlt-nav ul li {
    width: 50%;
    /* margin-bottom: 1.5rem; */
    margin-bottom: 1.125rem;
}

.ft-top .ftlt-nav ul a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.125rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

a.underline {
    position: relative;
}

a.underline::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

a.underline:hover::after {
    width: 50%;
}

.ft-rt-item h3{
    font-size: 16px;
    margin-bottom: 10px;
}


.ft-top .ftlt-contact {
    width: 230px;
}

.ft-top .ftlt-fchain {
    width: 230px;
}

.ft-top .ftlt-contact span {
    color: #FFFFFF;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25rem;
}

.ft-top .ftlt-contact a,
.ft-top a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25rem;
}

.ft-top .ft-rt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: 252px;
    margin-right: 0;
}

.ft-top .ft-rt .ft-rt-item + .ft-rt-item{
    margin-top: 3rem;
}

.ft-top .ft-rt>div {
    margin-right: 4rem;
}

.ft-top .ft-rt>div:last-child {
    margin-right: 0;
}

.ft-top .ft-rt img {
    max-width: 100%;
}

.ft-bt {
    background-color: #2E645C;
    padding: 1.5rem 0;
    text-align: center;
}

.ft-bt a {
    display: inline-block;
}

.ft-bt a,
.ft-bt span {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
}

.search-from {
    z-index: 99999;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.search-from.show {
    right: 0%;
    opacity: 1;
}

.search-from.show .search-close-btn {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.search-from .search-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #000;
    opacity: 0.8;
}

.search-from .search-close-btn,
.video-bg i {
    z-index: 2;
    position: absolute;
    top: 4rem;
    right: 5rem;
    /* font-size: 140px; */
    font-size: 60px;
    vertical-align: top;
    /* width: 68px;
    height: 68px; */
    width: 40px;
    height: 40px;
    font-weight: lighter;
    /* line-height: 55px; */
    line-height: 32px;
    color: #fff;
    font-style: normal;
    cursor: pointer;
    text-align: center;
    /* text-indent: -14px; */
    text-indent: -2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.search-from .search-close-btn:hover,
.video-bg i:hover {
    color: #1f7268;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search-from .search {
    position: absolute;
    z-index: 2;
    max-width: 600px;
    width: 88%;
    height: 60px;
    overflow: hidden;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.search-from .search form {
    font-size: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.search-from .search form:hover .text {
    border-color: #1f7268;
}

.search-from .search form:hover #search-btn {
    background-color: #1f7268;
    /* background-image: url(/themes/sirui-en/public/static/images/search.png); */
    background-image: url(/themes/sirui-en/public/static/svg/search.svg);
}

.search-from .search #search-btn {
    display: inline-block;
    width: 20%;
    max-width: 60px;
    height: 60px;
    border: 0;
    padding: 0;
    /* background-image: url(/themes/sirui-en/public/static/images/search.png); */
    background: url(/themes/sirui-en/public/static/svg/search.svg) no-repeat 17px center;
    background-color: #1f7268;
    /* background-size: 60%; */
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-indent: 999999px;
    overflow: hidden;
}

.search-from .search .text {
    display: inline-block;
    border: 0px none;
    background: none;
    width: 80%;
    max-width: 540px;
    padding: 0 20px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #1f7268;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 0 0 1rem;
}

.menu-btn {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -16px;
    height: 32px;
    text-align: center;
}

.menu-btn span {
    position: relative;
    margin-top: 15px;
    width: 2rem;
    height: .2rem;
    display: inline-block;
    background: #1f7268;
}

.menu-btn i {
    position: absolute;
    left: 0;
    width: 2rem;
    height: .2rem;
    display: block;
    background: #1f7268;
    transition-duration: .3s, .3s;
    -webkit-transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
    -webkit-transition-delay: .3s, 0s;
}

.menu-btn i.menu-btn-top {
    top: -.7rem;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transition-property: top, transform;
}

.menu-btn i.menu-btn-bottom {
    bottom: -.7rem;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
    -webkit-transition-property: bottom, transform;
}

.menu-btn.menu-btn-on span {
    background-color: transparent;
}

.menu-btn.menu-btn-on i.menu-btn-top {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu-btn.menu-btn-on i.menu-btn-bottom {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menu-btn.menu-btn-on i.menu-btn-top,
.menu-btn.menu-btn-on i.menu-btn-bottom {
    background: #1f7268;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.nav-mb {
    z-index: 9999;
    position: fixed;
    width: 100%;
    display: none;
    overflow: hidden;
    top: 80px;
    left: 0;
    background: #1f7268;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.nav-mb ul {
    display: none;
    padding: 20px 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 80px;
    margin: 0 auto;
    overflow-y: scroll;
    height: calc(100vh - 80px);
}

.nav-mb ul li.on>a {
    background: rgba(255, 255, 255, 0.5);
}

.nav-mb a {
    padding: .5rem 20px;
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.nav-mb a.on:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-mb a.has-childnav:after {
    display: block;
    position: absolute;
    top: .5rem;
    right: 4%;
    font-size: 22px;
    content: "+";
    -webkit-transition: all .2s;
    transition: all .2s;
    background: transparent !important;
}

.nav-mb ol {
    display: none;
    background-color: #2e645c;
}

.header-btn,
.header-btn .bgy-en {
    display: none;
}

.header-btn {
    padding: 1rem 20px;
}

.header-btn ul,
.header-btn li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header-btn li a {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    height: 37px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header-btn li:not(.hrt-search) a {
    padding: 0 2.02rem;
}

.header-btn li.hrt-search {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    height: 37px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header-btn li span {
    margin-left: 5px;
    color: #FFFFFF;
}

.header-btn li:hover a {
    background-color: rgba(255, 255, 255, 0.4);
}

.header-btn .bgy-en {
    padding: 0 1.5625rem;
    min-height: 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 2.03125rem 0 0.9025rem;
}

.header-btn .bgy-en a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    min-width: fit-content;
}

.header-btn .bgy-en a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.header-btn .hrt-btn {
    height: 36px;
    width: 70px;
}

.header-btn .hrt-btn a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #1f7268;
    border-radius: 0.5rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header-btn .hrt-btn:hover a {
    background-color: #1f7268;
    color: #FFFFFF;
}

.header-btn li {
    margin-bottom: 0.825rem;
}

.header-btn ul {
    flex-wrap: wrap;
}

.header .header-logo h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: #1f7268;
    margin-left: 2rem;
    padding-left: 1.625rem;
    border-left: 2px solid #E1E1E1;
}

.schools-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 5.625rem;
    border-bottom: 1px solid #EBEBEB;
    flex-direction: column;
}

.schools-top>div {
    /* width: 47.5%; */
    width: 100%;
}

.schools-top .school-toplt-content img {
    width: 100%;
}

.school-toplt-content li {
    border-bottom: 1px solid #ECECEC;
}

.school-toplt-content li a {
    /* padding-bottom: 2rem; */
    padding-bottom: 1rem;
}

.school-toplt-content .snews-title {
    /* padding-top: 2rem; */
    padding-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.school-toplt-content .snews-title span {
    color: #1f7268;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    min-width: 130px;
}

.school-toplt-content .snews-title i {
    font-size: 28px;
    line-height: 2.3125rem;
    font-style: normal;
    padding-left: 1rem;
    padding-right: 2.25rem;
}

.school-toplt-content .snews-title h3 {
    color: #1A1A1A;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.school-toplt-content li a:hover h3 {
    color: #1f7268;
    margin-left: -0.5rem;
}

.school-toplt-content li:not(.snews-one) figure {
    display: none;
}

.school-toplt-content li figure {
    width: 100%;
    overflow: hidden;
}

.school-toplt-content li img {
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.school-toplt-content li a:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.school-toplt-content .snews-bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.snews-bt .snews-btn a,
.snews-btn a {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.snews-btn a {
    justify-content: flex-end;
}

.snews-bt .snews-btn a i,
.snews-btn a i {
    width: 2rem;
    height: 1rem;
    background: url(/themes/sirui-en/public/static/images/news-lt.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-left: 0.5rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.snews-bt .snews-btn a:hover,
.snews-btn a:hover {
    color: #002870;
}

.snews-bt .snews-btn a:hover i,
.snews-btn a:hover i {
    width: 3rem;
    height: 1rem;
    background: url(/themes/sirui-en/public/static/images/news-lton.png) no-repeat;
    background-size: 100%;
}

.snews-bt .snews-paging {
    width: auto;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.snews-bt .snews-paging span {
    background: none;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #1A1A1A;
    opacity: 1;
    padding: 6px 13px;
    width: auto;
    height: auto;
    margin: 0;
    margin-right: 10px;
    border-radius: 7px;
}

.snews-bt .snews-paging .swiper-pagination-bullet-active {
    color: #1f7268;
    background-color: #F2F2F2;
}

.schooltop-rt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.schooltop-rt .school-toprt-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

.schooltop-rt .school-toprt-content>div {
    width: 50%;
}

.schooltop-rt .school-toprt-content figure {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 2rem; */
}

.schooltop-rt .school-toprt-content .snews-bt {
    padding-left: 2.5rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.schooltop-rt .school-toprt-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.schooltop-rt .school-toprt-content a:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.schooltop-rt .school-toprt-content p {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    text-indent: 2em;
    color: #1A1A1A;
    text-align: justify;
}

.schooltop-rt .snews-btn a {
    height: 2.25rem;
    justify-content: flex-end;
}

.school-main {
    background-color: #FFFFFF;
    border-radius: 22px;
    margin-top: -6rem;
    z-index: 10;
    position: relative;
    padding: 0 4.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.course-page ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0.1px;
}

.course-page ul li {
    width: calc(100% / 4 - 15px);
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.course-page ul li:nth-child(4n) {
    margin-right: 0;
}

.course-page a>figure {
    width: 100%;
    overflow: hidden;
}

.course-page a>figure img {
    width: 100%;
}

.course-page a>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/themes/sirui-en/public/static/images/course-bg.png) no-repeat top;
    background-size: 100%;
}

.course-page a>div figure {
    display: none;
}

.course-page a>div figure img {
    max-width: 100%;
}

.course-page a>div h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
}

.course-page a>div span {
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.125rem;
    margin-left: 1.375rem;
}

.course-page a>div i {
    margin-right: 0.5rem;
}

.course-title {
    position: absolute;
    left: 1.5rem;
    bottom: 1.125rem;
}

.course-page li:hover a>div>div {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.course-page li:hover a>div figure {
    display: block;
    text-align: center;
    margin-bottom: 0.875rem;
}

.course-page li:hover .course-title {
    text-align: center;
    position: static;
}

.course-page li:hover .course-title span {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-left: 0;
    display: block;
    margin-top: 0.375rem;
}

.course-page li:hover .course-title i {
    display: none;
}

.course-page li:hover strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
}

.schools-bt {
    padding-bottom: 4.9rem;
}

.bread-nav {
    padding-top: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.bread-nav span,
.bread-nav a {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #999999;
    padding: 0 3px;
    text-transform: capitalize;
}

.bread-nav a:hover,
.bread-nav a.on {
    color: #1f7268;
}

.page-gsgc-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.page-gsgc-title .page-title {
    width: 25%;
    min-width: 310px;
}

.page-gsgc-title i {
    width: 72%;
    background: url(/themes/sirui-en/public/static/images/gsgc-bg2.png) no-repeat center;
    background-size: 100% auto;
}

.page-gsgc-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 7.5625rem;
}

.page-gsgc-content .brief-lt {
    width: 25%;
    margin-top: 88px;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

.page-gsgc-content .brief-rt {
    width: 72%;
}

.page-gsgc-content .brief-rt h2 {
    text-align: center;
    display: block;
    /* padding-bottom: 1.25rem; */
    font-size: 1.875rem;
    line-height: 2rem;
    color: #1A1A1A;
    padding: 0 1rem 1.25rem 1rem;
}

/* .page-gsgc-content .brief-rt span{
    text-align: center;
    display: block;
    padding: 1rem 0 2rem;
} */

.page-gsgc-content .brief-lt ul {
    /* padding-top: 88px; */
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

.page-gsgc-content .brief-lt li a {
    font-size: 1.125rem;
    /* line-height: 2rem; */
    font-weight: bold;
    color: #1A1A1A;
    /* padding: 1.5rem 5.3125rem 1.5rem 3.25rem; */
    padding: 1.5rem 0 1.5rem 3.25rem;
    width: calc(100% - 50px);
    display: inline-flex;
    align-items: center;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 70px;
    text-transform: uppercase;
}

.page-gsgc-content .brief-lt li a.on,
.page-gsgc-content .brief-lt li a:hover {
    background-color: #1f7268;
    color: #FFFFFF;
}

.page-gsgc-content .brief-lt li a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    /* 三角形 */
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 30px solid #1f7268;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    /* display: none; */
    opacity: 0;
}

.page-gsgc-content .brief-lt li a.on::after,
.page-gsgc-content .brief-lt li a:hover::after {
    /* display: inline-block; */
    opacity: 1;
}

.page-gsgc-content .brief-rt img {
    /* width: 100%; */
    /* object-fit: scale-down; */
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    max-width: 100%;
    margin-left: 0 !important;
    /* max-height: 270px; */
    object-fit: scale-down;
}

.page-gsgc-content .brief-rt figure {
    padding-bottom: 4rem;
}

.page-gsgc-content .brief-rt div p {
    font-size: 0.8235rem;
    line-height: 2rem;
    color: #1A1A1A;
    font-weight: 400;
    display: block;
    width: 100%;
}

.course-list-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 2.25rem 0;
    border-bottom: 1px solid #EDEDED;
}

.course-list-btn li {
    padding: 0 1.1rem;

}

.course-list-btn li a {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: bold;
    color: #1A1A1A;
}

.course-list-btn li a.underline::after {
    background-color: #1f7268;
    height: 4px;
}

.course-list-btn li a.on::after,
.course-list-btn li a.underline:hover::after {
    width: 100%;
}

.brief-rt h3 {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    line-height: 2rem;
    color: #000000;
    font-weight: 400;
    padding-top: 3.125rem;
    padding-bottom: 2.375rem;
}

.brief-rt h4 {
    color: #1f7268;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.75rem;
}

.page-gsgc-content .course-content figure {
    padding: 2rem 0;
    text-align: center;
}

.page-gsgc-content .course-content img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.teacher-list-header {
    margin-bottom: 1.625rem;
}

.teacher-rt .teacher-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.teacher-list ul li {
    width: calc((100% - 52px) / 3);
    position: relative;
    margin-bottom: 1.625rem;
    margin-right: 1.625rem;
}

.teacher-list ul li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.teacher-list ul li:nth-child(3n) {
    margin-right: 0;
}

.teacher-list a .portrait {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 70%;
}

.teacher-list a .portrait figure {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-bottom: 0;
    overflow: hidden;
}

.teacher-list a .portrait figure {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

.teacher-list a .portrait figure img {
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    /* position: absolute; */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: 100%;
    /* height: 100%; */
    height: auto;
    object-fit: scale-down;
    vertical-align: middle;
}

.result-rt .teacher-list a .portrait figure img {
    /* height: 100%; */
}

.result-rt a:hover>div {
    box-shadow: 0 0 10px #1f7268;
}

/* .teacher-list a:hover .portrait figure img{
    transform:  translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -webkit-transform: translateX(-50%) scale(1.1);
} */

.teacher-list .teacher-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    align-items: baseline;
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 3.75rem;
}

.teacher-list .teacher-label span {
    font-size: 1rem;
    font-weight: bold;
    line-height: 2rem;
    padding: 1rem 0.825rem;
    color: #FFFFFF;
    background: -webkit-linear-gradient(to right, #1f7268, rgba(30, 128, 148, 0));
    background: -moz-linear-gradient(to right, #1f7268, rgba(30, 128, 148, 0));
    background: -o-linear-gradient(to right, #1f7268, rgba(30, 128, 148, 0));
    background: linear-gradient(to right, #1f7268, rgba(30, 128, 148, 0));
    /* background: url(/themes/sirui-en/public/static/images/teacher-item-label.png) no-repeat; */
    background-size: 100% 100%;
    display: inline-block;
    width: auto;
}

.teacher-list .teacher-label span:nth-child(2n) {
    margin-top: -0.5rem;
}

.teacher-list .teacher-name {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 2rem;
    width: 95%;
}

.teacher-list .teacher-name i {
    width: 20px;
    height: 20px;
    /* background: url(/themes/sirui-en/public/static/picture/pdf.png) no-repeat; */
    background: url(/themes/sirui-en/public/static/svg/pdf.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10;
}

.teacher-list ul li:hover .teacher-name i {
    transform: translateY(-50%) rotate(360deg);
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.page-gsgc-content .brief-rt .teacher-list {
    padding-bottom: 4.5rem;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 4.5rem;
}

.page-gsgc-content .brief-rt .teacher-list:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.result-rt a .portrait {
    top: inherit;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 85%;
    height: inherit;
    max-height: 100%;
}

.result-rt .result-label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.result-rt .result-label>img {
    width: 100%;
}

.result-rt .result-label>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.result-rt .result-label figure {
    padding-bottom: 0;
    height: 67%;
}

.result-rt .result-label span {
    font-size: 1.10rem;
    line-height: 2.25rem;
    font-weight: 400;
    color: #1A1A1A;
    margin-left: 0.28125rem;
}

.result-rt .result-label figure img {
    height: 100%;
    width: auto;
}

.result-rt .teacher-name {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 0.9375rem;
}

.result-rt a>div {
    position: relative;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.life-content li {
    margin-bottom: 1rem;
}

.life-content li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.page-gsgc-content .life-content li figure {
    padding-bottom: 0;
    position: relative;
    height: 166px;
    width: 40%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.life-content li figure img {
    width: 100%;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.life-content li div {
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0 1rem 2rem;
    -webkit-box-orient: vertical;
    flex-direction: column;
    justify-content: space-between;
}

.life-content li div h3 {
    text-align: left;
    padding: 0;
    font-size: 1rem;
    line-height: 2;
    font-weight: bold;
    color: #1A1A1A;
}

.life-content li div i {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.life-content li div i::after {
    content: '';
    /* width: 8px;
    height: 14px; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* background: url(/themes/sirui-en/public/static/images/right-on.png) no-repeat; */
    background: url(/themes/sirui-en/public/static/svg/right-on.svg) no-repeat;
    background-size: 100%;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.life-content li a:hover h3 {
    color: #1f7268;
}

.life-content li a:hover figure img {
    transform: scale(1.1);
}

.life-content li a:hover i {
    background-color: #1f7268;
}

.life-content li a:hover i::after {
    background: url(/themes/sirui-en/public/static/svg/right-w.svg) no-repeat;
}

.page-recruit-content .brief-rt figure {
    padding-bottom: 0;
    margin-bottom: 6rem;
}

.page-recruit-content .recruit-videobox {
    padding: 0.75rem;
    background-color: #FFFFFF;
    width: auto;
    display: inline-block;
    position: absolute;
    right: 3.25rem;
    bottom: -4rem;
}

.recruit-top-img {
    position: relative;
}

.page-recruit-content .btn {
    font-size: 0.875rem;
    line-height: 2rem;
    font-weight: bold;
    color: #1f7268;
    padding: 1rem 3.25rem;
    border-radius: 5px;
    border: 1px solid #1f7268;
    margin: 4.3125rem auto 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: inline-block;
}

.page-recruit-content .btn i {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border-top: 2px solid #1f7268;
    border-right: 2px solid #1f7268;
    transform: rotate(45deg);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-recruit-content .recruit-btn {
    display: block;
    text-align: center;
}

.page-recruit-content .btn:hover {
    color: #FFFFFF;
    background-color: #1f7268;
}

.page-recruit-content .btn:hover i {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

.job-title {
    border-top: 1px solid #EDEDED;
    padding-top: 1rem;
}

.page-job-content .brief-rt figure {
    margin-bottom: 0;
}

.page-gsgc-title .page-gsgc-xeubu {
    width: 72%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.page-gsgc-xeubu i {
    width: 100%;
    height: 8px;
    background: url(/themes/sirui-en/public/static/images/gsgc-bg2.png) no-repeat center;
    background-size: 100%;
    display: block;
}

.page-gsgc-title .page-gsgc-xeubu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.page-gsgc-title .page-gsgc-xeubu li {
    width: 25%;
    background-color: #F8F8F8;
    text-align: center;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.page-gsgc-xeubu li a {
    padding: 1.5rem 0;
}

.page-gsgc-title .page-gsgc-xeubu span {
    font-size: 1rem;
    line-height: 2rem;
    color: rgba(26, 26, 26, 0.3);
    font-weight: bold;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.page-gsgc-xeubu a:hover,
.page-gsgc-xeubu a.on {
    background-color: #FFFFFF;
}

.page-gsgc-xeubu a:hover span,
.page-gsgc-xeubu a.on span {
    color: #1A1A1A;
}

.page-department-content .department-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 1.625rem;
    margin-bottom: 1.625rem;
    border-bottom: 1px solid #EDEDED;
}

.page-department-content .department-title h2 {
    padding-bottom: 0;
    display: block;
    flex: 1;
    text-align: center;
}

.page-department-content .department-title a {
    position: absolute;
    right: 0;
    font-size: 0.875rem;
    line-height: 2rem;
    color: #1f7268;
    font-weight: 400;
}

.department-title a i {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-top: 1.6px solid #1f7268;
    border-right: 1.6px solid #1f7268;
    transform: rotate(45deg);
    margin-left: 0.375rem;
}

/*.page-department-content .department-content strong {*/
/*    display: block;*/
/*    text-align: center;*/
/*    margin-bottom: 1.625rem;*/
/*    font-size: 1.125rem;*/
/*    line-height: 2rem;*/
/*    font-weight: 400;*/
/*    color: #000000;*/
/*}*/

/*.page-department-content .department-content figure {*/
/*    margin: 3.25rem;*/
/*}*/

.page-news-content .life-content .news-list span {
    flex: 1;
    font-size: 0.875rem;
    line-height: 2rem;
    color: #999999;
}

.page-news-content .life-content .news-list li {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #EDEDED;
}

.page-news-content .page ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 3.5625rem;
}

.page-news-content .page ul li {
    margin: 0 5px;
}

.page-news-content .page ul a {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #1A1A1A;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    display: block;
    box-sizing: border-box;
}

.page-news-content .page .thisclass a,
.page-news-content .page ul li:hover a {
    background-color: #1f7268;
    color: #FFFFFF;
}

.page-title-nav {
    position: relative;
}

.page-title-nav .guide-bt {
    width: calc(100% - 7.75rem);
    padding: 2rem 0;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 2.75rem;
    position: relative;
}

.page-facilities-content .page-title-nav .guide-bt figure {
    padding-bottom: 0;
}

.page-facilities-content .page-title-nav .guide-bt h3 {
    padding: 0;
}

.page-facilities-content .brief-rt ol h4 {
    text-align: center;
    font-size: 1.125rem;
    line-height: 2rem;
}

.page-facilities-content .brief-rt ol li {
    /* display: none; */
    /* margin-bottom: 1rem; */
    padding: 1rem 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-facilities-content .brief-rt ol figure {
    padding-bottom: 0;
    margin: 1.5rem 0 1.925rem;
}

.page-facilities-content .brief-rt ol p {
    font-size: 0.875rem;
    line-height: 1.75rem;
    color: #1A1A1A;
    text-indent: 2em;
    padding-right: 2em;
    margin-left: -2em;
}

.page-facilities-content .page-guide img,
.page-facilities-content .page-guide p {
    text-indent: 0;
}

.page-facilities-content .page-guide .guide-prev,
.page-facilities-content .page-guide .guide-next {
    top: 30%;
}

.system-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.system-content .life-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    justify-content: space-between;
}

.system-content li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.system-content li div {
    padding: 0;
    width: calc(100% - 5rem);
}

.system-content li i {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.system-content li i::after {
    content: '';
    /* width: 8px;
    height: 14px; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: url(/themes/sirui-en/public/static/svg/right-on.svg) no-repeat;
    background-size: 100%;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.page-gsgc-content .system-content li p {
    font-size: 0.875rem;
    color: #999999;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.guide-box-top,
.location-ceiling {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    background-color: #FFFFFF;
    z-index: 100;
}

.article-news-paging {
    padding-top: 1.25rem;
}

.article-news-paging a {
    font-size: 1rem;
    margin-bottom: 0.725rem;
    color: #1A1A1A;
    font-weight: bold;
}

.article-news-paging a:hover {
    color: #1f7268;

}

.swiper-wrapper,
.swiper-slide {
    /* height: auto; */
}

.sy-banner {
    margin-bottom: 1.625rem;
    overflow: hidden;
    /* max-height: calc(100vh - 164px); */
    padding: 0 3.90625%;
}

.sy-banner.navsy-banner {
    margin-top: 100px;
}

.sy-banner .swiper-button-next,
.sy-banner .swiper-button-prev {
    color: #1f7268;
}

.sy-banner .swiper-button-next,
.page-ics-item .swiper-button-next,
.page-cnews-ltbox .swiper-button-next {
    background-image: url(/themes/sirui-en/public/static/images/right-img.png);
}

.sy-banner .swiper-button-prev,
.page-ics-item .swiper-button-prev,
.page-cnews-ltbox .swiper-button-prev {
    background-image: url(/themes/sirui-en/public/static/images/left-img.png);
}

/* .page-ics-item .swiper-button-prev{
    left: -27px;
}
.page-ics-item .swiper-button-next{
    right: -27px;
} */
.page-ics-item .swiper-button-prev,
.page-ics-item .swiper-button-next {
    z-index: 99;
}

.page-ics-item .swiper-button-next.swiper-button-disabled,
.page-ics-item .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.school-newflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.school-newflex>div {
    width: 50%;
}

.school-newflex .shool-rtimg {
    width: calc(50% - 2rem);
    margin: 0 1rem;
    box-shadow: 0 10px 30px #D6F8FF;
    padding: 1.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box#D6F8FF;
}

.school-newflex .school-ltimg {
    position: relative;
}

.school-ltimg ul {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
}

.school-ltimg li,
.school-ltimg li a,
.school-ltimg li figure {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.school-ltimg li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.school-ltimg li:hover img {
    transform: scale(1.1);
}

.sperform-rttop {
    height: auto;
    border-radius: 1.25rem;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 100%;
}

.sperform-rttop>h3 {
    background: url(/themes/sirui-en/public/static/images/maprt.png) no-repeat left;
    background-size: 100% 100%;
    padding: 12px 12px 12px 24px;
    display: inline-block;
    font-size: 18px;
    color: #FDFFFF;
    line-height: 20px;
    margin-bottom: 20px;
    margin-right: 1rem;
}

.sperform-rttop>div {
    max-height: 550px;
    margin: 1rem 0 2rem;
}

.sperform-rttop ul {
    flex-direction: column;
}

.sperform-rttop li {
    /* margin-bottom: 12px; */
    width: auto;
    margin: 6px 1rem;
}

.sperform-rttop li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    /* background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF);
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF); */
    background: #FFFFFF;
    /* box-shadow: 0 0 10px #B7E1E9; */
    box-shadow: 0 5px 10px rgba(86, 172, 189, 0.1);
    text-align: center;
    padding: 12px 20px 12px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.sperform-rttop .sper-item-lt div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sperform-rttop .sper-item-lt div img {
    max-width: 20px;
    margin-right: 3.5px;
}

.sperform-rttop .sper-item-lt span {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #1A1A1A;
    margin-top: 6px;
    display: block;
}

.sperform-rttop .sper-item-rt {
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-left: 25px;
}

.sper-item-rt>img {
    height: 100%;
}

.sperform-rttop .sper-item-rt .portrait {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 85%;
    height: auto;
    overflow: hidden;
}

.sperform-rttop .sper-item-rt .portrait>img {
    position: relative;
    left: 0;
    bottom: 0;
    max-height: 100%;
    width: 100%;
    text-align: center;
}

.sperform-rttop .sper-item-rt .portrait figure {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.sper-item-rt .portrait figure img {
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
    vertical-align: middle;
}

.sperform-rttop.on {
    right: unset;
    left: 0;
    align-items: flex-start;
}

.sperform-rttop.on>h3 {
    background: url(/themes/sirui-en/public/static/images/maplt.png) no-repeat right;
    padding: 12px 24px 12px 12px;
}

.page-syvideo .syvideo-list {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.syvideo-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.syvideo-list ul li {
    width: calc(100% / 4 - 15px);
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.syvideo-list ul li:nth-child(4n) {
    margin-right: 0;
}

.syvideo-list ul video {
    width: 100%;
    display: block;
}

.syvideo-list ul p {
    font-weight: bold;
    font-size: 1rem;
    color: #000000;
    margin-top: 0.75rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.syvideo-list ul li:hover p {
    color: #1f7268;
}

/* Home page办学成绩banner修改 */
.sperform-swiper {
    position: absolute;
    /* top: 50%; */
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    height: auto;
    overflow: hidden;
    max-width: 350px;
    /* max-height: 100%; */
    border-radius: 12px;
    margin: 0 1rem;
    /* box-shadow: 0 0 10px #b7e1e9; */
    box-shadow: 0 5px 10px rgba(86, 172, 189, 0.1);
}

.sperform-swiper.on {
    right: 0;
    left: unset;
}

.sperform-lt {
    width: auto;
    top: 0;
    transform: unset;
    position: relative;
}
.sperform-lt .sperform-litem{
    width: auto;
    /* height: 100%; */
    height: auto;
    display: block;
    max-height: 550px;
}

.sperform-lt .sperform-litem>div {
    width: auto;
    height: 100%;
    /* height: auto; */
    display: block;
    max-height: 550px;
    overflow-y: auto;
}

.sperform-lt .sperform-litem>div::-webkit-scrollbar{
    width: 5px;
    height: 2px;
    border-radius:12px;
    background-color: #eee;
}
.sperform-lt .sperform-litem>div::-webkit-scrollbar-thumb{
    border-radius: 12px;
    -webkit-box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}
.sperform-lt .sperform-litem>div::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* 视频gcgs */
.syvideo-list li div {
    position: relative;
    cursor: pointer;
}

.syvideo-list li figure {
    width: 100%;
    height: auto;
}

.syvideo-list figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(/themes/sirui-en/public/static/images/loading1.gif) no-repeat center center;
    background-size: 48px 48px;
}

.syvideo-list li div>img {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 50px;
    object-fit: cover;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 100;
    opacity: 0.6;
}
.syvideo-list li div::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 10;
    display: none;
}
.syvideo-list li:hover div>img{
    opacity: 1;
}
.syvideo-list li:hover div::after{
    display: block;
}
.page-syvideo{
    margin-bottom: 2rem;
}

/* Home pagevideo */
.video-mask li {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.video-mask li.on {
    z-index: 999999;
    opacity: 1;
    visibility: visible;
}

.video-bg {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 9;
    outline: none;
    max-width: 80%;
    max-height: 90%;
    border: 0;
    box-sizing: border-box;
}
.video-mask .video-bg div {
    position: absolute;
    right: 5%;
    top: 5%;
}
/* .video-bg i{
    position: absolute;
    right: 5%;
    top: 5%;
    width: 50px;
    height: 50px;
    background: url(/themes/sirui-en/public/static/images/close-white.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    transform: rotate(-90deg);
    z-index: 999;
}
.video-bg i:hover{
    background: url(/themes/sirui-en/public/static/images/close-blue.png) no-repeat;
    background-size: cover;
    transition: all .3s;
    transform: rotate(90deg);
} */
.video-box video{
	max-width: 100%;
}
.sperform-liswiper ol{
    flex-wrap: nowrap;
    flex-direction: column;
}
.branch-news .page-cnews .page-cnews-rt{
    height: 100%;
}
.branch-news .page-cnews-rt .cnews-banner{
    height: 360px;
}
.school-toprt-content>div>a,
.school-toprt-content>div>a figure{
    height: 100%;
}
.famous-teacher-content ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.famous-teacher-content ul li{
    width: calc((100% - 2rem) / 3);
    margin: 1rem 1rem 0 0;
}
.famous-teacher-content ul li:nth-child(3n){
    margin-right: 0;
}

.no-data {
    text-align: center;
    padding: 20px 0;
    display: block;
}

.no-data h5 {
    color: #1E8094;
}
/* zoomImg */
.boximg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.mask {
    /* overflow-y: auto;
    overflow-x: hidden; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    transition: all .23s;
    -webkit-transition: all .23s;
    display: none;
}

.mask .bigimg {
    z-index: 9999;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: block;
}

.smallimg{
    
}
.bigimg img {
    /* max-width: 100%; */
    width: 100%;
    vertical-align: middle;
}

.smallimg:hover {
    cursor: zoom-in;
}

.bigimg img {
    z-index: 10000;
    /* height: 100%; */
}

.bigimg img:hover {
    cursor: move;
}

.mask:hover {
    cursor: zoom-out;
}
/* img[src=""],img:not([src]){
	width: 0;
    height: 0;
    padding: 82px 130px;
    background: url(/themes/sirui-en/public/static/images/load.gif) no-repeat center center;
    background-size: 48px 48px;
} */
.nav-login{
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 9999;
    background-color: #4C8E86;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    display: none;
}
.header .header-rt .hrt-btn.on{
    margin-top: 14px;
    height: 50px;
    z-index: 9999;
}
.header .header-rt .hrt-btn.on a{
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-login-swiper ul,
.nav-login-swiper li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-login-swiper li{
    margin: 1rem;
    width: calc((100% / 8) - 2rem);
}
.nav-login-swiper li a{
    flex-direction: column;
    padding: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    border: 1px solid transparent;
    /* box-shadow: 5px 5px 5px rgb(0 0 0 / 10%), -5px -5px 5px #1f7268; */
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%), -5px -5px 5px rgb(0 0 0 / 10%);
}
.nav-login-swiper li figure{
    height: 65px;
    max-height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-login-swiper li img{
    max-height: 100%;
    width: auto;
    object-fit: cover;
}
.nav-login-swiper li span{
    font-size: 0.85rem;
    color: #CCCCCC;
    margin-top: 1rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    text-align: center;
}
.nav-login-swiper li:hover a{
    /* border: 1px solid #FFFFFF; */
    /* box-shadow: 0 0 0 rgb(0 0 0 / 10%), 0 0 0 #1f7268, inset 5px 5px 5px rgb(0 0 0 / 10%), inset -5px -5px 5px #1f7268; */
    box-shadow: 5px 5px 5px #1f7268, -5px -5px 5px #1f7268;
    transition: box-shadow .2s ease-out;
}
.nav-login-swiper li:hover span{
    color: #FFFFFF;
    font-weight: bold;
}
.nav-login-swiper li .hoverimg {
    transform: scale(0);
    display: none;
}
.nav-login-swiper li .origanimg {
    display: block;
    transform: scale(1);
}

.nav-login-swiper li:hover .hoverimg {
    display: block;
    transform: scale(1);
}
.nav-login-swiper li:hover .origanimg {
    display: none;
    transform: scale(0);
}
.pop-up {
    background: #000;
    opacity: 0.01;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.color-white{
    color: #fff;
}