@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "微软雅黑";
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}





.x-header {
    background: #ffffff;
    padding: 1.30208333% 0;
}

.x-logo {
    float: left;
    width: 15.3125%;
}

.x-logo a {
    display: block;
}

.x-header-right {
    float: right;
    width: 25%;
    text-align: right;
}

.x-header-right #formsearch, .x-header-right .x-login {
    display: inline-block;
    vertical-align: middle;
}

.x-header-right #formsearch {
    width: calc(100% - 100px);
    position: relative;
}

.x-header-right #formsearch:before {
    content: '|';
    position: absolute;
    left: 36px;
    top: 5px;
}

.x-header-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/icon_spirit.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.x-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 5px;
    height: 20px;
    padding-left: 10px;
}

.x-header-right .x-login {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}

.x-header-right .x-login .username {
    max-width: 75px;
    vertical-align: -10px;
    display: inline-block;
}

.x-header-right .x-login a {
    color: #000;
}

.x-header-right .x-login a:hover {
    color: #0768ab;
}

/* 扥路 */
.xa-login {
    position: absolute;
    width: 50%;
    text-align: right;
    top: 0;
    right: 8.33333333%;
}

/* 导航样式 */
.x-menu {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items:center;
}

.x-menu > li {
    width: 11%;
    margin: 0;
    text-align: center;
    float: none;
    position: relative;

}

.x-menu > li > a {
    font-size: 16px;
    color: #000;
    line-height: 75px;
    display: block;
    font-weight: bold;
}
.n-contact{
    color:#0768ac;
    font-size: 22px;
    font-family: arial;
    width: auto !important;
    margin-top: 4px;
    white-space:nowrap;
    font-weight: bold;
}

.x-menu > li:hover > a {
    color:#0768ac;
}

.x-menu > li.active > a {

}



.x-sub-menu {
    top: 80px;
}

.x-menu .lastli {
    width: 6% !important;
}

.x-menu > li.active > a, .x-menu > li > a:hover {
}

.x-menu > li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 156%;
    left: -26%;
    top: 75px;
    background: rgba(255, 255, 255, .94);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #444;
    line-height: 1.8;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    color: #fff;
    background: #0768ab;
}



.gonext{
    position: absolute;
    width: 110px;
    bottom:62px;
    left:50%;
    margin-left:-55px;
    color:#fff;
    font-size: 14px;
    line-height: 2;
    z-index: 99;
    padding-bottom: 35px;
    text-align: center;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
}
.gonext a{
    color:#fff;
    display: block;
}
.gonext:after{
    position: absolute;
    width: 44px;
    height: 22px;
    content: "";
    left:50%;
    margin-left:-22px;
    bottom:0;
    background: url(../images/fbc14563be57d7e6396bdc14b5d549ae21527748.png) no-repeat;
    
}
@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media(max-width:1600px){
    .x-sub-menu{
        width: 172%;
    left: -36%;
    }
}



/* 首页banner样式 */
.x-banner {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left:0;
    top:0;
}
.x-banner .owl-carousel {
    position: relative;
    height: 100%;
}
.x-banner video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
     object-fit: fill;
}
.x-banner .owl-carousel .owl-stage-outer{
    height: 100%;
}
.x-banner .owl-carousel .owl-stage{
    height: 100%;
}
.x-banner .owl-carousel .owl-item{
    height: 100%;
}
.x-banner .owl-carousel .banner-item{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;display: none;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;display: none;
}

.x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover, .x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #0768ab;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media (max-width: 990px) {
    .x-banner{
        height:100%;
    }
    .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 25px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: .5em;
    height:  .5em;
    opacity: .2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}


