@charset "UTF-8";

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
    margin-top: 80px;
}

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;
}

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;
}

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: #1E8094;
    color: #FFFFFF;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    height: 100%;
}

.header .header-top .container>div {
    display: -webkit-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: -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: -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: -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: #1E8094;
    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: #1E8094;
    color: #FFFFFF;
}

.header .header-content {
    width: 100%;
    height: 80px;
    background-size: 100%;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    box-shadow: 0px 1px 20px 1px #e5e5e5;
}

.header .header-content.navFix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.header .header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}

.header .header-nav ul>li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header .header-nav ul>li>a {
    font-size: 0.875rem;
    font-weight: 400;
    color: #1A1A1A;
    margin: 0 1.25rem;
    height: 100%;
    display: block;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}


.header .header-nav ul>li.on>a,
.header .header-nav ul>li:hover>a {
    color: #770086;
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header-nav>div>a {
    display: inline-block;
    height: 3.5rem;
    font-size: 1rem;
    line-height: 3.5rem;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #770086;
    border: 1px solid #770086;
    border-radius: 1.75rem;
    padding: 0 2rem;
    margin-left: 3.125rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header-nav>div>a:hover {
    background-color: #FFFFFF;
    color: #770086;
}

.header .header-nav ul>li.has-childnav {
    position: relative;
}

.header .header-nav ul>li.has-childnav>a::after {
    content: "";
    display: block;
    background: url(../images/xia.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 6px;
    color: #1E8094;
    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.has-childnav:hover ol {
    display: flow-root;
}

.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;
}

.header .header-nav ol a {
    display: block;
    color: #1E8094;
    font-size: 1rem;
    padding: .5rem 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.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: 50px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.header .header-nav ol li:hover a {
    /* background-color: rgba(255, 255, 255, 1); */
    color: #FFFFFF;
    background-color: #1E8094;
}

/* .header .navFix .header-nav ol{
    background-color: #FFFFFF;
}
.header .navFix .header-nav ol::after{
    border-top: 50px solid #FFFFFF;
} */
.header .header-logo {
    flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header .header-logo img{
    /* width: 22rem; */
    width: 100%;
}
.header .header-logo a {
    display: block;
}

#sy-banner .swiper-wrapper{
    height: 100%;
}
.sy-banner .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sy-banner .banner-img .syimg-item {
    width: calc(100% - 40px);
    max-width: 1300px;
    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%);
}

.syimg-item h2 {
    color: #FFFFFF;
    font-size: 4rem;
    font-family: SourceHanSansSC, SourceHanSansSC-Heavy;
    font-weight: 800;
}

.syimg-item span {
    color: #FFFFFF;
    font-size: 24px;
    font-family: PingFang, PingFang-SC-Regular;
    font-weight: normal;
    text-align: left;
    margin: 3.125rem 0;
    display: block;
}

.syimg-item div>a {
    border-radius: 1.75rem;
    font-size: 1rem;

    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    padding: 1.125rem 1.7rem;
}

.syimg-item div>a:first-child {
    background-color: #770086;
    border: 0.06rem solid #770086;
}

.syimg-item div>a:last-child {
    border: 0.06rem solid #FFFFFF;
    margin-left: 2.13rem;
}

.syimg-item div>a:hover:first-child {
    border: 0.06rem solid #FFFFFF;
    background-color: transparent;
}

.syimg-item div>a:hover:last-child {
    border: none;
    background-color: #770086;
    border: 0.06rem solid #770086;
}
#sy-banner>.sy-banner-wrap{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.sy-banner{
    position: relative;
}
#sy-banner{
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 34.375%;
    position: relative;
}

.banner-search {
    z-index: 9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6rem;
    max-width: 1200px;
    width: 90%;
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 5rem;
	background-color: #ffffff;
	box-shadow: 0.219rem 0.219rem 1.25rem 0rem 
		#000000;
	border-radius: 2.5rem;
}
.banner-search__text{
    width: 15rem;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 1.221rem;
    font-weight: bold;
    line-height: 1.35rem;
    color: #770086;
    border-right: 1px solid #e0e0e0;
}
.banner-search__input{
    padding: 0 2%;
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1;
}
.banner-search__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.375rem;
	height: 3.5rem;
	background-color: #770086;
	border-radius: 1.75rem;
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: bold;
    margin-right: 1rem;
    cursor: pointer;
    transition: all .23s ease;
    border: 1px solid #770086;
}
.banner-search__btn:hover{
    background-color: transparent;
    color: #770086;
}


.school-list ul {
    display: -webkit-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;
}

.school-list li img {
    width: 100%;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.school-list ul li:nth-child(1) {
    background: url(../images/sy-listbg1.png) no-repeat;
    background-size: cover;
}

.school-list ul li:nth-child(2) {
    background: url(../images/sy-listbg2.png) no-repeat;
    background-size: cover;
}

.school-list ul li:nth-child(3) {
    background: url(../images/sy-listbg3.png) no-repeat;
    background-size: cover;
}

.school-list ul li:nth-child(4) {
    background: url(../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%;
    padding: 0 21px 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../images/sy-listbg.png) no-repeat;
    background-size: cover;
}

.school-list .school-title h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF;
}

.school-list .school-title span {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.3;
    line-height: 32px;
    text-transform: uppercase;
}

.school-list .school-title .school-trt {
    display: -webkit-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(../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(../images/right-on.png) no-repeat;
}

.school-list ul li:hover .school-picture img {
    transform: scale(1.1);
}

.page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 3.125rem 0;
}

.page-title span {
    font-family: 'PingFang';
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    color: #B7E1E9;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.page-title>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-title h2 {
    font-family: 'Source Han Sans';
    font-size: 42px;
    line-height: 53px;
    margin: 0 0.825rem;
    font-weight: 400;
    color: #1E8094;
}

.page-content .page-ics {
    background: url(../images/nav-bg.png) no-repeat left bottom;
    background-size: 100%;
    padding-bottom: 2rem;
}

.page-content .page-ics ul {
    display: -webkit-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;
}

.page-content .page-ics ul li:hover img {
    transform: scale(1.1);
}

.campus-news {
    background: url(../images/cnews-bg.png) no-repeat;
    background-size: 100%;
    padding-bottom: 7.1875rem;
}

.campus-news .page-cnews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-cnews .page-cnews-lt {
    position: relative;
    width: 58.29%;
}

.page-cnews .page-cnews-lt img {
    width: 100%;
}

.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;
}

.page-cnews span {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.page-cnews i {
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    margin-right: .5rem;
}

.page-cnews h5 {
    margin-top: 13px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 32px;
}

.page-cnews .page-cnews-rt {
    width: 47.07%;
    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: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.page-cnews-rt .page-cnews-rttitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.8125rem;
    z-index: 10;
    align-items: center;
    padding: 10px 10px 0;
}

.page-cnews-rt .page-cnews-rttitle>div {
    z-index: 10;
    height: 26px;
}

.page-cnews-rt .page-cnews-rttitle h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
}

