/*初始化样式*/
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0766a8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


.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.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);}

.xypg-right-content{font-size: 14px;}

.flex{display: flex;flex-wrap: wrap;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;}

.max1640 {max-width: 1670px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1600 {max-width: 1630px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1540 {max-width: 1570px;padding-left: 15px;padding-right: 15px;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;}

.white-logo{opacity: 1;visibility: visible;}
.black-logo{opacity: 0;visibility: hidden;display: none;}

.logo .img2{display: none;}
.scroll .logo .img1{display: none;}
.scroll .logo .img2{display: inline-block;}
.scroll .top-phone span{background: url(../images/tel2.png) no-repeat left center;}
.scroll .x-menu > li.lastli::before{background: #5e5e5e;}
.so .img2{display: none;}
.scroll .so .img1{display: none;}
.scroll .so .img2{display: inline-block;}




html {
    font-size: 5.2083vw;
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 68px;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 80px;
    }
}

/*滚动条*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #c9cfd9;
}

:root {
    --white: rgb(255, 255, 253);
    --black: #131112;
    --color1: #3445E2;
    --color2: #F1095C;
    --color3: #24E0E0;
    --color4: #000747;
    --demo-color: #0766a8;
    --jb: linear-gradient(90deg, #3445E2 0%, #23E2DF 100%);
}


/* 基础导航样式 */
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  transition: 1s;
}

.header .header-flex {
  height: 100px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.header .logo {
  position: relative
}

.header .logo a {
  display: block
}

.header .logo a img {
  max-width: 100%;
  max-height: .85rem;
}

.top-phone{
    font-size: 0.22rem;
    color: #ffffff;
}
.top-phone span{
    padding-left: 35px;
  line-height: 30px;font-family: '黑体';
  display: inline-block;
    background: url(../images/tel.png) no-repeat left center;
}
.top-phone b{
    font-weight: bold;
    font-family: Arial;
}

.header.scroll{
    background: var(--white);
    width: 100%;
}

.header.scroll .white-logo {
  opacity: 0;
  visibility: hidden;
  display: none
}

.header.scroll .black-logo {
  opacity: 1;
  visibility: visible;
  display: inline-block
}

.header.scroll * {
  color: #333!important
}
.header.scroll * a:hover {
  color: #0766a8!important;
}
.header.scroll .x-menu>li:hover>a {
  color: #0766a8!important;
}

.header.scroll .x-sub-menu>li>a{
  color: #fff!important;
}
.header.scroll .x-sub-menu>li:hover>a{
  color: #0766a8!important;
}


/*  */
.pc_ban {
  width: 100%;
  position: relative;
  overflow: hidden
}

.pc_ban .swiper-slide:after {
  width: 0;
  height: 5px;
  background-color: rgba(255,255,255,.3);
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  transition: all 5s .5s;
  -o-transition: all 5s .5s;
  -ms-transition: all 5s .5s;
  -moz-transition: all 5s .5s;
  -webkit-transition: all 5s .5s
}

.pc_ban .swiper-slide-active:after {
  width: 100%
}

.pc_ban .swiper-slide img{
  width: 100%;
}

.pc_ban .swiper-slide .text {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pc_ban .swiper-slide .text h1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, rgba(253,253,253,.15) 0%, rgba(253,253,253,.15) 60%, rgba(153,153,153,.15) 100%);
    font-size: 1.7rem;
  opacity: 0.2;
  font-weight: bold;
  line-height: 1;
}

.pc_ban .swiper-slide .text h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #0980d3 100%);
  font-weight: bold;
    font-size: 0.72rem;
  margin-top: -.5rem;
  margin-bottom: 0.2rem;
  line-height: 1;
  text-shadow: 0px 5px 10px  rgba(0, 0, 0, 0.2);
}

.pc_ban .swiper-slide .text h3{
    font-size: 0.36rem;
  color: #fff;
  text-shadow:  3px 5px 0px  rgba(0, 0, 0, 0.2);
}


.pc_ban .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0,0,0,.6) url(../images/lt.png) no-repeat center/26px 26px;
  left: 0;
  margin-top: -22px;
  opacity: 0;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s
}

