#page {
  color: #3473FE;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
  .pull {
    background: url("http://hzp.zy1000.com/upload/2023/06/A202306141230287886647787478450850504159.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: top center;
  }
  .bannerMax1 {
    display: none;
  }
  .bannerPc {
    width: 100%;
    height: 970px;
    overflow: hidden;
    position: relative;
  }
  .bannerPc .containerTwo {
    width: 1920px;
    margin: 0 auto;
  }
  .bannerPc .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 970px;
  }
  .bannerPc .swiper-slide .contain1 {
    background: url("http://hzp.zy1000.com/upload/2023/06/A202306141230287886647787478450850504159.jpg");
  }
  .bannerPc .swiper-slide .contain2 {
    background: url("../image/bannerPc1.png");
  }
  .bannerPc .swiper-slide .contain3 {
    background: url("../image/bannerPc1.png");
  }
  .bannerPc .swiper-slide .contain {
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    z-index: 999;
    overflow: hidden;
  }
  .bannerPc .swiper-slide .contain .container {
    margin-top: 50px;
    height: 926px;
    position: relative;
  }
  .bannerPc .swiper-slide .contain .container .show {
    position: absolute;
    transition: all 0.7s;
    z-index: 99;
    box-sizing: border-box;
  }
  .bannerPc .swiper-slide .contain .container .show img {
    display: block;
  }
  .bannerPc .swiper-slide .contain .container .word {
    position: absolute;
    transition: all 0.7s;
  }
  .bannerPc .swiper-slide .contain .container .hasWord {
    max-width: 1000px;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 30px 40px;
    background-color: #0707078c;
  }
  .bannerPc .swiper-slide .contain .container .hasWord .activeTitle {
    font-size: 36px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bannerPc .swiper-slide .contain .container .hasWord .activeContent {
    margin-top: 10px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
    color: white;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .bannerPc .swiper-slide .contain .container .firstShow {
    width: 500px;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
  .bannerPc .swiper-container {
    height: 970px;
    width: 100%;
  }
  .bannerPc .content-slide {
    padding: 20px;
    color: #fff;
  }
  .bannerPc .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 50px;
    width: 100%;
    z-index: 999;
  }
  .bannerPc .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
  }
  .bannerPc .swiper-active-switch {
    background: #fff;
  }
  .bannerPc .arrow-left {
    opacity: 0;
    background-image: url(../image/anniu1.png);
    background-size: 100% 100%;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -15px;
    width: 28px;
    padding-left: 6px;
    height: 34px;
    z-index: 99;
    cursor: pointer;
    transition: opacity 0.5s;
  }
  .bannerPc .arrow-right {
    opacity: 0;
    background-image: url(../image/anniu2.png);
    background-size: 100% 100%;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -15px;
    width: 34px;
    height: 34px;
    z-index: 99;
    cursor: pointer;
    transition: opacity 0.5s;
  }
  .title {
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .stitle {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }
  .resolve {
    margin-top: 80px;
  }
  .resolve img {
    width: 100%;
  }
  .resolve .is {
    font-size: 30px;
    font-weight: 700;
  }
  .resolve .last {
    font-size: 20px;
    margin-top: 20px;
  }
  .policy {
    margin-top: 80px;
  }
  .policy ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  .policy ul li {
    width: 327px;
    position: relative;
  }
  .policy ul li img {
    vertical-align: top;
    width: 100%;
  }
  .policy ul li .text {
    width: 100%;
    background-color: #00000094;
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-size: 16px;
    height: 60px;
    color: white;
    padding-bottom: 20px;
  }
  .policy ul li .text .Chinese {
    color: white;
    margin: 0 auto;
    padding-top: 10px;
    width: 90%;
    box-sizing: border-box;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .fly {
    margin-top: 80px;
    width: 100%;
  }
  .fly img {
    width: 100%;
  }
  .terrace {
    margin-top: 80px;
  }
  .terrace ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .terrace ul li {
    margin-top: 20px;
    width: 330px;
    padding-bottom: 20px;
    background-color: #f2f2f2;
    position: relative;
  }
  .terrace ul li .iconPic {
    width: 100%;
    text-align: center;
    height: 140px;
    line-height: 140px;
    font-size: 70px;
    color: #3b83ff;
    transition: all 0.2s linear;
  }
  .terrace ul li .titleTop {
    margin-left: 16px;
    font-size: 20px;
    font-weight: 700;
  }
  .terrace ul li .text {
    font-size: 14px;
    padding: 0 5%;
    width: 90%;
    margin-top: 10px;
    line-height: 30px;
  }
  .terrace ul .index-yewu-list li:hover {
    box-sizing: border-box;
    box-shadow: 0 0 10px #72a2f7;
    -webkit-box-shadow: 1px 1px 10px rgba(132, 177, 255, 0.5);
    box-shadow: 1px 1px 10px rgba(132, 177, 255, 0.5);
  }
  .terrace ul .bz-buttonAnimat:before,
  .terrace ul .bz-buttonAnimat:after,
  .terrace ul .bz-buttonAnimat .inner:before,
  .terrace ul .bz-buttonAnimat .inner:after {
    background-color: #c1d8ff;
  }
  .terrace ul .bz-buttonAnimat:before,
  .terrace ul .bz-buttonAnimat:after,
  .terrace ul .bz-buttonAnimat .inner:before,
  .terrace ul .bz-buttonAnimat .inner:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .terrace ul .bz-buttonAnimat.horizontal:before,
  .terrace ul .bz-buttonAnimat.horizontal:after,
  .terrace ul .bz-buttonAnimat.both:before,
  .terrace ul .bz-buttonAnimat.both:after {
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .terrace ul .bz-buttonAnimat.horizontal .inner:before,
  .terrace ul .bz-buttonAnimat.horizontal .inner:after,
  .terrace ul .bz-buttonAnimat.both .inner:before,
  .terrace ul .bz-buttonAnimat.both .inner:after {
    top: 0;
    width: 3px;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .terrace ul .bz-buttonAnimat.horizontal .inner:before,
  .terrace ul .bz-buttonAnimat.both .inner:before {
    left: 0;
  }
  .terrace ul .bz-buttonAnimat.horizontal .inner:after,
  .terrace ul .bz-buttonAnimat.both .inner:after {
    right: 0;
  }
  .terrace ul .bz-buttonAnimat.horizontal .inner:hover:before,
  .terrace ul .bz-buttonAnimat.horizontal .inner:hover:after,
  .terrace ul .bz-buttonAnimat.both .inner:hover:before,
  .terrace ul .bz-buttonAnimat.both .inner:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .terrace ul .bz-buttonAnimat.horizontal:before,
  .terrace ul .bz-buttonAnimat.both:before {
    top: 0;
  }
  .terrace ul .bz-buttonAnimat.horizontal:after,
  .terrace ul .bz-buttonAnimat.both:after {
    bottom: 0;
  }
  .terrace ul .bz-buttonAnimat.horizontal:hover:before,
  .terrace ul .bz-buttonAnimat.horizontal:hover:after,
  .terrace ul .bz-buttonAnimat.both:hover:before,
  .terrace ul .bz-buttonAnimat.both:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .terrace ul .bz-buttonAnimat.horizontal:hover .inner:before,
  .terrace ul .bz-buttonAnimat.horizontal:hover .inner:after,
  .terrace ul .bz-buttonAnimat.both:hover .inner:before,
  .terrace ul .bz-buttonAnimat.both:hover .inner:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise .inner:before,
  .terrace ul .bz-buttonAnimat.both.clockwise .inner:before {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise .inner:after,
  .terrace ul .bz-buttonAnimat.both.clockwise .inner:after {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise:before,
  .terrace ul .bz-buttonAnimat.both.clockwise:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise:after,
  .terrace ul .bz-buttonAnimat.both.clockwise:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise:hover .inner:before,
  .terrace ul .bz-buttonAnimat.both.clockwise:hover .inner:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise:hover .inner:after,
  .terrace ul .bz-buttonAnimat.both.clockwise:hover .inner:after {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise:hover:before,
  .terrace ul .bz-buttonAnimat.both.clockwise:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .terrace ul .button {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .terrace ul li:hover .iconPic {
    font-size: 90px;
  }
  .concordance {
    margin-top: 80px;
  }
  .concordance img {
    margin-top: 50px;
    width: 100%;
  }
  .ge {
    margin-top: 80px;
    height: 240px;
    width: 100%;
    text-align: center;
    line-height: 240px;
    font-size: 60px;
    background-color: #09377e;
    color: white;
  }
  .dot {
    margin-top: 80px;
  }
  .dot ul {
    width: 100%;
  }
  .dot ul li {
    margin-top: 90px;
    width: 100%;
    height: 470px;
  }
  .dot ul li .left {
    float: left;
    width: 50%;
    height: 100%;
  }
  .dot ul li .left .ctitle {
    font-size: 20px;
    font-weight: 700;
    margin-left: 100px;
    margin-top: 50px;
  }
  .dot ul li .left p {
    margin-top: 10px;
    line-height: 30px;
    width: 74%;
    font-size: 18px;
    margin-left: 120px;
  }
  .dot ul li .left > :nth-child(2) {
    margin-top: 20px;
  }
  .dot ul li .right {
    float: left;
    width: 50%;
    height: 100%;
  }
  .dot ul li .right img {
    width: 100%;
  }
  .dot ul > :nth-child(2) {
    height: 340px;
  }
  .dot ul > :nth-child(4) {
    height: 280px;
  }
  .dot ul > :nth-child(5) {
    height: 440px;
  }
  .dot ul > :nth-child(6) {
    height: 320px;
  }
  .superiority {
    margin-top: 80px;
  }
  .superiority ul {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .superiority ul li {
    position: relative;
    margin-top: 20px;
    width: 25%;
    box-sizing: border-box;
    height: 420px;
    border: 1px solid #ccc;
    border-right: none;
  }
  .superiority ul li .first {
    margin-top: 80px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 70px;
    color: #3C64FF;
  }
  .superiority ul li .second {
    font-size: 20px;
    margin-top: 70px;
    text-align: center;
    font-weight: 700;
  }
  .superiority ul li .stext {
    font-size: 18px;
    margin-top: 60px;
    box-sizing: border-box;
    padding: 0 70px;
  }
  .superiority ul li .hover {
    display: none;
    background: #0059fe;
    color: #fff;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .superiority ul li .hover .second {
    margin-top: 40px;
    font-size: 22px;
    text-align: center;
  }
  .superiority ul li .hover .stext {
    padding: 0 50px;
    margin-top: 40px;
    text-align: center;
  }
  .superiority ul li .hover .text {
    margin-top: 40px;
    padding: 0 50px;
    font-size: 18px;
  }
  .superiority ul > :nth-child(4n) {
    border-right: 1px solid #ccc;
  }
  .superiority ul li:hover .hover {
    display: block;
  }
  .rightness {
    overflow: hidden;
    margin-top: 80px;
    height: 600px;
    width: 100%;
    background-color: #003833;
  }
  .rightness .rtitle {
    margin-top: 50px;
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: white;
  }
  .rightness .container {
    width: 1000px;
    margin-top: 50px;
  }
  .rightness .container div {
    font-size: 26px;
    margin-top: 20px;
    color: white;
  }
  .success {
    margin-top: 80px;
  }
  .success ul {
    margin-top: 50px;
    width: 100%;
  }
  .success ul li {
    margin-top: 80px;
    width: 100%;
    height: 396px;
    background-color: #eeecec;
  }
  .success ul li .left {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  .success ul li .left img {
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
  }
  .success ul li .left:hover img {
    transform: scale(1.1);
  }
  .success ul li .right {
    padding-top: 36px;
    float: right;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 18px;
    line-height: 46px;
    text-indent: 2em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .success ul > :nth-child(2n) .left {
    float: right;
  }
  .success ul > :nth-child(2n) .right {
    float: left;
  }
  .success .last {
    margin-top: 60px;
    margin-left: 60px;
  }
  .success .last div {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1025px) {
  body {
    width: 10rem;
    overflow: hidden;
  }
  .container {
    width: 10rem;
  }
  .title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 0.4324rem;
    height: 0.5405rem;
    line-height: 0.5405rem;
  }
  .stitle {
    text-align: center;
    font-size: 0.3784rem;
    margin-top: 0.5405rem;
    padding: 0 0.8108rem;
    line-height: 0.5405rem;
  }
  .pull {
    background: url("http://hzp.zy1000.com/upload/2023/06/A202306141230287886647787478450850504159.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: top center;
  }
  .bannerMax1 {
    position: relative;
    width: 10rem;
    height: 15.5676rem;
  }
  .bannerMax1 .swiper-containerm {
    height: 13.3514rem;
    width: 100%;
  }
  .bannerMax1 .swiper-wrapper > :nth-child(1) img {
    animation: scaleBig 1s linear 1;
  }
  .bannerMax1 .swiper-slide {
    position: relative;
    height: 13.3514rem;
    width: 100%;
  }
  .bannerMax1 .swiper-slide .contain1 {
    background: url("	http://hzp.zy1000.com/upload/2023/06/A202306142355095305417385393861978694208.jpg");
  }
  .bannerMax1 .swiper-slide .contain1 > img {
    transform: translate(-50%, -50%);
    width: 60%;
    margin-left: 50%;
    margin-top: 6.6486rem;
  }
  .bannerMax1 .swiper-slide .contain2 {
    background: url("http://hzp.zy1000.com/upload/2023/06/A202306142355269234499650131876598240724.jpg");
  }
  .bannerMax1 .swiper-slide .contain {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
  }
  .bannerMax1 .swiper-slide .contain .box {
    height: 2.2162rem;
    width: 100%;
    position: absolute;
    bottom: -1.8919rem;
    z-index: 99;
    color: black;
  }
  .bannerMax1 .swiper-slide .contain .box .first {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin: 0 auto;
    margin-top: 0.4324rem;
    font-size: 0.4324rem;
    font-weight: 700;
  }
  .bannerMax1 .swiper-slide .contain .box .second {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.1081rem;
    line-height: 0.5405rem;
    font-size: 0.3243rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .bannerMax1 .content-slide {
    padding: 0.5405rem;
    color: #fff;
  }
  .bannerMax1 .paginationm {
    z-index: 999;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 2.4324rem;
    width: 100%;
  }
  .bannerMax1 .swiper-pagination-switch {
    display: inline-block;
    width: 0.2703rem;
    height: 0.2703rem;
    border-radius: 0.2703rem;
    background: #999;
    box-shadow: 0rem 0.027rem 0.0541rem #555 inset;
    margin: 0 0.0811rem;
    cursor: pointer;
  }
  .bannerMax1 .swiper-active-switch {
    background: #fff;
  }
  .bannerPc {
    display: none;
  }
  .resolve {
    margin-top: 1.3514rem;
  }
  .resolve img {
    width: 100%;
  }
  .resolve .is {
    font-size: 0.3784rem;
    margin-left: 0.2703rem;
  }
  .resolve .last {
    margin-left: 0.2703rem;
    font-size: 0.3243rem;
    margin-top: 0.2703rem;
  }
  .policy {
    margin-top: 1.3514rem;
  }
  .policy ul {
    margin: 0 auto;
    margin-top: 0.2703rem;
    width: 9.1892rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .policy ul li {
    margin-top: 0.2703rem;
    width: 4.3784rem;
    position: relative;
    font-size: 0.3243rem;
  }
  .policy ul li img {
    vertical-align: top;
    width: 100%;
  }
  .policy ul li .text {
    color: white;
    width: 100%;
    background-color: #00000094;
    z-index: 1;
    position: absolute;
    bottom: 0;
    padding-bottom: 0.2703rem;
    height: 40px;
  }
  .policy ul li .text .Chinese {
    color: white;
    line-height: 0.5405rem;
    margin: 0 auto;
    padding-top: 0.1622rem;
    width: 90%;
    box-sizing: border-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .fly {
    margin-top: 1.3514rem;
    width: 100%;
  }
  .fly img {
    width: 100%;
  }
  .terrace {
    margin-top: 1.3514rem;
  }
  .terrace ul {
    margin: 0 auto;
    margin-top: 0.5405rem;
    width: 9.1892rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .terrace ul li {
    margin-top: 0.2703rem;
    width: 4.3784rem;
    background-color: #f1f1f1;
    position: relative;
  }
  .terrace ul li .iconPic {
    margin-top: 0.2703rem;
    width: 100%;
    text-align: center;
    font-size: 1.2432rem;
    height: 1.6216rem;
    line-height: 1.6216rem;
    color: #3b83ff;
  }
  .terrace ul li .titleTop {
    margin-top: 0.1081rem;
    width: 95%;
    font-size: 0.3784rem;
    margin-left: 5%;
    font-weight: 700;
  }
  .terrace ul li .text {
    padding: 0 5%;
    margin-top: 0.1081rem;
    width: 90%;
    font-size: 0.3243rem;
    line-height: 0.5405rem;
  }
  .terrace ul .index-yewu-list li:hover {
    box-sizing: border-box;
    box-shadow: 0 0 0.2703rem #72a2f7;
    -webkit-box-shadow: 0.027rem 0.027rem 0.2703rem rgba(132, 177, 255, 0.5);
    box-shadow: 0.027rem 0.027rem 0.2703rem rgba(132, 177, 255, 0.5);
  }
  .terrace ul .bz-buttonAnimat:before,
  .terrace ul .bz-buttonAnimat:after,
  .terrace ul .bz-buttonAnimat .inner:before,
  .terrace ul .bz-buttonAnimat .inner:after {
    background-color: #c1d8ff;
  }
  .terrace ul .bz-buttonAnimat:before,
  .terrace ul .bz-buttonAnimat:after,
  .terrace ul .bz-buttonAnimat .inner:before,
  .terrace ul .bz-buttonAnimat .inner:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .terrace ul .bz-buttonAnimat.horizontal:before,
  .terrace ul .bz-buttonAnimat.horizontal:after,
  .terrace ul .bz-buttonAnimat.both:before,
  .terrace ul .bz-buttonAnimat.both:after {
    left: 0;
    width: 100%;
    height: 0.0811rem;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .terrace ul .bz-buttonAnimat.horizontal .inner:before,
  .terrace ul .bz-buttonAnimat.horizontal .inner:after,
  .terrace ul .bz-buttonAnimat.both .inner:before,
  .terrace ul .bz-buttonAnimat.both .inner:after {
    top: 0;
    width: 0.0811rem;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .terrace ul .bz-buttonAnimat.horizontal .inner:before,
  .terrace ul .bz-buttonAnimat.both .inner:before {
    left: 0;
  }
  .terrace ul .bz-buttonAnimat.horizontal .inner:after,
  .terrace ul .bz-buttonAnimat.both .inner:after {
    right: 0;
  }
  .terrace ul .bz-buttonAnimat.horizontal .inner:hover:before,
  .terrace ul .bz-buttonAnimat.horizontal .inner:hover:after,
  .terrace ul .bz-buttonAnimat.both .inner:hover:before,
  .terrace ul .bz-buttonAnimat.both .inner:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .terrace ul .bz-buttonAnimat.horizontal:before,
  .terrace ul .bz-buttonAnimat.both:before {
    top: 0;
  }
  .terrace ul .bz-buttonAnimat.horizontal:after,
  .terrace ul .bz-buttonAnimat.both:after {
    bottom: 0;
  }
  .terrace ul .bz-buttonAnimat.horizontal:hover:before,
  .terrace ul .bz-buttonAnimat.horizontal:hover:after,
  .terrace ul .bz-buttonAnimat.both:hover:before,
  .terrace ul .bz-buttonAnimat.both:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .terrace ul .bz-buttonAnimat.horizontal:hover .inner:before,
  .terrace ul .bz-buttonAnimat.horizontal:hover .inner:after,
  .terrace ul .bz-buttonAnimat.both:hover .inner:before,
  .terrace ul .bz-buttonAnimat.both:hover .inner:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise .inner:before,
  .terrace ul .bz-buttonAnimat.both.clockwise .inner:before {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise .inner:after,
  .terrace ul .bz-buttonAnimat.both.clockwise .inner:after {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise:before,
  .terrace ul .bz-buttonAnimat.both.clockwise:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise:after,
  .terrace ul .bz-buttonAnimat.both.clockwise:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise:hover .inner:before,
  .terrace ul .bz-buttonAnimat.both.clockwise:hover .inner:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise:hover .inner:after,
  .terrace ul .bz-buttonAnimat.both.clockwise:hover .inner:after {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .terrace ul .bz-buttonAnimat.horizontal.clockwise:hover:before,
  .terrace ul .bz-buttonAnimat.both.clockwise:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .terrace ul .button {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .terrace ul li:hover .iconPic {
    font-size: 1.5135rem;
  }
  .concordance {
    margin-top: 1.3514rem;
  }
  .concordance img {
    margin-top: 0.5405rem;
    width: 96%;
    margin-left: 2%;
  }
  .ge {
    margin-top: 1.3514rem;
    height: 2.1622rem;
    width: 100%;
    color: white;
    line-height: 2.1622rem;
    text-align: center;
    font-size: 0.4865rem;
    background-color: #09377e;
  }
  .dot {
    margin-top: 1.3514rem;
  }
  .dot ul li {
    height: 5.4054rem;
    margin-top: 2.1622rem;
  }
  .dot ul li .left {
    width: 40%;
    float: left;
    font-size: 0.3784rem;
  }
  .dot ul li .left .ctitle {
    margin-left: 0.3784rem;
    margin-top: 0.5405rem;
    font-weight: 700;
  }
  .dot ul li .left p {
    margin-left: 0.3784rem;
    margin-right: 0.3784rem;
    margin-top: 0.2703rem;
    font-size: 0.3243rem;
  }
  .dot ul li .right {
    width: 60%;
    float: left;
  }
  .dot ul li .right img {
    width: 100%;
  }
  .dot ul > :nth-child(1) {
    height: 4.0541rem;
  }
  .dot ul > :nth-child(2) {
    height: 2.973rem;
  }
  .dot ul > :nth-child(3) {
    height: 3.7838rem;
  }
  .dot ul > :nth-child(4) {
    height: 2.4324rem;
  }
  .dot ul > :nth-child(6) {
    height: 2.8108rem;
  }
  .superiority {
    width: 100%;
    margin-top: 1.3514rem;
  }
  .superiority ul {
    margin-top: 0.5405rem;
    width: 100%;
  }
  .superiority ul li {
    position: relative;
    width: 50%;
    height: 7.027rem;
    border: 0.027rem solid #ccc;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    float: left;
  }
  .superiority ul li .first {
    margin-top: 0.5405rem;
    height: 2.7027rem;
    line-height: 2.7027rem;
    text-align: center;
    font-size: 1.3514rem;
    color: #3C64FF;
  }
  .superiority ul li .second {
    font-weight: 700;
    text-align: center;
    margin-top: 0.5405rem;
    font-size: 0.3784rem;
  }
  .superiority ul li .stext {
    width: 80%;
    margin: 0 auto;
    margin-top: 0.5405rem;
    font-size: 0.3243rem;
  }
  .superiority ul li .hover {
    display: none;
    background: #0059fe;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .superiority ul li .hover .second {
    font-weight: normal;
    text-align: center;
    margin-top: 0.5405rem;
    font-size: 0.3243rem;
  }
  .superiority ul li .hover .stext {
    font-size: 0.3243rem;
    margin-top: 0.2703rem;
    width: 90%;
    text-align: center;
  }
  .superiority ul li .hover .text {
    font-size: 0.3243rem;
    width: 90%;
    margin: 0 auto;
    margin-top: 0.1622rem;
    line-height: 0.5946rem;
  }
  .superiority ul li:hover .hover {
    display: block;
  }
  .superiority ul > :nth-child(2n) {
    border-right: 0.027rem solid #ccc;
  }
  .superiority ul > :nth-child(1),
  .superiority ul > :nth-child(2) {
    border-top: 0.027rem solid #ccc;
  }
  .rightness {
    overflow: hidden;
    margin-top: 1.3514rem;
    background-color: #003833;
    width: 100%;
    height: 8.6486rem;
    color: white;
  }
  .rightness .rtitle {
    margin-top: 0.5405rem;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 0.4324rem;
    height: 0.5405rem;
    line-height: 0.5405rem;
  }
  .rightness .container {
    width: 9.1892rem;
    margin: 0 auto;
    margin-top: 0.5405rem;
    font-size: 0.3784rem;
  }
  .rightness .container div {
    width: 100%;
    margin-top: 0.2703rem;
  }
  .success {
    margin-top: 1.3514rem;
    width: 100%;
  }
  .success ul {
    width: 100%;
    margin-top: 0.5405rem;
  }
  .success ul li {
    margin: 0 auto;
    width: 9.1892rem;
    margin-top: 0.8108rem;
  }
  .success ul li .left {
    width: 100%;
    margin-left: 1%;
  }
  .success ul li .left img {
    vertical-align: top;
    width: 100%;
  }
  .success ul li .right {
    margin-top: 0.2703rem;
    box-sizing: border-box;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    line-height: 0.6486rem;
    text-indent: 2em;
    font-size: 0.3243rem;
  }
  .success .last {
    margin: 0 auto;
    margin-top: 0.8108rem;
    width: 9.1892rem;
    font-size: 0.3784rem;
  }
  .success .last div {
    margin-top: 0.2703rem;
  }
}
