/* 头部 */
.head{
  padding-top: 15px;
  padding-bottom:15px;
}
.logo{
  float: left;
  width: 40%;
  margin-top: 13px;
}
.logo a{
  display: block;
}
.logo a img{
  max-width: 100%;
}
.head-right{
  float: right;
  position: relative;
  z-index: 999;
  width: calc(100% - 40%);
}
.hd-seo{
  float: right;
  font-size: 14px;
  color: #999;
}
.hd-seo a{
  font-size: 14px;
  color: #999;
}
.hd-seo a:hover{
  color: #1976d2;
}

/* 搜索 */
.sousuo{
  box-shadow: 0px 2px 4px 3px #eee;
  margin-bottom: 10px;
}
.rem-new{
  float: left;
  width: calc(100% - 290px)
}
.rem-new h4{
  float: left;
  font-size: 18px;
  color: #17a1f8;
  line-height: 80px;
}
.new-slick{
  float: left;
  width: calc(100% - 90px);
  padding-left: 10px;
}
.new-list a{
  display: block;
}
.new-list a span{
  display: block;
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 80px;
}
.new-list a h3{
  float: right;
  font-size: 16px;
  color:#666 ;
  line-height: 80px;
  width: calc(100% - 140px);
  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}
.new-list a:hover h3{
  color: #17a1f8;
}
#formsearch{
  float: right;
  width: 280px;
  border: solid 1px #17a1f8;
  border-radius: 8px;
  margin-top: 15px;
}
#formsearch input{
  border: none;
  outline: none;
}
#keyword{
  float: left;
  width: 220px;
  line-height: 45px;
  font-size: 14px;
  color: #999;
  padding-left: 15px;
  background: none;
}
#s_btn{
  float: right;
  width: calc(100% - 225px);
  line-height: 45px;
  background: url(//cdn.myxypt.com/53bba2aa/22/02/1268060de6ef0d90257e6383751d604814f6efa0.png)no-repeat center;
}