.pc_ban:hover .swiper-button-prev {
  left: 5%;
  opacity: 1
}
.pc_ban:hover .swiper-button-prev:hover {
  background: rgba(9,119,116,.6) url(../images/lt.png) no-repeat center/26px 26px
}
.pc_ban .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0,0,0,.6) url(../images/rt.png) no-repeat center/26px 26px;
  right: 0;
  margin-top: -22px;
  opacity: 0;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s
}
.pc_ban:hover .swiper-button-next {
  right: 5%;
  opacity: 1
}
.pc_ban:hover .swiper-button-next:hover {
  background: rgba(9,119,116,.6) url(../images/rt.png) no-repeat center/26px 26px
}
.pc_ban .swiper-pagination {
  bottom: 30px;
  width: 100%;
}
.pc_ban .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 6px!important;
  opacity: .5
}
.pc_ban .swiper-pagination-bullet-active {
  opacity: 1
}

@media only screen and (max-width:1024px) {
  .pc_ban .swiper-slide:after {
    height: 3px
  }

  .pc_ban .swiper-button-prev {
    display: none
  }

  .pc_ban .swiper-button-next {
    display: none
  }

  .pc_ban .swiper-pagination {
    bottom: 10px
  }

  .pc_ban .swiper-pagination-bullet {
    width: 10px;
    height: 10px
  }
}


/* home-about */
.home-about{
  position: relative;
  background: url(../images/bj1.png) no-repeat bottom #fff;
  padding: 0.95rem 0 0.3rem;
}
.home-about .max1600{max-width: 1580px;}

.ha-top{
  position: relative;
}
.ha-left{
  position: relative;
  width: 42.6%;
  margin-top: 15px;
}
.ha-left > h2{
  font-size: 0.4rem;
  position: relative;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.ha-left > h2::before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 73px;
  height: 7px;
  background: #0766a8;
  content: "";
  z-index: -1;
}
.ha-left .abb-txt{
  font-size: 16px;
  color: #5e5e5e;
  line-height: 2.3vw;
  font-family: "思源黑体 CN";
}
.ha-left .abb-more{
  margin-top: 0.5rem;
}
.ha-left .abb-more a{
  display: block;
  width: 145px;
  line-height: 45px;
  border: solid 1px rgba(171, 171, 171, 0.85);
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: rgba(102,102,102,.7);
  transition: all .3s;
  overflow: hidden;
}
.ha-left .abb-more a:hover{
   border-color: #0766a8; 
  color: #fff;
}

.ha-right{
  position: relative;
  width:50.25%;
}
.ha-right img{
  max-width: 100%;
}

/* ha-numer */
.ha-numer {
  position: relative;
  padding-top: 0.6rem;
}

.number {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 999;
  max-width: 1000px;
  margin: 0 auto;
}

.number li {
  position: relative;
  text-align: center;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  padding: 20px 0;
}

.number li h3 {
  color: #0766a8;
  display: inline-block;
}

.number li h3 i {
  font-style: inherit;
  color: #0766a8;
  font-size: .72rem;
  font-family: "impact";
}

.number li h3 span {
  font-size: 16px;
  font-weight: normal;
  font-style: inherit;
  color: #4b4b4b;
  font-family: "思源黑体 CN";
  padding-left: 10px;
}

.number li p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #3b3b3b;
  padding-top: 5px;
  font-family: "思源黑体 CN";
}


/* home-business */
.home-business{
  position: relative;
}
.business-title{
  position: relative;
  padding: .45rem 0 0.26rem;
}
.business-title h3{
  font-size: 0.46rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 14px;
}
.business-title p{
  font-size: 0.26rem;
  color: #666666;
}

.business-swiper{
  overflow: hidden;
  position: relative;
}
.business-swiper .swiper-slide{
  position: relative;width: 67%;
}
.business-swiper .swiper-slide img{
  display: block;
  width: 100%;transition:all 0.5s;
}
.business-swiper .swiper-slide .img{overflow: hidden;}
.business-swiper .swiper-slide-active:hover .img img{transform:scale(1.1);}
.business-swiper .swiper-slide .txt{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  text-align: center;
  padding-top: 0.7rem;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
}