/* 公司简介 */
.x-about{
    background: url(//cdn.myxypt.com/2bde5fd5/23/11/02afb89bc044e0c30286f3de35472810449df473.jpg) no-repeat;
    background-size: cover;
}
.aboutbox{
    overflow: hidden;
}
.about-up{
  color:#fff;  
  text-align: center;

}
.about-up .tit {
   font-size: 36px;
   line-height: 1.5;
   font-weight: bold;
}
.active .about-up  {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.about-up .content{
    font:400 16px/2 "微软雅黑";
    padding:2vh 10% 5vh;
    
}
.video{
    position: relative;
}

.video a{
    display: inline-block;
   
    position: relative;
    z-index: 9;
  
}
.video .img{
   background: #0768ab;
    padding:20px 22px;
    border-radius: 50%;
    position: relative;
    z-index:9;
}
.video a:before {
    content: '';
    background: rgba(255, 255, 255, .7);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan 2.2s linear 0.1s infinite;
}
.video a:after {
    content: '';
    background: rgba(255, 255, 255, .7);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kuosan 2.2s linear 1.2s infinite;
}
@keyframes kuosan {
    0% {
        width: 66px;
        height: 66px;
        opacity: 1;
    }
    50% {
        width: 90px;
        height: 90px;
        opacity: 1;
    }
    100%{
        width: 120px;
        height: 120px;
        opacity: 0;
    }
}
.power{
    margin-top:10vh;
    background: rgba(0,0,0,.18);
    padding:3vh 0 4vh;
}
.active .power{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration:1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.num-list{
    color:#fff;
    font-size: 0;
    
}
.num-list li{
    width: 280px;
}
.num-list .nm3{
    width: 210px;
}
.num-list .number {
    
    font-family: arial;
    font-weight: bold;
    position: relative;
    display: inline-block;
    
   
}
.num-list .number span{
    font-size: 60px;
    line-height: 1;
     color:#fff;
     background-image:-webkit-linear-gradient(bottom,#b1bbbd,#f7f7f7,#b1bbbd); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
    position: relative;
    display: inline-block;
    text-stroke: 2px #fff;
    -webkit-text-stroke: 2px #fff;
}

.num-list .number em{
    position: absolute;
    right:-30px;
    top:0;
    font-size: 40px;
    line-height: 1;
}
.num-list p{
    color:#fff;
    font-size: 15px;
    padding-left:48px;
    line-height: 2.2;
    margin-top:5px;
    white-space: nowrap;
}

/* 产品中心 */
.x-pro{
    background: url(//cdn.myxypt.com/2bde5fd5/23/11/825ac29eb9b67beea3e3b995d38e4d5966d835c9.jpg) no-repeat;
    background-size: cover;
}
.x-tit{
    color:#000;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.active.x-pro .x-tit {
    /* animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s; */
}
.probox{
    overflow: hidden;
}
.x-pro .owl-carousel{
    padding:0 30px;
    margin-top:6vh;

}
.active.x-pro .owl-carousel {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.pro-item a{
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(#d3d5d5), to(#eaeae8));
   background: -webkit-linear-gradient(bottom, #d3d5d5, #eaeae8);
   background: linear-gradient(to top, #d3d5d5, #eaeae8);
   border-radius: 20px;
   padding:11vh 0 4vh;
   position: relative;
}
.pro-item .text{
    position: absolute;
    width: 100%;
    top:5vh;
    left:0;
    text-align: center;
}
.pro-item .text h3{
    color:#000;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}
.pro-item .text span{
    display: inline-block;
    width: 136px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 19px;
    background: #dc0000;
    color:#fff;
    margin-top:2.2vh;
    opacity: 0;
    transition: all 0.5s;
}
.pro-item:hover .text span{
    opacity: 1;
    transform:translateY(-10px);
}
.x-pro .owl-carousel .owl-nav .owl-prev {
    left: 21%;
    background: url(../images/8d87760425b406e728c3bab12a7c607626e4f5b3.png) no-repeat center #fff;
}
.x-pro .owl-carousel .owl-nav .owl-prev:hover{
    background: url(../images/7e85610b45cffe50a885f9435748c990d6e95bc6.png) no-repeat center #dc0000;
}
.x-pro .owl-carousel .owl-nav .owl-next {
    right:21%;
    background: url(../images/08fc001f98d30cfb5cd0f6dd9662e49a2af551d2.png) no-repeat center #fff;
}
.x-pro .owl-carousel .owl-nav .owl-next:hover{
    background: url(../images/cae8c02e06930ebca43f56c3461fa7448e01c095.png) no-repeat center #dc0000;
}
.x-pro .owl-carousel .owl-nav button.owl-prev, .x-pro .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;

}

.x-pro .owl-carousel .owl-nav button.owl-prev:hover, .x-pro .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}

.x-pro .owl-carousel .owl-nav .icon-font:after{
    display: none;
}
.x-pro .more{
    text-align: center;
    margin-top:30px;
    font-size: 0;
}
.active.x-pro .more {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.2s;
    -webkit-animation-delay:1.2s;
}
.x-pro .more a{
    display: inline-block;
    width: 200px;
    background: #0768ab;
    font-size: 16px;
    line-height: 54px;
    border-radius: 28px;
    color:#fff;
    vertical-align: top;
    border:1px solid transparent;
    position: relative;
    overflow: hidden;
}
.x-pro .more a.mpo:hover{
    background: #0768ab;
}
.x-pro .more a.mpo:before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}
@-webkit-keyframes wave{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }
    to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
@keyframes wave{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }
    to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
.x-pro .more .consle{
    margin-left:1.4vw;
    border:1px solid #0768ab;
    background: none;
    color:#0768ab;background:#fff;
}
/* 公司实力 */
.x-advan{
    background: url(//cdn.myxypt.com/2bde5fd5/23/11/26cfd4f01491a22bd272777c34b8af5ea390f103.png) no-repeat;
    background-size: cover;
}
.x-advan .owl-carousel .owl-item .simg img{
   width: auto;
}
.advan-list{
    margin-top:7vh;
}
.active .advan-list .itm0{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.active .advan-list .itm1{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;;
}
.active .advan-list .itm2{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.ad-item .img{
    position: relative;
    overflow: hidden;
}
.ad-item .img img{
     -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.ad-item:hover .img .img1{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ad-item .img:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left:0;
    top:0;
    background: rgba(15,0,0,.42);
    z-index: 1;
}
.ad-item .simg{
    position: absolute;
    width: 116px;
    height: 130px;
    left:50%;
    top:50%;
    z-index: 9;

    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

}
.ad-item:hover .simg{
   /* -webkit-transform: translate(-50%,-55%);
    transform: translate(-50%,-55%); */
}
.ad-item .text{
    text-align: center;
    background: #fff;
    padding:4vh 10%;
    position: relative;
}
.ad-item .text:after{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height: 0;
    content:"";
    background: #0768ab;
    z-index: 1;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}




.x-advan .owl-carousel .ad-item:hover .simg{filter: invert(37%) sepia(68%) saturate(7246%) hue-rotate(190deg) brightness(84%) contrast(94%);}


.ad-item:hover .text:after{
    height: 100%;
}
.ad-item h3{
    color:#000;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    z-index: 9;
    transition: all 0.6s;
  
}
.ad-item .intro{
    color:#444;
    font-size: 16px;
    line-height: 1.875;
    margin-top:2vh;
    position: relative;
    z-index: 9;
    transition: all 0.6s;

}
.ad-item:hover h3{
    color:#fff;
}
.ad-item:hover .intro{
    color:#fff;
}

/* 新闻资讯 */

.x-news .content{
    margin-top:8.8vh;
    overflow: hidden;
    align-items: center;
}







.newsimg img{width:100%;}

.newsimg{
    width: 47.375%;
    border:1px solid #0768ab;
}
.active .newsimg{
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeftBig;
}





.tab_22{position: relative;width: 48.625%;overflow: hidden;}
.ttsz { position: absolute; left: 0; top: 0;  right: 0;}
.ttsz { opacity: 0; visibility: hidden; transition: all .5s ease; }
.ttsz.active { position: static; opacity: 1; visibility: visible; z-index: 99; }

.news_list{width: 100%;}



.news_list .bd .tempWrap{height:490px!important}


.nsort{display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;margin: 25px 0;}
.nsort li{margin:0 10px;line-height: 46px;width: 130px;background:#eeeeee;text-align: center;}
.nsort li a{color:#000000;font-size: 16px;text-align: center;font-weight: 400;}
.nsort li.active{background:#0768ab;}
.nsort li.active a{font-weight: 400;color:#fff;}




.news_list li {
    position: relative;
}
.news_list li a{
    display: block;
    padding:1.5vw 2vw 1vw;
    position: relative;
    z-index: 9;

}

.news_list li + li{
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.news_list .time{
   width: 68px;
   color:#666;
   font-size: 18px;
   font-family: arial;
   line-height: 1.5;
  
   
}
.news_list .time p{
   border-top:1px dotted #666;
   color:#333;
   font-size: 40px;
   font-weight: bold;
}
.news_list .text{
    width:calc(100% - 108px);
}
.news_list h3{
    color:#333;
    font-size: 18px;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
   
}
.news_list .intro{
    color:#666;
    font-size: 15px;
    line-height: 1.46;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top:10px;
    
}
.news_list li:hover a{
    background: #0768ab;
}
.news_list li:hover .time{
    color:#fff;
}
.news_list li:hover p{
    color:#fff;
    border-color: #fff;
} 
.news_list li:hover h3{
    color:#fff;
}
.news_list li:hover .intro{
    color:#fff;
}








/* 首页底部 */
.x-foot{
    border-top: 8px solid #0768ab;
    background: url(//cdn.myxypt.com/2bde5fd5/23/11/17deb3f1a0522a1bd187709746f96d2d59b4b323.png) no-repeat center bottom #282f3a;padding-bottom: 25px;
}


.x-footer{margin-top: 3.5vw}


.x-title {
    color: #000;
    position: relative;
}

.x-title p {
    text-transform: uppercase;
    font-size: 12px;
    color: inherit;
    line-height: 1.6;
    opacity: .7;
    margin-bottom: 0;
}

.x-title h3 {
    font-size: 26px;
    color: inherit;
    line-height: 1.3;
    margin-top: 1em;
}

.x-title h3 span {
    display: block;
}

.x-title a {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.x-title a:hover {
    background: #000;
}

.x-title a:hover .icon-add:after {
    background-position: -30px -450px;
}

.x-title .icon-add {
    width: 100%;
    height: 100%;
    display: block;
}

.x-title .icon-add:after {
    background-position: 0 -450px;
}

@media (max-width: 1024px) {
    .x-title h3 {
        font-size: 20px;
    }

    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}

.x-title.white a {
    border: 1px solid #fff;
    background: transparent;
    opacity: .8;
}

.x-title.white a .icon-font:after {
    background-position: -30px -450px;
}

.x-title.white a:hover {
    background: #fff;
}

.x-title.white a:hover .icon-font:after {
    background-position: 0 -450px;
}





.x-company {
    background: #f0f0f0;
    padding: 2.60416667% 0 2.08333333%;
}

.x-company-title {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.6;
}

.x-company-title:after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #3d3d3d;
    margin-top: 10px;
}

@media (max-width: 990px) {
    .x-company-title {
        font-size: 18px;
    }

    .x-company-title:after {
        height: 3px;
    }
}

.x-company-list {
    margin-top: 1.875%;
}

.x-company-item {
    padding: 0 15px;
}

.x-company-item a {
    display: block;
    text-align: center;
    width: 100%;
    height: 45px;
    font-size: 0;
}

.x-company-item a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-company-item a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-company-item a img {
    width: auto !important;
    display: inline-block !important;
}






/* 手机样式 */
@media (max-width: 990px) {
    .x-title h3 {
        font-size: 14px;
        margin-top: 5px;
    }

    .x-title h3 span {
        display: inline-block;
        margin-left: 5px;
    }

    .x-title h3 span:before {
        margin-right: 5px;
        content: '-';
    }

  

    .x-product-list {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 20px;
    }

    .x-product-list li {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .x-case-list {
        margin-left: 0;
        margin-top: 20px;
    }

    .x-case-item a {
        padding: 10px;
    }

    .x-company-title {
        font-size: 14px;
    }

    .x-company-title p {
        margin-bottom: 0;
    }

    .x-company-title:after {
        margin-top: 5px;
    }

    .x-company-list {
        margin-top: 15px;
    }

  
    .x-message-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .x-message-wrap #checkcode {
        width: 65%;
    }

    .x-message-wrap .checkCodeImg {
        width: 35%;
    }

    .x-message-wrap .x-submit {
        float: none;
        margin-top: 10px;
        width: 100%;
    }
}

.container {
    font-size: 14px;
    line-height: 24px;
}





#foot {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
    color: #666;
    border-top: 2px solid #eb2830;
    padding-top: 10px;
    font-size: 14px;
}

#foot a {
    color: #666;
    text-decoration: none;
}

#foot a:hover {
    color: #0aa8dd;
}

.return {
    position: relative;
    height: 36px;
    padding: 6px;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    font: bold 22px/42px "5FAE8F6F96C59ED1";
    color: #737372;
}

.return a {
    position: absolute;
    right: 10px;
    top: 12px;
    height: 36px;
    width: 100px;
    text-align: center;
    display: block;
    background: #eb2830;
    color: #fff;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
}

.return a:hover {
    text-decoration: none;
    background: #f39c11;
    color: #fff;
}

/* 口令弹窗 */


.x-layout-logo {
    margin-bottom: 20px;
}

.x-layout-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.x-layout-contact {
    color:#fff;
    font-size: 30px;
    white-space:nowrap;
}



.x-layout-contact strong {
    display: block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.x-layout-contact a {
    color: #fff;
}

.x-layout-menu dl {
    float: left;
    width: 20%;
    text-align: center;
}

.x-layout-menu dl dt {
    font-size: 14px;
    color: #fff;
    margin-bottom: 1.43em;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 2;
}

.x-layout-ewm {
    text-align: center;
    padding:9px 9px 0;
    border:1px solid rgba(255, 255, 255, .5);
}

.x-layout-ewm p {
    font-size: 14px;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
}



.x-footer a {
    color: rgba(255, 255, 255, 0.66);
}
.x-footer .footbox{
    position: relative;
}
.x-shares{
    position: relative;
  
}
.x-shares .social-share .social-share-icon:before{
    color: #b8b8b8;
}
.x-shares .social-share .social-share-icon:hover:before{
    color:#fff;
}
.x-shares .social-share .social-share-icon{
    background: #202732;
    width: 36px;
    height: 36px;
    line-height:36px;
    margin:0 0 0 15px;
    border:1px solid #d5d5d5;
}
.x-shares .social-share .social-share-icon:hover{
    background: #1e2327;
}



.footbox{font-size:14px; color: rgba(255, 255, 255, .66);line-height:26px;}
.footbox a{font-size:14px; color: rgba(255, 255, 255, .66);line-height:26px;}

.c-link{
    color: #282f3a;
}
.c-link a{
    color: #282f3a;
}

@media (max-width: 1500px) {
    .x-layout .fota{
        width: 30%;
    }
    .x-layout .fotb{
        width: 45%;
    }
    .x-layout-contact{
        font-size: 30px;
    }
}








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

.w1200 {
   padding:0 8.33%;
}

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


.x-top {
    background: #121F44;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    color: #fff;
}

.hyz {
    color: #fff;
}

.hyr a {
    color: #fff;
}

.x-top2 {
   
    position: absolute;
    width: 100%;
    left:0;
    top:0;
    z-index: 999;
    background: #fff;
}
.x-top2 .flex{
    align-items: center;
}
.x-top2 .dlogo {
    height: 75px;
    line-height: 75px;
    width: 20%;
}
.x-top2 .dlogo img{
    max-width: 100%;
   
}

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

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

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

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #333;
    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: #0768ab;
    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: #0768ab;
}

.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: #0768ab;
}

.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 {
    max-width: 100%;
}

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

.x-layout {
    padding: 7vh 0 3vh;
}

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

.x-layout .fotb {
    width: 52%;
}

.x-layout .fotc {
    width: 162px;
}

.x-layout-desc {
    font-size: 15px;
    line-height: 24px;
    color:rgba(255,255,255,.66);
    margin:1vh 0 4vh;
}
.x-layout .fota .more a{
    display: inline-block;
    color:#fff;
    font-size: 14px;
    line-height: 44px;
    width: 160px;
    background: url(//cdn.myxypt.com/2bde5fd5/23/11/7bb68e7568bb67391c71728051e0be7733e4a802.png) no-repeat 75% 50% #0768ab;
    padding-left:32px;
    transition: all 0.3s;
    position: relative;
    overflow:hidden;
}
.x-layout .fota .more a:before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}
.x-layout .fota .more a:hover{
    background: url(//cdn.myxypt.com/2bde5fd5/23/11/7bb68e7568bb67391c71728051e0be7733e4a802.png) no-repeat 80% 50% #0768ab;
}
.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 .page-menu{
  position: absolute;
  width: 100%;
  left:0;
  bottom: 6.5vw;
}
.page-banner .nybt {
    position: absolute;
    width: 100%;
    top: 45%;
    z-index: 99;
    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(../images/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: 33.33%;
}

.foot_nav li a {
    font-size: 18px;
    color: #fff;
    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: 15px;
    line-height: 2;
    color: rgba(255, 255, 255, .66);
    font-weight: normal
}
.foot_nav li .x-nav-menu a:hover{
    color: rgba(255, 255, 255, .8);
}
@media (max-width: 1230px) {
    .w1200 {
        padding: 0 15px;
    }

  
}

@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;
    }



    .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) {
   


    .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(../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(../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;
}





/* 小屏幕样式 */
@media(max-width:1439px){
    .x-top2 .nnav {
        width: 78%;
    }
   
    .num-list li {
        width: 220px;
    }
    .num-list .number span{
        font-size: 78px;
    }
  
    .news_list li a{
        padding: 1vw 2vw 0.5vw;
    }
   
}
@media(max-width:1199px){
    .x-top2 .nnav {
        width: 70%;
    }
     .n-contact{
        display: none;
    } 
   .about-up .tit{
       font-size: 50px;
   }
   .about-up .content{
       font-size: 16px;
   }
   .num-list .number span{
       font-size: 68px;
   }
   .num-list p{
       font-size: 16px;
   }

   .x-tit{
       font-size: 42px;
   }
   .news_list h3{
       font-size: 20px;
   }
   .news_list .time p{
       font-size: 50px;
   }
   .x-layout-contact{
       font-size: 30px;
   }
   .page-tit{
       font-size: 40px;
       line-break: 1.2;
   }
}
@media(max-width:991px){
    body{
        padding:60px 0 50px;
    }
    .x-banner{
        position: static;
    }
    .x-about{
       
        padding:4vh 0;
    }
    .about-up{
        color:#fff;
    }
    .about-up .tit{
        font-size: 34px;
    }
    .power{
        margin-top:5vh;
        background: url(../images/f138fe8e501a3981b5eb141abfc7f5213a453c44.jpg) no-repeat;
        background-size: cover;
    }
    .num-list .number span{
        font-size: 48px;
    }
    .num-list li{
        width: 25%;
        
    }
 
    .num-list li p{
        background-position: 0 0;
        padding-left: 42px;
    }
    .num-list .nm3{
        width: 25%;
    }
   
    .num-list p{
        font-size: 14px;
    }
    .x-tit{
        font-size: 34px;
    }
    
    .x-pro .owl-carousel{
        margin-top:3vh;
    }
    .x-pro .more{
        margin-top:3vh;
    }
    .pro-item .text h3{
        font-size: 26px;
    }
    .x-pro .owl-carousel .owl-nav button.owl-prev, .x-pro .owl-carousel .owl-nav button.owl-next{
        width: 50px;
        height: 50px;
        margin-top:-25px;
    }
    .x-pro .owl-carousel .owl-nav .owl-prev{
        left:5px;
    }
    .x-pro .owl-carousel .owl-nav .owl-next{
        right:5px;
    }
    .x-advan{
        padding:4vh 0;
    }
    .advan-list{
        margin-top:3vh;
    }
    .ad-item h3{
        font-size: 26px;
    }
     .x-pro{
        padding-bottom: 4vh;
    }
     .x-news{
        padding: 4vh 0;
    }
    .x-news .content{
        margin-top:3vh;
    }
    .newsimg{
        width: 100%;
    }
    .tab_22{
        width: 100%;
        margin-top:3vh;
    }
    .news_list h3{
        font-size: 18px;
    }
    .x-foot{
        border: none;
    }
    .page-tit{
       font-size: 24px;
   }
   .page-tit span{
       font-size: 18px;
   }
   .page-menu .xypg-left-nav > li > a{
       font-size: 16px;
       padding: 10px 2.5vw;
   }
   
   .x-layout .fota {
    width: auto;
}
.x-layout-contact{font-size:25px;}
.x-layout-desc{font-size:14px;}
}
@media(max-width:767px){
    .about-up .tit{
        font-size: 20px;
    }
    .about-up .content{
        font-size: 14px;
        padding:20px 0;
    }
    .video a{
        padding:13px 15px;
    }
    .num-list li{
        width: 50%;
    }
    .num-list .nm1,.num-list .nm2{
        margin-bottom: 30px;
    }
    .num-list .number span{
        font-size: 38px;
    }
    .num-list li p{
        background-size: 30px auto !important;
        background-position: 0 0 !important;
        padding-left:38px;
    }
    
    .x-tit{
        font-size: 28px;
    }
    .pro-item .text h3{
        font-size: 22px;
    }
    
    .x-layout .fotc {
    width: 105px;
}
   
    
    .x-pro .more a{
        width: 130px;
        line-height: 42px;
    }
    
    .ad-item h3{
        font-size: 22px;
    }
    .ad-item .intro{
        font-size: 14px;
    }
    .ad-item .simg{
        width: 70px;
        height: auto;
    }
    .x-advan .owl-carousel .owl-item .simg img{
        width: 100%;
    }
    .news_list .time{
        font-size: 16px;
        text-align: center;
    }
    .news_list .time p{
        font-size: 40px;
    }
    .news_list .text {
        width: calc(100% - 88px);
    }
    .news_list h3{
        font-size: 16px;
    }
    .news_list .intro{
        font-size: 14px;
        margin-top:5px;
    }
    .page-banner .page-menu{
        bottom:50%;
        margin-bottom: -30px;
    }
    .page-tit{
        text-align: center;
       
    }
    .page-tit span{
        font-size: 16px;
    }
   
    
    
}



/* 产品的切换 */

.probox{ padding:0 30px;
    margin-top:6vh;}

.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

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


.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}



    .port li{background:#fff;color:#000000;margin:0 15px}
    .port li a{text-align: center;font-size: 16px;color:#000000;line-height: 45px;padding: 0 30px;}
    .port li.on{background:#0768ab;}
    .port li.on a{color:#fff}

li{list-style: none;}

.pp_ll{height:0;overflow:hidden;}
.pp_ll.aa{height:auto;}

.pp_ll li{position: relative;  border-radius: 20px;overflow: hidden;max-height: 448px;}
.pp_ll li a.img{display: block;
   position: relative;overflow: hidden; background: -webkit-gradient(linear, left bottom, left top, from(#d3d5d5), to(#eaeae8));
   background: -webkit-linear-gradient(bottom, #d3d5d5, #eaeae8);
   background: linear-gradient(to top, #d3d5d5, #eaeae8);}

.pp_ll li a.img img{width: 100%;height: 100%;overflow:hidden;}
.pp_ll li h2{   font-family: MicrosoftYaHeiUI;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: 0px;left:0px;bottom: 0px;
    color: #ffffff;text-align: left;background:#6b6b6b;text-align: center;position: absolute;width: 100%;}

.pp_ll li h2 a{color: #ffffff;}

.pp_ll li:hover h2{background:#0768ab;}

.pp_aa{margin-top:35px}
.pp_aa2{position: relative;}
  .pp_aa .swiper-button-prev {
    left: 17%;
  }
  
  .pp_aa .swiper-button-next{
    right: 17%;
  }
  
  .pp_aa .swiper-button-prev,
  .pp_aa .swiper-button-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 60px;
    width: 60px;
    -webkit-transition: all .5s ease;border-radius: 50%;
    transition: all .5s ease;margin-top: -30px;display: none;
  }
  
  
  .pp_aa .swiper-button-prev{ height: 60px; width: 60px;
  background:url(//cdn.myxypt.com/2bde5fd5/23/11/8180f6caec7f6c6fe76f741176ba865e62825270.png) no-repeat center #eeeeee}


  .pp_aa .swiper-button-next{ height: 60px; width: 60px;
  background:url(//cdn.myxypt.com/2bde5fd5/23/11/ea848e9fdf07ce9f192cd240e766f56560f136e7.png) no-repeat center #eeeeee;}

  

  .pp_aa .swiper-button-prev:hover{background:url(//cdn.myxypt.com/2bde5fd5/23/11/a6713daf90e9bf99cd0921c1a5e634393bf45dcb.png) no-repeat center #0768ab}
  .pp_aa .swiper-button-next:hover{ height: 60px; width: 60px;
    background:url(//cdn.myxypt.com/2bde5fd5/23/11/8b990c59d25baa9d37903ab47644b3428bf646d5.png) no-repeat center #0768ab;}
  


@media (max-width: 1280px) {
    .port li a{text-align: center;font-size: 16px;color:#000000;line-height: 45px;padding: 0 14px;}
}




@media (max-width: 1280px) {
    .port li a{text-align: center;font-size: 12px;color:#000000;line-height: 45px;padding: 0 5px;}
    .port li{background:#fff;color:#000000;margin:0 5px}
}


@media (max-width: 768px) {
    .port li a{text-align: center;font-size: 12px;color:#000000;line-height: 45px;padding: 0 5px;}
    .port li{background:#fff;color:#000000;margin:0 5px;width: 30%;text-align: center;margin-bottom: 10px;}


    .nsort li{margin: 0 6px;line-height: 46px;width: 103px;background:#eeeeee;text-align: center;}
.nsort li a{color:#000000;font-size: 16px;text-align: center;font-weight: 400;}
.pp_ll li h2 a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 49px;
}

}

@media(max-width:425px){
    .port{
        justify-content: flex-start;
    }
    .port li{
        width:46%;
    }
}




.g_ll li{position: relative;text-align: center;margin:0 5px}
.g_ll li img{text-align: center;}

.g_ll li h2{color: #ffffff;font-size: 16px;font-weight: 400;margin-top: 10px;}
.g_ll li h2 a{color: #ffffff;font-size: 16px;}
.g_ll li .wm1{position: absolute;left:50%;top:-140px;display: none;margin-left: -60px;}
.g_ll li:hover .wm1{display: block;} 
.g_ll li .wm1 img{max-width: 120px;}

.g_ll li:nth-child(1) .wm1{}
.g_ll li:nth-child(3) .wm1{display: none;}




@media(min-width: 991px){
.active .down{ animation-name: fadeInDown;
    animation-duration: 0.8s;
    animation-delay: 1s;
    animation-fill-mode: both;}

.active .up{   animation-name: fadeInUp;
    animation-duration: 0.8s;
    animation-delay: 1s;
    animation-fill-mode: both;}


.active .le{   animation-name: fadeInLeft ;
    animation-duration: 0.8s;
    animation-delay: 1s;
    animation-fill-mode: both;}


.active .re{ animation-name: fadeInRight;
    animation-duration: 0.8s;
    animation-delay: 1s;
    animation-fill-mode: both;}


.active .zz{   animation-name:zoomIn;
    animation-duration: 0.8s;
    animation-delay: 1s;
    animation-fill-mode: both;}
}

.advan-list .owl-prev{display: none!important}
.advan-list .owl-next{display: none!important}  



   
 

