.fleex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w1200 {
    margin: 0 auto;
    padding: 0 -15px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w-banner{
    height: 100vh;
    overflow: hidden;
}
.w-banner video{
    height: 120vh;
    margin-top: -10vh;
}
.x-top {
    background: #121F44;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    color: #fff;
}

.hyz {
    color: #fff;
}

.hyr a {
    color: #fff;
}

.x-top2 {
    height: 80px;
    line-height: 80px;
}

.x-top2 .dlogo {
    height: 80px;
    line-height: 80px;
}

.x-top2 .nnav {
    width: 70%;
}

.so img {
    max-width: 56%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 238px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(255, 179, 0, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}

.aboutz {
    width: 43%;
}

.aboutz .about_content {
    font-size: 16px;
    font-weight: 100;
    line-height: 40px;
    color: #242526;
    margin-top: 3vw;
}

.aboutz .abouta {
    width: 138px;
    height: 50px;
    display: block;
    font-size: 18px;
    font-weight: 100;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    background-color: #1d2789;
    margin-top: 2vw;
}

.tybt {
    font-size: 2.1rem;
    position: relative;
}

.tybt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 88px;
    height: 7px;
    background: #ffbb02;
}

.aboutr {
    width: 50%;
}

.aboutr img {
    width: 100%;
}

.c-product {
    background: #121e42;
    background-size: cover;
    padding: 6.04% 0;
}

.c-product .tybt {
    color: #fff;
}

.c-product-list {
    margin-top: 4vw;
}

.c-product-list li {
    width: 32%;
    background-color: #fff;
    text-align: center;
    margin-bottom: 1.5vw;
    padding: 2vw 0;
}

.c-product-list li .img {
    margin-top: 10px;
}

.c-product-list li .img img {
    width: 100%;
}

.c-product-list li h3 {
    margin-top: 2vw;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    color: #121f44;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-product-list li:hover h3 {
    color: #1d2789;
}

.c-case {
    margin-top: 6vw;
}

.c-case-list {
    margin-top: 4vw;
}

.c-case-list li {
    width: 48%;
    background: #f3f2f7;
    margin-bottom: 2vw;
}

.c-case-list li .img {
    width: 42.8%;
    margin: 0;
}

.c-case-list li .img img {
    width: 100%;
}

.c-case-list li .liwz {
    width: 55%;
    padding-top: 3vw;
    padding-right: 12px;
    padding-left: 24px;
}

.c-case-list li .liwz h3 {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-case-list li .liwz h4 {
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #000000;
    margin-top: 10px;
}

.c-news {
    margin-top: 2vw;
    padding-top: 4vw;
    padding-bottom: 2vw;
    background-color: #f1f1f3;
}

.c-news-list {
    margin-top: 4vw;
}

.c-news-list li {
    width: 48%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 2vw;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.c-news-list li:hover {
    background-color: #1d2789;
}

.c-news-list li:hover a .lisz {
    color: #fff;
}

.c-news-list li:hover a .liyb {
    color: #fff;
}

.c-news-list li a {
    width: 100%;
    align-items: center;
}

.c-news-list li a .lisz {
    width: 18%;
    color: #d7d8dd;
    font-size: 3.6rem;
    text-align: center;
}

.c-news-list li a .liyb {
    color: #2a333c;
    width: 80%;
}

.c-news-list li a .liyb h3 {
    font-weight: normal;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-news-list li a .liyb h4 {
    font-weight: normal;
    font-size: 12px;
    margin: 10px 0;
}

.c-news-list li a .liyb h5 {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}


.x-region .span {
    padding: 0 20px;
}

.x-layout-ewm img {
    width: 100%;
}

.x-layout-menu dl dt {
    font-size: 18px;
    color: #ffbb02;
}

.x-layout {
    background: none;
    background-color: #121e42;
    padding: 2vw 0;
}

.x-layout .fota {
    width: 20%;
}

.x-layout .fotb {
    padding-top: 2vw;
    width: 60%;
}

.x-layout .fotc {
    padding-top: 2vw;
    width: 15%;
}

.x-layout-desc {
    font-size: 14px;
    line-height: 20px;
}


.right_pcfl .xypg-left-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2vw;
}

.right_pcfl .xypg-left-nav .first-nav-btn {
    display: none;
}

.right_pcfl .xypg-left-nav li:hover {
    background: #f3f8ff;
}

.right_pcfl .xypg-left-nav li {
    border: none;
}

.right_pcfl .xypg-left-nav li a {
    font-size: 18px;
}

.page-banner {
    position: relative;
}

.page-banner .nybt {
    position: absolute;
    width: 100%;
    top: 45%;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
}

.page-banner .nybt h3 {
    font-size: 2rem;
    text-align: center;
}

.tybtt dd {
    font-size: 25px;
    font-weight: normal;
    color: #ffbb02;
}

.tybtt dt {
    font-size: 14px;
    font-weight: normal;
    color: #a5a5a5;
}

.contlx {
    margin: 2vw 0;
    font-size: 16px;
    line-height: 28px;
}

.contlx2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    color: #777777;
    line-height: 28px;
}

.contlx2 ul li h3 {
    font-weight: normal;
    font-size: 16px;
}

.contlx3 {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 2vw;
}

#container_map {
    height: 320px;
}

.bb {
    color: #ffbb02;
}

.c2 .c2z {
    width: 33.3%;
}

.c2 .c2z dd {
    font-size: 25px;
    font-weight: normal;
}

.c2 .c2z dt {
    font-size: 14px;
    font-weight: normal;
}

.c2 .c2r {
    width: 66.7%;
}

.c2 .c2r .c2wz {
    font-size: 15px;
    line-height: 36px;
}

.c2 .c2r .c2tw ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3vw;
}

.c2 .c2r .c2tw ul li {
    width: 30%;
    text-align: center;
}

.c2 .c2r .c2tw ul li h3 {
    font-weight: normal;
    font-size: 15px;
    color: #666666;
    margin-top: 10px;
}

