.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: 1680px) {
}
@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.8rem;
    height: auto;
    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%;
  }
  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, #ea5504, #ff752a);
    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, #ea5504, #ff752a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #ff6100 !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-menu {
    display: block;
    width: 0.4rem;
    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.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #ff6100;
    border-radius: 0.45rem;
    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;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #ff6100;
    border-radius: 0.45rem;
    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;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #ff6100;
    border-radius: 0.45rem;
    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;
    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-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang2.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main:hover .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav .nav-main:hover .main-right .right-menu span {
    background: #ff6100;
  }
  nav .nav-main:hover .main-right .right-menu span::before,
  nav .nav-main:hover .main-right .right-menu span::after {
    background: #ff6100 !important;
  }
  nav .nav-main-active2 .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active2 .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active2 .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang2.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-active2 .main-cont .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav .nav-main-active2 .main-cont .main-right .right-menu span {
    background: #ff6100;
  }
  nav .nav-main-active2 .main-cont .main-right .right-menu span::before,
  nav .nav-main-active2 .main-cont .main-right .right-menu span::after {
    background: #ff6100 !important;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #ff6100;
    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 #ff6100;
  }
  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: #ff6100;
  }
  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: #ff6100;
    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-size: 0.32rem;
    font-weight: bold;
    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: #ff6100;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #ff6100;
    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: #ff6100;
  }
  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-size: 0.3rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #ff6100;
  }
  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;
    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: 4rem;
    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 .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    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: 25%;
    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 {
    font-size: 0.36rem;
    line-height: 0.48rem;
    text-align: center;
    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-title2 {
    margin-top: 2rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
    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-English {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.67rem;
    text-align: center;
    color: #ff6100;
    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-text {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 3.6rem;
    height: auto;
    margin-top: 0.25rem;
    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 .slide-box .box-cent .cent-text .text-item {
    width: 50%;
    margin-top: 0.25rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-title {
    font-size: var(--fs18);
    color: #666;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-heng {
    width: 16px;
    height: 3px;
    margin-top: 0.1rem;
    background: #ff6100;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button {
    width: 2.7rem;
    height: 0.8rem;
    margin: 0.3rem auto 0;
    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-button2 {
    width: 2.7rem;
    height: 0.8rem;
    margin-top: 0.3rem;
    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-lump {
    width: 6.8rem;
    height: auto;
    padding: 0.6rem 0.3rem 0.55rem;
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.88);
    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-lump .lump-title {
    font-size: var(--fs36);
    line-height: 0.48rem;
    color: #000;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-lump .page-button {
    margin-top: 0.4rem;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  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: 55%;
    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.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-pic2 {
    width: 100%;
    height: 4rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent2 {
    position: absolute;
    top: 55%;
    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-cent2 .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-English {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-search {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: -0.45rem;
    left: 1%;
    width: 98%;
    height: auto;
    margin-left: 0;
    border-radius: 0.45rem;
    overflow: hidden;
  }
  header .head-search input {
    width: calc(100% - 2rem);
    height: 0.9rem;
    padding: 0 0.5rem;
    font-size: var(--fs28);
    color: #333;
    background: rgba(255, 255, 255);
  }
  header .head-search input::placeholder {
    color: #999;
  }
  header .head-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.9rem;
    background: #ff6100;
  }
  header .head-search a em {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 100%;
  }
  header .head-search a span {
    display: block;
    font-size: var(--fs32);
    color: #fff;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ff6100;
    z-index: 69;
  }
  header .head-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;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-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;
  }
  header .head-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;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 0.35rem !important;
    background: #333333;
    overflow: hidden;
  }
  footer .foot-main .main-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-top .top-cent {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-top .top-cent .cent-logo {
    display: block;
    width: 2.94rem;
    height: auto;
  }
  footer .foot-main .main-top .top-cent .cent-logo img {
    width: 100%;
  }
  footer .foot-main .main-top .top-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #666;
  }
  footer .foot-main .main-top .top-cent .cent-ewm {
    width: 2.5rem;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-top .top-cent .cent-ewm .ewm-pic {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-top .top-cent .cent-ewm .ewm-pic img {
    width: 100%;
  }
  footer .foot-main .main-top .top-cent .cent-ewm .ewm-title {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    text-align: center;
    color: #666;
  }
  footer .foot-main .main-top .top-nav {
    display: none;
    justify-content: flex-end;
    width: auto;
  }
  footer .foot-main .main-top .top-nav .nav-item {
    width: 2.6rem;
    height: auto;
    padding-right: 0.2rem;
  }
  footer .foot-main .main-top .top-nav .nav-item:last-of-type {
    width: auto;
    padding-right: 0;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-title {
    display: block;
    font-size: var(--fs18);
    color: #fff;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-title:hover {
    color: #ff6100;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-heng {
    width: 12px;
    height: 2px;
    margin-top: 0.1rem;
    background: #ff6100;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs14);
    line-height: 0.22rem;
    color: #666;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer .foot-main .main-top .top-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-top .top-nav .nav-item .item-cent a:hover {
    color: #fff;
  }
  footer .foot-main .main-top .top-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer .foot-main .main-bottom {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    padding-top: 0.35rem;
    border-top: solid 1px rgba(33, 33, 33, 0.1);
  }
  footer .foot-main .main-bottom .bottom-link {
    width: 100%;
    font-size: var(--fs26);
    color: #666;
  }
  footer .foot-main .main-bottom .bottom-link a {
    color: #666;
  }
  footer .foot-main .main-bottom .bottom-link a:hover {
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-link span {
    margin: 0 0.1rem;
  }
  footer .foot-main .main-bottom .bottom-zhizi {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    color: #666;
  }
  footer .foot-main .main-bottom .bottom-zhizi a {
    color: #666;
  }
  footer .foot-main .main-bottom .bottom-zhizi a:hover {
    color: #fff;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
    overflow: hidden;
  }
  .container .pege-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .block {
    display: block;
  }
  .container .pege-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic img {
    display: none;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 5rem;
    overflow: hidden;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 40%;
    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%);
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.48rem;
    font-weight: 100;
    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;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title span {
    position: relative;
    padding-bottom: 0.05rem;
    border-bottom: solid 3px #ff6100;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    margin-top: 0.2rem;
    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;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    color: #fff;
    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;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 {
    margin-top: 0.2rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    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;
  }
  .container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-text2 {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    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;
  }
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button2,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English3,
  .container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title3 {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  .container .pege-container .cont-banner .swiper-pagination {
    bottom: 0.7rem;
    left: 50%;
    width: 100%;
    padding-right: 0.2rem;
    text-align: right;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 0.68rem;
    height: auto;
    margin: 0 0.1rem;
    font-size: var(--fs28);
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: transparent;
    opacity: 1;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    width: 0;
    height: 3px;
    background: #ff6100;
    border-radius: 0.45rem;
    z-index: 1;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.45rem;
  }
  .container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 100%;
    transition: all 3.8s;
    -o-transition: all 3.8s;
    -moz-transition: all 3.8s;
    -webkit-transition: all 3.8s;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev,
  .container .pege-container .cont-banner .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.2rem;
    height: 0.36rem;
    margin-top: -0.18rem;
    opacity: 0.5;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev img,
  .container .pege-container .cont-banner .banner-swiper-button-next img {
    width: 100%;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev:hover,
  .container .pege-container .cont-banner .banner-swiper-button-next:hover {
    opacity: 1;
  }
  .container .pege-container .cont-banner .banner-swiper-button-prev {
    left: 0.5rem;
  }
  .container .pege-container .cont-banner .banner-swiper-button-next {
    right: 0.5rem;
  }
  .container .pege-container .cont-banner .swiper-button {
    position: absolute;
    bottom: 0.5rem;
    left: 0.2rem;
    width: 0.9rem;
    height: 0.9rem;
    padding-top: 0.14rem;
    font-size: var(--fs26);
    font-weight: bold;
    text-align: center;
    line-height: 0.3rem;
    color: #fff;
    border-radius: 50%;
    background: #ff6100;
    z-index: 9;
  }
  .container .pege-container .cont-banner .swiper-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ff6100;
    opacity: 0.8;
    animation: mapAddress3 3s infinite linear;
    z-index: -1;
  }
  .container .pege-container .cont-banner .banner-mouse {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 1rem;
    height: auto;
    margin-left: -0.5rem;
    z-index: 9;
    cursor: pointer;
  }
  .container .pege-container .cont-banner .banner-mouse .mouse-icon {
    position: relative;
    width: 0.36rem;
    height: auto;
    margin: 0 auto;
  }
  .container .pege-container .cont-banner .banner-mouse .mouse-icon::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 50%;
    width: 2px;
    height: 6px;
    margin-left: -1px;
    background: #fff;
    animation: mouse 1s linear infinite;
  }
  .container .pege-container .cont-banner .banner-mouse .mouse-icon img {
    width: 100%;
  }
  .container .pege-container .cont-banner .banner-mouse .mouse-title {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    text-align: center;
    color: #fff;
  }
  .container .pege-container .cont-banner .banner-mouse:hover {
    animation: none;
  }
  .container .pege-container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate-bg.png) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide {
    width: 100%;
    height: 7rem;
    margin-right: 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.2rem 0.35rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.55rem 0.5rem 0;
    background: rgba(255, 97, 0, 0.8);
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide .slide-box .box-cent .cent-text {
    height: 1.2rem;
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 2.2rem;
    border-radius: 50%;
    border: solid 2px #fff;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 0.25rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide .slide-box .box-cent .cent-button:hover {
    background: #fff url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 0.25rem;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide-on {
    width: 100%;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide-on .slide-box .box-title {
    opacity: 1;
  }
  .container .pege-container .cont-plate1 .plate1-main .main-cont .swiper-slide-on .slide-box .box-cent {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: 7rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cont .cont-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cont .cont-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;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cont .cont-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.35rem 0.3rem 0;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cont .cont-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cont .cont-cent .page-button {
    margin-top: 0.9rem;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cont-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .pege-container .cont-plate2 .plate2-main .main-cont-on .cont-cent {
    left: 0;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .pege-container .cont-plate2 .plate2-cont {
    display: flex;
    justify-content: space-between;
    position: static;
    bottom: 0.38rem;
    left: 50%;
    margin-left: 0;
    background: #fff;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item {
    width: 33.33%;
    height: auto;
    padding: 0.3rem 0.2rem 0.15rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item .item-icon {
    position: relative;
    width: 0.49rem;
    height: 0.44rem;
    margin: 0 auto;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item .item-icon 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;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item .item-icon .img2 {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item .item-title {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    text-align: center;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item-on {
    background: #ff6100;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item-on .item-icon .img1 {
    opacity: 0;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item-on .item-icon .img2 {
    opacity: 1;
  }
  .container .pege-container .cont-plate2 .plate2-cont .cont-item-on .item-title {
    color: #fff;
  }
  .container .pege-container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate3-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .pege-container .cont-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent .page-title,
  .container .pege-container .cont-plate3 .plate3-main .main-cent .page-English {
    text-align: left;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent .cent-box {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent .cent-box .box-item {
    width: 100%;
    height: auto;
    padding-left: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent .cent-box .box-item:last-of-type {
    margin-bottom: 0;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent .cent-box .box-item .item-title {
    position: relative;
    font-size: var(--fs32);
    font-weight: bold;
    color: #000;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent .cent-box .box-item .item-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.15rem;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background: #ff6100;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-cent .cent-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map {
    display: none;
    position: relative;
    width: 100%;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-pic {
    width: 100%;
    height: auto;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-pic img {
    width: 100%;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item {
    position: absolute;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item img {
    width: 0.2rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item em {
    position: absolute;
    top: 0;
    left: 102%;
    width: 0.5rem;
    font-size: var(--fs24);
    color: #ff6100;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item:nth-child(1) {
    bottom: 1.14rem;
    right: 3.56rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item:nth-child(1) img {
    width: 0.38rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item:nth-child(2) {
    bottom: 2.53rem;
    right: 2.53rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: -1.25rem;
    left: -1rem;
    width: 1.18rem;
    height: 1.36rem;
    background: url(../images/icon/icon-map-line1.png) no-repeat bottom left;
    background-size: 100%;
    animation: line1 3s linear infinite;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item:nth-child(3) {
    top: 3.25rem;
    right: 3.18rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item:nth-child(3)::after {
    content: '';
    position: absolute;
    bottom: -2.1rem;
    left: -0.38rem;
    width: 0.5rem;
    height: 2.2rem;
    background: url(../images/icon/icon-map-line2.png) no-repeat bottom left;
    background-size: 100%;
    animation: line2 3.5s linear infinite;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item:nth-child(4) {
    top: 3.7rem;
    right: 3.7rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item:nth-child(4)::after {
    content: '';
    position: absolute;
    bottom: -1.65rem;
    left: -0.1rem;
    width: 0.24rem;
    height: 1.68rem;
    background: url(../images/icon/icon-map-line3.png) no-repeat bottom left;
    background-size: 100%;
    animation: line3 3s linear infinite;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item:nth-child(5) {
    bottom: 2.3rem;
    right: 3.62rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-map .map-cent .cent-item:nth-child(5)::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0rem;
    width: 0.14rem;
    height: 1.13rem;
    background: url(../images/icon/icon-map-line4.png) no-repeat bottom left;
    background-size: 100%;
    animation: line4 2s linear infinite;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-web-map {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .pege-container .cont-plate3 .plate3-main .main-web-map img {
    width: 100%;
  }
  .container .pege-container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .pege-container .cont-plate4 .plate4-cont {
    margin-top: 0.7rem;
  }
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump1,
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump2,
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump3 {
    width: 100%;
    height: 1.24rem;
    margin-bottom: 0.32rem;
  }
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump1 a,
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump2 a,
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump3 a {
    display: inline-block;
    width: 2.4rem;
    height: 1.24rem;
    margin-right: 0.18rem;
    background: #fff;
    border-radius: 0.05rem;
    overflow: hidden;
    box-shadow: 0px 5px 25px 0px rgba(13, 26, 53, 0.1);
  }
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump1 a img,
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump2 a img,
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump3 a 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;
  }
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump1 a:hover img,
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump2 a:hover img,
  .container .pege-container .cont-plate4 .plate4-cont .cont-lump3 a: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));
  }
  .container .pege-container .cont-plate4 .plate4-cont .str_wrap {
    background: none;
    overflow: visible;
  }
  .container .pege-container .index-swiper-pagination {
    right: 30px;
    font-size: 0;
    position: absolute;
    width: 20px;
    z-index: 30;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: block;
    opacity: 1;
    background: #fff;
    margin: 0 auto 30px;
    width: 10px;
    height: 10px;
    border: solid 1px #aeb5bb;
    border-radius: 50%;
    color: #fff;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #fff;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    width: 0.2rem;
    height: 1px;
    background: #fff;
    opacity: 0;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet em {
    position: absolute;
    right: 0.4rem;
    top: -0.05rem;
    font-size: var(--fs16);
    white-space: nowrap;
    opacity: 0;
    transform: translatey(-10%);
    -o-transform: translatey(-10%);
    -moz-transform: translatey(-10%);
    -webkit-transform: translatey(-10%);
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover em {
    opacity: 1;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #fff;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active:before {
    width: 16px;
    height: 16px;
    border: solid 1px #fff;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active em {
    opacity: 1;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-on {
    color: #333 !important;
    background: #333 !important;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-on:before {
    border: solid 1px #333 !important;
  }
  .container .pege-container .index-swiper-pagination .swiper-pagination-bullet-on::after {
    background: #333 !important;
  }
  .query {
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  .query .query-main {
    position: relative;
    width: 100%;
    height: auto;
  }
  .query .query-main .main-pic {
    width: 100%;
    height: calc(100vh - 1.2rem);
  }
  .query .query-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .query .query-main .main-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .query .query-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .query .query-main .main-cent .cent-English {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
  }
  .query .query-main .main-cent .cent-search {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border-radius: 0.45rem;
    overflow: hidden;
  }
  .query .query-main .main-cent .cent-search input {
    width: calc(100% - 2rem);
    height: 0.9rem;
    padding: 0 0.5rem;
    font-size: var(--fs28);
    color: #333;
    background: rgba(255, 255, 255, 0.8);
  }
  .query .query-main .main-cent .cent-search input::placeholder {
    color: #999;
  }
  .query .query-main .main-cent .cent-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.9rem;
    background: #ff6100;
  }
  .query .query-main .main-cent .cent-search a em {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 100%;
  }
  .query .query-main .main-cent .cent-search a span {
    display: block;
    font-size: var(--fs32);
    color: #fff;
  }
  .result {
    width: 100%;
    height: auto;
    padding: 1.45rem 0.3rem 1.2rem;
    background: #f7f7f7;
  }
  .result .result-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .result .result-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .result .result-main .main-title span {
    position: relative;
  }
  .result .result-main .main-title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.05rem;
    width: 0.85rem;
    height: 2px;
    margin-top: -1px;
    background: #d7d7d7;
  }
  .result .result-main .main-title span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.05rem;
    width: 0.85rem;
    height: 2px;
    margin-top: -1px;
    background: #d7d7d7;
  }
  .result .result-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    padding: 0.25rem 0.3rem 0.2rem;
    background: #fff;
    border-radius: 0.08rem;
  }
  .result .result-main .main-box .box-top {
    width: 100%;
    height: auto;
    padding-bottom: 0.25rem;
    border-bottom: solid 1px #efefef;
  }
  .result .result-main .main-box .box-top .top-title {
    width: 100%;
    height: auto;
    padding-left: 0.15rem;
    font-size: var(--fs36);
    line-height: 0.36rem;
    color: #000;
    border-left: solid 3px #ff6100;
  }
  .result .result-main .main-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .result .result-main .main-box .box-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #666;
  }
  .result .result-main .main-box .box-cent .cent-item span {
    width: 2.2rem;
    padding-right: 0.08rem;
  }
  .result .result-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding: 0.25rem 0.3rem 0.2rem;
    background: #fff;
    border-radius: 0.08rem;
  }
  .result .result-main .main-cont .cont-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 0.25rem;
    border-bottom: solid 1px #efefef;
  }
  .result .result-main .main-cont .cont-top .top-title {
    width: calc(100% - 2.2rem);
    height: auto;
    padding-left: 0.15rem;
    font-size: var(--fs36);
    line-height: 0.36rem;
    color: #000;
    border-left: solid 3px #ff6100;
  }
  .result .result-main .main-cont .cont-top .top-button {
    width: 2.2rem;
    height: 0.75rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.72rem;
    color: #666;
    border-radius: 0.45rem;
    border: solid 1px #dddddd;
  }
  .result .result-main .main-cont .cont-top .top-button:hover {
    color: #fff;
    background: #ff6100;
    border: solid 1px #ff6100;
  }
  .result .result-main .main-cont .cont-lump {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .result .result-main .main-cont .cont-lump .lump-item {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .result .result-main .main-cont .cont-lump .lump-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0.2rem;
    width: 1px;
    height: 100%;
    background: #dddddd;
  }
  .result .result-main .main-cont .cont-lump .lump-item .item-icon {
    position: absolute;
    top: 0.05rem;
    left: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #ffdfcc;
    z-index: 9;
  }
  .result .result-main .main-cont .cont-lump .lump-item .item-icon::before {
    content: '';
    position: absolute;
    top: -0.1rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: #fff;
  }
  .result .result-main .main-cont .cont-lump .lump-item .item-icon::after {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: #fff;
  }
  .result .result-main .main-cont .cont-lump .lump-item .item-cent {
    width: 100%;
    height: auto;
  }
  .result .result-main .main-cont .cont-lump .lump-item .item-cent .cent-title {
    display: none;
    font-size: var(--fs30);
    font-weight: bold;
    color: #ff6100;
  }
  .result .result-main .main-cont .cont-lump .lump-item .item-cent .cent-subTitle {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #666;
  }
  .result .result-main .main-cont .cont-lump .lump-item .item-cent .cent-time {
    margin-top: 0.02rem;
    font-size: var(--fs26);
    color: #666;
  }
  .result .result-main .main-cont .cont-lump .lump-item:first-of-type .item-icon {
    top: 0;
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: #ff6100 url(../images/icon/icon-guo.png) no-repeat center center;
    background-size: 12px;
    opacity: 1;
  }
  .result .result-main .main-cont .cont-lump .lump-item:first-of-type .item-cent .cent-title {
    display: block;
  }
  .result .result-main .main-cont .cont-lump .lump-item:last-of-type {
    padding-bottom: 0.35rem;
  }
  .result .result-main .main-cont .cont-lump .lump-item:last-of-type::after {
    display: none;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .about .about-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .about .about-plate1 .plate1-cent .cent-title {
    font-size: var(--fs40);
    font-weight: bold;
    text-align: left;
    color: #000;
  }
  .about .about-plate1 .plate1-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-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;
  }
  .about .about-plate1 .plate1-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));
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.9rem;
    background: #f8f7f6 url(../images/about-plate2-bg.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .about .about-plate2 .plate2-main .main-pic {
    width: 100%;
    height: auto;
    margin: 0.35rem auto 0;
    overflow: auto;
  }
  .about .about-plate2 .plate2-main .main-pic img {
    width: 15.36rem;
  }
  .about .about-plate3 {
    padding: 1.15rem 0 1.2rem;
  }
  .about .about-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .about .about-plate3 .plate3-main .main-swiper {
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
    margin-right: 0.32rem;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.18rem 0.18rem 0.45rem;
    background: #fff;
    border-radius: 0.08rem;
    box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.5);
    cursor: pointer;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 5rem;
    border-radius: 0.03rem;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic 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;
  }
  .about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    text-align: center;
    color: #333;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.27rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    outline: none;
    cursor: pointer;
    z-index: 9;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev img,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next 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;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev .img2,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev:hover .img1,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev:hover .img2,
  .about .about-plate3 .plate3-main .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-prev {
    left: 0.2rem;
  }
  .about .about-plate3 .plate3-main .plate3-swiper-button-next {
    right: 0.2rem;
  }
  .partner {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.2rem;
    background: #f6f6f6;
  }
  .partner .partner-main .main-text {
    width: 100%;
    margin: 0 auto;
    font-size: var(--fs42);
    line-height: 0.6rem;
    text-align: center;
    color: #000;
  }
  .partner .partner-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .partner .partner-main .main-cont a {
    position: relative;
    width: calc(100% / 3 - 0.1rem);
    height: 1.3rem;
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
    background: #fff;
    overflow: hidden;
  }
  .partner .partner-main .main-cont a:nth-child(7),
  .partner .partner-main .main-cont a:nth-child(20),
  .partner .partner-main .main-cont a:nth-child(33),
  .partner .partner-main .main-cont a:nth-child(46),
  .partner .partner-main .main-cont a:nth-child(59),
  .partner .partner-main .main-cont a:nth-child(72) {
    margin-right: 0.15rem;
  }
  .partner .partner-main .main-cont a:nth-child(3n) {
    margin-right: 0;
  }
  .partner .partner-main .main-cont a 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-cont a em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .partner .partner-main .main-cont a em::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #ff6100;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-cont a em::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0%;
    background: #ff6100;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-cont a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .partner .partner-main .main-cont a span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background: #ff6100;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-cont a span::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0%;
    background: #ff6100;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-cont a: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));
  }
  .partner .partner-main .main-cont a:hover em::after {
    width: 100%;
  }
  .partner .partner-main .main-cont a:hover em::before {
    height: 100%;
  }
  .partner .partner-main .main-cont a:hover span::after {
    width: 100%;
  }
  .partner .partner-main .main-cont a:hover span::before {
    height: 100%;
  }
  .solution {
    width: 100%;
    height: auto;
  }
  .solution .solution-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.9rem 0.3rem 1rem;
  }
  .solution .solution-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solution .solution-plate1 .plate1-pic 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;
  }
  .solution .solution-plate1 .plate1-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));
  }
  .solution .solution-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .solution .solution-plate1 .plate1-cent .page-title2 {
    text-align: left;
  }
  .solution .solution-plate1 .plate1-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .solution .solution-plate2 {
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 1rem;
    background: url(../images/solution-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .solution .solution-plate2 .plate2-main {
    position: relative;
    margin-top: 0.45rem;
  }
  .solution .solution-plate2 .plate2-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solution .solution-plate2 .plate2-main .main-swiper .swiper-wrapper {
    justify-content: flex-start;
  }
  .solution .solution-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.32rem;
  }
  .solution .solution-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .solution .solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.75rem 0.45rem 0.8rem;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
  }
  .solution .solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .solution .solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.45rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #999;
  }
  .solution .solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-icon img {
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  .solution .solution-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-title {
    color: #ff6100;
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-prev,
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.17rem;
    height: 0.3rem;
    margin-top: -0.15rem;
    outline: none;
    cursor: pointer;
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-prev img,
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-next 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;
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-prev .img2,
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-prev {
    left: -0.58rem;
  }
  .solution .solution-plate2 .plate2-main .plate2-swiper-button-next {
    right: -0.58rem;
  }
  .solution .solution-plate3 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .solution .solution-plate3 .plate3-cent {
    position: static;
    top: 0;
    left: 1.92rem;
    width: 100%;
    height: auto;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .solution .solution-plate3 .plate3-cent .page-title2 {
    text-align: left;
    color: #fff;
  }
  .solution .solution-plate3 .plate3-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #fff;
  }
  .solution .solution-plate4 {
    padding: 1.15rem 0.1rem 1.2rem;
  }
  .solution .solution-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .solution .solution-plate4 .plate4-main .main-swiper {
    width: 100%;
    height: auto;
    padding: 0.15rem 0.2rem;
    overflow: hidden;
  }
  .solution .solution-plate4 .plate4-main .main-swiper .swiper-slide {
    width: calc(100% / 2 - 0.1rem);
    height: 1.8rem;
    margin-right: 0.2rem;
  }
  .solution .solution-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .solution .solution-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0.08rem;
    box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.58);
    overflow: hidden;
  }
  .solution .solution-plate4 .plate4-main .main-swiper .swiper-slide .slide-box 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;
  }
  .solution .solution-plate4 .plate4-main .main-swiper .swiper-slide .slide-box: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));
  }
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-prev,
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.27rem;
    height: 0.3rem;
    margin-top: -0.15rem;
    outline: none;
    cursor: pointer;
    z-index: 9;
  }
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-prev img,
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-next 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;
  }
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-prev .img2,
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-prev:hover .img1,
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-prev:hover .img2,
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-prev {
    left: 0.1rem;
  }
  .solution .solution-plate4 .plate4-main .plate4-swiper-button-next {
    right: 0.1rem;
  }
  .boutique {
    width: 100%;
    height: auto;
  }
  .boutique .boutique-main {
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 1.2rem;
  }
  .boutique .boutique-main .main-cont .cont-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .boutique .boutique-main .main-cont .cont-top .top-left {
    width: 100%;
    height: auto;
  }
  .boutique .boutique-main .main-cont .cont-top .top-left .page-title2 {
    text-align: left;
  }
  .boutique .boutique-main .main-cont .cont-top .top-left .left-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .boutique .boutique-main .main-cont .cont-top .top-right {
    width: 100%;
    height: auto;
    padding-left: 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    border-left: none;
  }
  .boutique .boutique-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .boutique .boutique-main .main-cont .cont-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .boutique .boutique-main .main-cont .cont-pic:hover img {
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05 translateZ(0));
  }
  .boutique .boutique-main:nth-child(even) {
    background: #f8f8f8;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-map {
    position: relative;
    width: 100%;
    height: auto;
  }
  .contact .contact-map .map-cent {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.2rem 0.3rem 0.5rem;
    background: linear-gradient(90deg, #f7f7f7, transparent);
  }
  .contact .contact-map .map-cent .page-title2 {
    text-align: left;
  }
  .contact .contact-map .map-cent .cent-subtitle {
    margin-top: 0.3rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
  }
  .contact .contact-map .map-cent .cent-lump {
    width: 100%;
    height: auto;
  }
  .contact .contact-map .map-cent .cent-lump .lump-text {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.2rem;
  }
  .contact .contact-map .map-cent .cent-lump .lump-text em {
    width: 0.28rem;
    height: 0.27rem;
  }
  .contact .contact-map .map-cent .cent-lump .lump-text em img {
    width: 100%;
  }
  .contact .contact-map .map-cent .cent-lump .lump-text span {
    width: calc(100% - 0.28rem);
    padding-left: 0.1rem;
    font-size: var(--fs28);
    color: #666;
  }
  .contact .contact-map .map-pic {
    width: 100%;
    height: 6.4rem;
    overflow: hidden;
  }
  .contact .contact-main {
    padding: 1.1rem 0.3rem 0.7rem;
  }
  .contact .contact-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .contact .contact-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.3rem 0.5rem;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .contact .contact-main .main-cont .cont-item .item-title {
    position: relative;
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
  }
  .contact .contact-main .main-cont .cont-item .item-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: -0.3rem;
    width: 3px;
    height: 100%;
    background: #ff6100;
  }
  .contact .contact-main .main-cont .cont-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .range {
    width: 100%;
    height: auto;
  }
  .range .range-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0.3rem;
  }
  .range .range-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .range .range-plate1 .plate1-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;
  }
  .range .range-plate1 .plate1-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));
  }
  .range .range-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .range .range-plate1 .plate1-cent .page-title2 {
    text-align: left;
  }
  .range .range-plate1 .plate1-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .range .range-plate2 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.15rem;
    background: url(../images/range-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .range .range-plate2 .plate2-main {
    position: relative;
    margin-top: 0.45rem;
  }
  .range .range-plate2 .plate2-main .main-swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .range .range-plate2 .plate2-main .main-swiper .swiper-wrapper {
    justify-content: flex-start;
  }
  .range .range-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.32rem;
  }
  .range .range-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .range .range-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.15rem 0.25rem 0;
    overflow: hidden;
  }
  .range .range-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .range .range-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .range .range-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.45rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .range .range-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #999;
  }
  .range .range-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-icon img {
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  .range .range-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-title {
    color: #ff6100;
  }
  .range .range-plate2 .plate2-main .plate2-swiper-button-prev,
  .range .range-plate2 .plate2-main .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.17rem;
    height: 0.3rem;
    margin-top: -0.15rem;
    outline: none;
    cursor: pointer;
  }
  .range .range-plate2 .plate2-main .plate2-swiper-button-prev img,
  .range .range-plate2 .plate2-main .plate2-swiper-button-next 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;
  }
  .range .range-plate2 .plate2-main .plate2-swiper-button-prev .img2,
  .range .range-plate2 .plate2-main .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .range .range-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
  .range .range-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .range .range-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
  .range .range-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .range .range-plate2 .plate2-main .plate2-swiper-button-prev {
    left: -0.58rem;
  }
  .range .range-plate2 .plate2-main .plate2-swiper-button-next {
    right: -0.58rem;
  }
  .range .range-plate3 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .range .range-plate3 .plate3-cent {
    position: static;
    top: 0;
    left: 1.92rem;
    width: 100%;
    height: auto;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .range .range-plate3 .plate3-cent .page-title2 {
    text-align: left;
    color: #fff;
  }
  .range .range-plate3 .plate3-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #fff;
  }
  .range .range-plate4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0.3rem;
  }
  .range .range-plate4 .plate4-pic {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .range .range-plate4 .plate4-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;
  }
  .range .range-plate4 .plate4-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));
  }
  .range .range-plate4 .plate4-cent {
    width: 100%;
    height: auto;
  }
  .range .range-plate4 .plate4-cent .page-title2 {
    text-align: left;
  }
  .range .range-plate4 .plate4-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .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: #ff6100;
    border: solid 2px #ff6100;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #ff6100;
    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-heng {
    width: 30px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: linear-gradient(90deg, #ea5504, #ff752a);
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .page-title2 {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .page-English {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    text-align: center;
    text-transform: uppercase;
    color: #ccc;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    cursor: pointer;
    background: #ff6100;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button span {
    margin-right: 0.16rem;
    font-size: var(--fs28);
    color: #fff;
  }
  .page-button em {
    width: 0.25rem;
    height: 0.22rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .page-button:hover {
    background: #fff;
  }
  .page-button:hover span {
    color: #ff6100;
  }
  .page-button:hover em {
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .page-crumb {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.3rem;
    border-bottom: solid 1px #d2d2d2;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
  }
  .page-crumb .crumb-box img {
    display: block;
    width: 10px;
    margin-right: 0.15rem;
  }
  .page-crumb .crumb-box a {
    font-size: var(--fs28);
    color: #666;
  }
  .page-crumb .crumb-box a:hover {
    color: #ff6100;
  }
  .page-crumb .crumb-box span {
    font-size: var(--fs28);
    color: #ff6100;
  }
  .page-crumb .crumb-box em {
    width: 5px;
    height: 9px;
    margin: 0 0.15rem;
    background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .result-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 199;
  }
  .result-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 199;
    transform: translate(-49%, -49%);
    -o-transform: translate(-49%, -49%);
    -moz-transform: translate(-49%, -49%);
    -webkit-transform: translate(-49%, -49%);
  }
  .result-popup .popup-hide {
    position: absolute;
    top: -0.6rem;
    right: 0.3rem;
    width: 0.5rem;
    cursor: pointer;
  }
  .result-popup .popup-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .result-popup .popup-hide:hover img {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .result-popup .popup-pic {
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .result-popup .popup-pic 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;
  }
  .result-popup .popup-swiper {
    position: relative;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    --swiper-navigation-size: 28px;
    --swiper-navigation-color: rgba(255, 255, 255);
    /* 单独设置按钮颜色 */
  }
  .result-popup .popup-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .result-popup .popup-swiper .swiper-slide .slide-pic {
    width: 100%;
    height: 100%;
  }
  .result-popup .popup-swiper .swiper-slide .slide-pic 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;
  }
  .result-popup .popup-swiper .swiper-button-prev:hover,
  .result-popup .popup-swiper .swiper-button-next:hover {
    --swiper-navigation-color: #ff6100;
    /* 单独设置按钮颜色 */
  }
  .result-popup .popup-swiper .swiper-button-prev {
    left: 0;
  }
  .result-popup .popup-swiper .swiper-button-next {
    right: 0;
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ff6100;
    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-subnav {
    display: none;
  }
}
