.contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}

.lianxi {
  width: 80%;
  padding: 50px 10%;
  padding-bottom: 200px;
  background: url(../images/back/lianxi.png) no-repeat bottom center;
  background-size: 100%;
  display: flex;
}

.lianxiLeft {
  width: 60%;
}

.lianxRight {
  width: 30%;
  padding: 80px 5%;
  height: 390px;
  background: #1351d0;
  color: white;
}

.lianxRight>li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.lianxRight>li>img {
  margin-right: 10px;
}

.julia {
  margin-top: 28px;
}

.message {
  width: 80%;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.msgLeft {
  width: 47%;
}


.msgLeft>.fontS14 {
  margin: 15px 0;
  color: #666666;
}

.topopp {
  margin-top: 30px !important;
  margin-bottom: 40px !important;
  line-height: 25px;
}

.message>form{
    width: 50%;
}

.msgRigth {
  width: 92%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: right;
}



.msgRigth>input {
  width: 44%;
  padding-left: 3%;
  height: 45px;
  border: 0;
  outline: none;
  border-radius: 5px;
  background: #f5f5f5;
  margin-top: 25px;
}

.msgRigth>textarea {
  margin-top: 25px;
  width: 97%;
  padding-left: 3%;
  padding-top: 15px;
  border: 0;
  outline: none;
  border-radius: 5px;
  background: #f5f5f5;
}

.yanz {
  width: 67% !important;
}

.yanzhenma {
  width: 28%;
  height: 45px;
  border: 0;
  outline: none;
  border-radius: 5px;
  margin-top: 25px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}


.yanzhenma>img {
  width: 90%;
}

.msgRigth>button {
  width: 250px;
  height: 50px;
  border: 0;
  color: white;
  margin-top: 30px;
  background: #f97111;
  transition: all .5s;
}

.msgRigth>button:hover {
  background: #1351d0;
}


.buslness {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.buslness>div {
  width: 40%;
  padding: 100px 4%;
  color: white;
  font-size: 14px;
  transition: all 1s;
}


.buslness>div:hover{
  -moz-box-shadow: 5px 5px 10px #ddd;
  -webkit-box-shadow: 5px 5px 10px #ddd;
  box-shadow: 5px 5px 10px #ddd;
  transform: translate3d(0,-2px,0);
  transform: scale(1.05);
}

.buslness>div>.fontS25{
  margin-bottom: 20px;
}
.buslness>div>p{
  padding: 15px 0;
  display: flex;
  align-items: center;
}



.buslness>div>p>img{
  margin-right: 10px;
}

.buslnessLeft {
  background: url(../images/back/yw.png) no-repeat center right;
  background-size: cover;
}

.buslnesRight {
  background: url(../images/back/ywa.png) no-repeat center right;
  background-size: cover;
}

@media (max-width: 1000px){
  .lianxi{
    display: flex;
    flex-wrap: wrap;
    background: none !important;
    padding-bottom: 0 !important;
  }
  .lianxiLeft{
    width: 100%;
  }
  .lianxRight{
    width: 90%;
  }
  .lianxRight{
    padding: 20px 5%;
  }
  .message{
    flex-wrap: wrap;
  }
  .msgLeft,.msgRigth{
    width: 100%;
  }
  .yanz {
    width: 68% !important;
  }
  .yanzhenma {
    width: 26% !important;
  }
  .buslness{
    flex-wrap: wrap;
  }
  .buslnessLeft,.buslnesRight{
    width: 100% !important;
    margin-bottom: 50px;
  }
}
