﻿.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../image/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../image/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../image/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../image/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../image/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../image/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../image/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}





/*  */
body{overflow-x:hidden;}
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1600{max-width: 1600px;width:90.625%;margin:0 auto;}
.max1500{max-width: 1500px;width:90.625%;margin:0 auto;}
.max1400{max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200{max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}

.w1560{max-width: 1590px; margin: 0 auto; padding: 0 15px;}




/* header */
.header{left:0;top:0;width:100%;z-index:999;position: relative;-webkit-transition:all .3s ease;transition:all .3s ease}
.top-mid-flex{height: 95px;}
.logo{position:relative}
.logo a{display:block}
.logo a img{max-width:100%;max-height:58px}

.header-ss{margin-left:1.25vw;position:relative;width:36px;height:36px}
.header-ss .ss_btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:url(../image/b75eefabacfg9qsj.png) no-repeat center;cursor:pointer}
.search-box{position:absolute;top:100%;right:0;z-index:99;display:none;background:#fff;padding:16px 20px;-webkit-box-shadow:0 0 15px 0 rgb(0 0 0 / 30%);box-shadow:0 0 15px 0 rgb(0 0 0 / 30%)}
.header-ss .ss-search{width:220px;position:relative;background:#fff;border:1px solid var(--main-theme-color);display:flex}
.header-ss .ss-search input{height:34px;line-height:34px;outline:0;border:none;font-size:0}
.header-ss .ss-search #keyword{width:calc(100% - 50px);padding-left:10px;color:#000;font-size:14px}
.header-ss .ss-search #s_btn{width:50px;background-color:var(--main-theme-color);background-position:center center;background-repeat:no-repeat;background-image:url(https://cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)}


.x-menu{position:relative}
.x-menu>li{position:relative;text-align:center}
.x-menu>li>a{display:block;font-size: 16px;height: 95px;line-height:95px;font-family: Arial;font-weight:bold;color: #171717;}
.x-menu>li:hover>a{color:#1d287a!important}
.x-sub-menu{position:absolute;z-index:999;width:200%;left:-50%;top:100%;display:none;background:#fff;border-radius:0;padding:0 0}
.x-sub-menu>li>a{display:block;text-align:center;font-size:14px;color:#333;line-height:1.5;padding:.6em .3em}
.x-sub-menu>li>a:hover{color:#fff!important;background-color:#1d287a}
@media (min-width:1200px){
    .x-menu>li{margin-left:15px;margin-right:15px}
}
@media (min-width:1440px){
    .x-menu>li{ 
        
        margin-left: 1.35vw;
        margin-right: 1.35vw;}
}







/* banner */
.home-banner {
    width: 100%;
    position: relative;
}
.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}
.home-banner .swiper-slide a {
    display: block;
}
.home-banner .swiper-slide a > img {
    display: block;
    width: 100%;
    transform:scale(1);
    transition: all 2s ease-out;
}
.home-banner .swiper-slide.swiper-slide-active a > img{
    transform:scale(1);
}
.home-banner .swiper-pagination1 {
	bottom: 40px;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	background: #fff;
	border-radius: 0%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 1;
	border-radius: 5px;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
	background-color: var(--main-theme-color);
	width: 46px;
	height: 12px;
	background-color: #1363ac;
	border-radius: 6px;
}
 






.site-footer2{background-color:#000;padding:80px 0 110px}
@media (max-width:991px){
    .site-footer2{padding:70px 0 50px}
}
@media (max-width:767px){
    .site-footer2{padding:56px 0 40px;margin-bottom:60px}
}

.first_item{position:relative;width:430px}
.ft-logo{margin-bottom:4.6875vw}
.ft-logo a{display:block}
.ft-logo a img{max-height:50px;max-width:280px}
.ft-ewm{margin-bottom:3.64583vw}
.ft-ewm img{max-width:141px}
.sitewidget-bd{position:relative;font-size:14px;font-weight:400;display:flex}
.sitewidget-bd a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 10px 0 0;border-radius:5px;background:#fff;text-align:center;opacity:1}
.sitewidget-bd a img{max-width:100%}
.sitewidget-bd a:hover{opacity:1;background-color:var(--main-theme-color)}
.sitewidget-bd a:hover img{filter:brightness(100)}
.second_item{position:relative;width:420px}
.second_item h2{font-size:18px;color:#fff;font-weight:400;margin-bottom:20px}
.ft-lxwm{position:relative;font-size:15px;color:rgba(255,255,255,.6);line-height:1.5}
.ft-lxwm a{font-size:15px;color:rgba(255,255,255,.6)}
.ft-lxwm p{margin-bottom:0}
.three_item{position:relative;flex:1;display:flex;justify-content:space-between}
.nax-item{position:relative;margin-bottom:15px}
.nax-item>h2{font-size:18px;color:#fff;font-weight:400;text-transform:uppercase;margin-bottom:20px}
.dropdown-subsection{position:relative}
.dropdown-subsection>li{position:relative;margin-bottom:.8em}
.dropdown-subsection>li>a{display:block;font-size:15px;color:rgba(255,255,255,.5);line-height:26px}
 












/* 通用样式 */
p {
  margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin: 0;
  font-weight: 500;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1560{
    max-width: 1590px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* head */
.head-index{
  align-items: center;
}

.head-index .logo{
  width: 15.38%;
}

.head-index .logo img{
  max-width: 100%;
}

.head-index .tnav{
  width: 75.64%;
}

@media(max-width: 1300px){
  .head-index .tnav{
    width: 80.64%;
  }
}


/* about */
.ab-bg{
  background: url(../image/eba71d9a8faalc0r.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.42708333333333vw;
  padding-bottom: 3.64583333333333vw;
}

.abl{
  width: 47.11%;
}

.at{
  position: relative;
}

.at::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url(../image/7d81e9b904eirhg4.png) no-repeat top center;
  width: 86px;
  height: 86px;
  background-size: 100% 100%;
}

.at h3{
  color: #333333;
  font-size: 48px;
  font-weight: normal;
}

.at h3 b{
  color: #1363ac;
}

.at h4{
  color: #333333;
  font-size: 24px;
  padding: 1vw 0;
}

.at h5{
  width: 90px;
  height: 5px;
  background: #1363ac;
}

.aw{
  margin-top: 2vw;
  padding-right: 1.3vw;
}

.aw p{
  color: #333333;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
}

.amore{
  width: 178px;
  height: 54px;
  border-radius: 26px;
  background: #1363ac;
  margin-top: 20px;
}

.amore a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 54px;
}

.amore a img{
  margin-left: 15px;
}

.abr{
  position: relative;
  width: 47.75%;
  z-index: 999;
}

.abr::before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../image/c597b4c95cl7nmne.png) no-repeat top center;
  background-size: 100% 100%;
  width: 388px;
  height: 420px;
  z-index: -1;
}

.abr::after{
  content: '';
  position: absolute;
  bottom: 30px;
  right: 0;
  background: url(../image/b878bab615l5zs5k.png) no-repeat top center;
  background-size: 100% 100%;
  width: 58px;
  height: 376px;
}

.abr img{
  max-width: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
}

.num-index{
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 4.0625vw;
}

.nlist li{
  background: url(../image/3260038185lsihb8.png) no-repeat left center;
  padding-left: 1.1vw;
  width: 25%;
}

.nlist li .num1{
  font-weight: 600;
  color: #333333;
  font-size: 60px;
  font-family: "Impact";
  line-height: 1;
}

.nlist li .num2{
  color: #666666;
  font-size: 16px;
  padding: 0.78125vw 0;
}

@media(max-width: 1300px){
  .at h3{
    font-size: 40px;
  }
  .at h4{
    font-size: 20px;
  }
  .nlist li .num1{
    font-size: 48px;
  }
}

@media(max-width: 1024px){
  .aw p{
    font-size: 15px;
  }
  .ab-index{
    align-items: center;
  }
  .abr img{

  }
  .abr::before{
    width: 240px;
    height: 330px;
  }
  .abr::after{
    width: 29px;
    height: 176px;
  }
}

@media(max-width: 992px){
  .ab-bg{
    padding: 40px 0;
    background-size: auto 100%;
  }
  .ab-index{
    flex-wrap: wrap;
  }
  .abl{
    width: 100%;
  }
  .at::before{
    width: 40px;
    height: 40px;
  }
  .at h3{
    font-size: 24px;
  }
  .at h4{
    font-size: 14px;
    padding: 10px 0;
  }
  .amore{
    height: 45px;
  }
  .amore a{
    font-size: 14px;
    line-height: 45px;
  }
  .abr{
    width: 100%;
    margin-top: 20px;
  }
  .abr::before{
    width: 100%;
    height: 100%;
  }
  .abr img{
    padding: 15px;
  }
  .num-index{
    padding-top: 30px;
  }
  .num-index ul{
    flex-wrap: wrap;
  }
  .nlist li{
    width: 50%;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .nlist li .num1{
    font-size: 24px;
  }
  .nlist li .num2{
    font-size: 14px;
  }
}



/* product */
.pro-bg{
  background: url(../image/3e10fcadbfrzwyce.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 4.16666666666667vw 0;
}

.pro-index{

}

.put{
  text-align: center;
}

.put .put1{
  font-weight: 600;
  color: #333333;
  font-size: 48px;
  line-height: 1;
}

.put .put1 b{
  color: #1363ac;
}

.put .put2{
  color: #666666;
  font-size: 18px;
  margin-top: 1vw;
}

.pro-index1{
  width: 100%;
  margin: 0 auto;
  border: 4px solid #1363ac;
  margin-top: 2vw;
  align-items: center;
}

.pro-index1 .pro1l{
  width: 19.23%;
  background: #1363ac;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 82px;
}

.pro-index1 .pro1l img{
  margin-right: 1vw;
}

.pro-index1 .pro1r{
  width: calc(100% - 19.23%);
  background: #fff;
  
}

.pro-index1 .pro1r ul{
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 6px;
}

.pro-index1 .pro1r ul li{
  margin: 0 1.34375vw;
}

.pro-index1 .pro1r ul li a{
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 25px;
  color: #333333;
  font-size: 16px;
}

.pro-index1 .pro1r ul li a:hover{
  color: #1363ac;
  text-decoration: underline;
}

.pro-roll{
  margin-top: 3.95833333333333vw;
}

.proSwiper{
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(374px,1fr));
  gap: 18px 14px;
}

.proSwiper .li{
}


.proSwiper .li a{
  display: block;
  border: 1px solid #dedede;
  background: #fff;
  padding: 11px;
  margin: 5px;
}

.proSwiper .li a .img1 img{
  width: 100%;
}

.proSwiper .li a .wz1{
  color: #333333;
  font-size: 18px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 45px;
}

.proSwiper .li a .wz2{
  color: #888888;
  font-size: 14px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 35px;
}

.proSwiper .li a:hover{
  border-color: #1363ac;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,80,0,.2);
  
}

.proSwiper .li a:hover .wz1{
  font-weight: normal;
  color: #1363ac;
}

.puxian img{
  width: 100%;
}

@media(max-width: 1300px){
  .put .put1{
    font-size: 40px;
  }
}

@media(max-width: 1024px){
  .pro-index1{
    width: 100%;
  }
  .pro-index1 .pro1r ul li a{
    font-size: 16px;
  }
}

@media(max-width: 992px){
  .pro-bg{
    padding: 40px 0;
  }
  .put .put1{
    font-size: 24px;
  }
  .put .put2{
    font-size: 14px;
    margin-top: 5px;
  }
  .pro-index1{
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .pro-index1 .pro1l{
    width: 100%;
    font-size: 14px;
    line-height: 40px;
  }
  .pro-index1 .pro1r{
    width: 100%;
  }
  .pro-index1 .pro1r ul{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pro-index1 .pro1r ul li{
    margin: 1%;
    width: 48%;
  }
  .pro-index1 .pro1r ul li a{
    font-size: 14px;
    line-height: 30px;
  }
  .pro-roll{
    margin-top: 30px;
  }
  .proSwiper .li a .wz1{
    font-size: 14px;
    margin-top: 20px;
  }
  .proSwiper .li a .wz2{
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 6px;
  }
}


/* 持续创新·与众不同 */
.different-bg{
  margin-top: 4.16666666666667vw;
}

.different-index .list2 {
  display: flex;
  justify-content: space-between;
  margin-top: 3.38541666666667vw;
}

.different-index .list2 li {
  width: 12.4%;
  overflow: hidden;
  position: relative;
  transition-duration: .5s;
}

.different-index .list2 li .img1{
  position: relative;
  height: 550px;
}

.different-index .list2 li .img1 > img{
  max-width: 100%;
  object-fit: cover;
  height: 550px;
}

.different-index .list2 li .wz{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0,0,0,0.34);
}

.different-index .list2 li .wz .wz1 img{
  max-width: 88px;
  width: 100%;
  text-align: center;
}

.different-index .list2 li .wz .wz2{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin-top: 2.6vw;
  text-align: center;
  line-height: 30px;
  height: 70px;
}

.different-index .list2 li .wzh{
  display: none;
  background: #1363ac;
}

.different-index .list2 li.on{
  width: 37.76%;
}

.different-index .list2 li.on .wz{
  display: none;
}

.different-index .list2 li.on a .img1{
  display: flex;
  flex-direction: row-reverse;
}

.different-index .list2 li.on a .img1 > img{
  width: calc(100% - 32.83%);
}

.different-index .list2 li.on .wzh{
  display: block;
  width: 32.83%;
}

.different-index .list2 li.on .wzh .wzh2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz1 img{
  max-width: 88px;
  width: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz2{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin-top: 2.6vw;
  TEXT-ALIGN: center;
  height: 70px;
  line-height: 30px;
}

.different-index .list2 li.on .wzh .wzh2 .wz3{
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-top: 6.25vw;
}


@media(max-width: 1300px){
  .different-index .list2 li .wz .wz2{
    font-size: 20px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz2{
    font-size: 20px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz3{
    font-size: 16px;
  }
}

@media(max-width: 1024px){
  .different-index .list2 li .wz .wz2{
    font-size: 16px;
  }
  .different-index .list2 li .wz .wz1 img{
    max-width: 50px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz1 img{
    max-width: 50px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz2{
    font-size: 16px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz3{
    font-size: 14px;
    margin-top: 40px;
  }
}

@media(max-width: 767px){
  .different-bg{
    margin-top: 40px;
  }
  .different-index .list2{
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .different-index .list2 li{
    width: 50%;
  }
  .different-index .list2 li.on{
    width: 50%;
  }
  .different-index .list2 li.on .wz{
    display: flex;
  }
  .different-index .list2 li.on .wzh{
    display: none !important;
  }
  .different-index .list2 li.on .wzh .wzh2{
    display: none;
  }
  .different-index .list2 li.on a .img1 > img{
    width: 100%;
  }
  .different-index .list2 li .img1{
    height: 200px;
  }
  .different-index .list2 li .img1 > img{
    height: 200px;
    width: 100%;
  }
}

/* 技术优势及特点 */
.ys-index{
  margin-top: 5.2vw;
  margin-bottom: 5.72916666666667vw;
}

/* .tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;} */


.tab-con .tab-main{height:0;overflow:hidden;}
.tab-con .tab-main.aa{height:auto;}



.ys-wrap{

}

.ys-wrap .img1{
  width: 50%;
}

.ys-wrap .img1 img{
  width: 100%;
  border-radius: 10px;
}

.ys-wrap .wz{
  width: 45.19%;
  padding-top: 1.3vw;
}

.ys-wrap .wz .wz1{
  font-weight: 600;
  color: #333333;
  font-size: 46px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.ys-wrap .wz .wz1 img{
  max-width: 100%;
  margin-left: 2vw;
}

.ys-wrap .wz .wz2{
  margin-top: 2vw;
}

.ys-wrap .wz .wz2 p{
  color: #333333;
  font-size: 18px;
  margin-bottom: 1.5625vw;
  position: relative;
}

.ys-wrap .wz .wz2 p::before{
  content: '';
  position: absolute;
  left: -9.375vw;
  top: 50%;
  margin-top: -2.5px;
  width: 142px;
  height: 5px;
  background: #1363ac;
  opacity: 0;
}

.ys-wrap .wz .wz2 p:hover{
  font-weight: 600;
  color: #1363ac;
}

.ys-wrap .wz .wz2 p:hover::before{
  opacity: 1;
}

.ys-index{
  position: relative;
}

.tab-li{
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 45.19%;
}

.tab-li ul li{
  width: 31.21%;
}

.tab-li ul li .img1{
  border: 3px solid transparent;
  border-radius: 24px;
  
}

.tab-li ul li .img1 img{
  width: 100%;
}

.tab-li ul li.on .img1{
   border: 3px solid #1363ac;
   box-shadow: 0 0 10px rgba(0,80,45,.5);
}

.tab-li ul li.on .img1 img{
  border-radius: 21px;
}

@media(max-width: 1300px){
  .ys-wrap .wz .wz1{
    font-size: 30px;
  }
  .ys-wrap .wz .wz2 p{
    font-size: 16px;
  }
}

@media(max-width: 1024px){
  .ys-wrap .wz .wz1{
    font-size: 24px;
  }
  .ys-wrap .wz .wz1 img{
    max-width: 20px;
    width: 100%;
  }
  .ys-wrap .wz .wz2 p{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .tab-li{
    bottom: 10px;
  }
  .ys-wrap .wz .wz2 p::before{
    width: 80px;
  }
}

@media(max-width: 767px){
  .ys-index{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .ys-wrap{
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .ys-wrap .img1{
    width: 100%;
  }
  .ys-wrap .wz{
    width: 100%;
    padding-top: 20px;
  }
  .ys-wrap .wz .wz1{
    font-size: 16px;
  }
  .tab-li{
    position: relative;
    width: 100%;
    bottom: 0;
  }
  .tab-li ul li .img1 img{
    border-radius: 20px;
  }
}

/* case */
.case-bg{
  background: url(../image/9e6d6d0862hldfi0.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.64583333333333vw;
  padding-bottom: 5.20833333333333vw;
}

.case-roll{
  margin-top: 2.60416666666667vw;
  position: relative;
}

.casenext{
  position: absolute;
  background: url(../image/5a5b84d039zenzs5.png) no-repeat top center;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  left: 5.2%;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.casenext:hover{
  background: url(../image/c8aa9522e01jebuu.png) no-repeat top center;
}

.caseprev{
  position: absolute;
  background: url(../image/adef64d3afldyp98.png) no-repeat top center;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  right: 5.2%;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.caseprev:hover{
  background: url(../image/f64637cb35pmrzzh.png) no-repeat top center;
}



.caseSwiper{
  overflow: hidden;
  width: 100%;
}

.caseSwiper .swiper-slide a{
  display: block;
  background: #fff;
}

.caseSwiper .swiper-slide .img1 img{
  width: 100%;
}

.caseSwiper .swiper-slide .wz1{
  color: #666666;
  font-size: 18px;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.3vw;
}

.caseSwiper .swiper-slide a:hover{
  background: #1363ac;
  border: 1px solid #1363ac;
}

.caseSwiper .swiper-slide a:hover .wz1{
  color: #fff;
}

@media(max-width: 1300px){
  .caseSwiper .swiper-slide .wz1{
    font-size: 16px;
  }
}

@media(max-width: 767px){
  .case-bg{
    padding: 40px 0;
  }
  .case-roll{
    margin-top: 20px;
  }
  .caseSwiper .swiper-slide .wz1{
    font-size: 14px;
    padding: 10px 5px;
  }
  .casenext{
    display: none;
  }
  .caseprev{
    display: none;
  }
}


/* news */
.tt11{
  display: none;
}

.news-index{
  margin-top: 4.16666666666667vw;
  margin-bottom: 6.25vw;
}

.news-index1{
  border-bottom: 2px solid #dbdbdb;
  padding: 1.30208333333333vw 0;
  margin-top: 1.30208333333333vw;
  align-items: center;
}

.nsort{
  width: 80%;
  justify-content: flex-start;
}

.nsort li{
  background: #fff;
  width: 174px;
  height: 54px;
  border-radius: 40px;
  
}

.nsort li a{
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
}

.nsort li.cur{
  background: #1363ac;
  box-shadow: 0px 14px 14px 0px rgba(6, 115, 68, 0.2);
}

.nsort li.cur a{
  color: #fff !important;
}

.nmore a{
  display: block;
  color: #999999;
  font-size: 16px;
}

.news-wrap{
  margin-top: 3.22916666666667vw;
}

.newsl{
  width: 46.92%;
}

.newslist1 li .img1 img{
  width: 100%;
}

.newslist1 li .wz{
  padding-left: 95px;
  position: relative;
}

.newslist1 li .wz::before{
  content: '';
  position: absolute;
  left: 56px;
  top: -56px;
  width: 8px;
  height: 138px;
  background: #1363ac;
}

.newslist1 li .wz .wz1{
  color: #999999;
  font-size: 16px;
  font-family: "Arial";
  padding-top: 1.3vw;
}

.newslist1 li .wz .wz2{
  color: #333333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.78125vw;
}

.newslist1 li .wz .wz3{
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
  margin-top: 1vw;
}

.newslist1 li:hover .wz .wz2{
  color: #1363ac;
}

.newsr{
  width: 47.82%;
}

.newslist2 li{
  border-bottom: 1px solid #dcdcdc;
  padding: 2vw;
}

.newslist2 li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newslist2 li a .date{
  width: 15%;
  text-align: center;
}

.newslist2 li a .date .d1{
  color: #333333;
  font-size: 71px;
  font-weight: 600;
  line-height: 1;
  font-family: "Arial";
}

.newslist2 li a .date .d2{
  color: #999999;
  font-size: 16px;
  font-family: "Arial";
}

.newslist2 li a .wz{
  width: calc(100% - 20%);
}

.newslist2 li a .wz .wz1{
  color: #333333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newslist2 li a .wz .wz2{
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  margin-top: 0.52083333333333vw;
  overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}

.newslist2 li:hover{
  background: #1363ac;
}

.newslist2 li:hover .date .d1{
  color: #fff;
}

.newslist2 li:hover .date .d2{
  color: #fff;
}

.newslist2 li:hover .wz .wz1{
  color: #fff;
}

.newslist2 li:hover .wz .wz2{
  color: #fff;
}

@media(max-width: 1300px){
  .newslist2 li a .date .d1{
    font-size: 50px;
  }
}

@media(max-width: 1024px){
  .newslist1 li .wz .wz2{
    font-size: 18px;
  }
  .newslist2 li a .wz .wz1{
    font-size: 18px;
  }
}

@media(max-width: 767px){
  .news-index{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .news-index1{
    margin-top: 20px;
  }
  .nsort{
    width: 100%;
  }
  .nsort li{
    width: 33%;
    height: 35px;
  }
  .nsort li a{
    font-size: 14px;
    line-height: 35px;
  }
  .nmore a{
    display: none;
  }
  .news-wrap{
    flex-wrap: wrap;
  }
  .newsl{
    width: 100%;
  }
  .newslist1 li .wz::before{
    left: 10px;
    top: -40px;
    width: 8px;
    height: 80px;
  }
  .newslist1 li .wz{
    padding-left: 20px;
  }
  .newslist1 li .wz .wz2{
    font-size: 16px;
  }
  .newslist1 li .wz .wz3{
    font-size: 14px;
  }
  .newsr{
    width: 100%;
    margin-top: 20px;
  }
  .newslist2 li a .date .d1{
    font-size: 30px;
  }
  .newslist2 li a .date .d2{
    font-size: 14px;
  }
  .newslist2 li a .wz .wz1{
    font-size: 16px;
  }
  .newslist2 li a .wz .wz2{
    font-size: 14px;
  }
}



/* foot */
.foot-bg{
  background: url(../image/dc88d78decnscrha.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.64583333333333vw;
}

.foot-index{

}

.foot-index .footl{
  width: 24%;
}

.foot-index .footl .flogo img{
  max-width: 100%;
}

.foot-index .footl .flx{
  margin-top: 2.34375vw;
}

.foot-index .footl .flx p{
  font-size: 15px;
  color: #bfbfbf;
  line-height: 30px;
}

.foot-index .footr{
  width: 61.22%;
}

.foot-index .footr .fnav{
  width: 77.88%;
} 


.foot-index .footr .ferq img{
    max-width: 128px;
    width: 100%;
}

.foot-index .footr .ferq p{
  text-align: center;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  margin-top: 0.78125vw;
}

.cop-bg{
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 2.86458333333333vw;
  padding: 24px 0;
}

.cop-index{
  color: rgba(255,255,255,.6);
  font-size: 14px;
  display: flex;
  align-items: center;
}

.cop-index a{
  color: rgba(255,255,255,.6);
}

.cop-index a:hover{
  color: #1363ac;
}

.cop-index .copl{
  width: 48%;
}

.cop-index .copr{
  width: 48%;
  text-align: right;
}

.c-link{
  background: #1363ac;
  padding: 32px 0;
  color: #fff;
}

.c-link span{
  background: url(../image/30f58e1266475ae54fec56fec61044b6b240ebd2.png) no-repeat left center;
  padding-left: 15px;
}

.c-link a{
  color: rgba(255,255,255,.6);
}

@media(max-width: 992px){
  .foot-bg{
    padding-top: 40px;
  }
  .foot-index{
    flex-wrap: wrap;
  }
  .foot-index .footl{
    width: 100%;
  }
  .foot-index .footl .flogo img{
    max-width:200px;
    width: 100%;
  }
  .foot-index .footr{
    width: 100%;
    flex-wrap: wrap;
  }
  .foot-index .footr .fnav{
    display: none;
  }
  .ferq{
    margin-top: 10px;
  }
  .cop-bg{
    margin-top: 20px;
    padding: 20px 0 85px;
  }
  .cop-index{
    flex-wrap: wrap;
  }
  .cop-index .copl{
    width: 100%;
    text-align: center;
  }
  .cop-index .copr{
    width: 100%;
    text-align: center;
  }
}






/*  */
.foot_nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.foot_nav li {
    width: 23%;
}

.foot_nav li:nth-child(2){
   width: 31%;
}


.foot_nav li > a{
  text-transform: uppercase;
}

.foot_nav li a {
     color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 24px;
}

.foot_nav li .x-nav-menu a {
     display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 34px;
    font-weight: normal;
}




.dbfx{    float: right;}
.dbfx li{ float: left; margin-left: 14px;}
.dbfx li .img{overflow: hidden;}
.dbfx li .img img{
  max-width: 100%;
}




@media (max-width: 1500px) {  

.logo a img{
  max-height: 32px;
}
.x-menu>li>a{font-size: 14px;}
.pro-index1 .pro1r ul li {
    margin: 0 1vw;
}

.pro-index1 .pro1l{font-size: 16px;}
.pro-index1 .pro1r ul li a{font-size: 14px;}





}




@media (max-width: 1300px) {  

.logo a img{
  max-height: 30px;
}
.pro-index1 .pro1r ul li{
          margin: 0 0.5vw;
}


}



@media (max-width: 1200px) {  

.pro-index1 .pro1r ul {
    padding: 3px 6px;
}



}



@media (max-width: 992px) {  
.dbfx{float: left;   margin-top: 10px;}
.dbfx li{
  margin-left: 0;
  margin-right: 10px;

}
.dbfx li .img{max-width: 40px;}


.mobile-menu .site-logo img{
  width: 80%;
}

.home-banner .swiper-pagination1 {
    bottom: 0;
}

}




/* 文字 */