.xy-head {
  position: static;
  padding-bottom: 0;
}

.xy-menu {
  padding-right: 85px;
}

.xy-menu > li {
  width: 14.2%;
}

.xy-menu > li em {
  position: absolute;
  z-index: 9;
  top: -10px;
  left: 0;
  right: 0;
  height: 116px;
  opacity: 0;
  z-index: -1;
  background-color: #eeeeee;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xy-menu > li > a {
  height: 100px;
  line-height: 100px;
  color: #000;
}

.xy-menu > li + li {
  background: none;
}

.xy-menu > li:hover em {
  opacity: 1;
  top: 0;
}

.xy-menu > li:hover > a {
  color: #00adef;
  font-weight: bold;
}

.xy-menu .xy-sub-menu li a{
    
     color: #000000;
     font-size: 14px;
}
.xy-menu .xy-sub-menu li a:hover{
    
     color: #00adef;
}

.xy-menu .xy-sub-menu {
  top: 98px;
  z-index: 99;
}

.xy-head-left .logo {
  padding-top: 20px;
}

.xy-head-navbar .xy-search .formsearch{
    
     border:1px solid #ccc;
}

.xy-head-navbar .xy-search {
  top: 80px;
  right: -10px;
  height: auto;
  width: 350px;
  background-color: #fff;
  
  padding: 20px;
  border:1px solid #e0e0e0;
  z-index: 99;
  border-radius: 0;
}

.disnone{
    
    display: none;
}

.xy-head-navbar .xy-search #keyword{
    
     font-size: 14px;
     color: #333;
}

.xy-head-navbar .xy-search #s_btn {
  height: 32px;
  background-color: #00bded;
}

.xy-head-navbar .btn-search {
  position: absolute;
  right: 0;
  top: 35px;
  display: inline-block;
  width: 36px;
  height: 30px;
  background: url(../images/icon_search.png) center no-repeat;
}

.xy-menu .xy-sub-menu{
    
    padding: 0 6px;
    
}

.xy-menu .xy-sub-menu li{
    
    border-bottom: 1px dashed #929191;
}
.xy-menu .xy-sub-menu li:last-child{
    
    border-bottom:none;
}
.xy-menu .xy-sub-menu li a{
    
     font-size: 13px;
     color: #000000;
    
}

.xy-menu .xy-sub-menu li a:hover{
    
    background-color: transparent;
    
    color: #00adef;
}
.xy-menu .xy-sub-menu>li>a:after{
    
    width: 0;
}

@media (min-width: 1366px) {
  .container {
    width: 1216px;
  }
}

.hotSearch {
  height: 52px;
  line-height: 52px;
  font-size: 12px;
  color: #5a5a5a;
  background-color: #fff;
}

.hotSearch a {
    margin: 0 4px;
  font-size: 12px;
  color: #5a5a5a;
}

.pro-cate {
  padding: 52px 0 38px;
 
}

.pro-cate .col-md-3{
    
     padding-left: 6px;
     padding-right: 6px;
}

.title {
  margin-bottom: 45px;
  text-align: center;
  color: #323232;
}

.title p {
  font-size: 30px;
}

.title h4 {
  font-size: 24px;
  position: relative;
}

.title span {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #00cafd;
}

.cateInner {
  /*padding: 16px;*/
  /*background-color: #fff;*/
  text-align: center;
}

.cateInner .img {
    
    position: relative;
  overflow: hidden;
  margin: 0 auto;
  /*border: 1px solid #fff;*/
}
/*.cateInner .img:hover:after{*/
    
/*     position: absolute;*/
/*     content: '';*/
/*     left: 0;*/
/*     top: 0;*/
/*     right: 0;*/
/*     bottom: 0;*/
/*     background: url(../images/box.png) center no-repeat rgba(0,202,253,.8);*/
/*     background-size: 100% 100%;*/
/*}*/



.cateInner .img img {
  max-width: 100%;
}
.cateInner a{
    
    display: block;
}

