/* 页面css */

@media (min-width: 1200px) {
  .service-content p{
    width: 15%;
    font-size: 18px;
  }
  .service-content ul{
    width: 85%;
  }
  .service-content li{
    font-size: 15px;
  }
  .flow p{
    font-size: 26px;
  }
  .flow span{
    font-size: 18px;
  }
  .solution-left{
    width: 40%;
  }
  .solution-right{
    width: 60%;
  }
  .news .news-right .news-title{
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .solution-left img{
    width: 460px;
    height: 460px;
  }
}
@media (max-width: 1024px) {
  .service-content p{
    width: 18%;
    font-size: 16px;
  }
  .service-content ul{
    width: 82%;
  }
  .service-content li{
    font-size: 13px;
  }
  .news .news-right .news-title{
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .solution-left img{
    width: 400px;
    height: 400px;
  }
  .news .news-right .news-title{
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .flow p{
    font-size: 20px;
  }
  .flow span{
    font-size: 14px;
  }
}
@media (min-width: 768px){
  .news .news-right span{
    font-size: 14px;
  }
  .news-left{
    width: 300px;
    height: 225px;
  }
  .news-left a img{
    width: 300px;
    height: 225px;
  }
}
@media (max-width: 576px) {
  .service-title{
    font-size: 24px;
  }
  .service-txt{
    font-size: 14px;
  }
  .service-content p{
    width: 24%;
    font-size: 14px;
  }
  .service-content ul{
    width: 76%;
  }
  .solution-left img{
    width: 320px;
    height: 320px;
  }
  .news .news-right .news-title{
    font-size: 12px;
  }
  .news .news-right span{
    font-size: 12px;
  }
  .news .news-right p{
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-left{
    width: 100px;
    height: 75px;
  }
  .news-left a img{
    width: 100px;
    height: 75px;
  }
}

/* 产品服务 */
.service-txt{
  color: #666666;
}
.service-content p{
  color: #4f71b5;
}
.service-content li{
  list-style: disc;
  margin-bottom: 5px;
}

.w-50{
  overflow: hidden;
}
.flow img{
  width: 100%;
  cursor: pointer;  
  transition: all 0.6s; 
}
.flow img:hover{
  transform: scale(1.4);
}
.flow span{
  color: #666666;
  text-align: center;
}

/* 解决方案 */
.solution-right p{
  font-size: 18px;
  color: #666666;
}

/* 新闻 */
.news-left a{
  overflow: hidden;
}
.news-left a img{
  cursor: pointer;  
  transition: all 0.6s;  
}
.news-left a img:hover{
  transform: scale(1.4);
}
.news .news-right .news-title{
  color: #333333;
}
.news .news-right .news-title:hover{
  color: #f2d654;
}
.news .news-right span{
  color: #999999;
}
.news .news-right p{
  color: #666666;
}
.news .news-right .news-more{
  width: 148px;
  height: 42px;
  background-color: #dddddd;
}
.news .news-right .news-more:hover{
  background-color: #f2d654;
}
.news .news-right .news-more a{
  color: #666666;
  text-align: center;
  line-height: 42px;
}

.news-show span{
  font-size: 14px;
  color: #999999;
}
.news-show p{
  color: #666666;
}

.contact-left span{
  color: #5491de;
  font-size: 20px;
}

/* 联系我们 */
.inp input{
  width: 50%;
  height: 30px;
  border:1px solid #dddddd;
  background-color: #f1f0f0;
  outline: none;
}

.textaea{
  border:1px solid #dddddd;
  background-color: #f1f0f0;
  outline: none;
}

.contact-btn{
  width: 106px;
  height: 35px;
  background-color: #5491de;
  border: 0;
  color: #ffffff;
  outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px;
  color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px;
  color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 12px;
  color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 12px;
  color: #999999;
}