.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1680px) {
  .container .cont-plate4 .plate4-bg {
    width: 100%;
    height: 738px;
  }
  .container .cont-plate4 .plate4-bg img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .container .cont-plate4 .plate4-bg {
    width: 100%;
    height: 638px;
  }
  .container .cont-plate4 .plate4-bg img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .container .cont-plate4 .plate4-bg {
    width: 100%;
    height: 620px;
  }
  .container .cont-plate4 .plate4-bg img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1004px) {
  section {
    overflow: hidden;
  }
  nav {
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    z-index: 99;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-box {
    display: none;
  }
  nav .nav-main .main-cont .main-right {
    display: none;
  }
  nav .nav-main .main-cont .main-web-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  nav .nav-main .main-cont .main-web-right .box-suosou {
    position: relative;
    width: 0.4rem;
    height: auto;
    margin-right: 0.3rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .box-suosou img {
    position: absolute;
    left: 0;
    top: 50%;
    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 .nav-main .main-cont .main-web-right .box-suosou .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-web-right .box-menu {
    position: relative;
    width: 0.45rem;
    height: auto;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-web-right .box-menu img {
    position: absolute;
    left: 0;
    top: 50%;
    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 .nav-main .main-cont .main-web-right .box-menu .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-web-right .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 .nav-main:hover {
    background: #fff;
  }
  nav .nav-main-active {
    background: #fff;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #333;
    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;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  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;
    margin-left: 0.2rem;
  }
  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: 0;
    right: 0;
    width: 100%;
    height: 0;
    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: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.3rem;
    padding: 0 0.3rem;
    line-height: 1.3rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #eee;
  }
  nav .Whead-sidebar .sidebar-top .top-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  nav .Whead-sidebar .sidebar-top .top-icon img {
    width: 100%;
  }
  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: calc(100% - 3.3rem);
    padding: 0 0.3rem;
    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 #ecedee;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.34rem 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    color: #1c1d21;
    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: 11px;
    height: 7px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-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;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #164e88;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img1 {
    opacity: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-icon .img2 {
    opacity: 1;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  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-top {
    width: 100%;
    height: auto;
    padding: 0.1rem 0 0.26rem;
    font-size: 0.32rem;
    color: #1c1d21;
    border-bottom: solid 1px #ecedee;
  }
  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.18rem 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link .link-icon {
    width: 48px;
    height: 48px;
    margin-right: 8px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link .link-icon img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link .link-cent {
    width: auto;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link .link-cent .cent-title {
    font-size: 0.3rem;
    color: #1c1d21;
    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-subnav .subnav-link .link-cent .cent-text {
    margin-top: 6px;
    font-size: 0.26rem;
    color: #747787;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2rem;
  }
  nav .Whead-sidebar .sidebar-bottom .bottom-botton {
    width: 3.4rem;
    height: 1rem;
    font-size: 0.32rem;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    border-radius: 0.6rem;
    background: #15be53;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .banner-index {
    display: none;
  }
  header .head-banner .banner-web-index {
    display: block;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-web-index .index-pic {
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-web-index .index-pic img {
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-web-index .index-cent {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
  }
  header .head-banner .banner-web-index .index-cent .cent-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 0.82rem;
    color: #1c1d21;
  }
  header .head-banner .banner-web-index .index-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.36rem;
    text-align: center;
    color: #1c1d21;
  }
  header .head-banner .banner-web-index .index-cent .cent-botton {
    display: block;
    width: 3.2rem;
    height: 0.9rem;
    margin: 0.7rem auto 0;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.9rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #164e88;
  }
  header .head-banner .banner-pege {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-pege .pege-pic {
    width: 100%;
  }
  header .head-banner .banner-pege .pege-pic img {
    width: auto;
  }
  header .head-banner .banner-pege .pege-pic .pc-img {
    display: none;
  }
  header .head-banner .banner-pege .pege-pic .web-img {
    display: block;
  }
  header .head-banner .banner-pege .page-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -35%);
    -o-transform: translate(0, -35%);
    -moz-transform: translate(0, -35%);
    -webkit-transform: translate(0, -35%);
  }
  header .head-banner .banner-pege .page-cent .cent-title {
    font-size: 32px;
    text-align: center;
    color: #1c1d21;
  }
  header .head-banner .banner-pege .page-cent .cent-text {
    margin-top: 0.34rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: center;
    color: #1c1d21;
  }
  header .head-banner .banner-pege .page-cent .cent-text2 {
    width: 100%;
    margin-top: 0.34rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: center;
    color: #1c1d21;
  }
  header .head-banner .banner-pege .page-cent .cent-text3 {
    width: 100%;
    margin-top: 0.34rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: center;
    color: #1c1d21;
  }
  header .head-banner .banner-pege .pt {
    padding-top: 3rem;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #333;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'gilroy-bold';
    font-size: 0.32rem;
    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-family: 'Gilroy-Medium';
    font-size: 0.26rem;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip {
    display: none;
  }
  .foot {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    background: #303640;
  }
  .foot .foot-main {
    display: none;
  }
  .foot .font-web-main {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5rem 0 0;
  }
  .foot .font-web-main .main-logo {
    width: 100%;
  }
  .foot .font-web-main .main-logo img {
    width: 2rem;
  }
  .foot .font-web-main .main-nav {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .foot .font-web-main .main-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px rgba(255, 255, 255, 0.16);
  }
  .foot .font-web-main .main-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.34rem 0 16px;
  }
  .foot .font-web-main .main-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    color: #fff;
  }
  .foot .font-web-main .main-nav .nav-item .item-top img {
    width: 11px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .foot .font-web-main .main-nav .nav-item .item-top-active img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .foot .font-web-main .main-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 2px;
  }
  .foot .font-web-main .main-nav .nav-item .item-subnav .subnav-link {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 16px 0.5rem;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }
  .foot .font-web-main .main-nav .nav-item .item-subnav .subnav-link::after {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    width: 6px;
    height: 10px;
    background: url(../images/icon/icon-foot-arrow.png) no-repeat center;
    background-size: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  .foot .font-web-main .main-cent {
    width: 100%;
    height: auto;
  }
  .foot .font-web-main .main-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .foot .font-web-main .main-cent .cent-item .item-icon {
    width: 0.6rem;
    height: auto;
    margin-right: 0.16rem;
  }
  .foot .font-web-main .main-cent .cent-item .item-icon img {
    width: 100%;
  }
  .foot .font-web-main .main-cent .cent-item .item-cent {
    width: auto;
    height: auto;
  }
  .foot .font-web-main .main-cent .cent-item .item-cent .cent-text {
    font-size: 0.28rem;
    color: #ffffff;
  }
  .foot .font-web-main .main-cent .cent-item .item-cent .cent-title {
    margin-top: 5px;
    font-size: 0.26rem;
    color: #ffffff;
    opacity: 0.5959356;
  }
  .foot .font-web-main .main-cent .left-share {
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
    margin-top: 17px;
  }
  .foot .font-web-main .main-cent .left-share .share-item {
    width: 25px;
    height: 25px;
    margin: 0 10px;
  }
  .foot .font-web-main .main-cent .left-share .share-item img {
    width: 25px;
    opacity: 0.4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .foot .font-web-main .main-cent .left-share .share-item:hover img {
    opacity: 1;
  }
  .foot .font-web-main .main-cent .left-ewm {
    width: 130px;
    height: auto;
    padding: 3px;
    margin: 0.65rem auto 0;
  }
  .foot .font-web-main .main-cent .left-ewm img {
    width: 100%;
  }
  .foot .font-web-main .main-cent .left-ewm .ewm-title {
    margin-top: 0.16rem;
    font-size: 0.24rem;
    text-align: center;
    color: #ffffff;
  }
  .foot .font-web-main .main-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding: 0.32rem 0 0.38rem;
    font-size: 0.24rem;
    line-height: 0.44rem;
    text-align: center;
    color: #ffffff;
    border-top: solid 1px rgba(255, 255, 255, 0.16);
    opacity: 0.4;
  }
  .container {
    width: 100%;
    height: auto;
    background: url(../images/bg2.png) no-repeat top;
    background-size: 100%;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.6rem;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-title {
    padding: 0 0.9rem;
    font-size: 0.48rem;
    text-align: center;
    color: #1c1d21;
  }
  .container .cont-plate1 .plate1-text {
    margin-top: 0.22rem;
    font-size: 0.28rem;
    text-align: center;
    color: #747787;
    opacity: 0.72;
  }
  .container .cont-plate1 .plate1-box {
    display: none;
  }
  .container .cont-plate1 .plate1-web-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-web-box .box-list {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .container .cont-plate1 .plate1-web-box .box-list .list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .container .cont-plate1 .plate1-web-box .box-list .list-top .top-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }
  .container .cont-plate1 .plate1-web-box .box-list .list-top .top-left .left-icon {
    width: 0.8rem;
    height: auto;
  }
  .container .cont-plate1 .plate1-web-box .box-list .list-top .top-left .left-icon img {
    width: 100%;
  }
  .container .cont-plate1 .plate1-web-box .box-list .list-top .top-left .left-title {
    margin-left: 0.2rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #1c1d21;
  }
  .container .cont-plate1 .plate1-web-box .box-list .list-top .top-link {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.28rem;
    color: #4c6dff;
  }
  .container .cont-plate1 .plate1-web-box .box-list .list-top .top-link img {
    width: 7px;
    margin: -4px 0 0 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-web-box .box-list .list-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #1c1d21;
    opacity: 0.72;
  }
  .container .cont-plate1 .plate1-web-box .box-list .list-pic {
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
  }
  .container .cont-plate1 .plate1-web-box .box-list .list-pic img {
    width: 100%;
  }
  .container .cont-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate2 .plate2-title {
    padding: 0 1.1rem;
    font-size: 0.48rem;
    text-align: center;
    color: #1c1d21;
  }
  .container .cont-plate2 .plate2-text {
    margin-top: 0.22rem;
    font-size: 0.28rem;
    text-align: center;
  }
  .container .cont-plate2 .plate2-main {
    display: none;
  }
  .container .cont-plate2 .plate2-web-main {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-list {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-list .list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-list .list-top .top-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-list .list-top .top-left .left-icon {
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 0.1rem;
    background: #f4f9ff;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-list .list-top .top-left .left-icon img {
    width: 0.6rem;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-list .list-top .top-left .left-title {
    margin-left: 0.2rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #1c1d21;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-list .list-top .top-link {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.28rem;
    color: #4c6dff;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-list .list-top .top-link img {
    width: 7px;
    margin: -4px 0 0 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-list .list-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #1c1d21;
    opacity: 0.72;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-list .list-pic {
    width: 100%;
    height: auto;
    padding-top: 0.46rem;
  }
  .container .cont-plate2 .plate2-web-main .swiper-slide .slide-list .list-pic img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-web-main .main-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate2 .plate2-web-main .main-bottom .plate2-swiper-button-prev,
  .container .cont-plate2 .plate2-web-main .main-bottom .plate2-swiper-button-next {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin: 0 0.4rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.08);
    outline: none;
  }
  .container .cont-plate2 .plate2-web-main .main-bottom .plate2-swiper-button-prev img,
  .container .cont-plate2 .plate2-web-main .main-bottom .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    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;
  }
  .container .cont-plate2 .plate2-web-main .main-bottom .plate2-swiper-button-prev .img2,
  .container .cont-plate2 .plate2-web-main .main-bottom .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-web-main .main-bottom .plate2-swiper-button-prev:hover .img1,
  .container .cont-plate2 .plate2-web-main .main-bottom .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-web-main .main-bottom .plate2-swiper-button-prev:hover .img2,
  .container .cont-plate2 .plate2-web-main .main-bottom .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate3 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding: 0 0.3rem;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate3 .plate3-main .main-title {
    padding: 0 1.1rem;
    font-size: 0.48rem;
    text-align: center;
    color: #1c1d21;
  }
  .container .cont-plate3 .plate3-main .main-text {
    margin-top: 0.22rem;
    font-size: 0.28rem;
    text-align: center;
  }
  .container .cont-plate3 .plate3-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 1rem auto 0;
  }
  .container .cont-plate3 .plate3-main .main-box .box-pic {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate3 .plate3-main .main-box .box-pic img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item {
    position: static;
    width: 100%;
    margin-top: 48px;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item .item-icon {
    width: auto;
    height: 1rem;
    text-align: center;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item .item-icon img {
    width: auto;
    height: 100%;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item .item-title {
    margin-top: 0.25rem;
    font-size: 0.32rem;
    text-align: center;
    color: #1c1d21;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item .item-text {
    margin-top: 0.12rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.44rem;
    color: #747787;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item:nth-child(2) {
    top: 50px;
    right: 380px;
    margin-top: 40px;
    text-align: right;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item:nth-child(3) {
    top: 50px;
    left: 380px;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item:nth-child(4) {
    bottom: 50px;
    right: 380px;
    text-align: right;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item:nth-child(5) {
    bottom: 50px;
    left: 380px;
  }
  .container .cont-plate4 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.6rem;
  }
  .container .cont-plate4::after {
    content: '';
    position: absolute;
    top: 0.8rem;
    left: 0.3rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/icon/icon-plate4-kuai.png) no-repeat center;
    background-size: 100%;
    animation: rotate 8s infinite linear;
  }
  .container .cont-plate4::before {
    content: '';
    position: absolute;
    bottom: 1.8rem;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/icon/icon-plate4-kuai.png) no-repeat center;
    background-size: 100%;
    animation: rotate 10s infinite linear;
  }
  .container .cont-plate4 .plate4-bg {
    display: none;
  }
  .container .cont-plate4 .plate4-web-bg {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-web-bg img {
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.6rem 0.3rem 0;
    margin-left: 0;
  }
  .container .cont-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item {
    width: calc(100% / 2);
    height: auto;
    margin-bottom: 1.1rem;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-num {
    font-size: 36px;
    text-align: center;
    color: #ffffff;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-num .xia {
    position: relative;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-num .xia::after {
    content: '';
    position: absolute;
    top: -0.15rem;
    left: 50%;
    width: 0.56rem;
    height: 0.6rem;
    background: url(../images/icon/icon-plate4-xia.png) no-repeat center;
    background-size: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-num .shang {
    position: relative;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-num .shang::after {
    content: '';
    position: absolute;
    top: -0.15rem;
    left: 50%;
    width: 0.56rem;
    height: 0.6rem;
    background: url(../images/icon/icon-plate4-shang.png) no-repeat center;
    background-size: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-title {
    margin-top: 0.1rem;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
  }
  .container .cont-plate4 .plate4-main .main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0.4rem;
  }
  .container .cont-plate4 .plate4-main .main-title .title-heng {
    width: 28px;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0.7;
  }
  .container .cont-plate4 .plate4-main .main-title .title-text {
    margin: 0 6px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
  }
  .container .cont-plate4 .plate4-main .main-botton {
    display: block;
    width: 160px;
    height: 44px;
    margin: 0.37rem auto 0;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    color: #164e88;
    border-radius: 22px;
    background: #fff;
  }
  .container .cont-plate5 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.8rem;
    margin-bottom: 2rem;
  }
  .container .cont-plate5 .plate5-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate5 .plate5-main .main-title {
    font-size: 0.48rem;
    text-align: center;
    color: #1c1d21;
  }
  .container .cont-plate5 .plate5-main .main-text {
    margin-top: 0.22rem;
    font-size: 0.28rem;
    text-align: center;
  }
  .container .cont-plate5 .plate5-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item {
    display: block;
    width: calc(100% / 3 - 4px);
    height: auto;
    margin: 0 0 6px 6px;
    border-radius: 4px;
    border: solid 1px #ecedee;
    background: #ffffff;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item:nth-child(n + 13) {
    display: none;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item:nth-child(6n + 1) {
    margin-left: 0;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .container .cont-plate5 .plate5-main .main-box .box-item img {
    width: 100%;
  }
  .container .cont-plate6 {
    width: 100%;
    height: auto;
    margin-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .container .cont-plate6 .plate6-main {
    width: 1170px;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate6 .plate6-main .main-title {
    font-size: 32px;
    text-align: center;
    color: #1c1d21;
  }
  .container .cont-plate6 .plate6-main .main-text {
    margin-top: 0.22rem;
    font-size: 18px;
    text-align: center;
  }
  .container .cont-plate6 .plate6-main .main-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .container .cont-plate6 .plate6-main .main-box .box-item {
    width: 340px;
    height: auto;
    margin-right: 44px;
  }
  .container .cont-plate6 .plate6-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate6 .plate6-main .main-box .box-item .item-pic img {
    width: 100%;
  }
  .container .cont-plate6 .plate6-main .main-box .box-item .item-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 16px 0 13px;
  }
  .container .cont-plate6 .plate6-main .main-box .box-item .item-time .time-heng {
    width: 36px;
    height: 2px;
    margin-right: 8px;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
  }
  .container .cont-plate6 .plate6-main .main-box .box-item .item-time .time-text {
    font-size: 16px;
    color: #164e88;
  }
  .container .cont-plate6 .plate6-main .main-box .box-item .item-title {
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    color: #1c1d21;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-main .main-box .box-item .item-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #747787;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate6 .plate6-main .main-box .box-item:hover .item-title {
    color: #164E88;
  }
  .container .cont-plate6 .plate6-main .main-box .box-right {
    width: 400px;
    height: auto;
    padding: 30px;
    border-radius: 4px;
    background: #f7f9fc;
  }
  .container .cont-plate6 .plate6-main .main-box .box-right .right-item {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate6 .plate6-main .main-box .box-right .right-item:first-of-type {
    padding-bottom: 23px;
    margin-bottom: 18px;
    border-bottom: solid 1px #e6ebf0;
  }
  .container .cont-plate6 .plate6-main .main-box .box-right .right-item .item-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 0 13px;
  }
  .container .cont-plate6 .plate6-main .main-box .box-right .right-item .item-time .time-heng {
    width: 36px;
    height: 2px;
    margin-right: 8px;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
  }
  .container .cont-plate6 .plate6-main .main-box .box-right .right-item .item-time .time-text {
    font-size: 16px;
    color: #164e88;
  }
  .container .cont-plate6 .plate6-main .main-box .box-right .right-item .item-title {
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    color: #1c1d21;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-main .main-box .box-right .right-item .item-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #747787;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate6 .plate6-main .main-box .box-right .right-item:hover .item-title {
    color: #164E88;
  }
  .container .cont-plate6 .plate6-main .main-botton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0.8rem;
    font-size: 12px;
    font-weight: 290;
    color: #164E88;
  }
  .container .cont-plate6 .plate6-main .main-botton img {
    width: 7px;
    height: 11px;
    margin-left: 11px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-main .main-botton:hover img {
    transform: translateX(0.1rem);
    -o-transform: translateX(0.1rem);
    -moz-transform: translateX(0.1rem);
    -webkit-transform: translateX(0.1rem);
  }
  .container .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 13.72rem;
    height: auto;
    background: #000;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    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;
  }
  .container .cont-popup .popup-icon {
    position: absolute;
    top: -50px;
    right: -10px;
    width: 30px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .container .cont-popup video {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .price {
    width: 100%;
    height: auto;
  }
  .price .price-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.4rem auto 0;
    padding: 0 0.3rem;
  }
  .price .price-plate1 .plate1-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0.42rem 0.32rem 0.46rem;
    margin-bottom: 40px;
    border: solid 1px #ecedee;
    border-radius: 4px;
  }
  .price .price-plate1 .plate1-item:last-of-type {
    margin-bottom: 0;
  }
  .price .price-plate1 .plate1-item .item-top {
    width: 100%;
    height: auto;
  }
  .price .price-plate1 .plate1-item .item-top .top-title {
    font-size: 24px;
    text-align: center;
    color: #1c1d21;
  }
  .price .price-plate1 .plate1-item .item-top .top-text {
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
    font-size: 18px;
    text-align: center;
    color: #747787;
    border-bottom: solid 1px #164e88;
  }
  .price .price-plate1 .plate1-item .item-top .top-cent {
    width: 100%;
    height: auto;
    margin: 0.3rem auto 0.45rem;
  }
  .price .price-plate1 .plate1-item .item-top .top-cent .cent-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.32rem;
  }
  .price .price-plate1 .plate1-item .item-top .top-cent .cent-row:last-of-type {
    margin-bottom: 0;
  }
  .price .price-plate1 .plate1-item .item-top .top-cent .cent-row .row-title {
    font-size: 16px;
    color: #1c1d21;
  }
  .price .price-plate1 .plate1-item .item-top .top-cent .cent-row .row-text {
    font-size: 14px;
    color: #747787;
  }
  .price .price-plate1 .plate1-item .item-top .top-cent .cent-row .row-right {
    font-size: 0.28rem;
    color: #1c1d21;
  }
  .price .price-plate1 .plate1-item .item-top .top-cent .cent-row .row-right img {
    width: 16px;
  }
  .price .price-plate1 .plate1-item .item-bottom {
    width: 100%;
    height: auto;
  }
  .price .price-plate1 .plate1-item .item-bottom .bottom-price {
    font-size: 48px;
    text-align: center;
    color: #164e88;
  }
  .price .price-plate1 .plate1-item .item-bottom .bottom-price span {
    font-size: 18px;
  }
  .price .price-plate1 .plate1-item .item-bottom .bottom-botton {
    display: block;
    width: 100%;
    height: 1rem;
    margin: 0.46rem 0 0.3rem;
    font-size: 16px;
    text-align: center;
    line-height: 1rem;
    color: #ffffff;
    border-radius: 0.6rem;
    background: #164e88;
  }
  .price .price-plate1 .plate1-item .item-bottom .bottom-botton:hover {
    background: #0861be;
  }
  .price .price-plate1 .plate1-item .item-bottom .bottom-text {
    margin-top: 0.3rem;
    font-size: 14px;
    text-align: center;
    color: #747787;
  }
  .price .price-plate1 .plate1-item .item-bottom .bottom-text span {
    color: #164e88;
  }
  .price .price-plate2 {
    width: 100%;
    height: auto;
    margin: 60px auto 0;
    background-image: none !important;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #f7f9fc;
  }
  .price .price-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem 0.5rem;
  }
  .price .price-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
    padding-top: 60px;
  }
  .price .price-plate2 .plate2-main .main-cent .cent-title {
    font-size: 24px;
    font-weight: bold;
    color: #1c1d21;
  }
  .price .price-plate2 .plate2-main .main-cent .cent-subtitle {
    margin: 0.3rem 0 0.5rem;
    font-size: 0.3rem;
    color: #1c1d21;
  }
  .price .price-plate2 .plate2-main .main-cent .cent-text {
    position: relative;
    padding-left: 12px;
    margin-top: 0.28rem;
    font-size: 14px;
    color: #747787;
  }
  .price .price-plate2 .plate2-main .main-cent .cent-text::before {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 6px;
    height: 10px;
    background: url(../images/icon/icon-price-plate2-arrow.png) no-repeat center;
    background-size: 100%;
  }
  .price .price-plate2 .plate2-main .main-cent .cent-botton {
    display: none;
    width: 200px;
    height: 48px;
    margin-top: 96px;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    border-radius: 45px;
    background: #164e88;
  }
  .price .price-plate2 .plate2-main .main-cent .cent-botton:hover {
    background: #0861be;
  }
  .price .price-plate2 .plate2-main .main-pic {
    width: 405px;
    height: auto;
    padding-top: 67px;
  }
  .price .price-plate2 .plate2-main .main-pic img {
    width: 100%;
  }
  .price .price-plate2 .plate2-main .main-pic .pc-pic {
    display: none;
  }
  .price .price-plate2 .plate2-main .main-pic .web-pic {
    display: block;
  }
  .price .price-plate2 .plate2-main .main-botton {
    display: block;
    width: 200px;
    height: 48px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    border-radius: 45px;
    background: #164e88;
  }
  .price .price-plate2 .plate2-main .main-botton:hover {
    background: #0861be;
  }
  .price .price-plate3 {
    width: 100%;
    height: auto;
    margin: 80px auto;
    padding: 0 0.3rem;
  }
  .price .price-plate3 .plate3-title {
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
    color: #1c1d21;
  }
  .price .price-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin-top: 33px;
  }
  .price .price-plate3 .plate3-main .main-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.42rem;
    border-bottom: solid 1px #ecedee;
  }
  .price .price-plate3 .plate3-main .main-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 0.4rem;
    cursor: pointer;
  }
  .price .price-plate3 .plate3-main .main-item .item-top .top-title {
    width: auto;
    font-size: 0.3rem;
    color: #1c1d21;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .price .price-plate3 .plate3-main .main-item .item-top .top-icon {
    position: relative;
    width: 11px;
    height: 7px;
  }
  .price .price-plate3 .plate3-main .main-item .item-top .top-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;
  }
  .price .price-plate3 .plate3-main .main-item .item-top .top-icon .img2 {
    opacity: 0;
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .price .price-plate3 .plate3-main .main-item .item-top-active .top-title {
    color: #164e88;
  }
  .price .price-plate3 .plate3-main .main-item .item-top-active .top-icon .img1 {
    opacity: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .price .price-plate3 .plate3-main .main-item .item-top-active .top-icon .img2 {
    opacity: 1;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .price .price-plate3 .plate3-main .main-item .item-cent {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.42rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #747787;
  }
  .price .price-plate4 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 0.8rem;
    margin: 0;
    background: linear-gradient(180deg, #FFFFFF, #F7F9FC);
  }
  .price .price-plate4 .plate4-title {
    font-size: 0.46rem;
    text-align: center;
    color: #1c1d21;
  }
  .price .price-plate4 .plate4-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin: 33px auto 0;
  }
  .price .price-plate4 .plate4-main::before {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 1px;
    width: 2px;
    height: calc(100% - 0.2rem);
    background: #ecedee;
  }
  .price .price-plate4 .plate4-main .main-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0 0 0.36rem;
  }
  .price .price-plate4 .plate4-main .main-item:last-of-type {
    padding: 0;
  }
  .price .price-plate4 .plate4-main .main-item .item-icon {
    width: 0.4rem;
    height: auto;
    margin: 0 0;
    transform: translate(-40%, -0.04rem);
    -o-transform: translate(-40%, -0.04rem);
    -moz-transform: translate(-40%, -0.04rem);
    -webkit-transform: translate(-40%, -0.04rem);
  }
  .price .price-plate4 .plate4-main .main-item .item-icon img {
    width: 100%;
  }
  .price .price-plate4 .plate4-main .main-item .item-title {
    width: 23%;
    margin: 0;
    padding-right: 12px;
    font-size: 0.32rem;
    text-align: left;
    color: #1c1d21;
  }
  .price .price-plate4 .plate4-main .main-item .item-text {
    width: 72%;
    padding-top: 0.01rem;
    font-size: 0.28rem;
    text-align: left;
    line-height: 0.42rem;
    color: #747787;
  }
  .price .price-plate5 {
    width: 100%;
    height: auto;
    margin: 1.6rem auto;
    padding: 0 0.3rem;
  }
  .price .price-plate5 .plate5-title {
    padding: 0 1.2rem;
    font-size: 0.46rem;
    text-align: center;
    color: #1c1d21;
  }
  .price .price-plate5 .plate5-text {
    margin-top: 0.32rem;
    font-size: 0.3rem;
    text-align: center;
    color: #747787;
  }
  .price .price-plate5 .plate5-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .price .price-plate5 .plate5-main .main-item {
    width: calc(100% / 2 - 0.15rem);
    height: auto;
    margin-left: 0;
    margin-bottom: 0.3rem;
    padding: 0.2rem 0.2rem 0.4rem;
  }
  .price .price-plate5 .plate5-main .main-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .price .price-plate5 .plate5-main .main-item .item-pic {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .price .price-plate5 .plate5-main .main-item .item-pic img {
    max-width: 100%;
    width: auto;
  }
  .price .price-plate5 .plate5-main .main-item .item-title {
    margin-top: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    text-align: center;
    color: #747787;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .contact .contact-main {
    width: 100%;
    height: auto;
    margin: 0.6rem auto 0;
  }
  .contact .contact-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .contact .contact-main .main-top .top-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    padding: 0.32rem 0.25rem;
    border: solid 1px #ecedee;
    border-radius: 4px;
  }
  .contact .contact-main .main-top .top-item .item-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .main-top .top-item .item-icon img {
    width: 100%;
  }
  .contact .contact-main .main-top .top-item .item-title {
    margin: 0.3rem 0 0.25rem;
    font-size: 0.28rem;
    text-align: center;
    color: #1c1d21;
  }
  .contact .contact-main .main-top .top-item .item-text {
    font-size: 0.26rem;
    text-align: center;
    color: #1c1d21;
  }
  .contact .contact-main .main-map {
    width: 100%;
    height: 240px;
    margin: 0.82rem 0 0;
  }
  .contact .contact-main .main-map img {
    width: auto;
    height: 100%;
  }
  .message {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .message .message-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 40px auto 1.6rem;
    padding: 0 0.3rem;
  }
  .message .message-main .main-left {
    width: 100%;
    height: auto;
  }
  .message .message-main .main-left .left-title {
    font-size: 32px;
    text-align: center;
    color: #1c1d21;
  }
  .message .message-main .main-left .left-pic {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 72px;
  }
  .message .message-main .main-left .left-pic img {
    width: 100%;
  }
  .message .message-main .main-left .left-bottom {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 110px;
  }
  .message .message-main .main-left .left-bottom .bottom-title {
    font-size: 14px;
    color: #1c1d21;
  }
  .message .message-main .main-left .left-bottom .bottom-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 26px;
  }
  .message .message-main .main-left .left-bottom .bottom-list .list-text {
    margin-right: 30px;
    font-size: 14px;
    color: #747787;
  }
  .message .message-main .main-left .left-bottom .bottom-list .list-text img {
    width: 20px;
    margin-top: -4px;
  }
  .message .message-main .main-right {
    width: 100%;
    height: auto;
  }
  .message .message-main .main-right .right-title {
    display: none;
  }
  .message .message-main .main-right .right-web-title {
    display: block;
    margin-top: 21px;
    font-size: 0.28rem;
    text-align: center;
    color: #1c1d21;
  }
  .message .message-main .main-right .right-form {
    width: 100%;
    height: auto;
    margin: 0.8rem 0 0.32rem;
  }
  .message .message-main .main-right .right-form .form-item {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .message .message-main .main-right .right-form .form-item .item-title {
    font-size: 0.26rem;
    color: #1c1d21;
  }
  .message .message-main .main-right .right-form .form-item .item-title span {
    color: #ff2d2d;
  }
  .message .message-main .main-right .right-form .form-item .item-title em {
    color: #a1a8b5;
  }
  .message .message-main .main-right .right-form .form-item input {
    width: 100%;
    height: 0.9rem;
    padding: 0 16px;
    margin-top: 0.24rem;
    font-size: 0.26rem;
    color: #a1a8b5;
    border: solid 1px #ecedee;
    border-radius: 4px;
    background: #ffffff;
  }
  .message .message-main .main-right .right-form .form-item input::placeholder {
    font-size: 14px;
    color: #a1a8b5;
  }
  .message .message-main .main-right .right-form .form-item input:focus {
    border: solid 1px #164e88;
  }
  .message .message-main .main-right .right-form .form-item .item-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .message .message-main .main-right .right-form .form-item .item-select:last-child {
    margin-bottom: 0;
  }
  .message .message-main .main-right .right-form .form-item .item-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 11px;
    height: 7px;
    background: url(../images/icon/icon-contact-form-arrow.png) no-repeat center center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .message .message-main .main-right .right-form .form-item .item-select select {
    width: 100%;
    height: 0.9rem;
    padding-left: 0.18rem;
    font-size: 14px;
    color: #a1a8b5;
    border: solid 1px #ecedee;
    border-radius: 4px;
    background: none;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .message .message-main .main-right .right-form .form-item .item-select select option:first-of-type {
    display: none;
  }
  .message .message-main .main-right .right-form .form-item .item-select select:focus {
    border: solid 1px #164e88;
  }
  .message .message-main .main-right .right-form .form-item .item-choice {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 14px;
  }
  .message .message-main .main-right .right-form .form-item .item-choice input[type="radio"],
  .message .message-main .main-right .right-form .form-item .item-choice input[type="checkbox"] {
    display: none;
  }
  .message .message-main .main-right .right-form .form-item .item-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0.52rem;
    margin-bottom: 0.3rem;
    font-size: 0.26rem;
    color: #1c1d21;
    cursor: pointer;
  }
  .message .message-main .main-right .right-form .form-item .item-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 2px;
    background: #ebebeb;
  }
  .message .message-main .main-right .right-form .form-item .item-choice .choice-item span img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .message .message-main .main-right .right-form .form-item .item-choice input:checked + label .choice-item span {
    background: #15be53;
  }
  .message .message-main .main-right .right-form .form-item .item-choice input:checked + label .choice-item span img {
    opacity: 1;
  }
  .message .message-main .main-right .right-botton {
    display: block;
    width: 100%;
    height: 1rem;
    margin-top: 36px;
    font-size: 0.28rem;
    line-height: 1rem;
    text-align: center;
    color: #ffffff;
    border-radius: 0.65rem;
    background: #164e88;
  }
  .message .message-main .main-web-bottom {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: solid 1px #ecedee;
  }
  .message .message-main .main-web-bottom .bottom-title {
    font-size: 0.26rem;
    text-align: center;
    color: #1c1d21;
  }
  .message .message-main .main-web-bottom .bottom-item {
    width: 100%;
    height: auto;
    margin-top: 0.36rem;
  }
  .message .message-main .main-web-bottom .bottom-item .item-icon {
    width: 40px;
    height: auto;
    margin: 0 auto;
  }
  .message .message-main .main-web-bottom .bottom-item .item-icon img {
    width: 100%;
  }
  .message .message-main .main-web-bottom .item-title {
    margin-top: 0.12rem;
    font-size: 0.26rem;
    text-align: center;
    color: #747787;
  }
  .product {
    width: 100%;
    height: auto;
    background: url(../images/bg2.png) top no-repeat, url(../images/bg2.png) center 2143px no-repeat;
    background-size: 100%;
  }
  .product .product-plate1 {
    width: 100%;
    height: auto;
    margin: 48px auto;
    padding: 0 0.3rem;
  }
  .product .product-plate1 .plate1-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product .product-plate1 .plate1-English {
    margin-top: 4px;
    font-size: 0.34rem;
    text-align: center;
    color: #164e88;
  }
  .product .product-plate1 .plate1-text {
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #747787;
  }
  .product .product-plate1 .plate1-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.48rem;
  }
  .product .product-plate1 .plate1-list .list-item {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 18px;
    margin: 0 0 0.2rem;
    font-size: 16px;
    color: #1c1d21;
  }
  .product .product-plate1 .plate1-list .list-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product .product-plate1 .plate1-list .list-icon {
    position: absolute;
    top: -5rem;
    left: 0;
    width: 0.8rem;
  }
  .product .product-plate1 .plate1-list .list-icon img {
    width: 100%;
  }
  .product .product-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .product .product-plate1 .plate1-pic img {
    width: 100%;
  }
  .product2 {
    width: 100%;
    height: auto;
    background: url(../images/bg2.png) top no-repeat, url(../images/bg2.png) center 2143px no-repeat;
    background-size: 100%;
  }
  .product2 .product-main {
    width: 100%;
    height: auto;
    margin: 1.2rem auto 1.8rem;
    padding: 0 0.3rem;
  }
  .product2 .product-main .main-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product2 .product-main .main-text {
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: left;
    color: #747787;
  }
  .product2 .product-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .product2 .product-main .main-pic img {
    width: 100%;
  }
  .product2 .product-main .main-box {
    display: none;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product2 .product-main .main-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 95px;
    width: 56px;
    height: 56px;
    background: url(../images/icon/icon-product-pic1.png) no-repeat center;
    background-size: 100%;
  }
  .product2 .product-main .main-box::after {
    content: '';
    position: absolute;
    bottom: -48px;
    left: 410px;
    width: 48px;
    height: 48px;
    background: url(../images/icon/icon-product-pic2.png) no-repeat center;
    background-size: 100%;
  }
  .product2 .product-main .main-box .box-right {
    position: relative;
    width: 690px;
    height: auto;
  }
  .product2 .product-main .main-box .box-right .right-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
  }
  .product2 .product-main .main-box .box-right .right-pic img {
    width: 100%;
  }
  .product2 .product-main .main-box .box-right .right-pic-active {
    position: static;
    opacity: 1;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
  }
  .product2 .product-main .main-box .box-list {
    width: 400px;
    height: auto;
    padding-top: 80px;
  }
  .product2 .product-main .main-box .box-list .list-lump {
    width: 100%;
    height: auto;
    padding: 24px 32px 24px 64px;
    margin-bottom: 4px;
    opacity: 0.72;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-main .main-box .box-list .list-lump .lump-title {
    position: relative;
    font-size: 20px;
    color: #1c1d21;
  }
  .product2 .product-main .main-box .box-list .list-lump .lump-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -32px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product2 .product-main .main-box .box-list .list-lump .lump-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #747787;
  }
  .product2 .product-main .main-box .box-list .list-lump-active {
    opacity: 1;
    background: #eef2f8;
  }
  .product2 .product-main .main-web-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .product2 .product-main .main-web-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product2 .product-main .main-web-box .box-item::before {
    content: '';
    position: absolute;
    top: 1.2rem;
    right: 0.2rem;
    width: 19px;
    height: 19px;
    background: url(../images/icon/icon-product-pic1.png) no-repeat center;
    background-size: 100%;
  }
  .product2 .product-main .main-web-box .box-item::after {
    content: '';
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/icon/icon-product-pic2.png) no-repeat center;
    background-size: 100%;
  }
  .product2 .product-main .main-web-box .box-item:nth-child(even)::after,
  .product2 .product-main .main-web-box .box-item:nth-child(even)::before {
    display: none;
  }
  .product2 .product-main .main-web-box .box-item .item-top {
    width: 100%;
    height: auto;
    padding-left: 18px;
  }
  .product2 .product-main .main-web-box .box-item .item-top .top-title {
    position: relative;
    font-size: 18px;
    color: #1c1d21;
  }
  .product2 .product-main .main-web-box .box-item .item-top .top-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product2 .product-main .main-web-box .box-item .item-top .top-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 0.42rem;
    color: #747787;
  }
  .product2 .product-main .main-web-box .box-item .item-pic {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .product2 .product-main .main-web-box .box-item .item-pic img {
    width: 100%;
  }
  .product3 {
    width: 100%;
    height: auto;
    background: url(../images/bg2.png) top no-repeat;
    background-size: 100%;
  }
  .product3 .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto 1.88rem;
    padding: 0 0.3rem;
  }
  .product3 .product-main .main-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 1.2rem 0 0;
  }
  .product3 .product-main .main-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product3 .product-main .main-plate1 .plate1-pic img {
    width: 100%;
  }
  .product3 .product-main .main-plate1 .plate1-cent {
    width: 100%;
    height: auto;
  }
  .product3 .product-main .main-plate1 .plate1-cent .cent-title {
    padding: 0 0.5rem;
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product3 .product-main .main-plate1 .plate1-cent .cent-text {
    margin-top: 0.46rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #747787;
  }
  .product3 .product-main .main-module {
    position: relative;
    width: 100%;
    height: auto;
    margin: 2rem 0 0;
  }
  .product3 .product-main .main-module .module-title {
    padding: 0 0.5rem;
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product3 .product-main .main-module .module-text {
    width: 100%;
    margin: 0.42rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #747787;
  }
  .product3 .product-main .main-module .module-pic {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product3 .product-main .main-module .module-pic img {
    width: 100%;
  }
  .product3 .product-main .main-module .module-icon1 {
    position: absolute;
    bottom: 0;
    left: 34px;
    width: 48px;
    height: 48px;
  }
  .product3 .product-main .main-module .module-icon1 img {
    width: 100%;
  }
  .product3 .product-main .main-module .module-icon2 {
    position: absolute;
    bottom: 71px;
    left: -134px;
    width: 32px;
    height: 32px;
  }
  .product3 .product-main .main-module .module-icon2 img {
    width: 100%;
  }
  .product3 .product-main .main-plate2 {
    display: block;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 2rem 0 0;
  }
  .product3 .product-main .main-plate2 .plate2-pic {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product3 .product-main .main-plate2 .plate2-pic img {
    width: 100%;
  }
  .product3 .product-main .main-plate2 .plate2-cent {
    width: 100%;
    height: auto;
  }
  .product3 .product-main .main-plate2 .plate2-cent .cent-title {
    padding: 0 0.5rem;
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product3 .product-main .main-plate2 .plate2-cent .cent-text {
    margin-top: 0.46rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #747787;
  }
  .product4 {
    width: 100%;
    height: auto;
    background: url(../images/bg2.png) top no-repeat, url(../images/bg2.png) center 2143px no-repeat;
    background-size: 100%;
  }
  .product4 .product-plate1 {
    width: 100%;
    height: auto;
    margin: 1.2rem auto 1.8rem;
    padding: 0 0.3rem;
  }
  .product4 .product-plate1 .plate1-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product4 .product-plate1 .plate1-text {
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: left;
    color: #747787;
  }
  .product4 .product-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .product4 .product-plate1 .plate1-pic img {
    width: 100%;
  }
  .product4 .product-plate2 {
    width: 100%;
    height: auto;
    margin: 0 auto 2rem;
    padding: 0 0.3rem;
  }
  .product4 .product-plate2 .plate2-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product4 .product-plate2 .plate2-text {
    display: block;
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: left;
    color: #747787;
  }
  .product4 .product-plate2 .plate2-top {
    display: none;
  }
  .product4 .product-plate2 .plate2-main {
    display: none;
  }
  .product4 .product-plate2 .plate2-web-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .product4 .product-plate2 .plate2-web-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product4 .product-plate2 .plate2-web-box .box-item .item-top {
    width: 100%;
    height: auto;
    padding-left: 18px;
  }
  .product4 .product-plate2 .plate2-web-box .box-item .item-top .top-title {
    position: relative;
    font-size: 18px;
    color: #1c1d21;
  }
  .product4 .product-plate2 .plate2-web-box .box-item .item-top .top-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product4 .product-plate2 .plate2-web-box .box-item .item-top .top-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 0.42rem;
    color: #747787;
  }
  .product4 .product-plate2 .plate2-web-box .box-item .item-pic {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .product4 .product-plate2 .plate2-web-box .box-item .item-pic img {
    width: 100%;
  }
  .product5 {
    width: 100%;
    height: auto;
    margin-top: -1.45rem;
    background: url(../images/bg2.png) top no-repeat, url(../images/bg2.png) center 2143px no-repeat;
    background-size: 100%;
  }
  .product5 .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto 2rem;
    padding: 0 0.3rem;
  }
  .product5 .product-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
  }
  .product5 .product-main .main-video .hidden-box {
    width: 100%;
    height: 100%;
  }
  .product5 .product-main .main-video .hidden-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product5 .product-main .main-video .hidden-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product5 .product-main .main-video .hidden-box .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: auto;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product5 .product-main .main-video .hidden-box .icon-box img {
    width: 100%;
    z-index: 3;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product5 .product-main .main-video .hidden-box .icon-box:hover img {
    transform: scale(0.9, 0.9) translateZ(0);
    -o-transform: scale(0.9, 0.9) translateZ(0);
    -moz-transform: scale(0.9, 0.9) translateZ(0);
    -webkit-transform: scale(0.9, 0.9 translateZ(0));
  }
  .product5 .product-main .main-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .product5 .product-main .main-video .video-box video {
    width: 100%;
    height: auto;
  }
  .product5 .product-main .main-item {
    width: 100%;
    height: auto;
    margin: 2rem 0 0;
  }
  .product5 .product-main .main-item .item-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product5 .product-main .main-item .item-text {
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: left;
    color: #747787;
  }
  .product5 .product-main .main-item .item-box {
    display: block;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .product5 .product-main .main-item .item-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .product5 .product-main .main-item .item-box .box-pic img {
    width: 100%;
  }
  .product5 .product-main .main-item .item-box .box-list {
    width: 100%;
    height: auto;
  }
  .product5 .product-main .main-item .item-box .box-list .list-lump {
    width: 100%;
    height: auto;
    padding: 0.24rem 0 0 18px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product5 .product-main .main-item .item-box .box-list .list-lump .lump-title {
    position: relative;
    font-size: 14px;
    color: #1c1d21;
  }
  .product5 .product-main .main-item .item-box .box-list .list-lump .lump-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product5 .product-main .main-item .item-box .box-list .list-lump .lump-text {
    margin-top: 0.16rem;
    font-size: 12px;
    line-height: 0.42rem;
    color: #747787;
  }
  .product5 .product-main .main-item:nth-child(odd) .item-box {
    flex-direction: row-reverse;
  }
  .product6 {
    width: 100%;
    height: auto;
    margin-top: 120px;
    background: url(../images/bg2.png) top;
  }
  .product6 .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .product6 .product-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 48px;
  }
  .product6 .product-main .main-item .item-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product6 .product-main .main-item .item-text {
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: left;
    color: #747787;
  }
  .product6 .product-main .main-item .item-box {
    display: block;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 48px;
  }
  .product6 .product-main .main-item .item-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .product6 .product-main .main-item .item-box .box-pic img {
    width: 100%;
  }
  .product6 .product-main .main-item .item-box .box-list {
    width: 100%;
    height: auto;
  }
  .product6 .product-main .main-item .item-box .box-list .list-title {
    margin-bottom: 0.32rem;
    font-size: 0.38rem;
    text-align: center;
    color: #164e88;
  }
  .product6 .product-main .main-item .item-box .box-list .list-lump {
    width: 100%;
    height: auto;
    padding: 0.24rem 0 0 18px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product6 .product-main .main-item .item-box .box-list .list-lump .lump-title {
    position: relative;
    font-size: 14px;
    color: #1c1d21;
  }
  .product6 .product-main .main-item .item-box .box-list .list-lump .lump-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product6 .product-main .main-item .item-box .box-list .list-lump .lump-text {
    margin-top: 0.16rem;
    font-size: 12px;
    line-height: 0.42rem;
    color: #747787;
  }
  .product6 .product-main .main-item .item-icon {
    position: absolute;
    bottom: -0.5rem;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
  }
  .product6 .product-main .main-item .item-icon img {
    width: 100%;
  }
  .product6 .product-main .main-item .item-icon2 {
    position: absolute;
    bottom: -1.3rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
  }
  .product6 .product-main .main-item .item-icon2 img {
    width: 100%;
  }
  .product6 .product-main .main-item:nth-child(odd) .item-box {
    flex-direction: row-reverse;
  }
  .product7 {
    width: 100%;
    height: auto;
    margin-top: 120px;
    background: url(../images/bg2.png) top;
  }
  .product7 .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .product7 .product-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 48px;
  }
  .product7 .product-main .main-item .item-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product7 .product-main .main-item .item-text {
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: left;
    color: #747787;
  }
  .product7 .product-main .main-item .item-box {
    display: block;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 48px;
  }
  .product7 .product-main .main-item .item-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .product7 .product-main .main-item .item-box .box-pic img {
    width: 100%;
  }
  .product7 .product-main .main-item .item-box .box-list {
    width: 100%;
    height: auto;
  }
  .product7 .product-main .main-item .item-box .box-list .list-title {
    margin-bottom: 0.32rem;
    font-size: 0.38rem;
    text-align: center;
    color: #164e88;
  }
  .product7 .product-main .main-item .item-box .box-list .list-lump {
    width: 100%;
    height: auto;
    padding: 0.24rem 0 0 18px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product7 .product-main .main-item .item-box .box-list .list-lump .lump-title {
    position: relative;
    font-size: 14px;
    color: #1c1d21;
  }
  .product7 .product-main .main-item .item-box .box-list .list-lump .lump-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product7 .product-main .main-item .item-box .box-list .list-lump .lump-text {
    margin-top: 0.16rem;
    font-size: 12px;
    line-height: 0.42rem;
    color: #747787;
  }
  .product7 .product-main .main-item .item-icon {
    position: absolute;
    bottom: -0.6rem;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
  }
  .product7 .product-main .main-item .item-icon img {
    width: 100%;
  }
  .product7 .product-main .main-item:nth-child(odd) .item-box {
    flex-direction: row-reverse;
  }
  .product8 {
    width: 100%;
    height: auto;
    margin-top: 120px;
    background: url(../images/bg2.png) top no-repeat;
  }
  .product8 .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto 2.14rem;
    padding: 0 0.3rem;
  }
  .product8 .product-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 48px;
  }
  .product8 .product-main .main-item .item-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product8 .product-main .main-item .item-text {
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: left;
    color: #747787;
  }
  .product8 .product-main .main-item .item-box {
    display: block;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 48px;
  }
  .product8 .product-main .main-item .item-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .product8 .product-main .main-item .item-box .box-pic img {
    width: 100%;
  }
  .product8 .product-main .main-item .item-box .box-list {
    width: 100%;
    height: auto;
  }
  .product8 .product-main .main-item .item-box .box-list .list-title {
    margin-bottom: 0.32rem;
    font-size: 0.38rem;
    text-align: center;
    color: #164e88;
  }
  .product8 .product-main .main-item .item-box .box-list .list-lump {
    width: 100%;
    height: auto;
    padding: 0.24rem 0 0 18px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product8 .product-main .main-item .item-box .box-list .list-lump .lump-title {
    position: relative;
    font-size: 14px;
    color: #1c1d21;
  }
  .product8 .product-main .main-item .item-box .box-list .list-lump .lump-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product8 .product-main .main-item .item-box .box-list .list-lump .lump-text {
    margin-top: 0.16rem;
    font-size: 12px;
    line-height: 0.42rem;
    color: #747787;
  }
  .product8 .product-main .main-item .item-icon {
    position: absolute;
    bottom: -0.6rem;
    left: 0;
    width: 19px;
    height: 19px;
  }
  .product8 .product-main .main-item .item-icon img {
    width: 100%;
  }
  .product8 .product-main .main-item:nth-child(odd) .item-box {
    flex-direction: row-reverse;
  }
  .product8 .product-main .main-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
    margin-top: 100px;
  }
  .product8 .product-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.52rem;
  }
  .product8 .product-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
    padding: 0.5rem 0.3rem;
    border-radius: 8px;
    background: #f7f9fc url(../images/solution/plate1-bg.png) no-repeat;
    background-size: cover;
  }
  .product8 .product-main .main-box .box-item .item-icon {
    width: 0.8rem;
    margin: 0 auto;
  }
  .product8 .product-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .product8 .product-main .main-box .box-item .item-title {
    margin: 0.3rem 0 0.25rem;
    font-size: 0.34rem;
    text-align: center;
    color: #1c1d21;
  }
  .product8 .product-main .main-box .box-item .item-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: #747787;
  }
  .product8 .product-main .main-button {
    display: block;
    width: 3.4rem;
    height: 0.8rem;
    margin: 0.2rem auto 0;
    font-size: 0.28rem;
    line-height: 0.8rem;
    text-align: center;
    color: #ffffff;
    border-radius: 0.56rem;
    background: #164e88;
  }
  .product9 {
    width: 100%;
    height: auto;
    margin-top: 0;
    background: url(../images/bg2.png) 0 10.5rem no-repeat;
    background-size: 100%;
  }
  .product9 .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto 2rem;
    padding: 0 0.3rem;
  }
  .product9 .product-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 100px;
  }
  .product9 .product-main .main-item .item-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product9 .product-main .main-item .item-text {
    width: 100%;
    margin: 26px auto 0;
    font-size: 14px;
    line-height: 0.46rem;
    text-align: left;
    color: #747787;
  }
  .product9 .product-main .main-item .item-pic {
    width: 100%;
    height: auto;
    margin-top: 32px;
  }
  .product9 .product-main .main-item .item-pic img {
    width: 100%;
  }
  .product9 .product-main .main-item .item-button {
    display: block;
    width: 3.4rem;
    height: 0.8rem;
    margin: 32px auto 0;
    font-size: 0.28rem;
    line-height: 0.8rem;
    text-align: center;
    color: #ffffff;
    border-radius: 0.56rem;
    background: #164e88;
  }
  .product9 .product-main .main-item .item-cont {
    display: none;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 80px;
  }
  .product9 .product-main .main-item .item-cont::before {
    content: '';
    position: absolute;
    top: -100px;
    right: 95px;
    width: 56px;
    height: 56px;
    background: url(../images/icon/icon-product-pic1.png) no-repeat center;
    background-size: 100%;
  }
  .product9 .product-main .main-item .item-cont .cont-right {
    position: relative;
    width: 690px;
    height: auto;
  }
  .product9 .product-main .main-item .item-cont .cont-right .right-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
  }
  .product9 .product-main .main-item .item-cont .cont-right .right-pic img {
    width: 100%;
  }
  .product9 .product-main .main-item .item-cont .cont-right .right-pic-active {
    position: static;
    opacity: 1;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
  }
  .product9 .product-main .main-item .item-cont .cont-list {
    width: 400px;
    height: auto;
    padding-top: 80px;
  }
  .product9 .product-main .main-item .item-cont .cont-list .list-lump {
    width: 100%;
    height: auto;
    padding: 24px 32px 24px 64px;
    margin-bottom: 4px;
    opacity: 0.72;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product9 .product-main .main-item .item-cont .cont-list .list-lump .lump-title {
    position: relative;
    font-size: 20px;
    color: #1c1d21;
  }
  .product9 .product-main .main-item .item-cont .cont-list .list-lump .lump-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -32px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #b4d0ee;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product9 .product-main .main-item .item-cont .cont-list .list-lump .lump-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #747787;
  }
  .product9 .product-main .main-item .item-cont .cont-list .list-lump-active {
    opacity: 1;
    background: #eef2f8;
  }
  .product9 .product-main .main-item .item-cont .cont-list .list-lump-active .lump-title::before {
    background: linear-gradient(-45deg, #16A3FF, #164E88);
  }
  .product9 .product-main .main-item .item-web-cont {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .product9 .product-main .main-item .item-web-cont::before {
    content: '';
    position: absolute;
    top: -4.5rem;
    right: -0.1rem;
    width: 19px;
    height: 19px;
    background: url(../images/icon/icon-product-pic1.png) no-repeat center;
    background-size: 100%;
  }
  .product9 .product-main .main-item .item-web-cont .cont-item {
    width: 100%;
    height: auto;
    margin-top: 48px;
  }
  .product9 .product-main .main-item .item-web-cont .cont-item:first-of-type {
    margin-top: 58px;
  }
  .product9 .product-main .main-item .item-web-cont .cont-item .item-top {
    width: 100%;
    height: auto;
    padding-left: 18px;
  }
  .product9 .product-main .main-item .item-web-cont .cont-item .item-top .top-title {
    position: relative;
    font-size: 18px;
    color: #1c1d21;
  }
  .product9 .product-main .main-item .item-web-cont .cont-item .item-top .top-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product9 .product-main .main-item .item-web-cont .cont-item .item-top .top-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 0.42rem;
    color: #747787;
  }
  .product9 .product-main .main-item .item-web-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .product9 .product-main .main-item .item-web-cont .cont-item .item-pic img {
    width: 100%;
  }
  .product9 .product-main .main-item .item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 80px;
  }
  .product9 .product-main .main-item .item-box .box-pic {
    width: 750px;
    height: auto;
  }
  .product9 .product-main .main-item .item-box .box-pic img {
    width: 100%;
  }
  .product9 .product-main .main-item .item-box .box-list {
    width: 336px;
    height: auto;
  }
  .product9 .product-main .main-item .item-box .box-list .list-title {
    margin-bottom: 19px;
    font-weight: bold;
    font-size: 28px;
    color: #164e88;
  }
  .product9 .product-main .main-item .item-box .box-list .list-lump {
    width: 100%;
    height: auto;
    padding: 24px 0 0 32px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product9 .product-main .main-item .item-box .box-list .list-lump .lump-title {
    position: relative;
    font-size: 20px;
    color: #1c1d21;
  }
  .product9 .product-main .main-item .item-box .box-list .list-lump .lump-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -32px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product9 .product-main .main-item .item-box .box-list .list-lump .lump-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #747787;
  }
  .product9 .product-main .main-item .item-icon {
    position: absolute;
    bottom: -158px;
    right: -112px;
    width: 100px;
    height: 100px;
  }
  .product9 .product-main .main-item .item-icon img {
    width: 100%;
  }
  .product9 .product-main .main-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .product9 .product-main .main-text {
    width: 100%;
    margin: 25px auto 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #747787;
  }
  .product9 .product-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 28px;
    margin-bottom: 100px;
  }
  .product9 .product-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0.5rem 0.3rem;
    border-radius: 8px;
    background: #f7f9fc url(../images/solution/plate1-bg.png) no-repeat;
    background-size: cover;
  }
  .product9 .product-main .main-box .box-item .item-icon {
    width: 0.8rem;
    margin: 0 auto;
  }
  .product9 .product-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .product9 .product-main .main-box .box-item .item-title {
    margin: 0.3rem 0 0.25rem;
    font-size: 0.34rem;
    text-align: center;
    color: #1c1d21;
  }
  .product9 .product-main .main-box .box-item .item-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: #747787;
  }
  .product9 .product-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 28px;
  }
  .product9 .product-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 27px;
  }
  .product9 .product-main .main-cont .cont-item:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .product9 .product-main .main-cont .cont-item .item-pic {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 4px;
    background: #d8d8d8;
    overflow: hidden;
  }
  .product9 .product-main .main-cont .cont-item .item-pic img {
    width: 100%;
  }
  .product9 .product-main .main-cont .cont-item .item-pic span {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto;
    padding: 0 12px;
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.32);
  }
  .product9 .product-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
  .product9 .product-main .main-cont .cont-item .item-cent .cent-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    color: #1c1d21;
  }
  .product9 .product-main .main-cont .cont-item .item-cent .cent-txet {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: justify;
    color: #747787;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .product9 .product-main .main-button {
    display: block;
    width: 200px;
    height: 48px;
    margin: 32px auto 0;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    border-radius: 24px;
    background: #164e88;
  }
  .product9 .product-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 100px;
  }
  .product9 .product-main .main-cent .cent-title {
    margin-bottom: 33px;
    font-size: 24px;
    text-align: center;
    color: #164e88;
    font-weight: bold;
  }
  .product9 .product-main .main-cent .cent-item {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    border-bottom: solid 1px #ecedee;
  }
  .product9 .product-main .main-cent .cent-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 17px;
    cursor: pointer;
  }
  .product9 .product-main .main-cent .cent-item .item-top .top-title {
    width: 90%;
    font-size: 16px;
    color: #1c1d21;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product9 .product-main .main-cent .cent-item .item-top .top-icon {
    position: relative;
    width: 11px;
    height: 7px;
  }
  .product9 .product-main .main-cent .cent-item .item-top .top-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;
  }
  .product9 .product-main .main-cent .cent-item .item-top .top-icon .img2 {
    opacity: 0;
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .product9 .product-main .main-cent .cent-item .item-top-active .top-title {
    color: #164e88;
  }
  .product9 .product-main .main-cent .cent-item .item-top-active .top-icon .img1 {
    opacity: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .product9 .product-main .main-cent .cent-item .item-top-active .top-icon .img2 {
    opacity: 1;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .product9 .product-main .main-cent .cent-item .item-cent {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 26px;
    font-size: 14px;
    line-height: 24px;
    color: #747787;
  }
  .solution {
    width: 100%;
    height: auto;
  }
  .solution .solution-plate1 {
    width: 100%;
    height: auto;
    margin: 1.2rem auto 0;
    padding: 0 0.3rem;
  }
  .solution .solution-plate1 .plate1-title {
    font-size: 24px;
    text-align: center;
    color: #164e88;
  }
  .solution .solution-plate1 .plate1-text {
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #747787;
  }
  .solution .solution-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .solution .solution-plate1 .plate1-main .main-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0.5rem 0.3rem;
    border-radius: 8px;
    background: #f7f9fc url(../images/solution/plate1-bg.png) no-repeat;
    background-size: cover;
  }
  .solution .solution-plate1 .plate1-main .main-item .item-icon {
    width: 0.8rem;
    margin: 0 auto;
  }
  .solution .solution-plate1 .plate1-main .main-item .item-icon img {
    width: 100%;
  }
  .solution .solution-plate1 .plate1-main .main-item .item-title {
    margin: 0.3rem 0 0.25rem;
    font-size: 16px;
    text-align: center;
    color: #1c1d21;
  }
  .solution .solution-plate1 .plate1-main .main-item .item-text {
    font-size: 14px;
    line-height: 0.48rem;
    text-align: center;
    color: #747787;
  }
  .solution .solution-plate2 {
    width: 100%;
    height: auto;
    margin: 52px auto 100px;
    padding: 0 0.3rem;
  }
  .solution .solution-plate2 .plate2-box {
    width: 100%;
    height: auto;
  }
  .solution .solution-plate2 .plate2-box .box-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .solution .solution-plate2 .plate2-box .box-text {
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #747787;
  }
  .solution .solution-plate2 .plate2-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .solution .solution-plate2 .plate2-box .box-pic img {
    width: 100%;
  }
  .solution .solution-plate2 .plate2-box .box-icon {
    position: absolute;
    bottom: -28px;
    left: -145px;
    width: 100px;
    height: auto;
  }
  .solution .solution-plate2 .plate2-box .box-icon img {
    width: 100%;
  }
  .solution .solution-plate2 .plate2-box .box-icon2 {
    position: absolute;
    top: 1.2rem;
    left: -145px;
    width: 100px;
    height: auto;
  }
  .solution .solution-plate2 .plate2-box .box-icon2 img {
    width: 100%;
  }
  .solution .solution-plate2 .plate2-bg {
    display: none;
    position: absolute;
    top: -3rem;
    right: 0;
    width: 5rem;
    height: auto;
    z-index: -1;
  }
  .solution .solution-plate2 .plate2-bg img {
    width: 100%;
  }
  .solution .solution-plate3 {
    width: 100%;
    height: auto;
    margin: 1rem auto 0;
    padding-bottom: 1.2rem;
    background: none;
  }
  .solution .solution-plate3 .plate3-cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .solution .solution-plate3 .plate3-cont .cont-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .solution .solution-plate3 .plate3-cont .cont-text {
    width: 100%;
    margin: 0.43rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: center;
    color: #747787;
  }
  .solution .solution-plate3 .plate3-cont .cont-top {
    display: none;
  }
  .solution .solution-plate3 .plate3-cont .cont-main {
    display: none;
  }
  .solution .solution-plate3 .plate3-cont .cont-web-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .solution .solution-plate3 .plate3-cont .cont-web-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .solution .solution-plate3 .plate3-cont .cont-web-box .box-item .item-top {
    width: 100%;
    height: auto;
    padding-left: 18px;
  }
  .solution .solution-plate3 .plate3-cont .cont-web-box .box-item .item-top .top-title {
    position: relative;
    font-size: 18px;
    color: #1c1d21;
  }
  .solution .solution-plate3 .plate3-cont .cont-web-box .box-item .item-top .top-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #16A3FF, #164E88);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .solution .solution-plate3 .plate3-cont .cont-web-box .box-item .item-top .top-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 0.42rem;
    color: #747787;
  }
  .solution .solution-plate3 .plate3-cont .cont-web-box .box-item .item-pic {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .solution .solution-plate3 .plate3-cont .cont-web-box .box-item .item-pic img {
    width: 100%;
  }
  .solution .solution-plate3 .plate3-cont .plate3-icon {
    position: absolute;
    top: 3.5rem;
    bottom: auto;
    right: 0.65rem;
    left: auto;
    width: 0.5rem;
    height: 0.5rem;
  }
  .solution .solution-plate3 .plate3-cont .plate3-icon img {
    width: 100%;
  }
  .solution .solution-plate3 .plate3-cont .plate3-icon2 {
    position: absolute;
    top: 3rem;
    bottom: auto;
    left: auto;
    right: 1.2rem;
    width: 0.45rem;
    height: 0.45rem;
  }
  .solution .solution-plate3 .plate3-cont .plate3-icon2 img {
    width: 100%;
  }
  .solution .solution-plate4 {
    width: 100%;
    height: auto;
    margin: 1rem auto 0.5rem;
    padding: 0 0.3rem;
  }
  .solution .solution-plate4 .plate4-title {
    font-size: 0.46rem;
    text-align: center;
    color: #1c1d21;
  }
  .solution .solution-plate4 .plate4-text {
    width: 100%;
    margin: 0.32rem auto 0;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: center;
    color: #747787;
  }
  .solution .solution-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    border-radius: 8px;
    border: solid 1px #d8dfe6;
    background: #ffffff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
  }
  .solution .solution-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
  }
  .solution .solution-plate4 .plate4-main .main-box .box-pic {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    overflow: hidden;
  }
  .solution .solution-plate4 .plate4-main .main-box .box-pic img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
  .solution .solution-plate4 .plate4-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.4rem;
    background: #fff;
  }
  .solution .solution-plate4 .plate4-main .main-box .box-cent .cent-title {
    font-size: 18px;
    color: #1c1d21;
  }
  .solution .solution-plate4 .plate4-main .main-box .box-cent .cent-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.26rem;
  }
  .solution .solution-plate4 .plate4-main .main-box .box-cent .cent-list span {
    width: auto;
    height: auto;
    padding: 0.08rem 0.16rem;
    margin-right: 0.16rem;
    font-size: 10px;
    color: #164e88;
    border-radius: 4px;
    background: rgba(22, 78, 136, 0.12);
  }
  .solution .solution-plate4 .plate4-main .main-box .box-cent .cent-text {
    margin-top: 0.24rem;
    font-size: 14px;
    line-height: 0.46rem;
    color: #747787;
  }
  .solution .solution-plate4 .plate4-main .main-box-active {
    position: static;
    opacity: 1;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
  }
  .solution .solution-plate4 .plate4-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper {
    width: 45%;
    height: auto;
    padding: 0.4rem 0.3rem 0.5rem;
    overflow: hidden;
    margin: 0 auto;
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper .swiper-slide .slide-pic {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #ffffff;
    opacity: 0.4;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper .swiper-slide .slide-pic img {
    width: 100%;
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper .swiper-slide-active .slide-pic {
    opacity: 1;
    border: solid 1px #d8dfe6;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev,
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.08);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev img,
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    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;
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev .img2,
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev:hover .img1,
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev:hover .img2,
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev {
    left: 0;
  }
  .solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next {
    right: 0;
  }
  .safe {
    width: 100%;
    height: auto;
  }
  .safe .safe-plate1 {
    width: 100%;
    height: auto;
    margin: 1.2rem auto 0;
    padding: 0 0.3rem;
  }
  .safe .safe-plate1 .plate1-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .safe .safe-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding: 0;
  }
  .safe .safe-plate1 .plate1-main .main-item {
    width: 100%;
    height: auto;
    margin-bottom: 56px;
  }
  .safe .safe-plate1 .plate1-main .main-item:last-of-type {
    margin-bottom: 0;
  }
  .safe .safe-plate1 .plate1-main .main-item .item-icon {
    width: 88px;
    height: auto;
    margin: 0 auto;
  }
  .safe .safe-plate1 .plate1-main .main-item .item-icon img {
    width: 100%;
  }
  .safe .safe-plate1 .plate1-main .main-item .item-text {
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: left;
    color: #747787;
  }
  .safe .safe-plate2 {
    width: 100%;
    height: auto;
    padding: 80px 0 0.7rem;
    background: none;
  }
  .safe .safe-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .safe .safe-plate2 .plate2-main .main-title {
    font-size: 0.46rem;
    text-align: center;
    color: #164e88;
  }
  .safe .safe-plate2 .plate2-main .main-text {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: left;
    color: #747787;
  }
  .safe .safe-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
  .safe .safe-plate2 .plate2-main .main-box .box-item {
    width: 100%;
    height: auto;
    padding: 24px 24px 28px;
    margin-bottom: 0.4rem;
    background: #f7f9fc;
  }
  .safe .safe-plate2 .plate2-main .main-box .box-item .item-icon {
    width: 48px;
    height: auto;
    margin: 0 auto;
  }
  .safe .safe-plate2 .plate2-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .safe .safe-plate2 .plate2-main .main-box .box-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.34rem;
    text-align: center;
    color: #1c1d21;
  }
  .safe .safe-plate2 .plate2-main .main-box .box-item .item-text {
    margin-top: 0.24rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: #747787;
  }
  .safe .safe-plate2 .plate2-main .main-icon {
    display: none;
    position: absolute;
    top: 100px;
    right: -107px;
    width: 48px;
    height: auto;
  }
  .safe .safe-plate2 .plate2-main .main-icon img {
    width: 100%;
  }
  .safe .safe-plate2 .plate2-main .main-icon2 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: auto;
  }
  .safe .safe-plate2 .plate2-main .main-icon2 img {
    width: 100%;
  }
  .safe .safe-plate2 .plate2-main .main-icon3 {
    display: none;
    position: absolute;
    bottom: 84px;
    left: -182px;
    width: 32px;
    height: auto;
  }
  .safe .safe-plate2 .plate2-main .main-icon3 img {
    width: 100%;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 0.72rem 0.3rem 100px;
    margin-top: -1.5rem;
  }
  .news .news-main {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .main-top {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .news .news-main .main-top .top-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
    background: #fff;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.12);
  }
  .news .news-main .main-top .top-select:last-child {
    margin-bottom: 0;
  }
  .news .news-main .main-top .top-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 11px;
    height: 7px;
    background: url(../images/icon/icon-contact-form-arrow.png) no-repeat center center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .news .news-main .main-top .top-select select {
    width: 100%;
    height: 1rem;
    padding-left: 0.18rem;
    font-size: 14px;
    color: #1c1d21;
    border: solid 1px #15be53;
    border-radius: 4px;
    background: none;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .news .news-main .main-top .top-select select:focus {
    border: solid 1px #15be53;
  }
  .news .news-main .main-list {
    width: 100%;
    height: auto;
  }
  .news .news-main .main-list .list-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 16px 0;
    border-bottom: solid 1px #ecedee;
  }
  .news .news-main .main-list .list-item .item-cent {
    flex: 1;
    width: calc(100% - 2.5rem);
    height: auto;
    padding-right: 0.24rem;
  }
  .news .news-main .main-list .list-item .item-cent .cent-title {
    padding-top: 0;
    font-size: 14px;
    color: #1c1d21;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-list .list-item .item-cent .cent-text {
    margin: 0.15rem 0;
    font-size: 12px;
    line-height: 0.42rem;
    color: #747787;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-list .list-item .item-cent .cent-time {
    font-size: 12px;
    color: #747787;
  }
  .news .news-main .main-list .list-item .item-cent .cent-time span {
    margin-left: 16px;
  }
  .news .news-main .main-list .list-item .item-pic {
    width: 2.5rem;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
  }
  .news .news-main .main-list .list-item .item-pic img {
    width: 100%;
  }
  .news .news-main .main-list .list-item:hover .item-cent .cent-title {
    color: #164e88;
  }
  .news .news-main .main-list .list-item:hover .item-cent .cent-text,
  .news .news-main .main-list .list-item:hover .item-cent .cent-time {
    color: #1c1d21;
  }
  .news .news-main .main-list .list-bottom {
    display: block;
    width: 80px;
    height: auto;
    margin: 40px auto 0;
    text-align: center;
  }
  .news .news-main .main-list .list-bottom .bottom-title {
    font-size: 14px;
    color: #4c6dff;
  }
  .news .news-main .main-list .list-bottom img {
    width: 11px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-list .list-bottom:hover img {
    transform: translatey(8px);
    -o-transform: translatey(8px);
    -moz-transform: translatey(8px);
    -webkit-transform: translatey(8px);
  }
  .news .news-main .main-screen {
    display: none;
  }
  .newsDetails {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .newsDetails .newsDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .newsDetails .newsDetails-main .main-return {
    display: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 40px;
  }
  .newsDetails .newsDetails-main .main-return span {
    margin-left: 12px;
    font-size: 12px;
    color: #4c6dff;
  }
  .newsDetails .newsDetails-main .main-return img {
    width: 7px;
    margin: 32px 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-return:hover img {
    transform: translateX(-8px);
    -o-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
  }
  .newsDetails .newsDetails-main .main-top {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-bottom: 0.3rem;
    border-bottom: solid 1px #ecedee;
  }
  .newsDetails .newsDetails-main .main-top .top-title {
    font-size: 20px;
    color: #1c1d21;
  }
  .newsDetails .newsDetails-main .main-top .top-time {
    margin-top: 0.4rem;
    font-size: 15px;
    color: #747787;
  }
  .newsDetails .newsDetails-main .main-box {
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0.8rem;
    font-size: 15px;
    line-height: 0.46rem;
    color: #747787;
    border-bottom: solid 1px #ecedee;
  }
  .newsDetails .newsDetails-main .main-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 16px auto !important;
  }
  .newsDetails .newsDetails-main .main-bottom {
    width: 100%;
    height: auto;
    padding: 0.48rem 0 1.68rem;
  }
  .newsDetails .newsDetails-main .main-bottom .bottom-title {
    margin-bottom: 0.36rem;
    font-size: 0.28rem;
    color: #1c1d21;
  }
  .newsDetails .newsDetails-main .main-bottom .bottom-list {
    display: block;
    margin-top: 0.28rem;
    font-size: 0.28rem;
    color: #747787;
  }
  .newsDetails .newsDetails-main .main-bottom .bottom-list:hover {
    color: #164e88;
  }
  .join {
    width: 100%;
    height: auto;
  }
  .join .join-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .join .join-main .main-top {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding: 0 0.3rem;
  }
  .join .join-main .main-top .top-title {
    font-size: 0.46rem;
    text-align: center;
    color: #1c1d21;
  }
  .join .join-main .main-top .top-text {
    margin-top: 0.42rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #747787;
  }
  .join .join-main .main-top .top-box {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .join .join-main .main-top .top-box .swiper-slide {
    width: 70%;
    height: auto;
    margin-right: 0;
  }
  .join .join-main .main-top .top-box .swiper-slide .box-item {
    width: 100%;
    height: auto;
    margin-right: 30px;
    border-radius: 4px;
    overflow: hidden;
  }
  .join .join-main .main-top .top-box .swiper-slide .box-item img {
    width: 100%;
  }
  .join .join-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 1.8rem;
  }
  .join .join-main .main-cont .cont-title {
    font-size: 0.46rem;
    text-align: center;
    color: #1c1d21;
  }
  .join .join-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-top: 0.2rem;
    background: #f7f9fc;
  }
  .join .join-main .main-cont .cont-box .box-item {
    width: 100%;
    height: auto;
    padding: 0.4rem;
    margin-bottom: 0.2rem;
    border-radius: 8px;
    background: #fff;
  }
  .join .join-main .main-cont .cont-box .box-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .join .join-main .main-cont .cont-box .box-item .item-top .top-title {
    font-size: 0.38rem;
    color: #1c1d21;
  }
  .join .join-main .main-cont .cont-box .box-item .item-top .top-botton {
    width: 100px;
    height: 36px;
    font-size: 0.26rem;
    line-height: 36px;
    text-align: center;
    color: #164e88;
    border-radius: 18px;
  }
  .join .join-main .main-cont .cont-box .box-item .item-num {
    margin-top: 0.24rem;
    font-size: 0.38rem;
    color: #ffb134;
  }
  .join .join-main .main-cont .cont-box .box-item .item-text {
    padding: 0.2rem 0;
    font-size: 0.28rem;
    color: #747787;
    border-bottom: solid 1px #ecedee;
  }
  .join .join-main .main-cont .cont-box .box-item .item-text span {
    margin-right: 0.3rem;
  }
  .join .join-main .main-cont .cont-box .box-item .item-text2 {
    margin-top: 20px;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #747787;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .join .join-main .main-cont .cont-box .box-item .item-bottom {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #747787;
  }
  .join .join-main .main-cont .cont-botton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0.6rem;
  }
  .join .join-main .main-cont .cont-botton span {
    margin-right: 12px;
    font-size: 0.26rem;
    color: #4c6dff;
  }
  .join .join-main .main-cont .cont-botton img {
    width: 7px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-main .main-cont .cont-botton:hover img {
    transform: translateX(8px);
    -o-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -webkit-transform: translateX(8px);
  }
  .join .join-main .mian-bottom {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem;
  }
  .join .join-main .mian-bottom .bottom-title {
    font-size: 0.46rem;
    text-align: center;
    color: #1c1d21;
  }
  .join .join-main .mian-bottom .bottom-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .join .join-main .mian-bottom .bottom-cont .cont-item {
    width: 100%;
    height: auto;
    margin-bottom: 48px;
    padding: 0.5rem 0.3rem;
    border-radius: 8px;
    background: #f7f9fc url(../images/solution/plate1-bg.png) no-repeat;
    background-size: cover;
  }
  .join .join-main .mian-bottom .bottom-cont .cont-item .item-icon {
    width: 0.8rem;
    margin: 0 auto;
  }
  .join .join-main .mian-bottom .bottom-cont .cont-item .item-icon img {
    width: 100%;
  }
  .join .join-main .mian-bottom .bottom-cont .cont-item .item-title {
    margin: 0.3rem 0 0.25rem;
    font-size: 0.34rem;
    text-align: center;
    color: #1c1d21;
  }
  .join .join-main .mian-bottom .bottom-cont .cont-item .item-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    color: #747787;
  }
  .joinList {
    width: 100%;
    height: auto;
    padding: 0 0 2rem;
  }
  .joinList .joinList-main {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .joinList .joinList-main .main-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    border-top: solid 1px #ecedee;
  }
  .joinList .joinList-main .main-top .top-select {
    position: relative;
    width: 30%;
    height: auto;
    margin: 0 0.3rem 0;
  }
  .joinList .joinList-main .main-top .top-select:last-child {
    margin-bottom: 0;
  }
  .joinList .joinList-main .main-top .top-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 11px;
    height: 7px;
    background: url(../images/icon/icon-contact-form-arrow.png) no-repeat center center;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .joinList .joinList-main .main-top .top-select select {
    width: 100%;
    height: 1rem;
    padding-left: 0.18rem;
    font-size: 0.26rem;
    color: #1c1d21;
    border: none;
    border-radius: 4px;
    background: none;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .joinList .joinList-main .main-top .top-select select option:first-of-type {
    display: none;
  }
  .joinList .joinList-main .main-top .top-select select:focus {
    border: none;
  }
  .joinList .joinList-main .main-list {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
  .joinList .joinList-main .main-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #f7f9fc;
  }
  .joinList .joinList-main .main-list .list-item {
    width: 100%;
    height: auto;
    padding: 0.4rem;
    border-bottom: solid 1px #ecedee;
  }
  .joinList .joinList-main .main-list .list-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .joinList .joinList-main .main-list .list-item .item-top .top-title {
    font-size: 0.38rem;
    color: #1c1d21;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .joinList .joinList-main .main-list .list-item .item-top .top-botton {
    width: 100px;
    height: 36px;
    font-size: 0.26rem;
    line-height: 36px;
    text-align: center;
    color: #164e88;
    border-radius: 18px;
  }
  .joinList .joinList-main .main-list .list-item .item-num {
    margin-top: 0.2rem;
    font-size: 0.38rem;
    color: #ffb134;
  }
  .joinList .joinList-main .main-list .list-item .item-text {
    padding: 0.2rem 0 0.17rem;
    font-size: 0.28rem;
    color: #747787;
  }
  .joinList .joinList-main .main-list .list-item .item-text span {
    margin-right: 32px;
  }
  .joinList .joinList-main .main-list .list-item .item-text2 {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #747787;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .joinList .joinList-main .main-list .list-item .item-bottom {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #747787;
  }
  .joinList .joinList-main .main-list .list-item:hover .item-top .top-title {
    color: #164e88;
  }
  .joinList .joinList-main .main-list .list-bottom {
    display: block;
    width: 80px;
    height: auto;
    margin: 40px auto 0;
    text-align: center;
  }
  .joinList .joinList-main .main-list .list-bottom .bottom-title {
    font-size: 0.26rem;
    color: #4c6dff;
  }
  .joinList .joinList-main .main-list .list-bottom img {
    width: 11px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .joinList .joinList-main .main-list .list-bottom:hover img {
    transform: translatey(8px);
    -o-transform: translatey(8px);
    -moz-transform: translatey(8px);
    -webkit-transform: translatey(8px);
  }
  .joinList .joinList-main .main-screen {
    display: none;
  }
  .joinDetails {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .joinDetails .joinDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .joinDetails .joinDetails-main .main-return {
    display: none;
  }
  .joinDetails .joinDetails-main .main-top {
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0.25rem;
    border-bottom: solid 1px #ecedee;
  }
  .joinDetails .joinDetails-main .main-top .top-title {
    font-size: 0.46rem;
    color: #1c1d21;
  }
  .joinDetails .joinDetails-main .main-top .top-num {
    margin: 0.3rem 0;
    font-size: 0.38rem;
    color: #ffb134;
  }
  .joinDetails .joinDetails-main .main-top .top-text {
    font-size: 0.28rem;
    color: #747787;
  }
  .joinDetails .joinDetails-main .main-top .top-text span {
    margin-right: 0.3rem;
  }
  .joinDetails .joinDetails-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .joinDetails .joinDetails-main .main-box .box-title {
    margin-top: 0.46rem;
    font-size: 0.34rem;
    color: #1c1d21;
  }
  .joinDetails .joinDetails-main .main-box .box-text {
    margin-top: 0.3rem;
    font-size: 14px;
    line-height: 18px;
    color: #747787;
  }
  .joinDetails .joinDetails-main .main-botton {
    display: block;
    width: 100%;
    height: 1rem;
    margin: 1rem 0 2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
    color: #ffffff;
    border-radius: 0.65rem;
    background: #164e88;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .about .about-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .about .about-plate1 .plate1-main .main-title {
    font-size: 0.46rem;
    text-align: center;
    color: #1c1d21;
  }
  .about .about-plate1 .plate1-main .main-text {
    margin-top: 0.42rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #747787;
  }
  .about .about-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .about .about-plate1 .plate1-main .main-box .box-item {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.36rem;
    margin-right: 0;
    margin-bottom: 0.4rem;
    border-radius: 4px;
    background: #f7f9fc;
  }
  .about .about-plate1 .plate1-main .main-box .box-item:last-of-type {
    margin-right: 0;
  }
  .about .about-plate1 .plate1-main .main-box .box-item .item-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate1 .plate1-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .about .about-plate1 .plate1-main .main-box .box-item .item-title {
    margin: 16px 0 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #1c1d21;
  }
  .about .about-plate1 .plate1-main .main-box .box-item .item-text {
    font-size: 0.28rem;
    text-align: center;
    color: #1c1d21;
  }
  .about .about-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .about .about-plate2::before {
    content: '';
    position: absolute;
    top: -0.5rem;
    right: -35%;
    width: 4rem;
    height: 4.2rem;
    background: url(../images/about/bg1.png) no-repeat center;
    background-size: 100%;
    z-index: -1;
  }
  .about .about-plate2::after {
    content: '';
    display: none;
    position: absolute;
    bottom: -580px;
    left: 0;
    width: 420px;
    height: 480px;
    background: url(../images/about/bg2.png) no-repeat center;
    background-size: 100%;
  }
  .about .about-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate2 .plate2-main .main-title {
    padding: 0 0.3rem;
    font-size: 0.46rem;
    text-align: center;
    color: #1c1d21;
  }
  .about .about-plate2 .plate2-main .main-text {
    width: 100%;
    padding: 0 0.3rem;
    margin: 0.42rem auto 0;
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: left;
    color: #747787;
  }
  .about .about-plate2 .plate2-main .plate2-cont {
    display: none;
  }
  .about .about-plate2 .plate2-main .plate2-web-cont {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.56rem auto 0;
  }
  .about .about-plate2 .plate2-main .plate2-web-cont .plate2-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .about .about-plate2 .plate2-main .plate2-web-cont .plate2-swiper .swiper-slide {
    width: 75%;
    height: auto;
  }
  .about .about-plate2 .plate2-main .plate2-web-cont .plate2-swiper .swiper-slide .slide-pic {
    width: 100%;
    height: 100%;
    padding: 0.2rem;
    border-radius: 4px;
    border: solid 1px #ecedee;
    background: #ffffff;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-main .plate2-web-cont .plate2-swiper .swiper-slide .slide-pic img {
    width: 100%;
  }
  .about .about-plate2 .plate2-main .plate2-web-cont .main-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate2 .plate2-main .plate2-web-cont .main-bottom .plate2-swiper-button-prev,
  .about .about-plate2 .plate2-main .plate2-web-cont .main-bottom .plate2-swiper-button-next {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin: 0 0.4rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.08);
  }
  .about .about-plate2 .plate2-main .plate2-web-cont .main-bottom .plate2-swiper-button-prev img,
  .about .about-plate2 .plate2-main .plate2-web-cont .main-bottom .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    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;
  }
  .about .about-plate2 .plate2-main .plate2-web-cont .main-bottom .plate2-swiper-button-prev .img2,
  .about .about-plate2 .plate2-main .plate2-web-cont .main-bottom .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate2 .plate2-main .plate2-web-cont .main-bottom .plate2-swiper-button-prev:hover .img1,
  .about .about-plate2 .plate2-main .plate2-web-cont .main-bottom .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate2 .plate2-main .plate2-web-cont .main-bottom .plate2-swiper-button-prev:hover .img2,
  .about .about-plate2 .plate2-main .plate2-web-cont .main-bottom .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    margin: 2rem 0;
  }
  .about .about-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .about .about-plate3 .plate3-main .main-title {
    font-size: 0.46rem;
    text-align: center;
    color: #1c1d21;
  }
  .about .about-plate3 .plate3-main .plate3-cont {
    display: none;
  }
  .about .about-plate3 .plate3-main .plate3-web-cont {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about .about-plate3 .plate3-main .plate3-web-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.2rem 0 36px 0.2rem;
    border-left: solid 1px #ecedee;
  }
  .about .about-plate3 .plate3-main .plate3-web-cont .cont-item:last-of-type {
    border-left: none;
  }
  .about .about-plate3 .plate3-main .plate3-web-cont .cont-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a1a8b5;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .about .about-plate3 .plate3-main .plate3-web-cont .cont-item .item-title {
    position: absolute;
    top: -0.12rem;
    left: 0.2rem;
    font-size: 14px;
    color: #1c1d21;
  }
  .about .about-plate3 .plate3-main .plate3-web-cont .cont-item .item-text {
    margin-top: 0.12rem;
    font-size: 14px;
    line-height: 0.44rem;
    color: #747787;
  }
  .clause {
    width: 100%;
    height: auto;
    margin: 2rem 0 2rem;
  }
  .clause .clause-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .clause .clause-main .main-title {
    font-size: 0.5rem;
    text-align: center;
    color: #1c1d21;
  }
  .clause .clause-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    font-size: 14px;
    line-height: 18px;
    color: #747787;
  }
  .clause .clause-main .main-box div {
    margin: 24px 0 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #1c1d21;
  }
  .clause .clause-main .main-bottom {
    margin-top: 0.8rem;
    padding-top: 0.3rem;
    font-size: 0.28rem;
    color: #747787;
  }
  .page-menu {
    display: none;
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #164E88;
  }
}