.page-cnews-rt .cnews-banner {
    max-height: 380px;
    position: relative;
    margin-top: 1.1875rem;
    padding: 10px;
}

.page-cnews-rt .cnews-list li {
    max-height: 120px;
    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: #1E8094;
}

.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;
}

.page-cnews-rttitle i {
    width: 40px;
    height: 26px;
    background-color: rgba(242, 242, 242, 1);
    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;
}

.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 {
    box-shadow: 0 0 10px #1E8094;
}

.page-cnews-rt li a figure {
    max-width: 180px;
    overflow: hidden;
}

.page-cnews-rt li a figure img {
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    width: 100%;
}

.page-cnews-rt li:hover figure img {
    transform: scale(1.1);
}

.page-sperform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page-sperform .sperform-rt {
    width: auto;
    position: relative;
}

.page-sperform .sperform-rt>figure {
    text-align: center;
    display: inline-block;
}

.page-sperform .sperform-rt>figure img {
    max-width: 100%;
}

.page-sperform .sperform-rt ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    /* display: -webkit-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: -ms-flexbox;
    display: flex;
    align-items: 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;
}

.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%;
}

.page-sperform .sperform-rt li.map-us {
    left: 18.645%;
    top: 39.89%;
}

.page-sperform .sperform-rt li.map-gb {
    left: 41.94%;
    top: 27.63%;
}

.page-sperform .sperform-rt li.map-gb::after {
    left: calc(50% + 15px);
}

.page-sperform .sperform-rt li.map-fr {
    left: 44.65%;
    top: 41.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%;
}

.page-sperform .sperform-rt li.map-ch {
    left: 49.12%;
    top: 37.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%;
}

.page-sperform .sperform-rt li.map-sg {
    top: 57.58%;
    left: 69.56%;
}

.page-sperform .sperform-rt li.map-jp {
    top: 39.34%;
    left: 79.89%;
}

.page-sperform .sperform-rt li.map-au {
    top: 70.34%;
    left: 76.89%;
}

.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: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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: #73D5E9;
    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 {
    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);
}

/* .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(../images/sperform-bg.png) no-repeat;
    background-size: cover;
}

.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: #1E8094; */
    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 img {
    width: 100%;
}

.page-guide .guide-bt {
    margin: 1.875rem auto 4.5rem;
    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%;
}

.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;
}

.page-guide .guide-prev::after {
    background: url(../images/lt.png) no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 7.78px;
    height: 12.73px;
}

.page-guide .guide-next::after {
    background: url(../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;
    border-radius: 4px;
    width: 26px;
    height: 40px;
}

.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: #1E8094;
}

.footer {
    background-color: #ffffff;
}

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-top .ftlt-contact span {
    color: #FFFFFF;
    display: block;
    display: -webkit-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: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.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: #12191F;
    padding: 1.5rem 0;
}

.ft-bt .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.ft-bt a {
    display: inline-block;
}

.ft-bt a,
.ft-bt span {
    opacity: 0.4;
    font-size: 0.75rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5rem;
}

.menu-btn {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -16px;
    height: 32px;
    text-align: center;
}

.menu-btn span {
    position: relative;
    margin-top: 15px;
    width: 2rem;
    height: .2rem;
    display: inline-block;
    background: #770086;
}

.menu-btn i {
    position: absolute;
    left: 0;
    width: 2rem;
    height: .2rem;
    display: block;
    background: #770086;
    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: #770086;
    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: #770086;
    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;
}

.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: #177184;
}

.header-btn,
.header-btn .bgy-en {
    display: none;
}

.header-btn {
    padding: 1rem 20px;
}

.header-btn ul,
.header-btn li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header-btn li {
    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) {
    padding: 0 2.02rem;
}

.header-btn li.hrt-search {
    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 {
    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: #1E8094;
    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: #1E8094;
    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: #1E8094;
    margin-left: 2rem;
    padding-left: 1.625rem;
    border-left: 2px solid #E1E1E1;
}

.schools-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 5.625rem;
    border-bottom: 1px solid #EBEBEB;
}

.sy-product {
    background-color: #fdf9fe;
    padding: 3.43rem 0 6.19rem;
}

.sy-product h3 {
    font-size: 2.1rem;

    font-weight: normal;
    text-align: center;
    color: #666;
    margin-bottom: 2.6rem;
}

.sy-product .product-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sy-product .product-title a {
    font-size: 1.13rem;

    font-weight: bold;
    text-align: center;
    color: #1A1A1A;
    margin: 0 4rem;
    padding-bottom: 1.03rem;
    margin-bottom: 3.13rem;
}

