.onlineMessage {
  margin-bottom: 2.55rem;
}
.onlineMessage form .form-t {
  margin-bottom: 0.91rem;
  flex-wrap: wrap;
}
.onlineMessage form .form-t input {
  width: 48%;
  font-size:0.6rem;
  height: 2.18rem;
  padding: 0 1.36rem;
  background-color: #fff;
  box-sizing: border-box;
  border: 0.05rem solid #e5e5e5;
}
.onlineMessage form .form-t input:nth-child(1),.onlineMessage form .form-t input:nth-child(2){
    margin-bottom: 1rem;
}
.onlineMessage form .form-t input::-webkit-input-placeholder {
  color: #777;
}
.onlineMessage form textarea {
  width: 100%;
  height: 4.55rem;
  padding: 1.36rem;
  font-size: 0.6rem;
  margin-bottom: 0.91rem;
  background-color: #fff;
  resize: none;
  border: 0.05rem solid #e5e5e5;
  box-sizing: border-box;
}
.onlineMessage form textarea::-webkit-input-placeholder {
  color: #777;
}
.onlineMessage form .btn {
  text-align: center;
}
.onlineMessage form button {
  height: 2.18rem;
  width: 9.09rem;
  /*font-size: 0.6rem;*/
  text-align: center;
  line-height: 2.18rem;
  background-color: #0096a3;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
}
/*联系方式*/
#network{padding: 5rem 0; background: #f6f7fb;}
#network .wrap{min-height: 273px;}
/*#network .wrap .map{height: 520px; text-align: center; position: relative;}*/
/*#network .wrap .china-map{height: 100%;}*/
/*#network .wrap .china-map2{position: absolute; bottom: 0;}*/
/*#network .wrap .desc{font-family: none; position: absolute; top: 16%; font-size: 3.2rem; text-align: center; width: 100%; color: #2e2d3c;}*/
/*#network .wrap .desc>span{color: #e51029; font-size: 6.6rem;}*/


#network .list{
    /*margin-top: 65px; */
    display: flex; flex-wrap: wrap;}
#network .list .item{background: #fff; width: calc((100% - 100px)/3); padding: 35px; box-sizing: border-box; position: relative; transition: all .35s; margin-right: 50px; margin-bottom: 50px;border: 1px solid #0096a359;
/*margin-bottom: 50px;*/
box-shadow: 5px 5px 25px rgba(0,0,0, .036);}
#network .list .item:hover{background: #0096a3;transform: translateY(-10px) scale(1.1)}
#network .list .item .img{width:60%;}
#network .list .item:hover .img{filter: brightness(0) invert(1);}
#network .list .item:nth-child(3n){margin-right: 0;}
#network .list .item .tit{font-size:24px; color: #0096a3; font-weight: bold; transition: all .35s;}
#network .list .item:hover .tit{color: #fff;}
#network .list .item .con{
    margin-top: 18px; 
    border-top: 1px solid #eee; padding-top: 18px; font-size: 19px; font-family: none; line-height: 1.8; transition: all .35s;}
#network .list .item:hover .con{color: #fff; border-top: 1px solid rgba(255,255,255, .12);}


@media (max-width:1679px){ /*1440*/
  #network .list .item{width: calc((100% - 90px)/3); margin-right: 45px; margin-bottom: 45px;}
  #network .list .item .tit{1.2rem}
}
@media only screen and (max-width: 1600px) {
    .onlineMessage form .form-t input{height: 3.08rem;font-size: 1rem;}
    .onlineMessage form textarea{font-size: 1rem;height: 9.55rem;}
    .onlineMessage form button{height: 3.18rem;}
    #network .list .item .tit {
        font-size: 1.5rem;
    }
    #network .list .item{padding:25px;}
}
@media (max-width:1439px){ /*1366*/
  #network .wrap{min-height: 253px;}
  /*#network .wrap .map{height: 500px;}*/
  /*#network .wrap .desc{font-size: 3rem;}*/
  /*#network .wrap .desc>span{font-size: 6.2rem;}*/

  #network .list .item{width: calc((100% - 80px)/3); margin-right: 40px; margin-bottom: 40px;}
  #network .list .item .tit{font-size: 2rem;}
  #network .list .item .con{font-size: 1.4rem;}
  }
@media (max-width:1300px){ /*1280*/
    #network .list .item .tit {
        font-size: 1.6rem;
    }
}
@media (max-width:1279px){ /*mp*/
  #network{padding: 0 0 50px 0;}
  #network .wrap{min-height: unset; padding: 0 15px;}
  #network .wrap .desc{font-size: 2rem; top: 30%;}
  /*#network .wrap .desc>span{font-size: 3.2rem;}*/

  #network .list{margin-top: 50px;}
  #network .list .item{width: 100%; padding: 20px; margin-right: 0; margin-bottom: 15px;}
  #network .list .item .tit{font-size: 1.4rem;}
  #network .list .item .con{margin-top: 15px; padding-top: 15px; font-size: 1.2rem; line-height: 1.8;}
}
@media only screen and (max-width: 768px) {
    .com-title {
        padding: 1.55rem 0 0;
    }
    .onlineMessage form{margin-top: 3rem;}
    .onlineMessage form .form-t input{width:100%;margin-bottom: 1rem;}
    .onlineMessage form textarea{font-size: 0.9rem;}
}