.c2 .c2r .c2tw ul li h4 {
    font-weight: normal;
    font-size: 12px;
    color: #A9A9A9;
    margin-top: 10px;
}

.c2 .c2z .tybt {
    margin-left: 40px;
}

.c3 {
    background: url(//cdn.myxypt.com/8fcd86a3/21/09/38a0926f8fbbf676fd2d3ac4f004cf9dd9700dce.jpg) no-repeat top center;
    padding-top: 6vw;
    margin-top: 4vw;
}

.c3 .fleex .c3a {
    margin-left: 40px;
    width: 45%;
}

.c3 .fleex .c3a img {
    width: 100%;
}

.c3 .fleex .c3b {
    width: 46%;
    margin-right: 20px;
}

.c3 .fleex .c3b dd {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    margin-top: 4vw;
}

.c3 .fleex .c3b dt {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.c3 .fleex .c3b .zybz {
    margin-top: 3.5vw;
    color: #666666;
    font-family: 微软雅黑;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
}

.c4 {
    margin-top: 3vw;
}

.c4 .tybt {
    margin-left: 40px;
}

.c4 .tybt dd {
    font-size: 25px;
    font-weight: normal;
}

.c4 .tybt dt {
    font-size: 14px;
    font-weight: normal;
}

.c4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3vw;
}

.c4 ul li {
    width: 26%;
    text-align: center;
    box-shadow: 0 0 2px #dddee1;
    background: #fff;
    padding: 30px 20px;
}

.c4 ul li .img img {
    max-width: 100%;
}

.c4 ul li h3 {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    margin-top: 15px;
}

.c4 ul li h3 span {
    font-size: 14px;
    color: #999999;
}

.c4 ul li h4 {
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    font-weight: normal;
    margin-top: 15px;
}

.c5 {
    background-color: #f8f8f8;
    padding: 3vw 0;
    margin-top: 3vw;
}

.sul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sul li {
    width: 25%;
    text-align: center;
}

.sbt {
    font-family: Impact;
    font-size: 3.6rem;
    letter-spacing: -1px;
    color: #007ec5;
}

.sbt .span1 {
    font-size: 1rem;
    font-style: normal;
    margin-left: 8px;
    color: #007ec5;
    font-weight: bold;
}

.sul li p {
    color: #666666;
    font-size: 16px;
}

.c6 {
    margin-top: 3vw;
}

.c6 .tybt {
    margin-left: 40px;
}

.c6 .tybt dd {
    font-size: 25px;
    font-weight: normal;
}

.c6 .tybt dt {
    font-size: 14px;
    font-weight: normal;
}

.c6 .hzgd {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0vw;
    margin-top: 3vw;
}

.c6 .hzgd .list {
    border: 1px solid #eee;
    border-radius: 6px;
}

.c6 .hzgd .list img {
    width: 100%;
}

.slick-slide {
    margin: 0 5px;
}

.slick-dots {
    text-align: center;
    margin-top: 15px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #efefef;
    cursor: pointer;
}

.slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.slick-dots li.slick-active {
    background-color: #007ec5;
}

.foot_nav li {
    float: left;
    width: 20%;
    text-align: center;
}

.foot_nav li a {
    font-size: 18px;
    color: #ffbb02;
    display: block;
    width: 100%;
    font-weight: 700;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1.43em;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, .7);
    font-weight: normal
}

@media (max-width: 1230px) {
    .w1200 {
        padding: 0 15px;
    }

    .x-layout-contact {
        width: 120%;
    }
}