/* 关于我们 */
.about{
  padding-top: 60px;
  padding-bottom: 80px;
}
.title{
  text-align: center;
}
.title h3{
  font-size: 40px;
  font-weight: bold;
  color: #333;
  background: url(//cdn.myxypt.com/53bba2aa/22/02/2148b67f09792457a11e05c06fb860a24a9b019b.png)no-repeat center;
}
.title p{
  font-size: 18px;
  color: #999999;
  margin-top: 15px;
}
.abt-show{
  margin-top: 75px;
}
.abt-img{
  float: left;
  width: 46%;
}
.abt-img img{
  max-width: 100%;
}
.abt-right{
  float: right;
  width: calc(100% - 50%);
  padding-top: 20px;
}
.abt-text{
  font-size: 18px;
  line-height: 2;
  color: #666;
}
.abt-right a{
  display: block;
  width: 184px;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  background: #17a1f8;
  border-radius: 8px;
  margin-top: 50px;
  transition: all .3s ease;
}
.abt-right a span{
  display: inline-block;
  margin-left: 15px;
}
.abt-right a:hover{
  border: solid 1px #666;
  background: none;
  color: #666;
}

/* 产品服务 */
.product{
  background: url(//cdn.myxypt.com/53bba2aa/22/02/65755b828294c9bc006d02c4f6b916129fe39912.png)no-repeat center;
  padding-top: 80px;
  padding-bottom: 60px;
}
.pro-show{
  margin-top: 30px;
}
.pro-list{
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.pro-list li{
  /* border: solid 1px #ddd; */
  width: 30%;
  margin: 0 1.6%;
  text-align: center;
  padding: 30px 40px;

  cursor: pointer;
}
.pro-img{
  width: 140px;
  height: 140px;
  align-items: center;
  justify-content: center;
  display: flex;
  border: solid 1px #eee;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  transition: all .8s ease;
}
.pro-img img{
  max-width: 100%;
}
.pro-list li:hover .pro-img{
  transform: rotateY(180deg);
  border: none;
  background: #17a1f8;
}
.pro-list li:hover .pro-img .img1{
  display: none;
}
.pro-list li:hover .pro-img .img2{
  display: block;
}
.pro-img .img2{
  display: none;
}
.pro-list li h3{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 25px;
}
.pro-list li p{
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-top: 20px;
}
.pro-list li a{
  display: block;
  font-size: 16px;
  color: #17a1f8;
  margin-top: 5px;
}
.pro-more{
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 46px;
  background: #17a1f8;
  width: 246px;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 20px;
}
.pro-more span{
  margin-left: 15px;
}
.pro-more:hover{
  color: #fff;
}

/* 核心优势 */
.ys{
  background: url(//cdn.myxypt.com/53bba2aa/22/02/fdfb10d97798a614f05a1fca096b6a530f9fd633.png)no-repeat center;
  padding-top: 75px;
  padding-bottom: 70px;
}
.ys .title h3{
  background: url(//cdn.myxypt.com/53bba2aa/22/02/742f360373a3ab95453cdd033b6bff67ba124287.png)no-repeat center;
  color: #fff;
}
.ys .title p{
  color: #fff;
}
.ys-show{
  margin-top: 55px;
}
.ys-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ys-list li{
  float: left;
  width: 20%;
}
.ys-list li .ys-con{
  text-align: center;
  color: #fff;
  padding: 15px 20px;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  height: 100%;
}
.ys-list li:first-child .ys-con{
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.ys-list li .ys-con h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  border: solid 1px #fff;
  max-width: 200px;
  margin: 0 auto;
}
.ys-list li .ys-con h4{
  font-size: 64px;
  font-weight: bold;
  font-family: Arial;
  margin-top: 45px;
}
.ys-list li .ys-con span{
  font-size: 24px;
  margin-top: 5px;
  display: block;
}
.ys-list li .ys-con p{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
}

/* 校企合作 */
.coop{
  padding: 75px 0;
}
.coop-list{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}
.coop-list li{
  float: left;
  width: 31.72%;
  margin-top: 50px;
}

.coop-list li a{
  display: block;
}
.coop-list li a .cp-img{
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 3px #eee;
}
.coop-list li a .cp-img img{
  max-width: 100%;
}
.coop-list li a h3{
  text-align: center;
  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.coop-list li a:hover h3{
  color: #17a1f8;
}

/* 合作客户 */
.customer{
  background: url(//cdn.myxypt.com/53bba2aa/22/02/1d8326cb6bf40fe65d4f695dd18129becd154a01.png)no-repeat center;
  padding-top: 60px;
  padding-bottom: 70px;
}
.title p span{
  color: #17a1f8;
}
.cus-show{
  margin-top: 50px;
}
.cus-list{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}
.cus-list li{
  overflow: hidden;
  float: left;
  width: 18.75%;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 3px #eee;
}

.cus-list li img{
  max-width: 100%;
}

/* 新闻中心 */
.news{
  padding-top: 65px;
  padding-bottom: 40px;
}
.new-show{
  margin-top: 55px;display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;
}
.new-show .new-warp{
  width: 31.57%;
}

.new-top .new-img a{
  overflow: hidden;
  display: block;
  position: relative;
}
.new-top .new-img a img{
  max-width: 100%;
}
.new-top .new-img a h3{
  position: absolute;
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.5) url(//cdn.myxypt.com/53bba2aa/22/02/2b4b8e9af1f98d60522566ca7603c022878a4097.png) no-repeat 20px center;
  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
  left: 0;
  bottom: 0;
  padding:0 15px 0 38px;
  transition: all .3s ease;
}
.new-top .new-img a h3 span{
  display: inline-block;
  width: 5.5px;
  height: 5.5px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.new-top .new-img a:hover h3{
  background: #17a1f8  url(//cdn.myxypt.com/53bba2aa/22/02/2b4b8e9af1f98d60522566ca7603c022878a4097.png) no-repeat 20px center;
}
.new-lists{
  margin-top: 20px;
}
.new-lists li a{
  display: block;
  padding: 8px 0;
}
.new-lists li a h3{
  float: left;
  font-size: 14px;
  color: #555;
  padding-left: 20px;
  background: url(//cdn.myxypt.com/53bba2aa/22/02/93d27f9a39e0992c160b47b6b711342a6ca81a50.png) no-repeat left center;
  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
  transition: all .3s ease;
  width: calc(100% - 80px);line-height: 1.6;
}
.new-lists li a h3 span{
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #17a1f8;
  border-radius: 50%;
  margin-right: 10px;
}
.new-lists li a .new-time{
  float: right;
  margin-right: 10px;
  
  font-size: 14px;
  color: #999;
}
.new-lists li a:hover h3{
  color: #17a1f8;
}

/* 友情链接 */
.link{
  padding-bottom: 30px;
}
.c-link span{
  float: left;
  font-size: 16px;
  color: #17a1f8;
  line-height: 30px;
  background: url(//cdn.myxypt.com/53bba2aa/22/02/93f95c03f27e941531e56ee194214c737e11ce2e.png)no-repeat left center;
  padding-left: 35px;
}
.link-list{
  float: right;
  width: calc(100% - 115px);

}
.link-list a{
  font-size: 14px;
  line-height: 30px;
  color: #999;
  margin-left: 8px;
}
.link-list a:hover{
  color: #17a1f8;
}

/* 底部 */
.foot{
  background: url(//cdn.myxypt.com/53bba2aa/22/02/edabc20fd5a7fdb66a18cb7b566c4aa14fa4b547.png)no-repeat center;
  padding-top: 50px;
  padding-bottom: 40px;
}
.ft-cfn{
  float: left;
}
.ft-cfn dl{
  float: left;
  margin-left: 5vw;
}
.ft-cfn dl:first-child{
  margin-left: 0;
}
.ft-cfn dl dt{
  font-size: 16px;
  color: #fff;
  font-weight: initial;
  margin-bottom: 30px;
}
.ft-cfn dl dd{
  margin-top: 8px;
}
.ft-cfn dl dd a{
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}
.ft-cfn dl dd a:hover{
  color: #17a1f8;
}
.ft-cfn dl dd p{
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.ft-cfn dl dd:first-child,
.ft-cfn dl dd p:first-child{
  margin-left: 0;
}
.ft-ewm{
  float: right;
}
.ft-ewm img{
  max-width: 126px;
}
.ft-ewm p{
  font-size: 14px;
  text-align: center;
  color: #999;
  margin-top: 15px;
}
.footer{
  background: #212121;
  text-align: center;
  font-size: 14px;
  color: #999;
  padding: 23px 0;
}
.footer a{
  font-size: 14px;
  color: #999;
}
.footer a:hover{
  color: #17a1f8;
}
.reg{
  margin-top: 5px;
}

/* 头部自适应 */
/* @media(max-width:1440px){
  .x-menu > li{
    margin-left: 3.26vw;
  }
}
@media(max-width:1400px){
    .x-menu > li{
    margin-left: 2.3vw;
  }
}
@media(max-width:1200px){
  .x-menu > li{
    margin-left: 2.75vw;
  }
} */
@media(max-width:1224px){
  .x-menu > li > a{
    font-size: 16px;
  }
  .logo{
    width: 32%;
    margin-top: 2px;
  }
  .x-menu > li{
    margin-left: 2.14vw;
  }
  .x-menu{
    margin-top: 10px;
  }
  .head{
    padding: 20px 0;
  }
}
@media(max-width:991px){
  .x-banner{
    margin-top: 60px;
  }
}
@media(max-width:768px){
  .x-banner{
    margin-top: 0;
  }
}

/* 搜索自适应 */
@media(max-width:991px){
 
  .new-list a h3{
    margin-left: 0;
    width: calc(100% - 100px);
  }

}

@media(max-width: 640px){
  .new-list a span{display: none;}
  .new-list a h3{width: 100%;}
}



@media(max-width:425px){
    .sousuo{
    padding: 20px 0;
  }
  .rem-new{
    float: none;
    width: 100%;
  }
  #formsearch{
    float: none;
    margin: 0 auto;
    margin-top: 15px;
  }
  .rem-new h4{
    line-height: 20px;
    font-size: 16px;
  }
  
  .new-list a h3{
    line-height: 21px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 15px;
  }
}

/* 关于我们自适应 */
@media(max-width:1200px){
  .abt-right{
    padding-top: 0;
  }
  .abt-text{
    font-size: 17px;
  }
  .abt-right a{
    margin-top: 30px;
  }
}
@media(max-width:1024px){
  .about{
    padding: 40px 0;
  }
  .title h3{
    font-size: 36px;
  }
  .title p{
    font-size: 16px;
  }
  .abt-show{
    margin-top: 40px;
  }
  .abt-text{
    font-size: 15px;
    line-height: 1.8;
  }
}
@media(max-width:991px){
  .abt-text{
    font-size: 14px;
    display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:5;/**显示的行数**/
    overflow:hidden;/**隐藏超出的内容**/
  }
  .abt-right a{
    line-height: 35px;
    width: 130px;
  }
  .abt-right a span{
    display: none;
  }
  .title h3{
    font-size: 32px;
  }
  .title p{
    font-size: 15px;
    margin-top: 5px;
  }
}
@media(max-width:425px){
  .abt-img,
  .abt-right{
    float: none;
    width: 100%;
  }
  .abt-right{
    margin-top: 20px;
  }
  .abt-right a{
    margin: 0 auto;
    margin-top: 20px;
  }
  .title h3{
    font-size: 28px;
    background: none;
  }
  .title p{
    font-size: 14px;
  }
  .abt-show{
    margin-top: 30px;
  }
  .abt-text{
    display: block;
  }
}

/* 产品服务自适应 */

@media(max-width:1200px){
  .pro-list li p{
    display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:3;/**显示的行数**/
    overflow:hidden;/**隐藏超出的内容**/
  }
  
}
@media(max-width:1024px){
  
  .pro-list li p{
    font-size: 15px;
    margin-top: 15px;
  }
  .pro-list li h3{
    font-size: 22px;
    margin-top: 20px;
  }
  .pro-list li a{
    font-size: 15px;
  }
  .pro-img{
    width: 120px;
    height: 120px;
  }
  .product{
    padding: 50px 0;
  }
  .pro-img img{
    max-width: 50px;
  }
}
@media(max-width:991px){
  .pro-list li{
    margin-left: 0.89vw;
    padding: 20px 15px;
  }
  .pro-list li p{
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .pro-list li h3{
    font-size: 20px;
    margin-top: 15px;
  }
  .pro-list li a{
    font-size: 14px;
  }
  .pro-img{
    width: 100px;
    height: 100px;
  }
  .pro-img img{
    max-width: 40px;
  }
}
@media(max-width:768px){
  .pro-list li{
    margin-left: 1.59vw;
  }
}
@media(max-width:425px){
  .pro-list li{
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .pro-list{
    display: block;
  }
  .pro-show{
    margin-top: 20px;
  }
  .pro-list li p{
    font-size: 13px;
  }
  .pro-list li h3{
    font-size: 18px;
  }
}

/* 优势自适应 */
@media(max-width:1200px){
  .ys-list li .ys-con h3{
    font-size: 22px;
    max-width: 160px;
  }
  .ys-list li .ys-con h4{
    font-size: 55px;
    margin-top: 35px;
  }
  .ys-list li .ys-con span{
    font-size: 22px;
  }
  .ys-list li .ys-con p{
    font-size: 15px;
    margin-top: 30px;
  }
  
}
@media(max-width:1024px){
  .ys{
    padding: 50px 0;
  }
  .ys-show{
    margin-top: 40px;
  }
  .ys-list li .ys-con{
    padding: 15px;
  }
  .ys-list li .ys-con h3{
    font-size: 20px;
    max-width: 140px;
  }
  .ys-list li .ys-con h4{
    font-size: 45px;
    margin-top: 25px;
  }
  .ys-list li .ys-con span{
    font-size: 20px;
    margin-top: 0;
  }
  .ys-list li .ys-con p{
    font-size: 14px;
  }
}
@media(max-width:768px){
  .ys-list li .ys-con h3{
    font-size: 17px;
  }
  .ys-list li .ys-con h4{
    font-size: 32px;
    margin-top: 15px;
  }
  .ys-list li .ys-con span{
    font-size: 16px;
  }
  .ys-list li .ys-con p{
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .ys-show{
    margin-top: 20px;
  }
  .ys{
    padding: 40px 0;
    background: #17a1f8;
  }
}
@media(max-width:425px){
  /* .ys-list li{
    width: 80%;
  } */

  .ys .title h3{
    background: none;
  }

  .ys-list li{
    width: 50%;
    margin-top: 15px;
  }
  .ys-list li:nth-child(2n+1) .ys-con{
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
}

/* 校企合作自适应 */

@media(max-width:1024px){
  .coop-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .coop-list li{
    margin-top: 30px;
  }
  .coop-list li a h3{
    font-size: 16px;
  }
  .coop{
    padding: 40px 0;
  }
}
@media(max-width:991px){
  
  .coop-list li a h3{
    font-size: 15px;
  }
}

@media(max-width:425px){
  .coop-list li{
    width: 48%;
    margin-top: 20px;
  }

  .coop-list li a h3{
    margin-top: 10px;
    font-size: 13px;
  }
}

/* 合作客户自适应 */

@media(max-width:1024px){
  .customer{
    padding: 40px 0;
  }
  .cus-show{
    margin-top: 30px;
  }
 
}

@media(max-width:768px){
  .cus-list li{
    margin-bottom: 10px;
  }
}
@media(max-width:425px){
  .cus-list li{
    width: 31%;
    margin-bottom: 15px;
  }
 
}

@media(max-width:320px){
  .title p span{
    display: block;
  }
  
 
}

/* 新闻中心自适应 */

@media(max-width:1024px){
  .news{
    padding: 40px 0;
  }
 
  .new-show{
    margin-top: 40px;
  }
  .new-top .new-img a h3{
    line-height: 35px;
  }
  .new-lists li a h3{
    font-size: 13px;
  }
  .new-lists li a .new-time{
    font-size: 12px;
  }
}
@media(max-width:991px){
.new-lists li a h3{width: calc(100% - 50px);}

}
@media(max-width:768px){
 
  .new-lists li a{
    padding: 6px 0;
  }
  .new-lists{
    margin-top: 15px;
  }
  .new-top .new-img a h3{
    font-size: 13px;
  }
}
@media(max-width:425px){
  .new-show .new-warp:first-child{
    margin-top: 0;
  }
  .new-show .new-warp{
    width: 100%;
    margin-top: 20px;
  }
  .new-lists li:nth-child(4),
  .new-lists li:nth-child(5),
  .new-lists li:nth-child(6){
    display: none;
  }
}

/* 底部自适应 */
@media(max-width:1440px){
  .ft-cfn dl{
    margin-left: 6vw;
  }
}
@media(max-width:991px){
  .ft-cfn dl{
    margin-left: 2vw;
  }
  .ft-cfn dl dt{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .ft-cfn dl dd a{
    font-size: 12px;
  }
  .ft-cfn dl dd p{
    font-size: 12px;
    margin-top: 5px;
  }
  .ft-cfn dl dd{
    margin-top: 5px;
  }
  .ft-ewm img{
    max-width: 100px;
  }
  .ft-ewm p{
    font-size: 12px;
    margin-top: 10px;
  }
  .foot{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer{
    font-size: 12px;
    padding: 15px 0;
  }
  .footer a{
    font-size: 12px;
  }
  .reg{
    margin-top: 0;
  }
}
.md-foot{
  display: none;
}
@media(max-width:767px){
  .foot{
    display:none;
  }
  .footer{
    display: none;
  }
  .md-foot{
  display: block;
  background: url(//cdn.myxypt.com/a1deb49a/21/11/67b701645e307d2a8e2f0234a2861da1860bd5b5.png)no-repeat;
  }
  .fd-cfn{
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
  }
  .fd-cfn h3{
  font-size: 16px;
  color: #fff;
  line-height: 2.5;
  }
  .fd-cfn h3 span{
  padding-right: 10px;
  }
  .fd-cfn .fd-name{
  display: none;
  padding-left: 13px;
  }
  .fd-cfn .fd-name a{
  display: block;
  line-height: 2;
  color: #fff;
  opacity: .8;
  }
  .fd-ly .copyright{
  color: #fff;
  opacity: .8;
  padding: 15px 15px;
  line-height: 1.5;
  text-align: center;
  float: none;
  }
  .fd-ly .copyright a{
  color: #fff;
  opacity: .8;
  }
}

/*内页左侧样式*/

.page-product-inquiry a{color: #fff;}