.service1400{
  margin-top: 76px;
  margin-bottom: 68px;
}
.service1400 .servicecontent{
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.servicecontent{
  width: 1400px;
  margin: 0 auto;
}
.weizhi{
  display: inline-block;
  width: 55px;
  height: 50px;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 50px;
}
.ser-text{
  color: #333333;
  font-size: 20px;
  margin: 30px 0 20px;
  font-weight: bold;
}
.line{
  width: 24px;
  height: 3px;
  background-color: #333333;
  margin-bottom: 24px;
  display: inline-block
}
.servicedetails>p{
  font-size: 15px;
  color: #444444;
  line-height: 24px;
}
.public-code{
  text-align: center;
  font-size: 15px;
  color: #444444;
}
.map{
  margin: 0 auto;
}
.com-details{
  margin-top: 50px;
}
.com-details>h3{
  text-align: center;
}
.com-content{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 76px 0 88px;
}
.com-box{
  padding-right: 78px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.com-box p:nth-child(2){
  font-size: 17px;
  margin: 20px 0 20px;
  color: #333333;
}
.com-box p:nth-child(3){
  font-size: 14px;
  color:#666666;
}
.com-content div:nth-child(4){
  border: 0;
}
.icon{
  font-size: 25px;
  color: #666666;
}
.message{
  padding: 68px 0;
  width: 100%;
  background-color: #f3f5f6;
}
.message1400{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mes-left p{
  font-size: 14px;
  color: #999999;
  line-height: 38px;
}
.mes-left .mes-title{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 72px;
  color: #222222;
}
.mes-left p:nth-child(3){
  margin-bottom: 30px;
}
.inputboxs{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right input{
  box-sizing: border-box;
  padding-left: 20px;
  width: 310px;
  height: 54px;
  border: 0;
  outline:none;
}
.right textarea{
  width: 100%;
  height: 200px;
  font-family: 微软雅黑;
  font-size: 15px;
}
.inputboxs input:nth-child(2){
  margin: 0 18px;
}
.inputboxs{
  margin-bottom: 16px;
}


.inputboxs input,.textarea::-webkit-input-placeholder {
  font-size: 15px;
  }
.inputboxs input:-moz-placeholder {
  font-size: 15px;
  }
.inputboxs input:-ms-input-placeholder {
  font-size: 15px;
  
}
.textarea{
  border: 0;
  resize:none;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 19px;
  outline:none;
}
.submit{
  cursor: pointer;
  margin-top: 40px;
  line-height: 57px;
  text-align: center;
  width: 221px;
  height: 57px;
  background-color: #f08200;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1430px){
.message .message1400 .right{
    width: 70%;
}
.com-box {
  width: 25%;
  padding-right: 0px;
}
}
@media (max-width: 1140px){
.message .message1400 .mes-left{
    width: 100%;
    margin-bottom: 10px;
}
.message .message1400 .right{
  width: 100%;
}
.message .message1400 .right .submit{
  margin: 40px auto 0;
}
.message .message1400 .right .inputboxs{
  display: block;

}
.message .message1400 .right .inputboxs input{
  display: block;
  margin: 0 0 10px;
  width: 100%;
}
}


@media(max-width:983px){
  .com-content>div{
    width: 25%;
  }
}
@media(max-width:950px){
  .service1400 .servicecontent div{
    width: 50%;
  }
  .service1400 .servicecontent {
    text-align: center;
}
}
@media(max-width:619px){
.com-content {
 flex-wrap: wrap;
}
.com-content>div {
    width: 49%;
}
.com-box{
  border: 0;
  margin-bottom: 30px;
}
}
@media(max-width:470px){
.service1400 .servicecontent div{
    width: 100%;
    text-align: center;
}
}
@media (max-width:402px){
  .nav{
    justify-content: space-between;
  }
  .nav .nav1{
    width: 45%;
    text-align: center;
  }
  .nav .nav2{
    width: 45%;
    text-align: center;
  }
  .nav>div {
    padding: 0;
}
}