.business-swiper .swiper-slide .img::before{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}
.business-swiper .swiper-slide .txt h3{
  position: relative;
  font-weight: bold;
  font-size: 0.34rem;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.business-swiper .swiper-slide .txt h3::before{
  position: absolute;
  bottom: 0px;
  width: 32px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #232323;
  content: "";
}
.business-swiper .swiper-slide .txt p{
  font-size: 0.26rem;
  color: #fff;
}

.business-swiper .swiper-slide-active .txt{
  opacity: 1;
  visibility: visible;
}
.business-swiper .swiper-slide-active .img::before{
  display: none;
}

.business-swiper .swiper-button-next2, 
.business-swiper .swiper-button-prev2 {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 47px;
  margin-top: -23.5px;
  outline: none;
  border: none;
  font-size: 0;
}
.business-swiper .swiper-button-next2 {
  right: 11.45%;
  background-image: url(../images/9c07228fb492f43aefbca768850849151ebfd127.png);
}
.business-swiper .swiper-button-prev2 {
  left: 11.45%;
  background-image: url(../images/95c023231fb04fb2ec076f39bbee5ffce37e89df.png);
} 


/* home-network */
.home-network{
  position: relative;
  padding: 0.85rem 0 0.88rem;
}
.index3{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.idx3-1{position: relative;z-index: 4;width: 39.28%;}
.idx3-1box{display: flex;align-items: center;}
.idx3-1 .item .h3{display: flex;align-items: center;margin-top: 0px;justify-content:center;}
.idx3-1 .item .h3 span{font-size: .72rem;color:#0766a8;font-weight: 600;margin-right: 10px;line-height: 1;}
.idx3-1 .item .h3 .txt{font-size: 16px;color:#333333;text-align: center;}
.idx3-1 .item .h3 img{width: 26px;margin-top:.8vw;box-shadow: 4.092px 4.388px 8px 0px rgba(0, 0, 0, 0.13);border-radius: 50%;}
.idx3-1 .item p{font-size: .2rem;color: #333333;margin-top:10px;line-height: 1.25;}
.idx3-1 .item{margin-right: 2.1vw;text-align: center;}
.idx3-1 .h0{font-size:.48rem;color: #333333;line-height: 1;opacity: .5;font-weight: bold;}
.idx3-1 .h1{font-size:.4rem;color: #333333;font-weight: bold;line-height: 1;margin-bottom: .4rem;margin-top: 10px;}
.idx3-1 .h2{font-size: .2rem;color: #333333;line-height: 1.5;margin-bottom: .4rem;}

.idx3-1 .mmo{display: flex;align-items: center;height: 30px;margin-top: .5rem;}
.idx3-1 .mmo a{display: block;font-size: 16px;color: #333;font-weight: bold;line-height: 30px;letter-spacing: 1px;}
.idx3-1 .mmo i{margin-left: 10px;width: 27px;height: 27px;background: url(../images/jt4.jpg) no-repeat center;display: block;}

.liss{position: relative;margin-top: 0.6rem;width: 8rem;margin-right: -1.5rem;}
.liss li{width: calc(33.33% - 20px);margin-right: 16px;margin-bottom: 16px;cursor: pointer;}
.liss li span{border: 1px solid #d1d1d1;display: block;overflow: hidden;}
.liss li span img{width: 100%;transition:all 0.5s;}
.liss li:hover span img{transform:scale(1.1);}
.idx3-2{width: 53.75%;position: relative;z-index: 4;}
.idx3-2>img{max-width: 100%;}
.idx3-2 .item{width: 100%;height: 100%;background: url(//cdn.myxypt.com/4a5ac36e/24/05/b2ac236511f47bebfe801ccc9a26a2852580d198.png);background-size: cover;position: absolute;-webkit-animation: bigsmall 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;animation: bigsmall 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;}
.idx3-2 .item11{position:absolute;width: 10.0133511%;height: 12.135922%;}
.idx3-2 .item11 span{color:#0766a8;font-size:16px;position:absolute;left:100%;top:37%;white-space:nowrap;}
.idx3-2 .item11 p{white-space:wrap;width:200px;font-size:14px;}
.idx3-2 .item11:nth-child(3) span{right:100%;left:auto;}

.idx3-2 .item11:nth-child(1){top: 48.25%;left: 77.0293%;}
.idx3-2 .item11:nth-child(2){top: 58%;left: 81.06%;}
.idx3-2 .item11:nth-child(3){top: 55.25%;left: 73.42%;}
.idx3-2 .item11:nth-child(4){top: 62.05%;left: 81.38%;}
.idx3-2 .item11:nth-child(5){top: 79.28%;left: 67.21%;}
.idx3-2 .item11:nth-child(6){top:79.28% ;left:70.09%;}
.idx3-2 .item11:nth-child(7){top:92.23% ;left:59.41%;}

@keyframes bigsmall {
    0% {
      -webkit-transform: scale(.8);
      -moz-transform: scale(.8);
      -ms-transform: scale(.8);
      -o-transform: scale(.8);
      transform: scale(.8);
    }
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
}


@media(max-width:1500px){
    .idx3-2{margin-right:3%;}
}

@media(max-width:1500px){
    .idx3-2 .item11 span{display:none;}
}








/* home-case */
.home-case{
  position: relative;
  overflow: hidden;
}
.hm-case-top{
  position: relative;
}
.hm-case-title{
  text-align: center;
  position: absolute;
  width: 100%;
  top: .6rem;
  z-index: 99;
}
.hm-case-title h3{
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
}
.hm-case-title p{
  font-size: 0.2rem;
  font-family: Arial;
  margin-top: 16px;
  color: #fff;
}

.a_swiper{
  position: relative;
  overflow: hidden;
}
.a_swiper .swiper-slide .img img{
  display: block;
  width: 100%;
}
.a_swiper .swiper-slide .txt{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 99;
}
.a_swiper .swiper-slide .txt .con{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.a_swiper .swiper-slide .txt h3{
  position: relative;
  margin-bottom: .3rem;
  padding-bottom: 0.3rem;
  font-size: 0.36rem;
  color: #fff;
}
.a_swiper .swiper-slide .txt h3::before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 67px;
  height: 6px;
  background: #0766a8;
  content: "";
}
.a_swiper .swiper-slide .txt .pp{
  font-family: "思源黑体 CN";
  font-size: 0.2rem;
  color: #fff;
}

.hm-case-bom{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 99;
  background-color: rgba(0,0,0,.6);
}

.hm-case-bom .swiper-button-next3, 
.hm-case-bom .swiper-button-prev3 {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  outline: none;
  border: none;
  font-size: 0;
}
.hm-case-bom .swiper-button-next3 {
  right: 8.3333%;
  background: url(../images/rt4.png) no-repeat center/36px 36px;
}
.hm-case-bom .swiper-button-prev3 {
  left: 8.3333%;
  background: url(../images/lt4.png) no-repeat center/36px 36px;
} 


.b_swiper{
  position: relative;
  overflow: hidden;
}
.b_swiper .swiper-wrapper{
    justify-content: center;
}
.b_swiper .swiper-slide{
  position: relative;
  cursor: pointer;
  padding: .3rem 0;
}
.b_swiper .swiper-slide .flex{
  border-left: 1px solid rgba(255,255,255,.6);
}

.b_swiper .swiper-slide .img{
  position: relative;
  width: .5rem;
  height: .5rem;
}
.b_swiper .swiper-slide .img img{
  max-width: 100%;
  max-height: .5rem;
}
.b_swiper .swiper-slide span{
  display: inline-block;
  font-size: 0.24rem;
  letter-spacing: 1px;
  color: #fff;
}
.b_swiper .swiper-slide.active {
  background-color: #0766a8;
}
.b_swiper .swiper-slide.active .white-logo {
  opacity: 0;
  visibility: hidden;
  display: none
}
.b_swiper .swiper-slide.active .black-logo {
  opacity: 1;
  visibility: visible;
  display: inline-block
}
.b_swiper .swiper-slide.active .flex{
  border-left: 1px solid transparent;
}


/* home-news */
.home-news{
  position: relative;
  padding:0.79rem 0 1.06rem 0;background-color: #f8f8f8;
}
.news-title{
  position: relative;
  margin-bottom: 0.3rem;
}
.news-title h3{
  font-size: 0.5rem;
  color: #333333;
  font-weight: bold;
}
.news-title p{
  font-size: 0.26rem;
  font-family: "Arial";
  color: #666666;
  margin-top: 20px;
}
.nmore a{
  display: block;
  width: 145px;
  line-height: 48px;
  text-align: center;
  border-radius: 10px;
  background-color: #0766a8;
  color: #ffffff;
  font-size: .18rem;
  transition:all 0.5s;
}
.nmore a:hover{background:#034877;}

.news-swiper{
  position: relative;
  overflow: hidden;
}
.news-swiper .swiper-slide{
  position: relative;
}
.news-swiper .swiper-slide .img img{
  display: block;
  width: 100%;
} 
.news-swiper .swiper-slide .txt{
  padding: .42rem .4rem .4rem;
  position: relative;
  background-color: #fff;
}
.news-swiper .swiper-slide .txt h3{
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0.6rem;
  letter-spacing: 1px;
  font-size: 0.26rem;
  height: 0.78rem;
  overflow: hidden;
  color: #333333;
  transition: all .3s;
}
.news-swiper .swiper-slide .txt span{
  font-size: 0.19rem;
  color: #b1b1b1;
  letter-spacing: 1px;
  font-family: 'arial';
}
.news-swiper .swiper-slide:hover .txt h3{
  color: #0766a8;
}




/* home-service */
.home-service{
  background-image: url(../images/bj3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  padding: 1.3rem 0 1.2rem;
  text-align: center;
}
.home-service .ser1{
  letter-spacing: 1px;
  margin-bottom: 0.2rem;
  letter-spacing: 2px;
  font-size: 0.46rem;
  font-family: '黑体';
  font-weight: bold;
  color: #fff;
}
.home-service .ser2{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: .18rem;
  color: #fff;
}
.home-service .ser2 b{
  font-size: 0.23rem;
}
.home-service .ser3 a{
  display: inline-block;
  width: 170px;
  line-height: 42px;
  transition: all .3s;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
}
.home-service .ser3 a:hover{
  border-color: #0766a8;
  color: #fff;
}


/* ft_layout */
.ft_layout{
  position: relative;
  background-color: #ebebeb;
}

.foot-top{
  position: relative;
  padding: .65rem 0 .4rem;
}
.foot-left{
  position: relative;
  width: 360px;
}
.ff-logo{
  margin-bottom: 20px;
}
.ff-logo img{
  max-width: 100%;
  max-height: 60px;
}
.ff-contact{
  font-size: 14px;
  color: #515151;
  line-height: 2.3;
  margin-bottom: 20px;
}

.foot-center{
  position: relative;
  flex: 1;
}
.foot_nav {
    position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.foot_nav > li {
   margin-top: 0.2rem;
   flex: 1;
}
.foot_nav > li > a {
    font-size: 18px;
    color: #333333;
    display: block;
}
.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.2;
    color: #999999;
    font-weight: normal;
  transition: all .3s;
}
.foot_nav li .x-nav-menu a:hover{
  color: #0766a8;
}

.foot-right{
  position: relative;
  width: 260px;
}
.ff-ewm{
  width: 110px;
  text-align: center;
}
.ff-ewm img{
  width: 100%;
}
.ff-ewm p{
  line-height: 1.7;
  font-size: 14px;
  color: #333333;
  margin-top: 12px;
}

.foot-bom{
  position: relative;
  padding: .2rem 0;
  border-top: 1px solid #e2e2e2;
  font-size: 15px;
  color: #999999;
  line-height: 1.7;
  text-align: center;
}
.foot-bom a{
  font-size: 15px;
  color: #999999;
  transition: all .3s;
}
.foot-bom a:hover{
  color: #0766a8;
}
@media (max-width: 1450px){
    .ft_layout .max1640{
        max-width:1280px;
    }
}

@media (max-width: 1200px){
  .top-phone{
    display: none;
  }
  .x-menu > li > a{
    font-size: 15px;
  }
  .liss{
    width: auto;
    margin-right: 0;
  }
  .foot-left{
    width: 300px;
  }
  .foot_nav > li > a{
    font-size: 16px;
  }

  .foot-bom{
    font-size: 14px;
  }
  .foot-bom a{
    font-size: 14px;
  }
  .nmore a{
    font-size: 14px;
  }

  .hm-case-bom .swiper-button-next3, 
  .hm-case-bom .swiper-button-prev3{
    display: none!important;
  }

}


@media (max-width: 992px){
  .ha-left{
    width: 100%;
  }

  .ha-right{
    width: 100%;
  }

  .business-swiper .swiper-button-next2 {
    right: 8.333%;
  }
  .business-swiper .swiper-button-prev2 {
    left: 8.333%;
  } 

  .idx3-1{
    width: 100%;
    margin-bottom: 30px;
  }
  .idx3-2{
    width: 100%;
  }
  .ha-left .abb-txt{line-height: 30px;}

}


@media (max-width: 768px){
  .hm-case-title{
    position: relative;
    top: 0px;
    margin-bottom: 20px;
  }
  .hm-case-title *{
    color: #000!important;
  }

  .hm-case-bom{
    position: relative;
  }
  .b_swiper .swiper-slide .flex{
    border: none!important;
  }
  .b_swiper .swiper-slide span{
    font-size: 18px;
  }
  .a_swiper .swiper-slide .txt h3{
    font-size: 0.26rem;
  }
  .home-news{
    padding: .5rem 0;
  }
  .home-service .ser1{
    font-size: 0.26rem;
  }
  .home-service .ser3 a{
    width: 150px;
    font-size: 14px;
    line-height: 38px;
  }
  .news-title h3,
  .business-title h3{
    font-size: 0.28rem;margin-bottom: 10px;
  }
  .business-title p{font-size: 16px;}
  .business-title{
    padding: .3rem 0;
  }

  .home-business{
    padding-left: 15px;
    padding-right: 15px;
  }
  .business-swiper .swiper-slide .txt{
    padding-top: 0.3rem;
  }

  .business-swiper .swiper-button-next2 {
    right: 3.45%;
    background-image: url(../images/rt2.png);
    background-size: 20px 30px;
  }
  .business-swiper .swiper-button-prev2 {
    left: 3.45%;
    background-image: url(../images/lt2.png);
    background-size: 20px 30px;
  } 

  .business-swiper .swiper-slide .txt h3{
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .business-swiper .swiper-slide .txt p{
    font-size: 15px;
  }

  .number{
    flex-wrap: wrap;
  }
  .number li{
    flex: 0 0 33.33%;
  }
  
}


@media (max-width: 480px){
  .home-about{
    padding: .3rem 0;
  }
  .number li{
    flex: 0 0 50%;
  }
  .number li h3 i{
    font-size: 0.42rem;
  }
  .foot-left{width: 100%;}

  .pc_ban .swiper-slide .text h1{
    font-size: 0.45rem;
  }
  .pc_ban .swiper-slide .text h2{
    margin-top: 0px;
    font-size: 0.3rem;
  }
  .pc_ban .swiper-slide .text h3{
    font-size: 0.18rem;
  }
  .ha-left > h2{
    font-size: 0.3rem;margin-bottom: 10px;
  }
  .ha-left .abb-more{margin-top: 20px;}
  .ha-left .abb-txt{
    font-size: 14px;line-height: 2;
  }
  .ha-right{
    margin-top: 30px;
  }
  .ha-numer{
    padding-top: 0.3rem;
  }

  .idx3-1 .h0{
    font-size: 0.28rem;
  }
  .idx3-1 .h1{
    font-size: .3rem;
  }
  .idx3-1 .item .h3 span{
    font-size: 0.5rem;
  }

  .liss li{
    width: calc(33.33% - 10px);
    margin-right: 10px;
    margin-bottom: 16px;
  }

  .b_swiper .swiper-slide .img img{
    max-height: 30px;
  }

  .home-service{
    padding: 1.2rem 0;
  }

  .ha-left .abb-more a{
    width: 140px;
    line-height: 38px;
  }
  .number li p{padding-top: 0;font-size: 16px;}
  .number li{padding: 10px 0;}


}




/**/
.box1{padding: 1.04rem 0 0.58rem;background: #f8f8f8;}
.box1 .business-title{padding: 0;}
.box1 .max1600{max-width: 1660px;}
.pp{position: relative;z-index: 99;}
.mySwiper{margin-top: 39px;overflow: hidden;}
.mySwiper .swiper-slide{background: #fff;}
.mySwiper .swiper-slide .img img{width: 100%;}
.pbj h3,.pbj p{color: #333333;font-size: 22px;}
.pbj{text-align: center;margin: 15px 0 0.33rem;padding: 0 5px;}
.pbj p{margin-top: 4px;}
.pbj h3{overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.mySwiper .swiper-slide:hover .pbj h3,.mySwiper .swiper-slide:hover .pbj p{color: #076bae;}
.mySwiper2{background-color: #135da3;margin-top: 120px;position: relative;}
.pleft h3 a{display: block;letter-spacing: 4px;font-size: 0.36rem;color: #ffffff;padding: 4.2vw 0 1.2vw 0;}
.mao p{color: #ffffff;line-height: 40px;font-size: 18px;padding-left: 18px;background: url(../images/d1.png) no-repeat left center;}
.xq a{display: block;letter-spacing: 1px;color: #ffffff;font-size: 17px;}
.pleft{width: 33.9%;margin-left: 5.5%;}
.xq2 a{width: 135px;padding-left: 18px;transition:all 0.5s; height: 36px;border-radius: 18px;border: solid 1px #0e7ac3;margin-top: 17px;letter-spacing: 1px;color: #ffffff;font-size: 17px;}
.jt{
  width: 30px;
  height: 30px;
  background-color: #0e7ac3;
  border-radius: 15px;
  margin-left: 5px;
  border: solid 0px #d2d2d2;
  text-align: center;
  line-height: 30px;
}
.xq2 a:hover{margin-left: 15px;}
.cpzx .img{width: 656px;margin-left: 7%; background: url(../images/yy.png) no-repeat top center;background-size: 100% 100%;height: 419px;text-align: center;position: relative;z-index: 99;}
.cpzx .img img{margin-top: -3.8vw;position: relative;z-index: 999;max-width: 100%;transition:all 0.5s;}
.cpzx .img img:hover{transform:scale(1.03);}
.swiper-button-prev1,.swiper-button-next1{position: absolute;z-index: 999;outline: none;top:50%;margin-top: -28px;width: 56px;height: 56px;}
.pp23{overflow: hidden;margin-top: -90px;}
.swiper-button-prev1{left: -107px;background: url(../images/lt3.png) no-repeat center;}
.swiper-button-next1{right: -107px;background: url(../images/rt3.png) no-repeat center;}
.swiper-button-prev1:after,.swiper-button-next1:after{content: '';display: block;position: absolute;top:0;left: 0; width: 57px;height: 57px;border-radius: 50%; background: url(../images/dd.png) no-repeat center;z-index: 999;}
.swiper-button-prev1:after{-webkit-animation: 5s EarthRotate infinite linear both normal;animation: 5s EarthRotate infinite linear both normal;}
.swiper-button-next1:after{-webkit-animation: 5s EarthRotate2 infinite linear both normal;animation: 5s EarthRotate2 infinite linear both normal;}

@keyframes EarthRotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes EarthRotate2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}




@media(max-width: 1500px){
  .swiper-button-prev1{left: -77px;}
  .swiper-button-next1{right: -77px;}
}

@media(max-width: 1400px){
  .mao p{font-size: 16px;line-height: 36px;}
  .pbj h3, .pbj p{font-size: 18px;}
   .swiper-button-prev1{left: -57px;}
  .swiper-button-next1{right: -57px;}
}

@media(max-width: 1300px){
  .cpzx .img{margin-left: 3%;}
   .swiper-button-prev1{left:0;}
  .swiper-button-next1{right:0;}
}

@media(max-width: 1200px){
  .cpzx .img{margin-left: 0;}
  .pleft{width: calc(94.5% - 670px);}
  .client-2{display: none;}
}

@media(max-width: 768px){
  .pleft,.cpzx .img{width: 100%;}
  .cpzx .img{margin: 0 auto;margin-top: 30px;}
  .swiper-button-prev1, .swiper-button-next1{display: none;}
  .box1{padding: 40px 0;}
  .pp23{margin-top: 0;}
  .mySwiper2{margin-top: 30px;padding-left: 0;overflow: hidden;}
  .pleft{}
  .pbj h3, .pbj p{font-size: 15px;}
  .hm-case-title h3{font-size: 24px;}
  .hm-case-title p{margin-top: 10px;}
  .home-case{margin-top: 30px;}
  .home-network{padding: 40px 0;}
  .idx3-1 .item p{font-size: 15px;}
  .news-title p{font-size: 14px;margin-top: 10px;}
  .idx3-1 .h2 br{display: none;}


}

@media(max-width: 640px){
  .nmore a{width: 120px;line-height: 40px;}
  .business-title p{font-size: 14px;}
  .pleft h3 a{font-size: 22px;letter-spacing: 2px;padding: 20px 0 10px;}
  .pleft .mao{font-size: 14px;line-height: 30px;}
  .cpzx .img{height: auto;margin-top: 60px;}
  .cpzx .img img{margin-top: -40px;max-width: 70%;}
  .foot-top{padding: 25px 0;}

}


  .k12-xl-xwlb-1nt2-1-01-list dl {
            border: 1px solid #dedede;
            margin-bottom: 15px;
            padding: 22px 50px 22px 22px;
            background: #fff;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dt {
            width: 34.4%;
            float: left;
            margin-right: 2.3%;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dt img {
            width:100%; 
            display: block;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dd h4 {
            height: 40px;
            font-weight: normal;
            font-size:18px;
            color: #154c64;
            line-height: 40px;
            margin-bottom: 5px;
            overflow: hidden;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list h4 a {
            display: block;
            height: 40px;
            color: #4b4a4a;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .k12-xl-xwlb-1nt2-1-01-list dl:hover{border:1px solid #3fac45;}
        .k12-xl-xwlb-1nt2-1-01-list dl:hover h4 a {
            color: #3fac45;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list-desc {
            max-height: 72px;
            font-size: 14px;
            line-height: 24px;
            color: #797979;
            margin-bottom: 28px;
            overflow: hidden;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list-deta {
            width: 90px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            float: right;
            background: #b6b6b6;
            color: #fff;
        }
        .k12-xl-xwlb-1nt2-1-01-list-deta a{color:#fff;}
        
        .k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta {
            background: #3fac45;
            border-color: #3fac45;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta a {
            color: #fff;
        }
    

.nprod{    
    margin-bottom: 15px;
    height: 200px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    padding-top: 6px;}
.ndh{float:left;background: url(../images/ntt.png) no-repeat left center;padding-left:50px;color:#333;font-size:14px;line-height:24px;}

/* 手机页脚 */
.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;
    width: 16px;
    height: 14px;
}

.footer3 ul li:nth-child(1) .iconfont {
    background: url("../images/b544c19c69b83bbe43c1274f87d99f8463b23472.png") no-repeat 50%;
}

.footer3 ul li:nth-child(2) .iconfont {
    background: url("../images/b26655bdcb5a7dc2df997405eb240a45c466bb0f.png") no-repeat 50%;
}

.footer3 ul li:nth-child(3) .iconfont {
    background: url("//cdn.myxypt.com/675e1b48/24/09/c47d9585db09afa861138fecba21e50527eed031.png") no-repeat 50%;
}

.footer3 ul li:nth-child(4) .iconfont {
    background: url("../images/d077420e30ae81b861be3a532ee75cc320e1deb8.png") no-repeat 50%;
}

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