@media (max-width: 992px) {
    .page-wrap-left {
        display: block;
    }

    .right_pcfl {
        display: none;
    }

    .c-case-list li a {
        align-items: center;
    }

    .c-link {
        display: none;
    }

    .x-layout {
        display: none;
    }

    .tybtt {
        margin-left: 0 !important;
        margin: 0 auto !important;
        text-align: center;
    }

    .contlx2 ul li {
        width: 50%;
        margin-top: 10px;
    }

    .contlx2 ul li h3 {
        font-size: 14px;
    }

    .c2 .c2z {
        width: 100%;
    }

    .c2 .c2r {
        width: 100%;
    }

    .c2 .c2r .c2wz {
        margin-top: 20px;
    }

    .c3 {
        background-size: cover;
        padding-bottom: 3vw;
    }

    .c3 .fleex .c3a {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .c3 .fleex .c3a img {
        width: auto;
    }

    .c3 .fleex .c3b {
        width: 100%;
    }

    .c3 .fleex .c3b .zybz {
        color: #fff;
    }

    .c4 ul {
        justify-content: center;
    }

    .c4 ul li {
        width: 80%;
        margin-bottom: 10px;
    }

    .sul li {
        width: 48%;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .x-about {
        flex-wrap: wrap-reverse;
    }

    .aboutz {
        width: 100%;
        margin-top: 15px;
    }

    .aboutz .about_content {
        font-weight: 400;
    }

    .aboutz .abouta {
        font-size: 16px;
        width: 100px;
        height: 45px;
        line-height: 45px;
        font-weight: 400;
    }

    .aboutr {
        width: 100%;
    }

    .c-case-list li .liwz h3 {
        font-size: 16px;
    }

    .c-case-list li .liwz {
        padding-left: 0;
        padding-right: 0;
    }

    .c-case-list li .img {
        width: 40%;
    }

    .c-case-list li .liwz {
        width: 58%;
    }

    .c-case-list li .liwz h4 {
        line-height: 24px;
    }

    .tybt {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .tybt:after {
        width: 45px;
        height: 4px;
    }

    .c-product-list li {
        width: 49%;
    }

    .c-case-list li {
        width: 100%;
    }

    .c-news-list li {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .c-product-list li h3 {
        font-size: 16px;
    }
}

.product-detail-item .icon-qrcode {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.product-detail-item .icon-qrcode:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(https://gcdn.myxypt.com/images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    background-position: 0 -21px;
    background-size: 200%;
}

.product-detail-item .qr-code {
    position: absolute;
    background: #fff;
    top: 50%;
    z-index: 9;
    left: 100px;
    padding: 10px;
    border: 1px solid;
    display: none;
    height: 122px;
    overflow: hidden;
    margin-top: -61px;
}

.x-footer .w1200 {
    align-items: center;
}

.x-footer-z {
    text-align: left;
}

.x-footer-r {
    text-align: left;
}

.smtg {
    display: inline-block;
    position: relative;
    width: 107px;
    height: 30px;
}

.smtg h3 {
    color: rgba(255, 255, 255, 0.5);
    background: url(https://gcdn.myxypt.com/images/link.png) no-repeat 0 50%;
    text-indent: 10px;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}

.smtg p {
    position: absolute;
    bottom: 44px;
    width: 400%;
    left: -300%;
    display: none;
    padding: 10px 10px;
    background: rgb(62, 62, 62, 0.5);
}

.smtg p a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    margin: 0 5px;
}

/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 50px;
    }

    .x-footer-r {
        display: none;
    }
}

.text-danger {
    color: red;
}

/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
    z-index: 999;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

/* 头部 */
.x-banner video{
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
}
.x-banner{
    height: 100%;
}
.head{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(37 113 218 / 83%);
  z-index: 9999999;
}
.nyhead{
    position: unset;
}
.hd-show{
  padding: 1.2rem 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  position: relative;
}
.h-show{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo{
    width: 34%;
}
.logo a{
    display: block;
}
.logo a img{
    max-width: 100%;
}
.nyhead .logo a img{
    /* filter: brightness(0);
    -webkit-filter: brightness(0); */
}
.logo .img2{display: none;}
.hd-nav{
    width: 75%;
    display: flex;
    align-items: center;
}

.hd-right{
    width: 3.5%;
    display: flex;
    justify-content: flex-end;
}
.lsch{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.lsch::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #fff;
    left: 0;
}
.nyhead .lsch::after{
    background-color: #666;
}
.lang{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}
.lang .l-img{
    overflow: hidden;
    max-width: 32px;
}
.lang .l-img img{
    max-width: 100%;
    /* -webkit-animation: run 15s linear 0s infinite; */
}
.nyhead .hd-sch img{
        filter: brightness(0);
    -webkit-filter: brightness(0);
}
/* @-webkit-keyframes run{     
  from{     
      -webkit-transform:rotate(0deg);     
  }     
  to{     
      -webkit-transform:rotate(360deg);     
  }     
}  */

.nyhead .lang .l-img img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.lang h3{
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    margin-left: 10px;
}
.nyhead .lang h3{
    color: #333;
}
.hd-sch{
  overflow: hidden;
  margin-left: 10px;
  cursor: pointer;
}
.hd-sch img{
    max-width: 100%;
}


.lang-list{
    display: none;
    position: absolute;
    width: 150%;
    top: 66px;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    z-index: 9999;
}
.lang-list a{
    display: flex;
    justify-content: center;
    padding: 0.5em;
}
.lang-list a span{
    display: block;
    width: 50%;
    font-size: 15px;
    text-align: center;
    color: #666;
}
.lang-list a:hover span{
    color: #1d2789;
}
.lang-list a:hover{
    background-color: #ddd;
}

.sch{
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  box-shadow: 0px 6px 6px 3px rgb(0 0 0 / 20%);
  display: none;
  z-index: 999999;
}
.sch .so{
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px;
  position: relative;
}
.sch .so h4{
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.so #formsearch{
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  margin-top: 30px;
}
.so #formsearch input{
  border: none;
  background: none;
  outline: none;
}
.so #formsearch input#keyword{
  font-size: 14px;
  color: #999;
  padding-left: 15px;
  line-height: 40px;
  width: 80%;
  float: left;
}
.so #formsearch input#s_btn{
  background: #1d2789;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  border-radius: 10px;
  width: 20%;
  float: right;
}
.so p{
  font-size: 15px;
  color: #666;
  line-height: 26px;
  margin-top: 20px;
}
.so p a{
  font-size: 15px;
  color: #999;
  margin-left: 8px;
}
.so p a:hover{
  color: #1d2789;
}
.so span{
  position: absolute;
  top: 20px;
  right: 20px;
}
.so span img{
  transition: all .3s ease;
}
.so span img:hover{
  filter: brightness(2);
  -webkit-filter: brightness(-1%);
}

.x-banner .ban-word{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}
.x-banner .ban-word h3{
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    font-family: '思源黑体 CN';
    text-align: center;
}
.x-banner .ban-word h3 span{
    display: block;
    font-size: 34px;
    color: #fff;
    margin-top: 40px;
}
.mouse{
    position: absolute;
    width: 100%;
    bottom: 65px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 99999;
}
.mouse p{
    cursor: pointer;
}


/* 关于我们 */
.about{
    height: 100%;
   
}
.about-show{
    height: 100%;
    display: flex;
    align-items: center;
}
.abt-show{
}
.abt-con{

}
.abt-tit{
    text-align: center;
}
.abt-tit h3{
    font-size:3rem;
    color: #fff;
    font-weight: bold;
}   
.abt-tit p{
    font-size: 2.6rem;
    color: #fff;
    margin-top: 2.6rem;
}
.abt-text{
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    line-height: 2rem;
    margin-top: 1.8rem;
}
.abt-con a{
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
.abt-con a p{
    position: relative;
    width: 10rem;
    background-color: #1d2789;
    color: #fff;
    border-radius: 0.4rem;
    font-size: 1rem;
    line-height: 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: all .5s ease;
}
.abt-con a:hover p {
    background-color: unset;
      transition-delay: 400ms;
}
.abt-con a p span.abt-more{
    display: block;
    background: url(../images/z.png)no-repeat right center;
    padding-right: 1.3rem;
}
.abt-con a p::before{
  content: "";
  position: absolute;
  width: 0.1rem;
  background: #fff;
  left: 0;
  bottom: 0;
  height: 0;
  transition: all 0.1s;
 transition-delay: 300ms;
}
.abt-con a:hover p::before{
  height: 100%;
 transition-delay: 00ms;
}
.abt-con a p .tt{
content: "";
  position: absolute;
  width: 0;
  background: #fff;
  left: 0;
  top: 0;
  height: 1px;
  transition: all 0.1s;
 transition-delay: 200ms;
}
.abt-con a:hover p .tt{
width: 100%;
 transition-delay: 100ms;
}
.abt-con a p .bb{
content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  right: 0;
  top: 0;
  height: 0;
  transition: all 0.1s;
 transition-delay: 100ms;
}
.abt-con a:hover p .bb{
height: 100%;
  transition-delay: 200ms;
}
.abt-con a p::after{
content: "";
  position: absolute;
  width: 0;
  background: #fff;
  right: 0;
  bottom: 0;
  height: 1px;
  transition: all 0.3s;
}
.abt-con a:hover p::after{
    width: 100%;
 transition-delay: 300ms;
}



.abt-list{
    margin-top: 100px;
}
.abt-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abt-list ul:before,
.abt-list ul::after{
    display: none;
}
.abt-list ul li{
    width: 25%;
    text-align: center;
}
.abt-list ul li h3{
    font-size: 58px;
    font-weight: bold;
    color: #fff;
}
.abt-list ul li h3 span{
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
}
.abt-list ul li p{
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

@media (max-width: 1200px) {
    .abt-show {
        margin-bottom: 0;
    }
}


/* 产品中心 */
.product{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.product::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    background-color: #1d2789;
    left: 0;
    top: 0;
}
/* .product-show{
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
} */
.pro-list{
    /* margin-left: -20px;
    margin-right: -20px; */
	width:105rem;
}
.pro-list ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-left{
    width: 70%;
}
.pro-right{
    width: 30%;
}
.pro-list ul li .pro-right .pro-img{
    overflow: hidden;
}
.pro-list ul li .pro-right .pro-img img{
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .pro-right{
        width: 44%;
    }
}

/* .pro-tit{

} */
.pro-tit h3{
    font-size: 3.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #1d2789;
    font-family: Arial;
}
.pro-tit p{
    font-size: 2.8rem;
    color: #000;
}
.pro-tit p::after{
    display: block;
    content: '';
    width: 8rem;
    height: 0.3rem;
    background-color: #1d2789;
    margin-top: 1.8rem;
}
.pro-show{
    margin-top: 45px;
}
.pro-show h3{
    font-size: 36px;
    color: #333;
}
.pro-show .pro-text{
    font-size: 15px;
    color: #666;
    line-height: 33px;
    margin-top: 30px;
}
.pro-show a{
    display: block;
    width: 210px;
    line-height: 57px;
    border: solid 1px #1d2789;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    background-color: #1d2789;
    margin-top: 100px;
    transition: all .3s ease;
}
.pro-show a:hover{
    background: none;
    border: solid 1px #666;
    color: #666;
}
.pro-list .owl-carousel .owl-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 10px;
}
.pro-list .owl-carousel .owl-nav button{
    display: block;
    width: 6rem;
    height: 3rem;
    border: solid 1px #898989;
    border-radius: 0.5rem;
}
.pro-list .owl-carousel .owl-nav button.owl-prev{
    background: url(../images/z1.png)no-repeat center;
}
.pro-list .owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
.pro-list .owl-carousel .owl-nav button.owl-prev:hover{
    background: url(../images/z2.png)no-repeat center;
    border: solid 1px #1d2789;
    background-color: #1d2789;
}
.pro-list .owl-carousel .owl-nav button.owl-next{
    background: url(../images/y1.png)no-repeat center;
    margin-left: 4rem;
}
.pro-list .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.pro-list .owl-carousel .owl-nav button.owl-next:hover{
    background: url(../images/y2.png)no-repeat center;
    border: solid 1px #1d2789;
    background-color: #1d2789;
}

/* 行业应用 */
.industry{
    height: 100%;
}
.ind-list{
    width: 100%;
    height: 100%;
}
.ind-list ul{
    height: 100%;
}
.ind-list ul li{
    width: 100%;
    height: 100%;
}

.indtry{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.ind-list ul li{
    display: none;
    overflow: hidden;
}
.ind-show{
    margin: 0 auto;
}
.title{
    text-align: center;
}
.title h3{
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
}
.title p{
    font-size: 1.1rem;
    color: #fff;
    margin-top: 0.1rem;
}

.ind-wrap{
    margin-top: 1rem;
}
.ind-wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-wrap ul::after,
.ind-wrap ul::before{
    display: none;
}
/* .ind-wrap ul li{

} */
.ind-wrap ul li{
    display: flex;
	width:20%; float: left;
}

.ind-wrap ul li.cur .ind-con{
    transition: all .3s ease;
    background-color: rgb(0 75 176 / 90%);
}
.ind-wrap ul li .ind-con{
    display: flex;
        align-items: center;
    justify-content: center;
}
.ind-wrap ul li .ind-con .con{
    text-align: center;
}
.ind-wrap ul li .ind-con .con .ind-ico{
    transition: all .3s ease;
    overflow: hidden;
}
.ind-wrap ul li .ind-con .con .ind-ico img{
    transition: all .3s ease;
    max-width: 100%;
}

/* 优势 */
.ys{
    height: 100%;
}
.ys .title{
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    z-index: 99;
}
.ys-show{
    height: 100%;
}
.ys-show ul{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ys-show ul::before,
.ys-show ul:after{
    display: none;
}
.ys-show ul li{
    width: 25%;
}
.ys-show ul li a{
    display: block;
    position: relative;
    height: 100%;
}
.ys-show ul li a .ys-img{
    overflow: hidden;
}
.ys-show ul li a .ys-img img{
    height: 100vh;
    min-width: 100%;
    /* max-width: 100%; */
}
.ys-show ul li a .ys-con{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20rem;
    transition: all .8s ease;
}
.ys-con .con{
    max-width:25rem;
    margin: 0 auto;
    text-align: center;
}
.ys-con .con .ys-img{
    overflow: hidden;
    text-align: center;
}
.ys-con .con .ys-img img{
    max-width: 100%;
}
.ys-con .con h3{
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-top: 1.6rem;
}
.ys-con .con p{
    font-size: 1.1rem;
    color: #efefef;
    line-height: 1.8rem;
    margin-top: 1.8rem;
}
.ys-show ul li a:hover .ys-con{
    padding-bottom: 24rem;
        transition: all .5s ease;
}

/* 新闻资讯 */
.news{
    height: 100%;
    background: url(//cdn.myxypt.com/40774a85/23/07/364d5cbd50c3bb8616bdb51ee395b773c3614fe6.png)no-repeat center;
    display: flex;
    align-items: center;
}
.news .title h3{
    color: #333;
}
.news .title p{
    color: #999;
}

.new-show{
    margin-top: 52px;
    margin-left: -18px;
    margin-right: -18px;
}
.new-show ul li{
    margin: 0 18px;
}
.new-show ul li a{
    display: block;
    position: relative;
}
.new-show ul li a::after{
    position: absolute;
    content: '';
    width: 0;
    height: 4px;
    background-color: #1d2789;
    left: 0;
    bottom: 0;
    transition: all .8s ease;
}
.new-show ul li a .new-img{
    overflow: hidden;
}
.new-show ul li a .new-img img{
    max-width: 100%;
}
.new-show ul li a .new-text{
    background-color: #fff;
    padding: 30px 25px;
}
.new-show ul li a .new-text p{
    font-size: 14px;
    color: #666;
}
.new-show ul li a .new-text h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
    transition: all .3s ease;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.new-show ul li a .new-text .text{
    font-size: 15px;
    color: #888;
    line-height: 24px;
    margin-top: 20px;
    display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.new-show ul li a .new-text p.new-more{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.new-show ul li a .new-text p.new-more span{
    display: block;
    padding-right: 25px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    transition: all .3s ease;
    background: url(//cdn.myxypt.com/40774a85/23/07/b508405991fc83feb6fde5a97d38a30d43ed263f.png)no-repeat right center;
}
.new-show ul li a:hover .new-text h3{
    color: #1d2789;
}
.new-show ul li a:hover .new-text p span{
    color: #1d2789;
    background: url(//cdn.myxypt.com/64c0ff5a/22/03/2b734b2a4749d511bf5a5fe87bc0a00466123f99.png)no-repeat right center;
}
.new-show ul li a:hover:after{
    width: 100%;
}

/* 底部 */
.foot{
    background-color: #1d2123;
    border-top: solid 10px #16286a;
}
.footop{
    padding-top: 50px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.ft-show{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}
.ft-left{
    width: 77%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-list h3{
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}
.ft-list ul,.ft-list .ft-con{
    margin-top: 1rem;
}
.ft-list ul li a,
.ft-list .ft-con p{
    font-size: 1rem;
    line-height: 1.8rem;
    color: #999;
}
.ft-list ul li a:hover{
    color: #fff;
}

.ft-right{
    width: 120px;
}
.ft-ewm{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.m1,.m2{
    width: 100%;
}
.m1 img,
.m2 img{
    max-width: 100%;
}
.ft-ewm p{
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.ft-link{
    padding-top: 15px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
}
.ft-link span{
    display: block;
    font-size: 14px;
    color: #999;
    width: 72px;
}
.link-list{
    width: calc(100% - 72px);
}
.link-list a{
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}
.link-list a:hover{
    color: #fff;
}

.footer{
    font-size: 14px;
    color: #999;
    padding: 31px 0;
}
.footer a{
    font-size: 14px;
    color: #999;
}
.footer a:hover{
    color: #fff;
}
.copy{
    float: left;
}
.reg{
    float: right;
}

/* 头部自适应 */
@media(max-width:1429px){
    .x-banner .ban-word h3{
        font-size: 60px;
    }
    .x-banner .ban-word h3 span{
        font-size: 32px;
        margin-top: 25px;
    }
}
@media(max-width:1329px){
    .x-menu > li>a{
        font-size: 15px;
    }
    .hd-nav{
        width: 49%;
    }
    .lang h3{
        font-size: 15px;
    }
    .x-banner .ban-word h3{
        font-size: 50px;
    }
    .x-banner .ban-word h3 span{
        font-size: 28px;
        margin-top: 20px;
    }
}
@media(max-width:1199px){
    .x-banner .ban-word h3{
        font-size: 45px;
    }
    .x-banner .ban-word h3 span{
        font-size: 26px;
        margin-top: 10px;
    }
    .lang .l-img img{
        max-width: 25px;
    }
    .lang .l-img{
        display: flex;
        align-items: center;
    }
    .lang h3{
        font-size: 14px;
    }
    .x-menu > li>a{
        font-size: 14px;
    }
    .hd-sch img{
        max-width: 15px;
    }
    .hd-sch{
        margin-left: 25px;
    }
    .hd-right{
        width: 11%;
    }
    .hd-sch .sch-img{
        display: flex;
        align-items: center;
    }
    .section{
        height: auto !important;
        display: block !important;
    }
    .fp-tableCell {
        display: block !important;
        height: auto !important;
    }
    .x-banner video{
        position: unset;
    }

}
@media(max-width:991px){
    .page-banner{
        margin-top: 60px;
    }
    .x-banner {
        padding-top: 60px;
    }
    .mouse{
        display: none;
    }
    .x-banner .ban-word h3{
        font-size: 36px;
    }
    .x-banner .ban-word h3 span{
        font-size: 22px;
    }
}
@media(max-width:768px){
    .page-banner{
        margin-top: 0;
        height: 0;
        overflow: hidden;
    }
    .x-banner .ban-word h3{
        display: none;
    }
}

/* 关于我们自适应 */
@media(max-width:1199px){
    .about{
        height: auto;
        padding: 60px 0;
    }
    .about-show{
        height: auto;
        display: block;
    }
    .abt-tit h3{
        font-size: 36px;
    }
    .abt-tit p{
        font-size: 22px;
        margin-top: 20px;
    }
    .abt-text{
        font-size: 16px;
        margin-top: 25px;
    }
    .abt-con a{
        margin: 0 auto;
        margin-top: 40px;
    }

    .abt-list ul li h3{
        font-size: 45px;
    }
    .abt-list{
        margin-top: 60px;
    }
    .abt-list ul li p{
        font-size: 16px;
        margin-top: 10px;
    }
}

@media(max-width:991px){
    .abt-tit h3{
        font-size: 32px;
    }
    .abt-tit p{
        font-size: 18px;
        margin-top: 10px;
    }
    .abt-text{
        font-size: 15px;
        margin-top: 20px;
        line-height: 30px;
    }
    .abt-con a{
        width: 130px;
        line-height: 38px;
        font-size: 14px;
    }
    .abt-list ul li h3{
        font-size: 36px;
    }
    .abt-list ul li h3 span{
        font-size: 14px;
    }
    .abt-list ul li p{
        font-size: 15px;
        margin-top: 5px;
    }
}
@media(max-width:599px){
    .abt-tit h3{
        font-size: 28px;
    }
    .abt-tit p{
        font-size: 16px;
        margin-top: 5px;
    }
    .abt-text{
        font-size: 14px;
        line-height: 28px;
    }
    .abt-con a{
        margin-top: 30px;
    }
    .abt-list{
        margin-top: 40px;
    }
    .abt-list ul li h3{
        font-size: 32px;
    }
    .abt-list ul li h3 span{
        font-size: 13px;
    }
    .abt-list ul li p{
        font-size: 14px;
    }
}
@media(max-width:425px){
    .abt-list ul li{
        width: auto;
    }
    .abt-tit p{
        font-size: 14px;
    }
}
@media(max-width:375px){
    .abt-list ul li h3{
        font-size: 26px;
    }
    .abt-list ul li h3 span{
        font-size: 12px;
        margin-left: 0;
    }
    .abt-list{
        margin-top: 30px;
    }
    .abt-con a{
        margin-top: 20px;
    }
    .about{
        padding: 40px 0;
    }
}

/* 产品中心自适应 */
@media(max-width:1429px){
    .pro-tit h3{
        font-size: 50px;
    }
    .pro-tit p{
        font-size: 36px;
    }
    .pro-show h3{
        font-size: 32px;
    }
}
@media(max-width:1329px){
    .pro-show a{
        margin-top: 60px;
    }
    .pro-show{
        margin-top: 40px;
    }
}
@media(max-width:1199px){
    .product{
        display: block;
        height: auto;
        padding: 80px 0;
    }
    .pro-tit h3{
        font-size: 45px;
    }
    .pro-tit p{
        font-size: 32px;
        margin-top: 0;
    }
    .pro-show h3{
        font-size: 28px;
    }
    .pro-show{
        margin-top: 20px;
    }
    .pro-left{
        width: 48%;
        padding-left: 30px;
    }
    .pro-show .pro-text{
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
    }
    .pro-show a{
        width: 168px;
        line-height: 46px;
    }
    .pro-show a{
        margin-top: 40px;
    }
}
@media(max-width:991px){
    .pro-tit{
        display: none;
    }
    .pro-list .owl-carousel .owl-nav{
        justify-content: center;
        padding-left: 30px;
        margin-top: 0;
        padding-top: 20px;
        border-top: solid 1px #666;
    }
    .product::after{
        display: none;
    }
    .pro-show a{
        width: 140px;
        line-height: 38px;
        font-size: 14px;
    }
    .pro-show{
        margin-top: 0;
    }
    .product{
        padding: 60px 0;
    }
    .pro-left{
        display: flex;
        align-items: center;
    }
}

@media(max-width:699px){
    .pro-show h3{
        font-size: 24px;
    }
    .pro-show .pro-text{
        line-height: 26px;
        margin-top: 10px;
        display: -webkit-box;             /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 4;            /*限制文本行数*/
    overflow: hidden;                 /*超出隐藏*/

    }
    .pro-show a{
        width: 110px;
        font-size: 12px;
        margin-top: 20px;
        line-height: 32px;
    }
    .product{
        padding: 40px 0;
    }
}
@media(max-width:599px){
    .pro-show .pro-text{
        line-height: 22px;
        font-size: 12px;
                display: -webkit-box;             /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 3;            /*限制文本行数*/
    overflow: hidden;                 /*超出隐藏*/

    }
    .pro-show h3{
        font-size: 22px;
    }
}
.pro-list1{
    display: none;
}

@media(max-width:425px){
    .pro-list{
        display: none;
    }
    .pro-list1{
        display: block;
        margin-left: -6px;
        margin-right: -6px;
    }
    .pro-list1 ul li{
        margin: 0 6px;
    }
    .pro-list1 ul li a{
        display: block;
    }
    .pro-list1 ul li a .pro-img{
        overflow: hidden;
        padding: 5px;
        border: solid 1px #999;
    }
    .pro-list1 ul li a .pro-img img{
        max-width: 100%;
    }
    .pro-list1 ul li a h3{
        font-size: 15px;
        text-align: center;
        color: #fff;
        line-height: 36px;
        background-color: rgba(29, 40, 137, 0.7);
    }
}

/* 行业应用自适应 */
@media(max-width:1429px){
    .ind-list ul li img{
        /* width: 100%; */
        height: 100vh;
    }
}
@media(max-width:1199px){
    .ind-wrap ul li:nth-child(1) a .ind-con{
        width: 70%;
        min-height: 200px;
    }
    .ind-wrap ul li:nth-child(2) a .ind-con{
        min-height: 160px;
    }
    .ind-wrap ul li:nth-child(4) a .ind-con{
        min-height: 180px;
    }
    .ind-wrap ul li:nth-child(5) a .ind-con{
        width: 65%;
        min-height: 130px;
    }
    .ind-wrap ul li:nth-child(3) a .ind-con{
        min-height: 110px;
    }
    .title h3{
        font-size: 36px;
    }
    .title p{
        font-size: 16px;
        margin-top: 10px;
    }
    .industry{
        height: 640px;
    }

    .ind-list ul li img{
        max-height: 700px;
    }
}
@media(max-width:991px){
    .industry{
        height: 580px;
    }
    .ind-wrap ul li:nth-child(1) a .ind-con .con h3{
        font-size: 20px;
    }
    .ind-wrap ul li a .ind-con .con h3{
        font-size: 16px;
        margin-top: 10px;
    }
    .ind-wrap ul li a .ind-con .con .ind-ico img{
        max-width: 80%;
    }
    .ind-wrap ul li:nth-child(1) a .ind-con{
        min-height: 160px;
    }
    .ind-wrap ul li:nth-child(2) a .ind-con{
        min-height: 120px;
    }
    .ind-wrap ul li:nth-child(3) a .ind-con{
        min-height: 90px;
    }
    .ind-wrap ul li:nth-child(4) a .ind-con{
        min-height: 160px;
    }
    .ind-wrap ul li:nth-child(5) a .ind-con{
        min-height: 110px;
    }
    .ind-wrap{
        margin-top: 40px;
    }
    .ind-list ul li img{
        max-height: 600px;
    }
    .title h3{
        font-size: 32px;
    }
}
@media(max-width:768px){
    .indtry-show{
        width: 100%;
    }
    .ind-show{
        width: 90%;
    }
}
@media(max-width:699px){
    .ind-wrap ul li a .ind-con .con .ind-ico img{
        max-width: 50%;
    }
}
@media(max-width:599px){
    .industry{
        height: 500px;
    }
    .ind-wrap ul li a .ind-con .con .ind-ico img{
        max-width: 40%;
    }
    .ind-wrap ul li:nth-child(1) a .ind-con{
        min-height: 130px;
    }
    .ind-wrap ul li:nth-child(2) a .ind-con{
        min-height: 90px;
    }
    .ind-wrap ul li:nth-child(4) a .ind-con{
        min-height: 130px;
    }
    .ind-wrap ul li:nth-child(3) a .ind-con{
        min-height: 70px;
    }
    .ind-wrap ul li:nth-child(5) a .ind-con{
        min-height: 90px;
    }
    .ind-list ul li img{
        max-height: 500px;
    }
    .title h3{
        font-size: 28px;
    }
    .title p{
        font-size: 14px;
    }
    
}
@media(max-width:425px){
    .industry{
        height: 400px;
    }
    .ind-wrap ul li:nth-child(1) a .ind-con{
        min-height: 100px;
    }
    .ind-wrap ul li:nth-child(2) a .ind-con{
        min-height: 80px;
    }
    .ind-wrap ul li:nth-child(3) a .ind-con{
        min-height: 60px;
    }
    .ind-wrap ul li:nth-child(4) a .ind-con{
        min-height: 100px;
    }
    .ind-wrap ul li:nth-child(5) a .ind-con{
        min-height: 80px;
        width: 80%;
    }
    .ind-wrap ul li:nth-child(1) a .ind-con .con h3{
        font-size: 17px;
    }
    .ind-wrap ul li a .ind-con .con h3{
        font-size: 12px;
    }
    .ind-list ul li img{
        max-height: 400px;
    }
    .ind-wrap ul li:nth-child(-n+2){
        margin-bottom: 10px;
    }
}

/* 优势自适应 */
@media(max-width:1429px){
    .ys .title{
        top: 60px;
    }
    .ys-show ul li a .ys-con{
        padding-bottom: 0;
        align-items: flex-start;
        padding-top: 85%;
    }
    .ys-show ul li a:hover .ys-con{
        padding-bottom: 0;
        padding-top: 65%;
    }
    
}
@media(max-width:1329px){
    .ys-con .con h3{
        font-size: 24px;
    }
}
@media(max-width:1199px){
    .ys-show ul li a .ys-img img{
        max-height: unset;
        max-width: 100%;
        height: auto;
    }
    .ys-show ul li a .ys-con{
        padding-bottom: 0;
        padding-top: 80%;
    }
    .ys .title{
        top: 50px;
    }
    .ys{
        height: auto;
        border-top: solid 10px #1d2789;
    }
    .ys-show ul li a .ys-con{
        align-items: flex-start;
    }
    .ys-show ul li a:hover .ys-con{
        padding-bottom: 0;
        padding-top: 60%;
    }
    .ys-con .con .ys-ico img{
        max-width: 70px;
    }
    .ys-con .con{
        max-width: 200px;
    }
    .ys-con .con h3{
        font-size: 22px;
        margin-top: 20px;
    }
    .ys-con .con p{
        font-size: 16px;
        margin-top: 20px;
    }
}
@media(max-width:991px){
    .ys-con .con .ys-ico img{
        max-width: 60%;
    }
    .ys-con .con h3{
        font-size: 20px;
        margin-top: 15px;
    }
    .ys-con .con p{
        font-size: 15px;
        margin-top: 15px;
    }
}
@media(max-width:768px){
    .ys-show ul li{
        width: 50%;
    }
    .ys-show ul li a .ys-img img{
        min-width: 100%;
        max-height: 500px;
    }
    .ys-show ul li a .ys-con{
        padding-top: 60%;
    }
}
@media(max-width:767px){
    .ys{
        display: none;
    }
}

/* 新闻中心自适应 */
@media(max-width:1329px){
    .new-show ul li a .new-text h3{
        font-size: 18px;
          display: -webkit-box;             /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 1;            /*限制文本行数*/
    overflow: hidden;                 /*超出隐藏*/
    }
    .new-show ul li a .new-text .text{
                  display: -webkit-box;             /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 2;            /*限制文本行数*/
    overflow: hidden;                 /*超出隐藏*/
    }
    .new-show{
        margin-top: 40px;
    }
}
@media(max-width:1199px){
    .news{
        height: auto;
        display: block;
        padding: 80px 0;
    }
    .new-show ul li{
        margin: 0 10px;
    }
    .new-show{
        margin-left: -10px;
        margin-right: -10px;
    }
    .new-show ul li a .new-text{
        padding: 20px;
    }
    .new-show ul li a .new-text h3{
        top: 10px;
    }
    .new-show ul li a .new-text .text{
        font-size: 14px;
        margin-top: 15px;
    }
    .new-show ul li a .new-text p.new-more{
        margin-top: 20px;
    }
}
@media(max-width:991px){
    .new-show ul li a .new-text h3{
        font-size: 17px;
    }
    .new-show ul li a .new-text .text{
        line-height: 22px;
    }
    .news{
        padding: 60px 0;
    }
    .new-show{
        margin-top: 30px;
    }
}

/* 底部自适应 */
@media(max-width:1199px){
    .ft-list h3{
        font-size: 18px;
    }
    .ft-list ul li a, .ft-list .ft-con p{
        font-size: 14px;
        line-height: 28px;
    }
    .ft-right{
        width: 25%;
    }
    .ft-show{
        padding-bottom: 40px;
    }
    .footer{
        padding: 25px 0;
    }
    .ft-list ul, .ft-list .ft-con{
        margin-top: 15px;
    }
}
@media(max-width:991px){
    .m2{
        display: none;
    }
    .ft-ewm{
        display: flex;
        justify-content: flex-end;
    }
    .m1{
        width: 100%;
    }
    .ft-right{
        width: 15%;
    }
    .ft-left{
        width: 82%;
    }
    .footer{
        font-size: 12px;
    }
    .footer a{
        font-size: 12px;
    }
    .ft-link{
        padding-top: 0;
        padding-bottom: 20px;
    }
}


.md-foot{
  display: none;
}

@media(max-width:768px){
  .foot{
    display:none;
  }
  .footer{
    display: none;
  }
  .md-foot{
    display: block;
    background: #222;
  }
  .mod-logo{
      text-align: center;
        padding-top: 40px;
        padding-bottom: 10px;
  }
  .mod-logo a{
    display: block;
  }
  .mod-logo a img{
    max-width: 100%;
  }
  .fd-cfn{
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
  }
  .fd-cfn h3{
  font-size: 16px;
  color: #fff;
  line-height: 2.5;
  }
  .fd-cfn h3 span{
  padding-right: 10px;
  }
  .fd-cfn .fd-name{
  display: none;
  padding-left: 13px;
  }
  .fd-cfn .fd-name a{
  display: block;
  line-height: 28px;
  color: #fff;
  opacity: .8;
  }
  .fd-ly .copyright{
  color: #fff;
  opacity: .8;
  padding: 15px 15px;
  line-height: 1.5;
  text-align: center;
  float: none;
  }
  .fd-ly .copyright a{
  color: #fff;
  opacity: .8;
  }
}


#fp-nav.right{
    right: 2rem;
}
#fp-nav ul li, .fp-slidesNav ul li{
    width: 5rem;
    height: 1.1rem;
    margin: 0.2rem 0;
}
#fp-nav ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#fp-nav ul li a span{
    border-radius: 0;
    position: relative;
    height: auto;
    width: auto;
    border: none;
    background: none;
    left: unset;
    top: unset;
    font-size: 0;
    line-height: 1.1rem;
    margin: 0;
        display: flex;
    align-items: center;
    font-family: Arial;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    height: auto;
    width: auto;
    margin: 0;
    font-size: 1rem;
    color: #023cba;
    
}
 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span{
     margin: 0;
     font-size: 1rem;
     color: #023cba;
 }
#fp-nav ul li a.active::after,
#fp-nav ul li a:hover:after{
    content: '——';
    display: block;
    color: #023cba;
    margin-left: 1rem;
}
#fp-nav ul li a span::after{
    position: absolute;
    content: '';
    background: url(../images/an.png)no-repeat center;
    width: 1.1rem;
    height: 1.1rem;
    left: 4rem;
}
#fp-nav ul li a.active span::after, .fp-slidesNav ul li a.active span::after, #fp-nav ul li:hover a.active span::after, .fp-slidesNav ul li:hover a.active span::after{
        background: url(../images/an1.png)no-repeat center;
}
#fp-nav ul li a:hover span::after{
    background: url(../images/an1.png)no-repeat center;
}

.nav-pro{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: auto;
    top: 102px;
    left: 0;
    background-color: #fff;
    padding: 40px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.nav-pro ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav-pro ul::after,
.nav-pro ul::before{
    display: none;
}
.nav-pro ul li{
    width: 11%;
}
.nav-pro ul li a{
    display: block;
}
.nav-pro ul li a .hd-img{
    overflow: hidden;
    border: solid 1px #eee;
}
.nav-pro ul li a .hd-img img{
    max-width: 100%;
}
.nav-pro ul li a h3{
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}
.x-menu > li:hover .nav-pro{
        opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.nav-pro ul li a:hover h3{
    color: #1d2789;
}

.pg-show{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* .pg-left{
    width: 80%;
} */
.pg-left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pg-left ul::after,
.pg-left ul:before{
    display: none;
}
.pg-right{
    display: flex;
    align-items: center;
}
.pg-home{
    padding-left: 22px;
    background: url(//cdn.myxypt.com/64c0ff5a/22/03/2f254cf89a39a6304443a3a4b87e4ccdafc07c7e.png)no-repeat left center;
}
.page-product-detail-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-detail-item{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
}
.banner_video{
    width: 100%;
    height: 100vh;
}
.banner_video video{
    width: 100%;
    height: 120vh;
    margin-top: -10vh;
}