.cateInner a h2{
    
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    text-align: center;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding-top: 148px;
    font-size: 14px;
    color: #fcfcfc;
    opacity: 0;
    background: url(../images/111.png) center no-repeat rgba(44,206,246,.8);
}


.cateInner .img i.aba1{
	height: 1px;
	width: 0px;
	top: 10px;
	left: 4px;
	
}
.cateInner .img i.aba2{
	height: 0px;
	width: 1px;
	top: 4px;
	right: 10px;
	
	
}
.cateInner .img i.aba3{
	height: 1px;
	width: 0px;
	bottom: 10px;
	left: 4px;
	
		
}
.cateInner .img i.aba4{
	height: 0px;
	width: 1px;
	top: 4px;
	left: 10px;
	
	
}
.cateInner:hover .img i.aba1,.cateInner:hover .img i.aba3{
	width: 95%;
	
	/*width: 200px;*/
}
.cateInner:hover .img i.aba2,.cateInner:hover .img i.aba4{
	height: 95%;
	
	/*width: 200px;*/
}
.cateInner .img:hover h2{
    opacity: 1;
}

.cateInner .img i{
    
    display: inline-block;
    background: #fff;
    position: absolute;
    transition: all 0.5s ease;
}
.cateInner a.root {
    display: inline-block;
    line-height: 30px;
  font-size: 16px;
  color: #323232;
}

.cateInner p {
  font-size: 14px;
  color: #323232;
}

.cateInner:hover .img {
  border-color: #2ccef5;
}

.cateInner:hover a {
  color: #2ccef5;
}
.ad-tit{
     
     margin-bottom: 10px;
     font-size: 18px;
     color: #00bded;
     font-weight: bold;
}
.ad-tit a{
    
     float: right;
     font-size: 12px;
     color: #666666;
     font-weight: normal;
     text-transform: uppercase;
}

.mt10{
    
    margin-top: 10px;
}


.last-pro {
  padding-top: 62px;
}

.last-pro .more {
  display: block;
  width: 158px;
  height: 40px;
  line-height: 40px;
  margin: 36px auto 64px;
  font-size: 14px;
  color: #323232;
  text-align: center;
  background: url(../images/arrow.png) 114px no-repeat;
  border: 1px solid #e5e5e5;
}

.last-pro .more:hover {
  background-color: #00cafd;
  border-color: #00cafd;
  color: #fff;
}

.lastList {
  position: relative;
  margin-right: -44px;
}

.lastList li {
  float: left;
  margin-right: 45px;
}

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

.lastList .slick-arrow {
  display: inline-block;
  border: none;
  font-size: 0;
  width: 15px;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  border: none;
  outline: none;
}

.lastList .slick-prev {
  left: -30px;
  background: url(../images/prev.png) 0 0 no-repeat;
}

.lastList .slick-prev:hover {
  background-position: 0 -26px;
}

.lastList .slick-next {
  right: 0;
  background: url(../images/next.png) 0 0 no-repeat;
}

.lastList .slick-next:hover {
  background-position: 0 -26px;
}

.lastList a {
  display: block;
}

.lastList a h3 {
  line-height: 42px;
  text-align: center;
  font-size: 13px;
  color: #5a5a5a;
}


.sidebar{
    
     width: 100%;
     border:2px solid #05ccfe;
}
.s-tit{
    
     padding: 16px 0 16px 12px;
     background-color: #05ccfe;
}
.s-tit h4{
    
    
}
.s-tit h4,.s-tit p{
    
     font-size: 30px;
     color: #fff;
     font-weight: bold;
}
.s-tit p{
    
    text-transform: uppercase;
     font-size: 18px;
}
.sidebar{
    
    min-height: 823px;
}
.sidebar ul li{
    
     height: 40px;
     line-height: 40px;
     display: block;
     width: 94%;
     margin: 16px auto 0;
     font-size: 16px;
     color: #fff;
    
     
}
.sidebar ul li a{
     
     display: block;
     padding-left: 22px;
     font-size: 16px;
     color: #666666;
      background-color: #ededed;
}