.sy-product .product-title a.underline::after {
    background: #770086;
    height: 0.25rem;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.sy-product .product-title a.underline:hover::after,
.sy-product .product-title a.underline.on::after {
    width: 100%;
}

.sy-product .product-title a:hover,
.sy-product .product-title a.on {
    color: #770086;
}

.sy-product-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sy-product-wrap {
    max-width: 1200px;
    margin: 0 auto;
    max-height: 520px;
}

.sy-product-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.sy-product-wrap li {
    /* width: 30%; */
}

.sy-product-wrap li a {
    padding: 0 2rem 0rem;
    background-color: #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
}

.sy-product-wrap li figure {
    position: relative;
    width: 100%;
    display: block;
    max-width: 240px;
    padding-bottom: 76%;
    height: 0;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.sy-product-wrap li figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy-product-wrap li h4 {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sy-product-wrap li span {
    font-size: 0.88rem;
    /* font-weight: 400; */
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
    text-align: center;
    color: #666666;
    line-height: 1.5rem;
    margin-top: 1.75rem;
    height: 6rem;
    /* display: block; */
}

.sy-product-wrap li a:hover {
    box-shadow: 0rem 0.313rem 1.875rem 0rem rgba(119, 0, 134, 0.16);
}

.sy-product-wrap li a:hover img {
    transform: scale(1.1);
}

.sy-product-wrap li a:hover h4 {
    color: #770086;
}

.sy-product-list .sy-product-lt,
.sy-product-list .sy-product-rt {
    width: 40px;
    height: 40px;
    background: #770086;
    border-radius: 6px;
    padding: 0;
    margin: 0;
}

.sy-product-list .sy-product-lt::after,
.sy-product-list .sy-product-rt::after {
    width: 8px;
    height: 14px;
    color: #FFFFFF;
    font-size: small;
}

.sy-odm {
    padding: 4.4rem 0;
}

.sy-odm h3 {
    font-size: 2.1rem;
    font-weight: normal;
    text-align: center;
    color: #666;
    margin-bottom: 2rem;
}

.sy-odm .container {
    max-width: 1200px;
}

.sy-odm .container>span {
    max-width: 38.125rem;
    /* height: 2.56rem; */
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 1.5rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 4.19rem;
}

.sy-odm .container>div.sy-odm-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 3.75rem;
}

.sy-odm .container>div.sy-odm-title figure {
    width: 50%;
    border-radius: .75rem;
}

.sy-odm .container>div.sy-odm-title p {
    width: calc(50% - 2.81rem);
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #1a1a1a;
    line-height: 1.88rem;
}

.sy-odm .container>div.sy-odm-title figure img {
    width: 100%;
    object-fit: cover;
}

.sy-odm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* border-bottom: 6px solid #770086; */
    border-bottom: 6px solid #3fa9f5;
}

.sy-odm-content .syodm-lt,
.sy-odm-content .syodm-rt {
    width: 50%;
}
.flex-1{
    flex:1;
}

.sy-odm-content .syodm-lt {
    display: flex;
    background: #770086;
    padding: 2.7rem 2.7rem 2.4rem 2.4rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sy-odm-content .syodm-lt figure {
    width: auto;
    display: inline-block;
}

.sy-odm-content .syodm-lt img {
    max-width: 100%;
    /* margin-bottom: 3.19rem; */
}

.sy-odm-content .syodm-lt h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
}

.sy-odm-content .syodm-lt p {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 1.5rem;
}

.sy-odm-content .syodm-rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.sy-odm-content .syodm-rt li {
    width: calc(100% / 3);
    height: 100%;
    padding: 0 3.63rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(90deg, 
		#ffffff 0%, 
		#fef7ff 50%, 
		#fceeff 100%), 
	linear-gradient(
		#daf0ff, 
		#daf0ff);
    cursor: pointer;
}

.sy-odm-content .syodm-rt li figure {
    width: 5.25rem;
    height: 5.44rem;
    background: #770086;
    border-radius: 0.63rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.06rem;
}

.sy-odm-content .syodm-rt li img {
    max-width: 100%;
    object-fit: cover;
}

.sy-odm-content .syodm-rt li p {
    font-size: 1rem;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    text-align: center;
    height: 2.375rem;
    color: #1a1a1a;
    line-height: 1.5rem;
    width: 152%;
    text-align: center;
}

.certificate-img{
    width: 13.875rem;
    margin-left: 4rem;
}

.sy-about {
    background-color: #fdf9fe;
}

.sy-about .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sy-about .container>div {
    width: 50%;
}

.sy-about .syabout-lt {
    padding-right: 3rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sy-about .syabout-lt__company{
    color: #936d9d;
    font-weight: bold;
}

.sy-about .syabout-lt h3 {
    font-size: 2.1rem;
    font-weight: normal;
    text-align: left;
    color: #666;
}

.sy-about .syabout-lt span {
    font-size: 1rem;
    text-align: left;
    margin-top: 1.6rem;
    display: inline-block;
}

.sy-about .syabout-lt p {
    font-size: 0.88rem;
    font-weight: 400;
    text-align: left;
    color: #946e9e;
    line-height: 1.75rem;
    margin-top: 1.3rem;
}

.sy-about .syabout-lt a {
    background: #770086;
    border-radius: 1.75rem;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    line-height: 3.5rem;
    padding: 0 2.7rem;
    margin-top: 4rem;
}

.sy-about .syabout-rt {
    position: relative;
}

.sy-about .syabout-banner-top {
    margin-bottom: 0.88rem;
}

.sy-about .about-sytop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: wrap; */
}

.sy-about .about-sytop li {
    width: 100%;
}

.sy-about .about-sytop li img {
    width: 100%;
    object-fit: cover;
}

.sy-about .syabout-banner-bt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: wrap; */
}

.syabout-banner-bt li {
    width: calc(100% / 6);
}

.syabout-banner-bt li img {
    object-fit: cover;
    width: 100%;
}

.syabout-lt-icon,
.syabout-rt-icon {
    background: rgba(247, 247, 247, 0.3);
    border-radius: 0.38rem;
    padding: 0;
    margin: 0;
    width: 2rem;
    height: 2rem;
}

.syabout-lt-icon::after,
.syabout-rt-icon::after {
    width: 0.5rem;
    height: 0.88rem;
    color: #ffffff;
    font-size: small;
}

.syabout-lt-icon:hover,
.syabout-rt-icon:hover {
    background: rgba(247, 247, 247, 0.6);
}

.syabout-rt .about-sytop .swiper-slide-active,
.syabout-rt .about-sybt .swiper-slide-thumb-active {
    position: relative;
    cursor: pointer;
}

.syabout-rt .about-sytop .swiper-slide-active::after,
.syabout-rt .about-sybt .swiper-slide-thumb-active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.syabout-rt .about-sytop .swiper-slide-active:hover::after {
    background-color: rgba(0, 0, 0, 0);
}

.sy-reviews {
    padding: 7rem 0;
    background-color: #fdf9fe;
}

.sy-reviews .container>h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
}

.sy-reviews .container>span {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #999999;
    display: block;
    margin-top: 1.88rem;
}

.sy-reviews .sybox-reviews {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sy-reviews .sybox-reviews ul {
    margin-top: 4.88rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.sy-reviews .sybox-reviews li {
    width: calc((100% - 3.76rem) / 3);
    padding: 2.8rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
    box-shadow: -0.31rem 0rem 1.88rem 0.31rem rgba(63, 169, 245, 0.16);
}

.sybox-reviews figure {
    width: 6.25rem;
    height: 6.25rem;
    background: #bedbe8;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.sybox-reviews figure img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sybox-reviews h5 {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: left;
    color: #1a1a1a;
    margin: 1.88rem 0 2.5rem;
}

.sybox-reviews p {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 1.5rem;
}

.sy-reviews .sybox-reviews li:hover {
    box-shadow: 0px 0px 17px 9px rgba(63, 169, 245, 0.2) inset;
    -webkit-box-shadow: 0px 0px 17px 9px rgba(63, 169, 245, 0.2) inset;
    -moz-box-shadow: 0px 0px 17px 9px rgba(63, 169, 245, 0.2) inset;
}

.sy-reviews-list {
    position: relative;
}

.sy-reviews-list .syreviews-lt,
.sy-reviews-list .syreviews-rt {
    width: 2rem;
    height: 2rem;
    background: #770086;
    border-radius: 0.38rem;
}

.sy-reviews-list .syreviews-lt::after,
.sy-reviews-list .syreviews-rt::after {
    width: 0.5rem;
    height: 0.88rem;
    color: #ffffff;
    font-size: small;
}

.sy-reviews-list .syreviews-lt:hover,
.sy-reviews-list .syreviews-rt:hover {
    background: rgba(63, 169, 245, 0.8);
}

.footer .container.footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5.25rem;
}

.ft-lt {
    width: 21%;
}

.footer .container>figure {
    padding: 3rem 0;
    max-width: 370px;
}

.footer .container>figure img {
    max-width: 100%;
}

.footer h3 {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: left;
    color: #1a1a1a;
    line-height: 1.63rem;
    position: relative;
    padding-bottom: 1rem;
}

.footer h3::after {
    content: '';
    width: 3.13rem;
    height: 0.19rem;
    background: #770086;
    border-radius: 0rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .ft-lt span {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #1a1a1a;
    line-height: 1.63rem;
    margin-top: 1.88rem;
    word-break: break-all;
    display: inline-block;
}

.footer .ft-ct ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.footer .ft-ct a {
    font-size: 0.81rem;
    font-weight: 700;
    text-align: left;
    color: #1a1a1a;
    line-height: 1.63rem;
    margin-top: 0.75rem;
}

.footer .ft-rt {
    width: 31.5%;
}

.footer .ft-rt form {
    margin-top: 1.08rem;
}

.footer .ft-rt div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .ft-rt div input {
    width: calc((100% - 0.75rem) / 2);
    background: #ffffff;
    border: 0.06rem solid #e5e5e5;
    padding: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0.75rem;
}

.footer .ft-rt textarea {
    width: 100%;
    height: 6.06rem;
    background: #ffffff;
    border: 0.06rem solid #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 1rem;
}

.footer .ft-rt form a {
    width: 100%;
    line-height: 3.13rem;
    background: #770086;
    border: 0.06rem solid #e5e5e5;
    border-radius: 1.63rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    margin-top: 1.5rem;
}

.product-list .product-list-title {
    width: 100%;
    border-top: 1px solid #EDEDED;
    background: #ffffff;
    position: sticky;
    top: 80px;
    z-index: 999;
}

.product-list-title .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.product-list-title a {
    padding: 1.6rem 0;
    margin: 0 5rem;
    position: relative;
    font-size: 1.13rem;
    font-weight: 700;
    color: #1a1a1a;
}

.product-list-title a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.25rem;
    background: #1a1a1a;
    border-radius: 0.13rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.product-list-title a:hover::after,
.product-list-title a.on:after {
    width: 100%;
}

.product-list-box {
    background-color: #fdf9fe;
}

.product-list-item {
    max-width: 1400px;
    margin: 0 auto;
}

.product-list-item>h3 {
    font-size: 2.03rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    padding-top: 1.81rem;
}

.product-list-item>span {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #999999;
    display: block;
    margin-top: 0.88rem;
    margin-bottom: 2.23rem;
}

.product-list-item .product-icon-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.product-icon-on>div {
    width: 64%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 3rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #FFFFFF;
    border-top-left-radius: 1.88rem;
    border-bottom-left-radius: 1.88rem;
}

.product-icon-on>div h4 {
    font-size: 1.88rem;
    font-weight: 700;
    color: #1a1a1a;
}

.product-icon-on>div p {
    font-size: 1rem;
    font-weight: 400;
    color: #999999;
    line-height: 1.5rem;
    margin-top: 2.13rem;
}

.product-icon-on>div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.5rem;
}

.product-icon-on>div a,
.product-icon-item div a {
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    display: inline-block;
}

.product-icon-on>div a:first-child,
.product-icon-item div a:first-child {
    line-height: 3rem;
    background: #1a1a1a;
    border: 0.06rem solid #1a1a1a;
    border-radius: 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    padding: 0 1.5rem;
}

.product-icon-on>div a:last-child,
.product-icon-item div a:last-child {
    background: #ffffff;
    border: 0.06rem solid #1a1a1a;
    border-radius: 1.75rem;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #1a1a1a;
    padding: 0 1.5rem;
    margin-left: 1.81rem;
}

.product-icon-on>div a:first-child:hover,
.product-icon-item div a:first-child:hover {
    background: #ffffff;
    border: 0.06rem solid #1a1a1a;
    color: #1a1a1a;
}

.product-icon-on>div a:last-child:hover,
.product-icon-item div a:last-child:hover {
    color: #ffffff;
    background: #1a1a1a;
    border: 0.06rem solid #1a1a1a;
}

.product-icon-on>figure {
    border-top-right-radius: 1.88rem;
    border-bottom-right-radius: 1.88rem;
    overflow: hidden;
    width: 36%;
}
.product-icon-on>figure .ovh-img-span{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    display: block;
    box-sizing: content-box;
    background-color: #fff;
}

.product-icon-on>figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.product-list-item .product-icon-on:nth-child(even) {
    flex-direction: row-reverse;
}

.product-icon-on:nth-child(even)>div {
    border-radius: 0;
    border-top-right-radius: 1.88rem;
    border-bottom-right-radius: 1.88rem;
}

.product-icon-on:nth-child(even)>figure {
    border-radius: 0;
    border-top-left-radius: 1.88rem;
    border-bottom-left-radius: 1.88rem;
}

.product-icon-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 2.7rem 0;
}

.product-icon-item li {
    background: #FFFFFF;
    width: calc((100% - 5rem) / 3);
    padding: 2rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 1.88rem;
}

.product-icon-item figure {
    width: 100%;
    margin: 2rem 0;
    text-align: center;
}

.product-icon-item figure img {
    max-width: 100%;
}

.product-icon-item h4 {
    font-size: 1.13rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
}

.product-icon-item p {
    font-size: 0.88rem;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 1.5rem;
    margin: 1.8rem 0;
}

.product-icon-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.product-icon-item .product-icon-lt,
.product-icon-item .product-icon-rt {
    width: 2rem;
    height: 2rem;
    background: #770086;
    border-radius: 0.38rem;
}

.product-icon-item .product-icon-lt::after,
.product-icon-item .product-icon-rt::after {
    font-size: small;
    color: #FFFFFF;
}

.swiper .product-show-title {
    /* border-top: 1px solid #EDEDED; */
    padding: 1.05rem 0 1.23rem;
    position: sticky;
    top: 80px;
    height: 6.875rem;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
    z-index: 999;
}

.product-show .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.product-show .container span,
.product-show .container span a {
    font-size: 0.875rem;
    color: #999999;
    line-height: 1.5rem;
    text-align: left;
    display: inline-block;
}
.product-show .container span a.on,
.product-show .container span a:hover {
    color: #770086;
}

.product-show .container>a {
    line-height: 3.5rem;
    background: #770086;
    border-radius: 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    padding: 0 2rem;
}

.product-show .container .tab-list {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.product-show .tab-list a {
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    margin: 0 2rem;
    height: 100%;
    position: relative;
    padding: 0.84rem 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.product-show .tab-list a::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0.19rem;
    background: #1a1a1a;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.product-show .tab-list a:hover::after,
.product-show .tab-list a.on::after {
    width: 3rem;
}

.product-show-item .product-overview {
    width: 100%;
}

.product-show-item .product-overview img {
    width: 100%;
    object-fit: cover;
}

.product-show-item .product-container .container {
    max-width: 1200px;
    padding: 8rem 0;
    flex-direction: column;
}

.product-container .container h3 {
    font-size: 3.13rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    display: block;
}

.product-container .container ul {
    margin-top: 5rem;
    background: #f5f5f7;
    border-radius: 0.63rem;
    width: 100%;
    padding: 7.5rem 14rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-container .container ul li {
    width: 30%;
    text-align: center;
    margin-bottom: 5rem;
}

.product-container .container img {
    max-width: 100%;
    line-height: 5.6rem;
    object-fit: cover;
}

.product-container .container figure {
    height: 5.6rem;
}

.product-container .container span {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    color: #9b6c4f;
    margin-top: 2rem;
}

.product-container .product-showvideo,
.product-showvideo img {
    width: 100%;
}

.product-showvideo .plu-video {
    width: 100%;
}

.product-show-item .product-show-btimg {
    max-width: 1400px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 6.7rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.product-show-btimg figure {
    margin-top: 6rem;
    border-radius: 1.88rem;
    overflow: hidden;
}

.product-show-btimg img {
    width: 100%;
    object-fit: cover;
}

.product-specs {
    padding-top: 7.5rem;
}

.product-specs>h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
}

.product-specs .product-specs-banner {
    max-width: 800px;
    margin: 0 auto;
    width: calc(100% - 40px);
}

.product-specs-banner .syabout-banner-top {
    position: relative;
}

.product-specs-banner .about-sytop {
    max-width: 600px;
    margin: 0 auto;
}

.product-specs-banner .about-sytop figure img{
    max-width: 100%;
}
.product-specs-banner .about-sytop figure {
    margin: 6rem 0;
    text-align: center;
}

.product-specs-banner .syabout-banner-top li::after {
    display: none;
}

.product-specs-banner .syabout-lt-icon,
.product-specs-banner .syabout-rt-icon {
    border-radius: 50%;
    background-color: #DFDFDF;
}

.product-specs-banner .syabout-lt-icon::after,
.product-specs-banner .syabout-rt-icon::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 14px;
}

.product-specs-banner .syabout-banner-bt li a{
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.product-specs-banner .syabout-banner-bt li figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-specs-banner .syabout-banner-bt li {
    padding: 1rem;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 7.88rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.product-specs-banner .syabout-banner-bt li img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.product-specs-list {
    max-width: 1100px;
    margin: 5rem auto 0;
    width: calc(100% - 40px);
}

.product-specs-list .pspecs-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 5rem 0;
    border-top: 1px solid #EDEDED;
}

.pspecs-list-item h3 {
    width: 41.8%;
    font-size: 2.25rem;
    font-weight: 700;
    text-align: left;
    color: #1a1a1a;
    line-height: 1.88rem;
}

.pspecs-list-item ul,
.pspecs-list-item ol {
    width: 58.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.pspecs-list-item ul li,
.pspecs-list-item ol li {
    margin: 0.75rem 0;
    display: block;
    position: relative;
}

.pspecs-list-item ul li::before {
    content: "";
    display: inline-block;
    width: 0.63rem;
    height: 0.63rem;
    background-color: #1A1A1A;
    border-radius: 50%;
    left: -1.75rem;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: absolute;
}

.pspecs-list-item ul p {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #1a1a1a;
    line-height: 1.75rem;
}

.pspecs-list-item ol span {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #1a1a1a;
    line-height: 1.75rem;
    display: block;
}

.pspecs-list-item ol p {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #959595;
    line-height: 1.75rem;
    margin-top: 0.3rem;
    margin-bottom: 1.3rem;
}

.pshow-service {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
}

.pshow-service>figure {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pshow-service>figure img {
    max-width: 100%;
    object-fit: cover;
}

.pshow-service>div {
    width: 40%;
}

.pshow-service>div h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
    color: #1a1a1a;
}

.pshow-service>div>p {
    font-size: 1.13rem;
    margin-top: 1.5rem;
    font-weight: 400;
    text-align: left;
    color: #1a1a1a;
}

.pshow-service .pshow-down-list {
    margin-top: 4.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pshow-service .pshow-down-list p {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: left;
    color: #1a1a1a;
}

.pshow-service .pshow-down-list figure {
    width: 1.88rem;
    height: 1.88rem;
    background: #ededed;
    border-radius: 0.38rem;
    position: relative;
    margin-bottom: 2.5rem;
}

.pshow-service .pshow-down-list img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.pshow-service ul li,
.pshow-service ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.pshow-service ul li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.pshow-service ul li {
    margin-bottom: 0.88rem;
}

.pshow-service ul figure img {
    max-width: 100%;
    object-fit: cover;
}

.pshow-service ul a span {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #1a1a1a;
    margin-left: 0.75rem;
}

.pshow-service ul a:hover span {
    border-bottom: 1px solid #cdcdcd;
}

.pshow-comparison {
    padding: 5rem;
    border-top: 1px solid #EDEDED;
    max-width: 1200px;
    margin: 0 auto;
}

.pshow-comparison h3 {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    line-height: 1.88rem;
    margin-bottom: 3rem;
}

.pshow-comparison ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* align-items: center; */
}

.pshow-comparison li {
    width: 25%;
    padding: 3rem 4.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.pshow-comparison li:first-child h5,
.pshow-comparison li:first-child figure,
.pshow-comparison li:first-child a{
    opacity: 0;
}

.pshow-comparison li h5 {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    line-height: 1.88rem;
    margin: 0.75rem 0;
}

.pshow-comparison li img {
    max-width: 100%;
    object-fit: cover;
}

.pshow-comparison li figure {
    padding-bottom: 2rem;
    border-bottom: 1px solid #EDEDED;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.pshow-comparison li a {
    margin-top: 1.5rem;
    line-height: 2.5rem;
    background: #ffffff;
    border: 0.06rem solid #1a1a1a;
    border-radius: 1.44rem;
    padding: 0 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #1a1a1a;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.pshow-comparison li a:hover {
    background-color: #1a1a1a;
    color: #FFFFFF;
}

.pshow-comparison li>p {
    font-size: 0.88rem;
    font-weight: 400;
    text-align: center;
    color: #1a1a1a;
    margin-top: 2.5rem;
    word-break: break-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; */
}

.pshow-comparison li:first-child>p {
    opacity: 0.5;
    font-size: 0.88rem;
    font-weight: 400;
    text-align: center;
    color: #1a1a1a;
}

.pshow-other {
    padding: 3rem;
    border-top: 1px solid #EDEDED;
    max-width: 1200px;
    margin: 0 auto;
}

.pshow-other h3 {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    line-height: 1.88rem;
    margin-bottom: 3.8rem;
}

.pshow-other ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.pshow-other li {
    width: calc((100% - 7.5rem) / 4);
    background-color: #F5F5F5;
    padding: 3rem 2rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3.13rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 2.5rem;
}

.pshow-other li:nth-child(4n) {
    margin-right: 0;
}

.pshow-other li figure {
    margin: 2rem 0;
}

.pshow-other li img {
    max-width: 100%;
}

.pshow-other li span {
    font-size: 1.13rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
}

.pshow-other li p {
    font-size: 0.88rem;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 1.5rem;
    margin-top: 1.5rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pshow-other li a {
    line-height: 2.5rem;
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
    border-radius: 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    padding: 0 .75rem;
    margin-top: 1.5rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.pshow-other li a:hover {
    border: 1px solid #1a1a1a;
    background: transparent;
    color: #1A1A1A;
}

.about-banner h2 {
    text-align: center;
}

.about-breadcrumb {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 999;
    padding: 1.5rem 0;
}

.about-breadcrumb span,
.about-breadcrumb a {
    font-size: 0.88rem;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    display: inline-block;
}

.about-breadcrumb a.on,
.about-breadcrumb a:hover {
    color: #770086;
}

.about-brief {
    padding: 4.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.about-brief::before {
    position: absolute;
    content: "";
    height: 5.5rem;
    width: 46%;
    background: #bb80c3;
    left: 0;
    top: 0;
}

.about-brief::after {
    position: absolute;
    content: "";
    background: #770086;
    opacity: 0.5;
    height: 10rem;
    width: 23.5%;
    right: 0;
    bottom: 0;
}

.about-brief .about-brief-lt {
    width: 51.25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}

.about-brief .about-brief-lt p,
.about-brief .about-brief-lt h3 {
    width: 66%;
}

.about-brief .about-brief-lt h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 3rem;
}

.about-brief .about-brief-lt p {
    font-size: 0.88rem;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 1.25rem;
    margin-top: 1rem;
}

.about-brief .about-brief-rt {
    width: 48.75%;
}
.about-brief .about-brief-rt figure{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}

.about-brief .about-brief-rt img {
    width: 100%;
    object-fit: cover;
}

.about-history {
    background: #232323;
    padding: 5rem 0;
}

.about-history .container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-history h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 1.75rem;
}

.about-history .about-history-time {
    margin-top: 5.88rem;
}

.about-history-time .time-item {
    padding: 0 8.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* border-bottom: 1px dashed rgba(255, 255, 255, 0.3); */
    margin-bottom: 3.5rem;
    overflow: hidden;
    position: relative;
}

.about-history-time .time-item::after {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    bottom: 3px;
}

.about-history-time .time-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.about-history-time .time-item li {
    width: 20%;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 1.75rem;
    padding-bottom: 1.5rem;
    position: relative;
    cursor: pointer;
}

.about-history-time .time-item li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFFFFF;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.about-history-time .time-item li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 11px;
    width: 2px;
    background: #FFFFFF;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.about-history-time .time-item li.on,
.about-history-time .time-item li.swiper-slide-thumb-active {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #770086;
    line-height: 1.75rem;
}

.about-history-time .time-item li.on::before,
.about-history-time .time-item li.on::after,
.about-history-time .time-item li.swiper-slide-thumb-active::before,
.about-history-time .time-item li.swiper-slide-thumb-active::after {
    background: #770086;
}

.about-history-swiper {
    max-width: 800px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.about-time-content .about-content-item {
    max-width: 800px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.about-content-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.about-content-item li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 2rem;
}

.about-content-item li i {
    width: 1.13rem;
    height: 1.13rem;
    background: #000000;
    border: 0.06rem solid #ffffff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    /* margin: 0 auto; */
}

.about-content-item li i::after {
    position: absolute;
    content: "";
    width: 0.63rem;
    height: 0.63rem;
    background: #770086;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.about-content-item li p {
    width: 72.5%;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 1.75rem;
    padding: 1.5rem 3rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
}

.history-swiper-hide {
    overflow: hidden;
}

.ahistory-swiper-box {
    overflow: visible;
}

.about-advantage {
    background: linear-gradient(0deg, #ffffff 0%, #e8f3f8 100%);
}

.about-advantage .container {
    max-width: 1200px;
}

.about-advantage .container>h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    padding: 5rem 0;
}

.about-advantage .container>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-advantage .container>ul li {
    width: calc((100% - 3.76rem) / 3);
    padding: 3.5rem 2.88rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
}

.about-advantage .container>ul figure {
    text-align: center;
}

.about-advantage .container>ul img {
    max-width: 100%;
    margin: 1rem 0 3rem;
}

.about-advantage .container>ul span {
    font-size: 1.13rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    display: block;
    margin-bottom: 1.63rem;
}

.about-advantage .container>ul p {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 1.5rem;
}

.about-advantage .container>ul li:hover {
    box-shadow: -0.31rem 0rem 1.88rem 0.31rem rgba(63, 169, 245, 0.16);
    cursor: pointer;
}

.about-team {
    margin-top: 7rem;
    padding: 10rem 0 3.68rem 3.8rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../images/about-bt.png) no-repeat;
    background-size: cover;
}

.about-team>figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.about-team figure figure {
    width: 56%;
    padding: 1.25rem 0 0 1.25rem;
    background-color: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.about-team figure figure img {
    max-width: 100%;
}

.about-team div {
    width: 32%;
}

.about-team div h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}

.about-team div p {
    font-size: 0.88rem;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 1.75rem;
    margin-top: 2rem;
}

.about-case {
    background: #fdf9fe;
    padding: 3.5rem 0;
}

.about-case .container {
    max-width: 1200px;
    margin: auto;
}

.about-case h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
}

.about-case span {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #999999;
    display: block;
    margin-top: 1.5rem;
}

.about-case .about-case-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;

}

.about-case-item figure {
    width: calc((100% - 3.24rem) / 5);
    margin-right: 0.81rem;
    padding: 4rem 1.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #FFFFFF;
    cursor: pointer;
}

.about-case-item figure img {
    max-width: 100%;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.about-case-item figure:nth-child(5n) {
    margin-right: 0;
}

.about-case-swiper {
    padding-bottom: 3.5rem;
}

.about-case-page span {
    display: inline-block;
    width: 2.63rem;
    height: 0.25rem;
    opacity: 0.2;
    background: #770086;
    border-radius: 0rem;
    margin: 0 0.44rem;
}

.about-case-page span.swiper-pagination-bullet-active {
    opacity: 1;
}

.about-case-item figure:hover {
    box-shadow: -0.31rem 0rem 1.88rem 0.31rem rgba(63, 169, 245, 0.16);
    overflow: hidden;
}

.about-case-item figure:hover img {
    transform: scale(1.1);
}

.news-list {
    background: #fdf9fe;
}

.news-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.news-list .container>ul li {
    margin-top: 3.44rem;
    width: calc((100% - 5rem) / 3);
    padding: 1.13rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFFFFF;
    margin-right: 2.5rem;
}

.news-list ul li:nth-child(3n) {
    margin-right: 0;
}

.news-list li figure span{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-list li figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60.643%;
    box-sizing: content-box;
    z-index: 0;
}

.news-list li img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.news-list li .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    z-index: 100;
    position: relative;
}

.news-content span {
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    color: #770086;
    line-height: 1.5rem;
    line-height: 2.88rem;
    background: #fdf9fe;
    padding: 1rem;
    margin-left: 1rem;
    z-index: 100;
    transform: scale(1);
}

.news-content>div:first-child {
    margin-top: -1.44rem;
    z-index: 100;
}

.news-content>div h3 {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: left;
    color: #1a1a1a;
    line-height: 1.75rem;
    margin-top: 1.75rem;
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-content>div p {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 1.5rem;
    margin-top: 1.56rem;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-content>div a {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #770086;
    line-height: 1.5rem;
    margin-top: 3.19rem;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.news-content>div a:hover {
    border-bottom: 1px solid #770086;
}

.news-list .container>ul li:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.page {
    padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page a {
    width: 2.5rem;
    height: 2.5rem;
    background: #FFFFFF;
    border-radius: 0.38rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 .5rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
}

.page a:hover,
.page a.on {
    background: #770086;
    color: #FFFFFF;
}

.page a.p::after {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    left: 1rem;
    top: 1rem;
    transform: rotate(-45deg);
}

.page a.p:hover::after {
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}

.page a.n::after {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    left: 1rem;
    top: 1rem;
    transform: rotate(45deg);
}

.page a.n:hover::after {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.news-consult {
    background: url(../images/news-bottom.png) no-repeat center center;
    background-size: cover;
    padding: 6.5rem 0;
    width: 100%;
}

.news-consult h3 {
    font-size: 1.88rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 1.5rem;
}

.news-consult span {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 1.5rem;
    display: block;
    margin: 1.5rem 0 4.38rem;
}

.news-consult a {
    max-width: 10.63rem;
    line-height: 3.5rem;
    background: #770086;
    border: 1px solid #770086;
    border-radius: 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.news-consult a:hover {
    border: 1px solid #770086;
    color: #770086;
    background: transparent;
}

.contact-top .container {
    padding: 8rem 0;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.contact-top h3 {
    width: 40%;
    text-align: left;
    font-size: 1.88rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 2.5rem;
    padding-bottom: 1.75rem;
    position: relative;
}

.contact-top h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.13rem;
    height: 0.38rem;
    background: #770086;
    border-radius: 0rem;
}

.contact-top .contact-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-top-content .contact-tcontent-rt {
    width: 60%;
    padding: 0.7rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: -0.37rem 0rem 1.69rem 0.38rem rgba(119,0, 134, 0.16);
}

.contact-top-content .contact-tcontent-rt img {
    width: 100%;
    object-fit: cover;

}

.contact-top-content .contact-tcontent-lt {
    width: 40%;
    padding-right: 5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.contact-tcontent-lt div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.contact-tcontent-lt div figure {
    max-width: 1.25rem;
    margin-right: 1rem;
}

.contact-tcontent-lt div p {
    font-size: 0.88rem;
    font-weight: 400;
    text-align: left;
    color: #1a1a1a;
    line-height: 1.38rem;
}

.contact-tcontent-lt div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-tcontent-lt ul li a {
    width: 4.5rem;
    height: 4.5rem;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 1.13rem;
}
.contact-tcontent-lt ul li figure:hover{
    color: #770086;
}
.contact-tcontent-lt ul figure svg{
    max-width: 70%;
    max-height: 70%;
}
.contact-tcontent-lt ul figure {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
    color: #c2c2c2;
    transition: .2s;
}

.contact-tcontent-lt ul img {
    text-align: center;
}

.contact-tcontent-lt ul li a:hover {
    border: 1px solid #770086;
}

.contact-tcontent-lt ul a:hover img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.contact-message {
    background: url(../images/content-message.png) no-repeat center center;
    background-size: cover;
    padding: 4.5rem;
}

.contact-message .container {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-message .cmessahe-rt {
    width: 48.84%;
    background-color: #FFFFFF;
    border-radius: 1.38rem;
    padding: 4.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.contact-message .cmessahe-rt h3 {
    font-size: 1.88rem;
    font-weight: 700;
    text-align: left;
    color: #1a1a1a;
    line-height: 1.63rem;
    position: relative;
    padding-bottom: 1.75rem;
    margin-bottom: 3.3rem;
}

.contact-message .cmessahe-rt h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.13rem;
    height: 0.38rem;
    background: #770086;
    border-radius: 0rem;
    ;
}

.contact-message .cmessahe-rt div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-message .cmessahe-rt div input {
    width: calc((100% - 0.75rem) / 2);
    background: #ffffff;
    border: 0.06rem solid #e5e5e5;
    padding: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0.75rem;
}

.contact-message .cmessahe-rt textarea {
    width: 100%;
    height: 6.06rem;
    background: #ffffff;
    border: 0.06rem solid #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 1rem;
}

.contact-message .cmessahe-rt form span {
    display: block;
    max-width: 10.25rem;
    line-height: 3.13rem;
    background: #770086;
    border: 0.06rem solid #e5e5e5;
    border-radius: 1.63rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    margin-top: 1.5rem;
}

.contact-message .cmessahe-rt form span:hover {
    background: transparent;
    color: #770086;
    border: 1px solid #770086;
}

.contact-message .cmessage-lt {
    width: 51.16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 9.7%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.contact-message .cmessage-lt h3 {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 2.5rem;
}

.contact-message .cmessage-lt p {
    margin-top: 3rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 1.5rem;
}

.about-banner .swiper-wrapper,
.swiper-wrapper {
    height: auto;
}

.news-show {
    margin: 3rem 0;
}

.news-show .container {
    max-width: 1200px;
    margin: 0 auto;
}

.news-show h3 {
    text-align: center;
    font-size: 2rem;
}

.news-show .container>span {
    font-size: 1rem;
    color: #999999;
    text-align: center;
    display: block;
    margin: 2.65rem 0;
}

.article-news-paging {
    padding-top: 2.25rem;
}

.article-news-paging a {
    font-size: 1rem;
    margin-bottom: 0.725rem;
    color: #1A1A1A;
    font-weight: bold;
}

.article-news-paging a:hover {
    color: #770086;

}


/* 首页关于视频 */
.videobg-box {
    position: relative;
    cursor: pointer;
}

.videobg-box figure {
    width: 100%;
    height: auto;
}

.videobg-box figure img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.videobg-box>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;
}

.videobg-box>img.play-white,
.videobg-box:hover>img.play {
    opacity: 0;
    visibility: hidden;
}

.videobg-box:hover>img.play-white {
    opacity: 1;
    visibility: visible;
}
/* 首页关于video */
.video-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100% !important;
    height: 100%;
    transition: all .3s;
}

.video-mask.on {
    display: block;
}

.video-bg {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 9;
    outline: none;
    max-width: 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(../images/close-white.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    transform: rotate(-90deg);
}
.video-bg i:hover{
    background: url(../images/close-purple.png) no-repeat;
    background-size: cover;
    transition: all .3s;
    transform: rotate(90deg);
}
.video-box video{
	max-width: 100%;
}
/* ------------ video-end ---------------- */





.product-list-item{
    overflow: hidden;
}

.page-product_item .index-product_item-wrap {
  /* padding: 4.875rem 0 0; */
}

.page-product_item .index-product_item-wrap li {
  float: left;
  width: 29.5%;
  margin-right: 5.75%;
  margin-bottom: 2.5rem;
  background-color: #fff;
}

.page-product_item .index-product_item-wrap li:nth-of-type(3n) {
  margin-right: 0;
}

.page-product_item .index-product_item-wrap li:hover span {
  color: #333;
}

.page-product_item .index-product_item-wrap li:hover h4 {
  color: #770086;
}

.page-product_item .index-product_item-wrap li span{
    font-size: 0.88rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: center;
    color: #666666;
    line-height: 1.5rem;
    margin-top: 1.75rem;
    height: 6rem;
}
.page-product_item .index-product_item-wrap li h4 {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page-product_item .product-show-title {
    /* border-top: 1px solid #EDEDED; */
    padding: 1.05rem 0 1.23rem;
    position: sticky;
    top: 80px;
    height: 6.875rem;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    /* box-shadow: 0 2px 5px rgb(0 0 0 / 20%); */
    z-index: 999;
}

.page-product_item .index-product_item-wrap figure {
  padding-bottom: 62.154%;
}
.pic-item figure {
    overflow: hidden;
    position: relative;
    height: 0;
}

.pic-item:hover figure img{
    transform: translate(-50%, -50%) scale(1.04);
}
.pic-item figure img {
  position: absolute;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .page-product_item .index-product_item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-product_item .index-product_item-wrap li {
    width: 48.5%;
    margin: 2rem 0 0 !important;
  }
  .page-product_item .index-product_item-wrap li:nth-of-type(1), .page-product_item .index-product_item-wrap li:nth-of-type(2) {
    margin-top: 0 !important;
  }
  .page-product_item .index-product_item-wrap li span {
    padding-top: 8px;
    font-size: 13px;
  }
}



.header-search {
  margin-right: 3.188rem;
  box-sizing: border-box;
  position: relative;
  width: 14.125rem;
  height: 40px;
  border-radius: 1.25rem;
  overflow: hidden;
  border: solid 1px #bfbfbf;
  font-size: 14px;
}

.header-search input {
  box-sizing: border-box;
  padding: 0 5.575rem 0 1.125rem;
  line-height: 40px;
  width: 100%;
  height: inherit;
}

.header-search .s-btn {
  z-index: 9;
  position: absolute;
  top: -1px;
  right: -1px;
  display: block;
  width: 4.75rem;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border: solid 1px #770086;
  background-color: #770086;
  border-radius: 1.25rem;
  cursor: pointer;
  transition: all .23s ease;
}

.header-search .s-btn:hover {
  background-color: #060814;
  border-color: #060814;
}
@media screen and (max-width: 767px){
  .header-search{
    display: none;
  }
}

/*翻页样式*/
.paging {
  text-align: center;
  padding: 35px 0 65px;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.pading-border li a {
  border: 1px solid #b5b5b5;
}

.pading-bg-transparent li a {
  background-color: transparent;
}

.paging li {
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 12px;
}

.paging li a {
  display: inline-block;
  color: #000;
  width: 31px;
  height: 31px;
  line-height: 31px;
  margin-right: 8px;
  font-size: 12px;
  color: #000;
  vertical-align: middle;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.paging li.thisclass a,
.paging li:hover a {
  background: #770086;
  color: #fff;
  border-color: #770086;
}

.pageinfo {
  letter-spacing: 1px;
}

.pageinfo strong {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
}

.paging li.i a {
  text-indent: -9999px;
  background: url(../images/paging_btn.png) 7px center no-repeat;
}

.paging li a.e {
  background: url(../images/paging_btn.png) -152px center no-repeat;
}

.paging li.e a {
  background: url(../images/paging_btn.png) -152px center no-repeat;
}

.paging li.n a,
.paging li.p a {
  background: url(../images/paging_btn.png) -31px center no-repeat;
}

.paging li.n a {
  background: url(../images/paging_btn.png) -97px center no-repeat;
}

.paging li.i:hover a {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #770086;
}

.paging li:hover a.e {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #770086;
}

.paging li.e:hover a {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #770086;
}

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -31px center no-repeat #770086;
}

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -97px center no-repeat #770086;
}

.paging .paging-to {
  font-size: 16px;
  line-height: 33px;
  vertical-align: middle;
  color: #000;
}

.paging .paging-number input {
  width: 31px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  color: #b6b6b6;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
}

.paging .paging-left {
  margin-left: 14px;
}

.paging .paging-go {
  margin-left: 10px;
}

.paging .paging-go a {
  display: inline-block;
  width: 52px;
  height: 33px;
  background-color: #4181ff;
  color: #fff;
  text-align: center;
  line-height: 33px;
  font-size: 16px;
  font-weight: normal;
  border: 0;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .paging {
    padding: 35px 0 45px;
  }
  .paging li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .paging li.p a {
    background-position-x: -33px;
  }
  .paging li.n a {
    background-position-x: -100px;
  }
  .paging .paging-to {
    line-height: 24px;
    font-size: 14px;
    color: #b6b6b6;
  }
  .paging .paging-number input {
    width: 26px;
    height: 24px;
    line-height: 24px;
    padding: 0;
  }
  .paging .paging-go {
    margin-left: 16px;
  }
  .paging .paging-go a {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
}
.show-product-bak .product-specs{
    padding-top: 3rem;
}
.show-product-bak .product-specs-banner,
.show-product-bak .show-product-bak-content,
.show-product-bak .article-news-paging{
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
}
.show-product-bak .show-product-bak-lt,
.show-product-bak .show-product-bak-rt{
    width: 50%;
    display: inline-block;
    float: left;
}
.show-product-bak .show-product-bak-rt{
    box-sizing: border-box;
    padding-left: 3%;
}
.show-product-bak .show-product-bak-lt>h3,
.show-product-bak .show-product-bak-rt>h3{
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: bold;
    clear: both;
}
.show-product-bak .about-sytop figure{
    margin: 0;
    padding: 1.5rem 0;
}
.show-product-bak .show-product-bak-lt li{
    height: auto;
}
.show-product-bak .show-product-bak-lt a,
.show-product-bak .show-product-bak-lt figure{
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.show-product-bak .about-sytop figure{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.show-product-bak .about-sytop figure img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    margin: 0 auto;
}
.show-product-bak .show-product-bak-rt ul{
    margin-top: 2rem;
}
.show-product-bak .show-product-bak-rt li{
    margin-left: 5%;
    width: 95%;
    display: block;
    margin-bottom: 1rem;
}
.show-product-bak .show-product-bak-rt p{
    font-size: 1rem;
    line-height: 1.5rem;
    word-break: break-word;
}
.show-product-bak .show-product-bak-content{
    margin-top: 2rem;
    padding: 2rem 0;
    border-top: 1px solid #EDEDED;
}
.show-product-bak .article-news-paging p{
    margin-bottom: 1rem;
}
.show-product-bak .article-news-paging a{
    font-size: 1rem;
    color: #1A1A1A;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.show-product-bak .article-news-paging p:hover a{
    color: #770086;
}

.show-product-bak-content img{
    max-width: 100% !important;
    height: auto  !important;
}