.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    background: #fff;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.3rem;
    height: 0.7rem;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f99f18, #d50d00);
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #f99f18, #d50d00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #2a6cd5 !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 0.32rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 0.3rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .web-lang {
    display: flex;
    align-items: center;
    width: auto;
    font-size: var(--fs28);
    color: #333;
  }
  nav .nav-main .main-cont .main-right .right-lang .web-lang a {
    text-transform: uppercase;
    color: #333;
  }
  nav .nav-main .main-cont .main-right .right-lang .web-lang span {
    margin: 0.15rem;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-box {
    display: none;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.8rem;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: url(../images/icon/icon-lang.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.16rem;
    font-size: var(--fs26);
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list {
    display: none;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    padding: 0.15rem 0;
    margin-left: -1rem;
    box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    color: #2a6cd5;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: auto;
    height: 100%;
    margin-left: 0.4rem;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.15rem;
    background: #2a6cd5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    right: 0;
    width: 0.4rem;
    height: 0.03rem;
    background: #2a6cd5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    right: 0;
    width: 0.2rem;
    height: 0.03rem;
    background: #2a6cd5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent !important;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    width: 0.4rem;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .nav-main:hover {
    background: #fff;
  }
  nav .nav-main:hover .main-cont .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 0.32rem;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #2a6cd5;
    border: none;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #2a6cd5;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: 0.7rem;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #2a6cd5;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #2a6cd5;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.32rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #2a6cd5;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #2a6cd5;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::after {
    background: #2a6cd5;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #2a6cd5;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative !important;
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 5rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .page-pic {
    height: 4rem;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs36);
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    margin-top: 0.3rem;
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    color: #bcd1ed;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide-active .box-cent .cent-title,
  header .head-banner .swiper-slide-active .box-cent2 .cent-title,
  header .head-banner .swiper-slide-active .box-cent3 .cent-title,
  header .head-banner .swiper-slide-active .box-cent .cent-text,
  header .head-banner .swiper-slide-active .box-cent2 .cent-text,
  header .head-banner .swiper-slide-active .box-cent3 .cent-text,
  header .head-banner .swiper-slide-active .box-cent .cent-button,
  header .head-banner .swiper-slide-active .box-cent2 .cent-button,
  header .head-banner .swiper-slide-active .box-cent3 .cent-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-form {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  footer .foot-main {
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem;
    background: url(../images/foot-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  footer .foot-main .main-cont {
    display: flex;
    justify-content: space-between;
  }
  footer .foot-main .main-cont .cont-nav {
    display: none;
    justify-content: flex-start;
    width: auto;
  }
  footer .foot-main .main-cont .cont-nav .nav-item {
    width: 1.75rem;
    height: auto;
    padding-right: 0.15rem;
  }
  footer .foot-main .main-cont .cont-nav .nav-item:last-of-type {
    width: auto;
    padding-right: 0;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-title {
    display: block;
    font-size: var(--fs18);
    font-weight: bold;
    color: #000;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-title:hover {
    color: #2a6cd5;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 2rem;
    margin-top: 0.3rem;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a {
    display: block;
    width: auto;
    margin-bottom: 0.1rem;
    font-size: var(--fs14);
    line-height: 0.2rem;
    color: #666;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span {
    position: relative;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover span {
    color: #2a6cd5;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    width: 100%;
  }
  footer .foot-main .main-cont .cont-cent {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-cent .cent-lump {
    width: calc(100% - 2.5rem);
  }
  footer .foot-main .main-cont .cont-cent .cent-lump .lump-title {
    font-size: var(--fs28);
    color: #000;
  }
  footer .foot-main .main-cont .cont-cent .cent-lump .lump-tel {
    margin-top: 0.35rem;
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: var(--fs36);
    font-weight: 100;
    color: #000;
  }
  footer .foot-main .main-cont .cont-cent .cent-lump .lump-subTitle {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    color: #666;
  }
  footer .foot-main .main-cont .cont-cent .cent-lump .lump-text {
    margin-top: 0.12rem;
    font-size: var(--fs26);
    line-height: 0.36rem;
    color: #666;
  }
  footer .foot-main .main-cont .cont-cent .cent-ewm {
    width: 2rem;
    height: auto;
  }
  footer .foot-main .main-cont .cont-cent .cent-ewm .ewm-pic {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-cent .cent-ewm .ewm-pic img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-cent .cent-ewm .ewm-title {
    margin-top: 0.12rem;
    font-size: var(--fs26);
    text-align: center;
    color: #000;
  }
  footer .foot-bottom {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem;
    background: #2a6cd5;
  }
  footer .foot-bottom .bottom-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
  footer .foot-bottom .bottom-main .main-zizhi {
    width: 100%;
    font-size: var(--fs26);
    color: #fff;
  }
  footer .foot-bottom .bottom-main .main-zizhi a {
    color: #fff;
  }
  footer .foot-bottom .bottom-main .main-zizhi a:hover {
    text-decoration: underline;
  }
  footer .foot-bottom .bottom-main .main-link {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    color: #fff;
  }
  footer .foot-bottom .bottom-main .main-link:hover {
    text-decoration: underline;
  }
  .product-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 90%;
    height: 1rem;
    padding: 0 0.1rem;
    margin: -0.5rem auto 0;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.45rem;
    z-index: 19;
  }
  .product-search input {
    width: calc(100% - 0.8rem);
    height: 100%;
    padding: 0 0.3rem;
    font-size: var(--fs28);
    color: #333;
    background: transparent;
  }
  .product-search input::placeholder {
    color: #999;
  }
  .product-search .product-button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #2a6cd5 url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 0.32rem;
  }
  .index-plate1 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.1rem;
    background: url(../images/plate1-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .index-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .index-plate1 .plate1-main .main-title {
    font-size: var(--fs38);
    font-weight: bold;
    text-align: center;
    color: #2a6cd5;
  }
  .index-plate1 .plate1-main .page-title {
    margin-top: 0.1rem;
    text-align: center;
  }
  .index-plate1 .plate1-main .main-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.46rem;
    color: #666;
  }
  .index-plate1 .plate1-main .main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.6rem auto 0;
    border-radius: 50%;
    background: #2a6cd5;
    overflow: hidden;
  }
  .index-plate1 .plate1-main .main-button::after {
    content: '';
    position: absolute;
    bottom: -100%;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #1758c0;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate1 .plate1-main .main-button .button-text {
    position: relative;
    width: 100%;
    font-size: var(--fs26);
    text-align: center;
    color: #fff;
    z-index: 9;
  }
  .index-plate1 .plate1-main .main-button span {
    position: relative;
    width: 0.33rem;
    height: 0.24rem;
    margin-top: 0.1rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
    z-index: 9;
  }
  .index-plate1 .plate1-main .main-button:hover::after {
    bottom: 0;
    right: 0;
  }
  .index-plate2 {
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 0;
  }
  .index-plate2 .plate2-main .page-title {
    text-align: center;
  }
  .index-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .index-plate2 .plate2-main .main-box .box-item {
    position: relative;
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .index-plate2 .plate2-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .index-plate2 .plate2-main .main-box .box-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .index-plate2 .plate2-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate2 .plate2-main .main-box .box-item .item-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.35rem 0.2rem;
  }
  .index-plate2 .plate2-main .main-box .box-item .item-cont .cont-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .index-plate2 .plate2-main .main-box .box-item .item-cont .cont-cent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .index-plate2 .plate2-main .main-box .box-item .item-cont .cont-cent .cent-item {
    width: 48%;
    height: auto;
    padding-left: 0.14rem;
    margin-bottom: 0.1rem;
    font-size: var(--fs26);
    color: #fff;
    background: url(../images/icon/icon-arrow2.png) no-repeat left center;
    background-size: 5px;
  }
  .index-plate2 .plate2-main .main-box .box-item .item-cont .cont-cent .cent-item:hover {
    font-weight: bold;
  }
  .index-plate3 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0;
  }
  .index-plate3 .page-title {
    text-align: center;
  }
  .index-plate3 .plate3-swiper {
    width: 100%;
    height: auto;
    margin: 0.35rem auto 0;
    overflow: hidden;
  }
  .index-plate3 .plate3-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.2rem;
  }
  .index-plate3 .plate3-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item {
    display: block;
    position: relative;
    width: 100%;
    height: 3.95rem;
    margin-bottom: 0.2rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item:last-of-type {
    margin-bottom: 0;
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.3rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item .item-cent .cent-title {
    font-size: var(--fs36);
    color: #fff;
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item .item-cent .cent-link {
    display: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.1rem;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item .item-cent .cent-link span {
    margin-right: 0.1rem;
    font-size: var(--fs26);
    color: #fff;
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item .item-cent .cent-link em {
    width: 0.23rem;
    height: 0.13rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item:hover .item-cent {
    bottom: 0;
    background: linear-gradient(0deg, #2a6cd5, transparent);
  }
  .index-plate3 .plate3-swiper .swiper-slide .slide-box .box-item:hover .item-cent .cent-link {
    opacity: 1;
  }
  .index-plate3 .plate3-bottom {
    display: flex;
    justify-content: space-between;
    width: 3.5rem;
    margin: 0.4rem auto 0;
  }
  .index-plate3 .plate3-bottom .plate3-swiper-button-prev,
  .index-plate3 .plate3-bottom .plate3-swiper-button-next,
  .index-plate3 .plate3-bottom .plate3-button {
    position: relative;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #f0f0f0;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-bottom .plate3-swiper-button-prev img,
  .index-plate3 .plate3-bottom .plate3-swiper-button-next img,
  .index-plate3 .plate3-bottom .plate3-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.26rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .plate3-bottom .plate3-swiper-button-prev .img2,
  .index-plate3 .plate3-bottom .plate3-swiper-button-next .img2,
  .index-plate3 .plate3-bottom .plate3-button .img2 {
    opacity: 0;
  }
  .index-plate3 .plate3-bottom .plate3-swiper-button-prev:hover,
  .index-plate3 .plate3-bottom .plate3-swiper-button-next:hover,
  .index-plate3 .plate3-bottom .plate3-button:hover {
    background: #2a6cd5;
  }
  .index-plate3 .plate3-bottom .plate3-swiper-button-prev:hover .img1,
  .index-plate3 .plate3-bottom .plate3-swiper-button-next:hover .img1,
  .index-plate3 .plate3-bottom .plate3-button:hover .img1 {
    opacity: 0;
  }
  .index-plate3 .plate3-bottom .plate3-swiper-button-prev:hover .img2,
  .index-plate3 .plate3-bottom .plate3-swiper-button-next:hover .img2,
  .index-plate3 .plate3-bottom .plate3-button:hover .img2 {
    opacity: 1;
  }
  .index-plate3 .plate3-bottom .plate3-button img {
    width: 0.3rem;
  }
  .index-plate4 {
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 1rem;
  }
  .index-plate4 .plate4-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .index-plate4 .plate4-top .top-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
  .index-plate4 .plate4-top .top-link span {
    margin-right: 0.12rem;
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-top .top-link em {
    width: 6px;
    height: 10px;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-top .top-link:hover span {
    color: #2a6cd5;
  }
  .index-plate4 .plate4-top .top-link:hover em {
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
  }
  .index-plate4 .plate4-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.25rem;
  }
  .index-plate4 .plate4-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .index-plate4 .plate4-main .main-item .item-pic {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .index-plate4 .plate4-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-main .main-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.3rem;
    font-size: var(--fs32);
    font-weight: bold;
    line-height: 0.5rem;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index-plate4 .plate4-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .index-plate4 .plate4-main .main-lump {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .index-plate4 .plate4-main .main-lump .lump-item {
    width: 48%;
    height: 100%;
    padding: 0.4rem 0.2rem;
    border-radius: 0.1rem;
    background: #f6f6f6;
  }
  .index-plate4 .plate4-main .main-lump .lump-item .item-time {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: var(--fs30);
    color: #666;
  }
  .index-plate4 .plate4-main .main-lump .lump-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 0.54rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-main .main-lump .lump-item .item-text {
    height: 2.2rem;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .index-plate4 .plate4-main .main-lump .lump-item .item-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.2rem;
  }
  .index-plate4 .plate4-main .main-lump .lump-item .item-link span {
    font-size: var(--fs28);
    color: #2a6cd5;
  }
  .index-plate4 .plate4-main .main-lump .lump-item .item-link em {
    width: 6px;
    height: 10px;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-main .main-lump .lump-item .item-link:hover em {
    margin-left: 0.25rem;
  }
  .index-plate4 .plate4-main .main-lump .lump-item:hover {
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  }
  .index-plate4 .plate4-main .main-lump .lump-item:hover .item-title {
    color: #2a6cd5;
  }
  .productDetail-top {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0;
    margin-top: 1rem;
  }
  .productDetail-top .top-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productDetail-top .top-main .main-pic {
    width: 100%;
    height: auto;
    border-radius: 0.1rem;
    border: solid 1px #eaeaea;
    overflow: hidden;
  }
  .productDetail-top .top-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail-top .top-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail-top .top-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .productDetail-top .top-main .main-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.58rem;
    color: #000;
  }
  .productDetail-top .top-main .main-cent .cent-lump {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    padding: 0.15rem 0.2rem 0.2rem;
    border-radius: 0.1rem;
    background: #f4f6f8;
  }
  .productDetail-top .top-main .main-cent .cent-lump .lump-title {
    font-size: var(--fs28);
    color: #2a6cd5;
  }
  .productDetail-top .top-main .main-cent .cent-lump .lump-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    color: #000;
  }
  .productDetail-top .top-main .main-cent .cent-text {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .productDetail-top .top-main .main-cent .cent-text p {
    margin-bottom: 0.12rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #000;
  }
  .productDetail-top .top-main .main-cent .cent-text p span {
    color: #999;
  }
  .productDetail-main {
    padding: 0.5rem 0.3rem 1.4rem;
  }
  .productDetail-main .main-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #eaeaea;
  }
  .productDetail-main .main-top .top-item {
    position: relative;
    width: auto;
    padding-bottom: 0.15rem;
    font-size: var(--fs36);
    color: #000;
  }
  .productDetail-main .main-top .top-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2a6cd5;
  }
  .productDetail-main .main-text {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    font-size: var(--fs28);
    color: #666;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 1.2rem;
  }
  .product .product-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .product-main .main-list {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  }
  .product .product-main .main-list .list-title {
    padding-bottom: 0.35rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #000;
    border-bottom: solid 1px #eaeaea;
  }
  .product .product-main .main-list .list-cont {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-list .list-cont .cont-lump {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .product .product-main .main-list .list-cont .cont-lump:last-of-type {
    border-bottom: none;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url(../images/icon/icon-product-jia.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top span {
    font-size: var(--fs30);
    font-weight: bold;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top:hover::after {
    background: url(../images/icon/icon-product-jia.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top-on::after {
    background: url(../images/icon/icon-product-jian.png) no-repeat center center !important;
    background-size: 100% !important;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree {
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 0.2rem;
    cursor: pointer;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top span {
    font-size: var(--fs28);
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover span {
    color: #333;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover::after {
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on span {
    color: #2a6cd5;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on::after {
    content: '';
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-link {
    display: block;
    margin-bottom: 0.1rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #666;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-link:hover {
    color: #2a6cd5;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-link-on {
    color: #2a6cd5;
  }
  .product .product-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.3rem;
  }
  .product .product-main .main-cont .cont-top .top-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
  }
  .product .product-main .main-cont .cont-top .top-tips {
    width: auto;
    height: 0.4rem;
    margin-left: 0.12rem;
    padding: 0 0.1rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    color: #2a6cd5;
    background: #e2eaf7;
    border-radius: 0.06rem;
  }
  .product .product-main .main-cont .cont-lump {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: auto;
  }
  .product .product-main .main-cont .cont-lump .cont-table {
    width: 15.36rem;
    height: auto;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr {
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr:nth-child(odd) {
    background: #f8f8f8;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-th {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0.2rem 0.15rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #fff;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
    background: #2a6cd5;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-th:nth-child(1) {
    width: 12%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-th:nth-child(2) {
    width: 30%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-th:nth-child(3) {
    width: 18%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-th:nth-child(4) {
    width: 12%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-th:nth-child(5) {
    width: 12%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-th:nth-child(6) {
    width: 16%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-th:last-of-type {
    border-right: none;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-td {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    padding: 0.2rem 0.15rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-td:nth-child(1) {
    width: 12%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-td:nth-child(2) {
    width: 30%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-td:nth-child(3) {
    width: 18%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-td:nth-child(4) {
    width: 12%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-td:nth-child(5) {
    width: 12%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr .tr-td:nth-child(6) {
    width: 16%;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr:hover {
    background: #dfe9f9;
  }
  .product .product-main .main-cont .cont-lump .cont-table .table-tr:hover .tr-td {
    color: #2a6cd5;
  }
  .product .product-main .main-cont .cont-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    padding: 0 0.4rem 0.35rem;
  }
  .product .product-main .main-cont .cont-bottom .bottom-prev,
  .product .product-main .main-cont .cont-bottom .bottom-next {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 3px;
    border: solid 1px #cfced2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-bottom .bottom-prev {
    background: url(../images/icon/icon-page-prev.png) no-repeat center center;
    background-size: 7px;
  }
  .product .product-main .main-cont .cont-bottom .bottom-prev:hover {
    border: solid 1px #ededed;
    background: #ededed url(../images/icon/icon-page-prev.png) no-repeat center center;
    background-size: 7px;
  }
  .product .product-main .main-cont .cont-bottom .bottom-next {
    background: url(../images/icon/icon-page-next.png) no-repeat center center;
    background-size: 7px;
  }
  .product .product-main .main-cont .cont-bottom .bottom-next:hover {
    border: solid 1px #ededed;
    background: #ededed url(../images/icon/icon-page-next.png) no-repeat center center;
    background-size: 7px;
  }
  .product .product-main .main-cont .cont-bottom p {
    margin: 0 0.15rem;
    font-size: var(--fs26);
    color: #6c6c6d;
  }
  .product .product-main .main-cont .cont-bottom p span {
    color: #2a6cd5;
  }
  .FAQ {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .FAQ .FAQ-main {
    margin-bottom: 0.6rem;
  }
  .FAQ .FAQ-main .main-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .FAQ .FAQ-main .main-dd .dd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.25rem 0.15rem;
    background: #f2f2f2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FAQ .FAQ-main .main-dd .dd-top .dd-title {
    position: relative;
    width: 100%;
    padding-left: 0.35rem;
    font-size: var(--fs28);
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FAQ .FAQ-main .main-dd .dd-top .dd-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 17px;
    margin-top: -8px;
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .FAQ .FAQ-main .main-dd .top-active {
    background: #2a6cd5;
  }
  .FAQ .FAQ-main .main-dd .top-active .dd-title {
    color: #fff;
  }
  .FAQ .FAQ-main .main-dd .top-active .dd-title::after {
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .FAQ .FAQ-main .main-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.4rem 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .FAQ .FAQ-main .main-dd .dd-cent p {
    text-indent: 0.46rem;
  }
  .FAQ .FAQ-main .main-dd:hover .dd-top {
    background: #2a6cd5;
  }
  .FAQ .FAQ-main .main-dd:hover .dd-top .dd-title {
    color: #fff;
  }
  .FAQ .FAQ-main .main-dd:hover .dd-top .dd-title::after {
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 100%;
  }
  .about {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .about .about-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .about .about-main .main-top .top-cent {
    width: 100%;
    height: auto;
  }
  .about .about-main .main-top .top-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #000;
  }
  .about .about-main .main-top .top-cent .cent-English {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs42);
    text-transform: uppercase;
    color: #2a6cd5;
  }
  .about .about-main .main-top .top-cent .cent-text {
    font-size: var(--fs34);
    line-height: 0.52rem;
    color: #666;
  }
  .about .about-main .main-top .top-lump {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .about .about-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .news .news-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.68rem;
    overflow: hidden;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 0.8rem;
    background: #f7f7f7;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
    font-size: var(--fs28);
    color: #666;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.56rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-swiper .swiper-pagination {
    left: auto;
    bottom: 0.3rem;
    right: 0;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .news .news-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #b9b9b9;
    border-radius: 50%;
    opacity: 1;
  }
  .news .news-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 0.45rem;
    background: #003592;
  }
  .news .news-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .news .news-main .main-box .box-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin-bottom: 0.3rem;
    padding-right: 0;
    border-radius: 0.1rem;
    border: solid 1px #eeeeee;
    overflow: hidden;
  }
  .news .news-main .main-box .box-item .item-lump {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .news .news-main .main-box .box-item .item-lump .lump-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-lump .lump-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-lump .lump-cent {
    width: 100%;
    padding: 0.45rem 0.35rem;
  }
  .news .news-main .main-box .box-item .item-lump .lump-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-lump .lump-cent .cent-time {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #999;
  }
  .news .news-main .main-box .box-item .item-lump .lump-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-box .box-item .item-arrow {
    display: none;
    width: 0.28rem;
    height: 0.15rem;
    margin-top: 0.55rem;
    background: url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item:hover {
    border: solid 1px transparent;
    box-shadow: 0px 0px 30px 0px rgba(83, 83, 83, 0.16);
  }
  .news .news-main .main-box .box-item:hover .item-lump .lump-pic {
    width: 100%;
  }
  .news .news-main .main-box .box-item:hover .item-lump .lump-cent {
    width: 100%;
  }
  .news .news-main .main-box .box-item:hover .item-lump .lump-cent .cent-title {
    color: #2a6cd5;
  }
  .partner {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.9rem;
  }
  .partner .partner-main .main-text {
    width: 100%;
    margin: 0 auto;
    font-size: var(--fs42);
    line-height: 0.58rem;
    text-align: center;
    color: #000;
  }
  .partner .partner-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .partner .partner-main .main-box .box-logo {
    width: calc(100% / 3 - 0.1rem);
    height: 1.3rem;
    margin-right: 0.15rem;
    margin-bottom: 0.3rem;
    border: solid 1px #eaeaea;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .partner .partner-main .main-box .box-logo:nth-child(5n) {
    margin-right: 0.15rem;
  }
  .partner .partner-main .main-box .box-logo:nth-child(3n) {
    margin-right: 0;
  }
  .partner .partner-main .main-box .box-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-box .box-logo:hover {
    border: solid 1px #2a6cd5;
  }
  .partner .partner-main .main-box .box-logo:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .literature {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .literature .literature-main .main-box {
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .literature .literature-main .main-box .box-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    padding: 0.3rem;
    border: solid 1px #eee;
    border-radius: 0.1rem;
  }
  .literature .literature-main .main-box .box-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #2a6cd5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .literature .literature-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
  }
  .literature .literature-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .literature .literature-main .main-box .box-item .item-cent .cent-time {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #999;
  }
  .literature .literature-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .literature .literature-main .main-box .box-item em {
    width: 0.38rem;
    height: 0.2rem;
    margin-right: 0.1rem;
    margin-top: 0.5rem;
    background: url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .literature .literature-main .main-box .box-item:hover {
    border-radius: 0;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(83, 83, 83, 0.16);
  }
  .literature .literature-main .main-box .box-item:hover::after {
    width: 100%;
  }
  .literature .literature-main .main-box .box-item:hover .item-cent .cent-title {
    color: #2a6cd5;
  }
  .literature .literature-main .main-box .box-item:hover em {
    background: url(../images/icon/icon-arrow9.png) no-repeat center center;
    background-size: 100%;
  }
  .newsDetail {
    position: relative;
    width: 100;
    height: auto;
    margin-top: 1rem;
    background: url(../images/news-d-bg.png) no-repeat top left;
    background-size: 100%;
  }
  .newsDetail .newsDetail-main {
    width: 100%;
    margin: 0 auto;
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .newsDetail .newsDetail-main .main-top {
    width: 100%;
    height: auto;
    margin-bottom: 0.34rem;
    padding-bottom: 0.3rem;
    padding-right: 0;
  }
  .newsDetail .newsDetail-main .main-top .top-title {
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.54rem;
    color: #000;
  }
  .newsDetail .newsDetail-main .main-top .top-lump {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.15rem;
  }
  .newsDetail .newsDetail-main .main-top .top-lump p {
    font-size: var(--fs28);
    color: #666;
    margin-right: 0.24rem;
  }
  .newsDetail .newsDetail-main .main-top .lump-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
  .newsDetail .newsDetail-main .main-top .lump-share span {
    margin-right: 0.06rem;
    font-size: var(--fs28);
    color: #666;
  }
  .newsDetail .newsDetail-main .main-top .lump-share .share-item {
    width: 0.2rem;
    margin-right: 0.15rem;
    opacity: 0.5;
  }
  .newsDetail .newsDetail-main .main-top .lump-share .share-item img {
    width: 100%;
  }
  .newsDetail .newsDetail-main .main-top .lump-share .share-item:hover {
    opacity: 1;
  }
  .newsDetail .newsDetail-main .main-box {
    margin-bottom: 0.9rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetail .newsDetail-main .main-box img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding: 0.2rem 0.4rem 0.3rem;
    border: solid 1px #e1e1e1;
    border-top: 2px solid #5f5f5f;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-bottom::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #2a6cd5;
    z-index: 9;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .newsDetail .newsDetail-main .main-bottom p {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #000;
  }
  .newsDetail .newsDetail-main .main-bottom a {
    display: block;
    font-size: var(--fs28);
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-bottom:hover::after {
    width: 100%;
  }
  .newsDetail .newsDetail-main .main-bottom:hover a {
    color: #2a6cd5;
  }
  .application {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .application .application-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .application .application-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.45rem;
    border-radius: 0.1rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  }
  .application .application-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .application .application-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .application .application-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .application .application-main .main-box .box-item .item-title {
    width: 100%;
    height: auto;
    padding: 0.25rem 0.3rem;
    font-size: var(--fs36);
    line-height: 0.56rem;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .application .application-main .main-box .box-item:hover {
    background: #2a6cd5;
  }
  .application .application-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .application .application-main .main-box .box-item:hover .item-title {
    color: #fff;
  }
  .applicationDetail-top {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0;
  }
  .applicationDetail-top .top-main {
    position: relative;
  }
  .applicationDetail-top .top-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .applicationDetail-top .top-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .applicationDetail-top .top-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .applicationDetail-top .top-main .main-cent {
    position: static;
    top: 50%;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .applicationDetail-top .top-main .main-cent::after {
    content: '';
    position: absolute;
    top: 0.15rem;
    right: 0.3rem;
    width: 0.28rem;
    height: 0.27rem;
    background: url(../images/icon/icon-applicationDetail-pic1.png) no-repeat center center;
    background-size: 100%;
  }
  .applicationDetail-top .top-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #000;
  }
  .applicationDetail-top .top-main .main-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .applicationDetail-main {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .applicationDetail-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
    border-bottom: solid 1px #e9eaeb;
  }
  .applicationDetail-main .main-box .box-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 0.35rem;
    cursor: pointer;
  }
  .applicationDetail-main .main-box .box-item .item-top .top-title {
    width: calc(100% - 0.4rem);
    font-size: var(--fs36);
    color: #000;
  }
  .applicationDetail-main .main-box .box-item .item-top em {
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/icon/icon-jia.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .applicationDetail-main .main-box .box-item .item-top-on em {
    background: url(../images/icon/icon-jian.png) no-repeat center center;
    background-size: 100%;
  }
  .applicationDetail-main .main-box .box-item .item-box {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.7rem;
  }
  .applicationDetail-main .main-box .box-item .item-box .box-table {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .applicationDetail-main .main-box .box-item .item-box .box-table table {
    width: 14rem;
  }
  .applicationDetail-main .main-box .box-item .item-box .box-table th {
    padding: 0.15rem 0.3rem;
    font-size: var(--fs26);
    font-weight: bold;
    line-height: 0.42rem;
    text-align: left;
    color: #fff;
    background: #2a6cd5;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  .applicationDetail-main .main-box .box-item .item-box .box-table td {
    padding: 0.1rem 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: left;
    color: #666;
    border: solid 1px #e0e0e0;
  }
  .applicationDetail-main .main-box .box-item .item-box .box-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    color: #666;
  }
  .contact-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0;
  }
  .contact-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
  }
  .contact-plate1 .plate1-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #000;
  }
  .contact-plate1 .plate1-main .main-cent .cent-subTitle {
    margin-top: 0.4rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #2a6cd5;
  }
  .contact-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #000;
  }
  .contact-plate1 .plate1-main .main-cent .cent-ewm {
    width: 2.2rem;
    height: auto;
    margin-top: 0.55rem;
  }
  .contact-plate1 .plate1-main .main-cent .cent-ewm .ewm-pic {
    width: 100%;
    height: auto;
  }
  .contact-plate1 .plate1-main .main-cent .cent-ewm .ewm-pic img {
    width: 100%;
  }
  .contact-plate1 .plate1-main .main-cent .cent-ewm .ewm-title {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    text-align: center;
    color: #000;
  }
  .contact-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: hidden;
  }
  .contact-plate1 .plate1-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .contact-plate2 .plate2-main {
    padding: 1rem 0.3rem;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
  }
  .contact-plate2 .plate2-main .page-title {
    text-align: center;
  }
  .contact-plate2 .plate2-main .main-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.35rem;
  }
  .contact-plate2 .plate2-main .main-form input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    font-size: var(--fs28);
    color: #333;
    background: #f3f3f3;
  }
  .contact-plate2 .plate2-main .main-form input::placeholder {
    color: #999;
  }
  .contact-plate2 .plate2-main .main-form textarea {
    width: 100%;
    height: 1.8rem;
    padding: 0.2rem;
    font-family: '寰蒋闆呴粦';
    font-size: var(--fs28);
    color: #333;
    background: #f3f3f3;
  }
  .contact-plate2 .plate2-main .main-form textarea::placeholder {
    color: #999;
  }
  .contact-plate2 .plate2-main .main-button {
    display: block;
    width: 3.82rem;
    height: 0.8rem;
    margin: 0.3rem auto 0;
    font-size: var(--fs32);
    text-align: center;
    line-height: 0.76rem;
    color: #fff;
    background: #2a6cd5;
    border-radius: 0.08rem;
    border: solid 2px #2a6cd5;
  }
  .contact-plate2 .plate2-main .main-button:hover {
    color: #2a6cd5;
    background: transparent;
  }
  .prompt {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .prompt .prompt-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .prompt .prompt-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .prompt .prompt-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .search {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 1.2rem;
  }
  .search .search-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .search .search-main .main-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .search .search-main .main-top a {
    width: auto;
    height: 0.75rem;
    padding: 0 0.3rem;
    margin-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    color: #fff;
    background: #2a6cd5;
    border: solid 2px #2a6cd5;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #2a6cd5;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .page-English {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs48);
    text-transform: uppercase;
    color: #ffb902;
  }
  .page-crumb {
    height: auto;
    padding: 0.15rem 0.3rem;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    font-size: var(--fs26);
    color: #929292;
  }
  .page-crumb .crumb-box a {
    max-width: 2rem;
    margin-right: 0.14rem;
    color: #929292;
  }
  .page-crumb .crumb-box a img {
    width: 10px;
  }
  .page-crumb .crumb-box a:hover {
    color: #2a6cd5;
  }
  .page-crumb .crumb-box span {
    width: 2.1rem;
    font-size: var(--fs28);
    color: #2a6cd5;
  }
  .page-crumb .crumb-box em {
    display: block;
    width: 4px;
    height: 7px;
    margin-right: 0.14rem;
  }
  .page-crumb .crumb-box em img {
    display: block;
    width: 100%;
  }
  .page-load {
    display: block;
    width: 1.2rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic {
    width: 0.6rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load .load-title {
    margin-top: 0.12rem;
    font-size: var(--fs28);
    text-align: center;
    color: #2a6cd5;
  }
  .page-load:hover .load-pic img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .page-float {
    position: fixed;
    top: 50%;
    right: 0.1rem;
    width: 0.7rem;
    height: auto;
    z-index: 99;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list {
    display: block;
    position: relative;
    width: 100%;
    height: 0.7rem;
    padding-top: 0.15rem;
    margin-bottom: 0.1rem;
    border-radius: 5px;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .page-float .float-list .list-pic {
    position: relative;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto;
    cursor: pointer;
  }
  .page-float .float-list .list-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-pic .img2 {
    opacity: 0;
  }
  .page-float .float-list .list-title {
    display: none;
    margin-top: 0.05rem;
    font-size: 0.14rem;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-cent {
    position: absolute;
    top: 0;
    left: -3rem;
    width: 3rem;
    height: auto;
    padding-right: 0.15rem;
    opacity: 0;
    visibility: hidden;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
  }
  .page-float .float-list .list-cent .cent-title {
    position: relative;
    width: 100%;
    height: 0.55rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #fff;
    background: #2a6cd5;
  }
  .page-float .float-list .list-cent .cent-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-right: -16px;
    border: solid 8px #2a6cd5;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list .list-cent .cent-cont {
    padding: 0.15rem;
    font-size: 0.26rem;
    text-align: center;
    color: #333;
    background: #fff;
    box-shadow: 4px 10px 10px rgba(38, 93, 63, 0.2);
  }
  .page-float .float-list .list-cent .cent-cont img {
    width: 80%;
  }
  .page-float .float-list .list-tel {
    position: absolute;
    top: 0;
    left: -3.2rem;
    width: 3.2rem;
    height: 0.8rem;
    padding-right: 0.1rem;
    opacity: 0;
    visibility: hidden;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
  }
  .page-float .float-list .list-tel p {
    width: 100%;
    height: 100%;
    padding-left: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.8rem;
    color: #fff;
    background: #2a6cd5;
  }
  .page-float .float-list:hover {
    background: #2a6cd5;
  }
  .page-float .float-list:hover .list-pic .img1 {
    opacity: 0;
  }
  .page-float .float-list:hover .list-pic .img2 {
    opacity: 1;
  }
  .page-float .float-list:hover .list-title {
    color: #fff;
  }
  .page-float .float-list:hover .list-cent,
  .page-float .float-list:hover .list-tel {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    border: solid 1px #fff;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button span {
    position: relative;
    font-size: var(--fs28);
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button em {
    position: relative;
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.1rem;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    border: solid 1px #fff;
    background: #fff;
  }
  .page-button:hover span {
    color: #2a6cd5;
  }
  .page-button:hover em {
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2a6cd5;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-strip,
  .page-subnav {
    display: none;
  }
}