.sidebar ul li a:hover{
    
    color: #fff;
    background-color: #00cafd;
    
}

.sidebar .hot-line{
    
     background: url(../images/tel.png) left 5px no-repeat;
    padding-left: 70px;
    margin:185px 0 15px 20px;
    padding-bottom: 10px;
}

.sidebar .hot-line h4{
    
     font-size: 14px;
     color: #666666;
}

.sidebar .hot-line p{
    
     font-size: 21px;
     color: #03abd5;
}

.lastList a:hover h3 {
  color: #00cafd;
}

.lastList a:hover .img {
  position: relative;
}

.lastList a:hover .img::before {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  top: 8px;
  content: '';
  width: calc(100%- 16px);
  height: calc(100%- 16px);
  background-color: rgba(0, 0, 0, 0.5);
}

.xyin-about {
  padding: 20px 0;
  background: url(../images/about_bg.png) center no-repeat;
  background-size: cover;
}

.xyin-about .container{
    
     /*background: url(../images/ab.png) center no-repeat;*/
     background: rgba(255,255,255,0.43);
     box-shadow: 0 -2px 10px rgba(0, 0, 0,.1);
     background-size: cover;
}

.xyin-about .title {
    margin-top: 16px;
  color: #00cafd;
}

.xyin-about .wz {
    
  margin: 0 auto;
  padding-bottom: 24px;
  color: #070707;
  font-size: 14px;
}
.xyin-about .wz a{
    
     display: inline-block;
     padding: 0 15px;
     height: 30px;
     line-height: 30px;
     border-radius: 6px;
     border:1px solid #000;
     color: #000;
}

.xyin-about .wz a:hover{
    
    cursor: pointer;
    border-color: #04ccff;
    color: #fff;
}
.xyin-news-slick .slick-con .img{
    
    overflow: hidden;
}
.xyin-news-slick .slick-con .img img{
    
    transition: all .3s;
}

.xyin-news-slick .slick-con .img:hover img{
    
    transform: scale(1.2);
}
.advantage {
  padding: 64px 0 68px;
}

.advantage .img {
  position: relative;
  width: 187px;
  height: 187px;
  margin: 0 auto;
  background-size: cover;
}

.advantage .img p {
  position: absolute;
  left: 36%;
  bottom: 8px;
  text-align: center;
}

.advantage .img .p0 {
  color: #9ac472;
}

.advantage .img .p1 {
  color: #f9b62a;
}

.advantage .img .p2 {
  color: #108ccf;
}

.advantage .img .p3 {
  color: #e95f46;
}

.xyin-news {
  padding: 50px 0 70px;
}

.xyin-news-slick .slick-con {
  border: none;
}
.xyin-news-slick .slick-con .wz{
    
    min-height: 120px;
}
.xyin-news-slick .slick-con .wz h3 {
  font-size: 16px;
  color: #5a5a5a;
  font-weight: normal;
}

.xyin-news-slick .slick-con .wz h3 span {
  float: right;
  font-size: 12px;
  color: #5a5a5a;
}

.xyin-news-slick .slick-con .wz .mores {
  float: right;
  width: 15px;
  height: 8px;
  background: url(../images/arrows.png) center no-repeat;
}

.xyin-news-slick .slick-con .wz:hover .mores {
  background: url(../images/arrow_on.png) center no-repeat;
}

.part-mods {
  padding-top: 40px;
}

.partList {
  margin-bottom: 45px;
}
.partList{
    
    margin-right: -44px;
}


.partList li{
    
    float: left;
  margin-right: 44px; 
}
.partList li .img{
 
  border: 1px solid #dcdcdc;
  /*width: 154px;*/
  height: 84px;
  overflow: hidden;
  text-align: center;
}

