@charset "utf-8";

body {
  background-color: #f8f9fb;
}

.contactBanner {
  width: 100%;
  height: 640px;
  overflow: hidden;
  background: -webkit-linear-gradient(170deg, #F74E00, #FFE896);
  background: -moz-linear-gradient(170deg, #F74E00, #FFE896);
  background: -o--linear-gradient(170deg, #F74E00, #FFE896);
  /*兼容IE 9 10*/
  background: -ms-linear-gradient(170deg, #F74E00, #FFE896);
  background: linear-gradient(170deg, #F74E00, #FFE896);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@liner-gradient-color-to', endColorstr='@liner-gradient-color-from', GradientType=0);

}
.contactBanner .joinMaxwidth {
  width: 1200px;
  margin: 0 auto;
}
.contactBanner .joinMaxwidth .contactWidth {
  width: 1200px;
  margin: 0 auto;
  padding-top: 230px;
}
.contactBanner .joinMaxwidth .contactWidth .contactFont {
  float: left;
  width: 420px;
  padding-left: 20px;
}
.contactBanner .joinMaxwidth .contactWidth .contactFont h3 {
  font-family: 'PingFangSC-Light';
  font-weight: normal;
  font-size: 70px;
  color: #fff;
  text-align: left;
}
.contactBanner .joinMaxwidth .contactWidth .contactFont h3 span {
  display: block;
  padding-top: 30px;
  font-size: 20px;
}
.contactBanner .joinMaxwidth .contactImg {
  float: right;
  width: 495px;
  height: 478px;
  background: url("../../images/bus_cooperation/swhz_banner.png") no-repeat 0 0;
  display: block;
  margin-top: -60px;
  margin-right: 90px;
  position: relative;
  z-index: 0;
}
.contactBanner .joinMaxwidth .contactImg .consultingUp {
  position: absolute;
  top: 18%;
  left: 40%;
  width: 57px;
  height: 49px;
  background: url("../../images/p_contactUs/consultingUp.png") no-repeat 0 0;
  z-index: 1;
  -webkit-animation: toRight 1s infinite alternate;
  -moz-animation: toRight 1s infinite alternate;
  -ms-animation: toRight 1s infinite alternate;
  -o-animation: toRight 1s infinite alternate;
  animation: toRight 1s infinite alternate;
}
.contactBanner .joinMaxwidth .contactImg .consultingDown {
  position: absolute;
  top: 21%;
  right: 40%;
  width: 45px;
  height: 39px;
  background: url("../../images/p_contactUs/consultingDown.png") no-repeat 0 0;
  -webkit-animation: toLeft 1s infinite alternate;
  -moz-animation: toLeft 1s infinite alternate;
  -ms-animation: toLeft 1s infinite alternate;
  -o-animation: toLeft 1s infinite alternate;
  animation: toLeft 1s infinite alternate;
}
@-webkit-keyframes toRight {
  from {
    left: 41%;
  }
  to {
    left: 43%;
  }
}
@-moz-keyframes toRight {
  from {
    left: 41%;
  }
  to {
    left: 43%;
  }
}
@-ms-keyframes toRight {
  from {
    left: 41%;
  }
  to {
    left: 43%;
  }
}
@-o-keyframes toRight {
  from {
    left: 41%;
  }
  to {
    left: 43%;
  }
}
@keyframes toRight {
  from {
    left: 41%;
  }
  to {
    left: 43%;
  }
}
@-webkit-keyframes toLeft {
  from {
    right: 42%;
  }
  to {
    right: 43%;
  }
}
@-moz-keyframes toLeft {
  from {
    right: 42%;
  }
  to {
    right: 43%;
  }
}
@-ms-keyframes toLeft {
  from {
    right: 42%;
  }
  to {
    right: 43%;
  }
}
@-o-keyframes toLeft {
  from {
    right: 42%;
  }
  to {
    right: 43%;
  }
}
@keyframes toLeft {
  from {
    right: 42%;
  }
  to {
    right: 43%;
  }
}
/* ---[联系我们 end]--- */
/* ---[联系列表 start]--- */
.contactList {
  width: 1200px;
  min-height: 350px;
  margin: -98px auto 0;
  position: relative;
}
.contactList ul {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contactList ul li {
  float: left;
  min-width: 1200px;
  height: 300px;
  background-color: #fff;
  margin-right: 60px;
  margin-bottom: 60px;
  padding: 70px 50px;
}

.contactList ul li .contactListBox .contactTitle .tip-item{
  height: 30px;
  line-height: 28px;
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  color: #7E7E7E;
}
.contactList ul li .contactListBox .contactTitle .tip-item::before{
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background-size: 16px;
  top: 5px;
  left: 0;
  color: #7E7E7E;
}
.contactList ul li .contactListBox .contactTitle .coo01::before{
  background-image: url(../../images/bus_cooperation/coo01.png);
}
.contactList ul li .contactListBox .contactTitle .coo02::before{
  background-image: url(../../images/bus_cooperation/coo02.png);
}
.contactList ul li .contactListBox .contactTitle .coo03::before{
  background-image: url(../../images/bus_cooperation/coo03.png);
}