.partList li h4{
    
    margin-top: 26px;
     font-size: 14px;
     color: #666666;
     text-align: center;
     
}
.xy-tl-nav dd{
    
    margin-bottom: 0;
}
.partList li:hover {
  border-color: #00cafd;
}
.partList li .img{
    
    overflow: hidden;
}
.partList li a{
    
     display: block;
}
.partList li .img img {
  margin: 0 auto;
  max-width: 100%;
  vertical-align: middle;
  transition: all .3s;
}
.partList li .img:hover img{
    
     transform: scale(1.2);
}
.xypg-product-list li .img{
    
    border:1px solid #dcdcdc;
}
.xy-tl-nav dl {
  width: 16.66%;
  
}

.xy-tl-nav dl:last-child{
    
    text-align: center;
}


.xy-tl-nav dd a {
  font-size: 14px;
  color: rgba(50, 50, 50, 0.5);
}

.xy-tl-nav dd a:hover {
  color: #04ccff;
}

.xy-tonglan .xy-tl-ewm{
    
    color: #333;
    padding-top: 0;
}

.xy-tonglan {
  background-color: #fff;
  padding: 46px 0 0;
  border-top: 1px solid #dcdcdc;
}

.xy-tonglan .xy-tl-title {
  color: #323232;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 18px;
}
.xy-tonglan .xy-tl-title a{
    
    font-size: 16px;
    color: #323232;
}
.xy-tonglan .xy-tl-title a:hover{
    
    color: #04ccff;
}

.xy-tonglan .xy-tl-title::before {
  height: 0;
}

.xy-tonglan .xyin-links {
  background-color: #fff;
  font-size: 14px;
}

.xy-tonglan .xyin-links span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.xy-tonglan .xyin-links a {
  display: inline-block;
  padding: 0 4px;
  color: rgba(90, 90, 90, 0.5);
}

.xy-footer {
  padding: 36px 0 34px;
  background-color: #f2f2f2;
}

.xy-footer::before {
  background: transparent;
}

.xy-footer .xy-ft-cpy {
  color: #5a5a5a;
  padding-top: 0;
}

.xy-footer .xy-ft-cpy p {
  margin-bottom: 0;
}

.xy-footer .xy-ft-cpy a {
  color: #5a5a5a;
}

.xy-footer .xy-ft-rtcp p {
  margin: 0 auto 16px;
  line-height: 1;
  color: #5a5a5a;
}

.xy-footer .xy-ft-rtcp h4 {
  color: #03a7e5;
  font-size: 22px;
}

.xy-footer .icon-home, .xy-footer .goto {
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../images/icons.png) -29px -12px no-repeat;
}

.xy-footer .goto {
  background: url(../images/icons.png) -72px -12px no-repeat;
  cursor: pointer;
}


@media screen and (max-width: 1024px) {
    
    .sidebar .hot-line p{
        
        font-size: 15px;
    }
    .sidebar{
        
        min-height:700px;
    }
    .sidebar .hot-line{
        
        margin-top:130px;
    }
}

@media screen and (max-width: 768px) {
    
  .sidebar{
      
      min-height:auto;
  }
  .sidebar ul li{
      
      float:left;
      width:33.3%;
  }
  .sidebar .hot-line{
      
      margin-top:20px;
  }
  .sidebar{
      
      margin-bottom:10px;
  }
  .cateInner .img img{
      
      width:100%;
  }
    
  .cateInner {
    margin-bottom: 20px;
  }
  .xyin-about {
    padding: 25px 0;
  }
  .advantage {
    padding: 20px 0 10px;
  }
  .advantage .img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 450px) {
    
    .partList li .img{
        
        height:auto;
    }
  .sidebar ul li{
      
      width:50%;
  }
  .s-tit h4{
      
      font-size:20px;
  }
  .s-tit p{
      
      font-size:13px;
  }
  .title {
    margin-bottom: 15px;
  }
  .title p {
    font-size: 18px;
  }
  .title h4 {
    font-size: 14px;
  }
  .pro-cate {
    padding: 20px 0 10px;
  }
  .lastList li img {
    width: 100%;
  }
  .last-pro .more {
    margin: 10px auto 20px;
  }
  .xyin-news {
    padding: 20px 0;
  }
  /*.partList li {*/
  /*  margin-right: 0;*/
  /*}*/
  .cateInner .img {
    height: auto;
  }
}
